Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -227,7 +227,7 @@ newTalent{ |
227 | 227 | require = techs_dex_req4, |
228 | 228 | random_ego = "defensive", |
229 | 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 | 231 | getSpeed = function(self, t) return self:combatTalentScale(t, 150, 350) end, |
232 | 232 | getStamina = function(self, t) return self:combatTalentScale(t, 5, 10) end, |
233 | 233 | action = function(self, t) | ... | ... |
-
Please register or login to post a comment