Skip to content
Snippets Groups Projects
Commit 25da787d authored by dg's avatar dg
Browse files

ahah joking joking

git-svn-id: http://svn.net-core.org/repos/t-engine4@6795 51575b47-30f0-44d4-a5cc-537603b46e54
parent c7601abc
No related branches found
No related tags found
No related merge requests found
......@@ -165,10 +165,10 @@ newTalent{
mode = "passive",
points = 5,
passives = function(self, t, p)
self:talentTemporaryValue(p, "stamina_regen", self:getTalentLevel(t))
self:talentTemporaryValue(p, "stamina_regen", self:getTalentLevel(t) / 2)
end,
info = function(self, t)
return ([[Your combat focus allows you to regenerate stamina faster (+%0.2f stamina/turn).]]):format(self:getTalentLevel(t))
return ([[Your combat focus allows you to regenerate stamina faster (+%0.2f stamina/turn).]]):format(self:getTalentLevel(t) / 2)
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