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

fix

parent 9210e2ef
No related branches found
No related tags found
1 merge request!123Chrono wrap up
......@@ -62,7 +62,7 @@ newTalent{
cooldown = 12,
tactical = { BUFF = 2 },
getDuration = function(self, t) return getExtensionModifier(self, t, 5) end,
getChance = function(self, t) return self:combatTalentLimit(t, 50, 10, 40)/100 end, -- Limit < 50%end,
getChance = function(self, t) return self:combatTalentLimit(t, 50, 10, 40) end, -- Limit < 50%end,
getProcs = function(self, t) return math.floor(self:combatTalentScale(t, 1, 5)) end,
no_energy = true,
action = function(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