Skip to content
Snippets Groups Projects
Commit d1460bbb authored by DarkGod's avatar DarkGod
Browse files

buffed shadowdance duration a little

parent 53490a8b
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -201,7 +201,7 @@ newTalent{
cooldown = function(self, t) return self:combatTalentLimit(t, 10, 30, 15) end,
tactical = { DEFEND = 2, ESCAPE = 2 },
getRadius = stealthRadius,
getDuration = function(self, t) return 1 + math.min(self:combatTalentScale(t, 1, 3),3) end,
getDuration = function(self, t) return math.floor(self:combatTalentLimit(t, 7, 2, 5)) end,
action = function(self, t)
if not self:isTalentActive(self.T_STEALTH) then
self:forceUseTalent(self.T_STEALTH, {ignore_energy=true, ignore_cd=true, no_talent_fail=true, silent=true})
......
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