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

haste duration improved a bit

parent d1181e15
No related branches found
No related tags found
1 merge request!123Chrono wrap up
......@@ -75,7 +75,7 @@ newTalent{
cooldown = 24,
tactical = { BUFF = 2, CLOSEIN = 2, ESCAPE = 2 },
getSpeed = function(self, t) return self:combatTalentScale(t, 10, 30)/100 end,
getDuration = function(self, t) return getExtensionModifier(self, t, 4) end,
getDuration = function(self, t) return getExtensionModifier(self, t, 6) end,
no_energy = true,
action = function(self, t)
self:setEffect(self.EFF_HASTE, t.getDuration(self, t), {power=t.getSpeed(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