return([[You've learned to focus your control over the spacetime continuum, and quell anomalous effects. Increases your Willpower for determing modified Paradox by %d%%.
Additionally reduces the time it takes you to adjust your Paradox with Spacetime Tuning by %d turns.]]):
format(will*100,duration)
localmulti=t.getParadoxMulti(self,t)*100
localduration=t.getDuration(self,t)
return([[Activate to reduce the Paradox cost of all your chronomancy spells by %d%% for the next %d turns.]]):
return([[For the next %d turns Stop will remove affected targets from the flow of time rather than stunning them. In this state, the target can neither act nor be harmed.
Time does not pass at all for the target, no talents will cooldown, no resources will regen, and so forth.
Additionally all your chronomancy spells cost %d%% less Paradox while this effect is active.]]):
format(duration,multi)
localwill=t.getWilMult(self,t)
localduration=t.getTuningAdjustment(self,t)
return([[You've learned to focus your control over the spacetime continuum, and quell anomalous effects. Increases your Willpower for determing modified Paradox by %d%%.
Additionally reduces the time it takes you to adjust your Paradox with Spacetime Tuning by %d turns.]]):