Update hilux.hpp

Armor Upgrade balance
This commit is contained in:
githubmil
2014-08-26 01:32:11 -06:00
parent 9efd265a95
commit 1015e8a206

View File

@@ -96,7 +96,8 @@ class hilux1_civil_3_open_DZE1: hilux1_civil_3_open_DZE {
// Armor 2 // Armor 2
class hilux1_civil_1_open_DZE2: hilux1_civil_1_open_DZE1 { class hilux1_civil_1_open_DZE2: hilux1_civil_1_open_DZE1 {
armor = 50; // car 20 armor = 55; // car 20
damageResistance = 0.02099;
class HitPoints: HitPoints { class HitPoints: HitPoints {
class HitLFWheel: HitLFWheel { class HitLFWheel: HitLFWheel {
armor = 0.3; armor = 0.3;
@@ -144,7 +145,8 @@ class hilux1_civil_1_open_DZE2: hilux1_civil_1_open_DZE1 {
}; };
}; };
class hilux1_civil_2_covered_DZE2: hilux1_civil_2_covered_DZE1 { class hilux1_civil_2_covered_DZE2: hilux1_civil_2_covered_DZE1 {
armor = 50; // car 20 armor = 55; // car 20
damageResistance = 0.02099;
class HitPoints: HitPoints { class HitPoints: HitPoints {
class HitLFWheel: HitLFWheel { class HitLFWheel: HitLFWheel {
armor = 0.3; armor = 0.3;
@@ -192,7 +194,8 @@ class hilux1_civil_2_covered_DZE2: hilux1_civil_2_covered_DZE1 {
}; };
}; };
class hilux1_civil_3_open_DZE2: hilux1_civil_3_open_DZE1 { class hilux1_civil_3_open_DZE2: hilux1_civil_3_open_DZE1 {
armor = 50; // car 20 armor = 55; // car 20
damageResistance = 0.02099;
class HitPoints: HitPoints { class HitPoints: HitPoints {
class HitLFWheel: HitLFWheel { class HitLFWheel: HitLFWheel {
armor = 0.3; armor = 0.3;
@@ -293,4 +296,4 @@ class hilux1_civil_3_open_DZE4: hilux1_civil_3_open_DZE3 {
class Upgrades { class Upgrades {
ItemARM[] = {"Pickup_PK_INS_DZE4",{{"PK_DZ",1}},{{"ItemARM",1},{"PartGeneric",2}}}; ItemARM[] = {"Pickup_PK_INS_DZE4",{{"PK_DZ",1}},{{"ItemARM",1},{"PartGeneric",2}}};
}; };
}; };