Skip to content
Snippets Groups Projects
Commit 59b5461e authored by Eric Wykoff's avatar Eric Wykoff
Browse files

fix spacetime stability

parent f489a8c3
No related branches found
No related tags found
1 merge request!107Chrono talent balance
......@@ -28,7 +28,7 @@ newTalent{
getWilMult = function(self, t) return self:combatTalentScale(t, 0.15, 0.5) end,
getTuningAdjustment= function(self, t) return math.floor(self:combatTalentScale(t, 2, 8, "log")) end,
passives = function(self, t, p)
self:talentTemporaryValue(p, "paradox_will_mutli", t.getWilMult(self, t))
self:talentTemporaryValue(p, "paradox_will_multi", t.getWilMult(self, t))
end,
info = function(self, t)
local will = t.getWilMult(self, t)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment