Skip to content
Snippets Groups Projects
Commit 6daa02fb authored by dg's avatar dg
Browse files

moaorrrr

git-svn-id: http://svn.net-core.org/repos/t-engine4@5593 51575b47-30f0-44d4-a5cc-537603b46e54
parent 43e2ff18
No related branches found
No related tags found
No related merge requests found
......@@ -1154,6 +1154,7 @@ end
--- Gets fatigue
function _M:combatFatigue()
if self.fatigue < 0 then return 0 end
if self:knowTalent(self.T_NO_FATIGUE) then return 0 end
return self.fatigue
end
......
game/modules/tome/data/gfx/talents/no_fatigue.png

3.24 KiB

......@@ -129,3 +129,14 @@ uberTalent{
:format(damDesc(self, DamageType.FIRE, dam), damDesc(self, DamageType.LIGHT, dam), damDesc(self, DamageType.PHYSICAL, dam))
end,
}
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) >= 4 end} },
info = function(self, t)
return ([[You are strong, fatigue means nothing to you
Fatigue is permanently set to 0.]])
: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