Skip to content
Snippets Groups Projects
Commit d3966f05 authored by Eric Wykoff's avatar Eric Wykoff
Browse files

anchor description fix

parent 8ae61ccf
No related branches found
No related tags found
No related merge requests found
......@@ -428,6 +428,7 @@ newTalent{
local duration = t.getDuration(self, t)
local effect = t.getEffectDuration(self, t)
return ([[Create a radius %d anti-teleport field for %d turns and daze all enemies in the area of effect for two turns.
Enemies attempting to teleport while anchored take %0.2f physical and %0.2f temporal (warp) damage and may be stunned, blinded, confused, or pinned for %d turns.
The damage will scale with your Spellpower.]]):format(radius, duration, damDesc(self, DamageType.PHYSICAL, damage), damDesc(self, DamageType.TEMPORAL, damage), effect)
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