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

Reduced damage on River of Souls somewhat

parent e3762ef2
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ newTalent{
requires_target = true,
radius = function(self, t) return math.floor(self:combatTalentScale(t, 3, 4)) end,
target = function(self, t) return {type="ball", range=self:getTalentRange(t), radius=self:getTalentRadius(t), friendlyfire=false, talent=t, display={particle="bolt_dark", trail="darktrail"}} end,
getDamage = function(self, t) return self:combatTalentSpellDamage(t, 20, 280) end,
getDamage = function(self, t) return self:combatTalentSpellDamage(t, 20, 220) end,
iconOverlay = function(self, t, p)
local val = p.dur
if val <= 0 then return "" end
......
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