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

plop

parent 595baede
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ newTalent{
points = 5,
radius = function(self, t) return self:combatTalentLimit(t, 10, 2, 6) end,
getCD = function(self, t) return math.ceil(self:combatTalentLimit(t, 12, 2, 8)) end,
getDamage = function(self, t) return self:combatTalentSpellDamage(t, 30, 280) end,
getDamage = function(self, t) return self:combatTalentSpellDamage(t, 30, 260) end,
callbackOnActBase = checkLifeThreshold(1, function(self, t)
local list = {}
for tid, c in pairs(self.talents_cd) do
......
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