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

fix

parent eef4043b
No related branches found
No related tags found
1 merge request!107Chrono talent balance
......@@ -38,7 +38,7 @@ newTalent{
info = function(self, t)
local speed = t.getSpeed(self, t) * 100
local duration = t.getDuration(self, t)
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)
local speed = t.getSpeed(self, t) * 100
local duration = 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.
]]):format(speed, duration)
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