Showing
1 changed file
with
3 additions
and
3 deletions
... | ... | @@ -184,16 +184,16 @@ uberTalent{ |
184 | 184 | )) |
185 | 185 | end} }, |
186 | 186 | on_learn = function(self, t) |
187 | - self.max_life = self.max_life + 250 | |
187 | + self.max_life = self.max_life + 500 | |
188 | 188 | self.combat_armor_hardiness = self.combat_armor_hardiness + 20 |
189 | 189 | end, |
190 | 190 | on_unlearn = function(self, t) |
191 | - self.max_life = self.max_life - 250 | |
191 | + self.max_life = self.max_life - 500 | |
192 | 192 | self.combat_armor_hardiness = self.combat_armor_hardiness - 20 |
193 | 193 | end, |
194 | 194 | info = function(self, t) |
195 | 195 | 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. |
196 | - Improves your life by 250, your defense by %d, your armour by %d, your armour hardiness by 20%% and your saves by %d as your natural toughness and reflexes are pushed beyond their normal limits. | |
196 | + Improves your life by 500, your defense by %d, your armour by %d, your armour hardiness by 20%% and your saves by %d as your natural toughness and reflexes are pushed beyond their normal limits. | |
197 | 197 | Your saves armour and defense will improve with your Constitution.]]) |
198 | 198 | :format(self:getCon() / 3, self:getCon() / 3.5, self:getCon() / 3) |
199 | 199 | end, | ... | ... |
-
Please register or login to post a comment