Skip to content
Snippets Groups Projects
Commit 6681baf4 authored by Tawny Harte's avatar Tawny Harte
Browse files

chronomancy/age manipulation grammar

included missing work (stats) in turn back the clock desc
parent b84061d5
No related branches found
No related tags found
1 merge request!510fixed tooltips fixed
......@@ -44,7 +44,7 @@ newTalent{
info = function(self, t)
local damage = t.getDamage(self, t)
local damagestat = t.getDamageStat(self, t)
return ([[Projects a bolt of temporal energy that deals %0.2f temporal damage, and reduces the targets three highest by %d for 3 turns.
return ([[Projects a bolt of temporal energy that deals %0.2f temporal damage, and reduces the targets three highest stats by %d for 3 turns.
The damage dealt will scale with your Spellpower.]]):format(damDesc(self, DamageType.TEMPORAL, damage), damagestat)
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