Skip to content
Snippets Groups Projects
Commit 8475961f authored by dg's avatar dg
Browse files

I Can Carry the World! also grants a 500 carrying capacity bonus

git-svn-id: http://svn.net-core.org/repos/t-engine4@6294 51575b47-30f0-44d4-a5cc-537603b46e54
parent 59b829c4
No related branches found
No related tags found
No related merge requests found
......@@ -146,9 +146,12 @@ uberTalent{
name = "I Can Carry The World!", short_name = "NO_FATIGUE",
mode = "passive",
require = { special={desc="Be able to use massive armours", fct=function(self) return self:getTalentLevelRaw(self.T_ARMOUR_TRAINING) >= 3 end} },
on_learn = function(self, t)
self:attr("max_encumber", 500)
end,
info = function(self, t)
return ([[You are strong; fatigue and physical exertion mean nothing to you.
Fatigue is permanently set to 0.]])
Fatigue is permanently set to 0 and carrying capacity increased by 500.]])
:format()
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