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

typo

parent 5d84cd59
No related branches found
No related tags found
1 merge request!107Chrono talent balance
......@@ -262,7 +262,7 @@ newTalent{
local duration = t.getDuration(self, t)
local radius = self:getTalentRadius(t)
local slow = t.getSlow(self, t)
return ([[Increases local gravity in a radius of %d for %d turns, dealing %0.2f physical (gravity) damage as well as decreasing the global speed speed of all affected targets by %d%%.
return ([[Increases local gravity in a radius of %d for %d turns, dealing %0.2f physical (gravity) damage as well as decreasing the global speed of all affected targets by %d%%.
The damage done will scale with your Spellpower.]]):format(radius, duration, damDesc(self, DamageType.PHYSICAL, damage), slow*100)
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