Showing
1 changed file
with
1 additions
and
1 deletions
@@ -227,7 +227,7 @@ newTalent{ | @@ -227,7 +227,7 @@ newTalent{ | ||
227 | require = techs_dex_req4, | 227 | require = techs_dex_req4, |
228 | random_ego = "defensive", | 228 | random_ego = "defensive", |
229 | tactical = { ESCAPE = 2, DEFEND = 2 }, | 229 | tactical = { ESCAPE = 2, DEFEND = 2 }, |
230 | - getDamageReduction = function(self, t) return self:combatTalentLimit(t, 70, 15, 60) end, | 230 | + getDamageReduction = function(self, t) return self:combatTalentLimit(t, 70, 15, 40) end, |
231 | getSpeed = function(self, t) return self:combatTalentScale(t, 150, 350) end, | 231 | getSpeed = function(self, t) return self:combatTalentScale(t, 150, 350) end, |
232 | getStamina = function(self, t) return self:combatTalentScale(t, 5, 10) end, | 232 | getStamina = function(self, t) return self:combatTalentScale(t, 5, 10) end, |
233 | action = function(self, t) | 233 | action = function(self, t) |
-
Please register or login to post a comment