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

Crystaline Half fo Stone Wardens will only cast Rain of Spikes when a target is available

parent e833d4d0
No related branches found
No related tags found
No related merge requests found
......@@ -353,6 +353,7 @@ newTalent{
points = 5,
equilibrium = 10,
cooldown = 6,
requires_target = true,
tactical = { ATTACKAREA = {PHYSICAL=2}, },
radius = function(self, t) return math.floor(self:combatTalentScale(t, 3, 7)) end,
getDamage = function(self, t) return self:combatTalentStatDamage(t, "wil", 60, 330) 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