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

fix damn it lol

parent d6371c1c
No related branches found
No related tags found
1 merge request!123Chrono wrap up
......@@ -75,7 +75,7 @@ newTalent{
local chance = t.getChance(self, t)
return ([[Activate to Seal Fate for %d turns. When you damage a target while Seal Fate is active you gain Spin and have a %d%% chance to increase the duration of one detrimental status effect on it by one turn.
If you have Spin Fate active the chance will be increased by 33%% per Spin (for %d%% at three Spin.)
The duration increase can occur up to %d times per turn and the bonus Spin once per turn.]]):format(duration, procs, chance, chance * 2)
The duration increase can occur up to %d times per turn and the bonus Spin once per turn.]]):format(duration, chance, chance * 2, procs)
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