Skip to content

Commit

Permalink
Mech survivability tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
scooby78 committed Jul 8, 2017
1 parent f9d6a6a commit 71543ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 160thSOR/cfgArmour.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class SOR_MRAP : rhsusf_M1117_D
vehicleclass = "SOR_Vehicles";
faction = SOR_Faction_D;
ace_cargo_space = 12;
armor = 700; //was 150 protection against missiles, collisions and explosions
armor = 500; //was 150 protection against missiles, collisions and explosions
Mech_Inventory
};

Expand All @@ -72,7 +72,7 @@ class SOR_LAV : Cha_Des1_LAV25A2
waterResistanceCoef = 0.009; // was 0.01
enginePower = 590; // was 295
peakTorque = 4434; // was 2217
armor = 700; //was 100 protection against missiles, collisions and explosions
armor = 500; //was 100 protection against missiles, collisions and explosions
Mech_Inventory
};

Expand All @@ -87,7 +87,7 @@ class SOR_LAV_HQ : Cha_Des1_LAV25_HQ
waterResistanceCoef = 0.009; // was 0.01
enginePower = 590; // was 295
peakTorque = 4434; // was 2217
armor = 700; //was 100 protection against missiles, collisions and explosions
armor = 500; //was 100 protection against missiles, collisions and explosions
Mech_Inventory
};

Expand Down

0 comments on commit 71543ef

Please sign in to comment.