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

Corrupted Shell increases life by 250

parent 0b8455de
No related branches found
No related tags found
No related merge requests found
......@@ -169,11 +169,11 @@ uberTalent{
))
end} },
on_learn = function(self, t)
self.max_life = self.max_life + 150
self.max_life = self.max_life + 250
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 150, 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, 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