Commit ece70f64f8674780a77d0f4295ef4ef132688966

Authored by DarkGod
1 parent 965d12d2

plop for supermini

@@ -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)