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

Nerfed Freeze a little to prevent high level oneshoots

parent c72010f5
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -30,7 +30,7 @@ newTalent{
direct_hit = true,
reflectable = true,
requires_target = true,
getDamage = function(self, t) return self:combatTalentSpellDamage(t, 40, 390) end, -- Gradually increase burst potential with c/d
getDamage = function(self, t) return self:combatTalentSpellDamage(t, 30, 300) end,
getDuration = function(self, t) return math.floor(self:combatTalentScale(t, 3, 7)) end,
target = function(self, t)
if necroEssenceDead(self, true) then
......
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