return([[When you use a chronomancy spell you gain %d%% movement speed for %d turns. This effect stacks up to three times but can only occur once per turn.
return([[When you move you gain %d%% movement speed for %d turns. This effect stacks up to three times but can only occur once per turn.
]]):format(speed,duration)
end,
}
...
...
@@ -62,7 +62,7 @@ newTalent{
info=function(self,t)
localspeed=t.getSpeed(self,t)*100
localduration=t.getDuration(self,t)
return([[When you move you gain %d%% attack, spell, and mind speed for %d turns. This effect stacks up to three times but can only occur once per turn.
return([[When you use a chronomancy spell you gain %d%% attack, spell, and mind speed for %d turns. This effect stacks up to three times but can only occur once per turn.