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

some clarity

parent 5bc84d76
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ newTalent{
local duration = t.getDuration(self, t)
return ([[Learn to lay Warp Mines in a radius of 1 out to a range of %d.
Warp Mines teleport targets that trigger them either toward you or away from you depending on the type of mine used and inflict %0.2f physical and %0.2f temporal (warp) damage.
The mines are hidden traps (%d detection and %d disarm power based on your Magic) and last for %d turns.
The mines are hidden traps (%d detection and %d disarm power based on your Magic), last for %d turns, and share a four turn cooldown.
The damage caused by your Warp Mines will improve with your Spellpower.]]):
format(range, damDesc(self, DamageType.PHYSICAL, damage), damDesc(self, DamageType.TEMPORAL, damage), detect, disarm, duration) --I5
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