Skip to content
Snippets Groups Projects
Commit 48831a86 authored by DarkGod's avatar DarkGod
Browse files

I Can Carry The World! prodigy also granst 20 strength

parent 9c7e15a1
No related branches found
No related tags found
No related merge requests found
......@@ -150,10 +150,12 @@ uberTalent{
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)
self.inc_stats[self.STAT_STR] = (self.inc_stats[self.STAT_STR] or 0) + 20
self:onStatChange(self.STAT_STR, 20)
end,
info = function(self, t)
return ([[You are strong; fatigue and physical exertion mean nothing to you.
Fatigue is permanently set to 0 and carrying capacity increased by 500.]])
Fatigue is permanently set to 0, carrying capacity increased by 500 and strength increased by 20.]])
: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