Skip to content
Snippets Groups Projects
Commit 54278d2b authored by Alex Ksandra's avatar Alex Ksandra
Browse files

Sun Ray clarity

parent fd97eb1f
No related branches found
No related tags found
No related merge requests found
......@@ -59,8 +59,8 @@ newTalent{
end,
info = function(self, t)
local damage = t.getDamage(self, t)
return ([[Calls forth a beam of light from the Sun, doing %0.1f Light damage to the target.
At level 3 the beam will be so intense it will also blind the target and everyone in a radius 2 around it for %d turns.
return ([[Calls forth a ray of light from the Sun, doing %0.1f Light damage to the target.
At level 3 the ray will be so intense it will also blind the target and everyone in a radius 2 around it for %d turns.
The damage dealt will increase with your Spellpower.]]):
format(damDesc(self, DamageType.LIGHT, damage), t.getDuration(self, t))
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