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

bit better

parent 410f407e
No related branches found
No related tags found
1 merge request!244More fixes
......@@ -328,7 +328,7 @@ newTalent{
end,
getRegen = function(self, t) return self:combatTalentSpellDamage(t, 10, 50, getParadoxSpellpower(self, t)) end,
getHaste = function(self, t) return self:combatTalentLimit(t, 80, 20, 50)/100 end,
getDuration = function(self, t) return getExtensionModifier(self, t, math.floor(self:combatTalentScale(t, 1, 2))) end,
getDuration = function(self, t) return getExtensionModifier(self, t, math.floor(self:combatTalentScale(t, 1, 3))) end,
doBlink = function(self, t, hound) -- Triggered when the hounds is hit
local regen, haste = t.getRegen(self, t), t.getHaste(self, t)
if hound:hasEffect(hound.EFF_UNRAVEL) then
......
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