Skip to content
Snippets Groups Projects
Commit 8622513e authored by DarkGod's avatar DarkGod
Browse files

moar

Corrupted Shell also provides 20% armour hardiness
parent 01b07a07
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 1 deletion
game/modules/tome/data/gfx/achievements/aprilsfool2013.png

40.4 KiB

game/modules/tome/data/gfx/achievements/exploration_aprilsfool2013.png

39.9 KiB

game/modules/tome/data/gfx/achievements/insane_adventure_aprilsfool2013.png

40.1 KiB

game/modules/tome/data/gfx/achievements/insane_aprilsfool2013.png

41.8 KiB

game/modules/tome/data/gfx/achievements/madness_adventure_aprilsfool2013.png

39.9 KiB

game/modules/tome/data/gfx/achievements/madness_aprilsfool2013.png

40.7 KiB

game/modules/tome/data/gfx/achievements/nightmare_adventure_aprilsfool2013.png

41.6 KiB

game/modules/tome/data/gfx/achievements/nightmare_aprilsfool2013.png

42.2 KiB

game/modules/tome/data/gfx/achievements/normal_roguelike_aprilsfool2013.png

40.7 KiB

......@@ -180,10 +180,11 @@ uberTalent{
end} },
on_learn = function(self, t)
self.max_life = self.max_life + 250
self.combat_armor_hardiness = self.combat_armor_hardiness + 20
end,
info = function(self, t)
return ([[Thanks to your newfound knowledge of corruption, you've learned some tricks for toughening your body... but only if you are healthy enough to withstand the strain from the changes.
Improves your life by 250, your Defense by %d, and your saves by %d as your natural toughness and reflexes are pushed beyond their normal limits.
Improves your life by 250, your Defense by %d, your Armour Hardiness by 20%% and your saves by %d as your natural toughness and reflexes are pushed beyond their normal limits.
Your saves and Defense will improve with your Constitution.]])
:format(self:getCon() / 3, self:getCon() / 3)
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