Skip to content
Snippets Groups Projects
Commit e9da6348 authored by Lisa Greene's avatar Lisa Greene
Browse files

Reduce freeze iceblock life

This is hitting for 1k life iceblocks in tier 1s; especially considering it's based on damage before resistances and reductions, 1.5 multiplier is very high
parent 124fb79e
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -53,7 +53,7 @@ newTalent{
local dam = self:spellCrit(t.getDamage(self, t))
self:project(tg, x, y, DamageType.COLD, dam, {type="freeze"})
self:project(tg, x, y, DamageType.FREEZE, {dur=t.getDuration(self, t), hp=70 + dam * 1.5})
self:project(tg, x, y, DamageType.FREEZE, {dur=t.getDuration(self, t), hp=70 + dam * 0.7})
tg.type = "hit"
self:projectApply(tg, x, y, Map.ACTOR, function(target)
......
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