mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Update hilux.hpp
Corrects the wrong hitpoints armor from the vehicles
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class hilux1_civil_1_open;
|
||||
class hilux1_civil_1_open_DZE: hilux1_civil_1_open {
|
||||
displayName = $STR_VEH_NAME_PICKUP_TAN;
|
||||
displayName = "$STR_VEH_NAME_PICKUP_TAN";
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
terrainCoef = 2.5;
|
||||
crew = "";
|
||||
@@ -11,47 +11,13 @@ class hilux1_civil_1_open_DZE: hilux1_civil_1_open {
|
||||
supplyRadius = 1.5;
|
||||
|
||||
class Upgrades {
|
||||
ItemORP[] = {"hilux1_civil_1_open_DZE1",{},{{"ItemORP",1},{"PartEngine",2}}};
|
||||
ItemARM[] = {"Pickup_PK_GUE_DZE",{{"PKM_DZ",1}},{{"ItemARM",1},{"PartGeneric",2}}};
|
||||
};
|
||||
};
|
||||
class hilux1_civil_2_covered;
|
||||
class hilux1_civil_2_covered_DZE: hilux1_civil_2_covered {
|
||||
displayName = $STR_VEH_NAME_PICKUP_COVERED_RED;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
terrainCoef = 2.5;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
class HitPoints;
|
||||
supplyRadius = 1.5;
|
||||
|
||||
class Upgrades {
|
||||
ItemORP[] = {"hilux1_civil_2_covered_DZE1",{},{{"ItemORP",1},{"PartEngine",2}}};
|
||||
ItemARM[] = {"Pickup_PK_TK_GUE_EP1_DZE",{{"PKM_DZ",1}},{{"ItemARM",1},{"PartGeneric",2}}};
|
||||
};
|
||||
};
|
||||
class hilux1_civil_3_open;
|
||||
class hilux1_civil_3_open_DZE: hilux1_civil_3_open {
|
||||
displayName = $STR_VEH_NAME_PICKUP_WHITE;
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
terrainCoef = 2.5;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
class HitPoints;
|
||||
supplyRadius = 1.5;
|
||||
|
||||
class Upgrades {
|
||||
ItemORP[] = {"hilux1_civil_3_open_DZE1",{},{{"ItemORP",1},{"PartEngine",2}}};
|
||||
ItemARM[] = {"Pickup_PK_INS_DZE",{{"PKM_DZ",1}},{{"ItemARM",1},{"PartGeneric",2}}};
|
||||
ItemORP[] = {"hilux1_civil_1_open_DZE1",{"ItemToolbox"},{},{{"ItemORP",1},{"PartEngine",1},{"PartWheel",4},{"ItemScrews",2}}};
|
||||
ItemARM[] = {"Pickup_PK_GUE_DZE",{"ItemToolbox"},{"PKM_DZ"},{{"ItemARM",1},{"PartGeneric",2},{"ItemPole",1},{"ItemScrews",2}}};
|
||||
};
|
||||
};
|
||||
|
||||
// Performance 1
|
||||
class hilux1_civil_1_open_DZE1: hilux1_civil_1_open_DZE {
|
||||
displayName = "$STR_VEH_NAME_PICKUP_TAN+";
|
||||
original = "hilux1_civil_1_open_DZE";
|
||||
maxspeed = 150; // max engine limit 125-130
|
||||
terrainCoef = 1.8;
|
||||
@@ -69,11 +35,95 @@ class hilux1_civil_1_open_DZE1: hilux1_civil_1_open_DZE {
|
||||
};
|
||||
|
||||
class Upgrades {
|
||||
ItemAVE[] = {"hilux1_civil_1_open_DZE2",{},{{"ItemAVE",1},{"PartGeneric",4},{"ItemTankTrap",2}}};
|
||||
ItemARM[] = {"Pickup_PK_GUE_DZE1",{{"PKM_DZ",1}},{{"ItemARM",1},{"PartGeneric",2}}};
|
||||
ItemAVE[] = {"hilux1_civil_1_open_DZE2",{"ItemToolbox"},{},{{"ItemAVE",1},{"PartGeneric",6},{"ItemScrews",4}}};
|
||||
ItemARM[] = {"Pickup_PK_GUE_DZE1",{"ItemToolbox"},{"PKM_DZ"},{{"ItemARM",1},{"PartGeneric",2},{"ItemPole",1},{"ItemScrews",2}}};
|
||||
};
|
||||
};
|
||||
|
||||
class hilux1_civil_1_open_DZE2: hilux1_civil_1_open_DZE1 {
|
||||
displayName = "$STR_VEH_NAME_PICKUP_TAN++";
|
||||
armor = 55; // car 20
|
||||
damageResistance = 0.02099;
|
||||
class HitPoints: HitPoints {
|
||||
class HitLFWheel: HitLFWheel {
|
||||
armor = 0.3;
|
||||
};
|
||||
class HitLBWheel: HitLBWheel {
|
||||
armor = 0.3;
|
||||
};
|
||||
class HitRFWheel: HitRFWheel {
|
||||
armor = 0.3;
|
||||
};
|
||||
class HitRBWheel: HitRBWheel {
|
||||
armor = 0.3;
|
||||
};
|
||||
class HitFuel: HitFuel {
|
||||
armor = 0.5;
|
||||
};
|
||||
class HitEngine: HitEngine {
|
||||
armor = 1;
|
||||
};
|
||||
class HitGlass1: HitGlass1 {
|
||||
armor = 0.3;
|
||||
};
|
||||
class HitGlass2: HitGlass2 {
|
||||
armor = 0.3;
|
||||
};
|
||||
class HitGlass3: HitGlass3 {
|
||||
armor = 0.3;
|
||||
};
|
||||
class HitGlass4: HitGlass4 {
|
||||
armor = 0.3;
|
||||
};
|
||||
};
|
||||
|
||||
class Upgrades {
|
||||
ItemLRK[] = {"hilux1_civil_1_open_DZE3",{"ItemToolbox"},{},{{"ItemLRK",1},{"PartGeneric",2},{"ItemWoodCrateKit",1},{"ItemGunRackKit",1},{"ItemScrews",2}}};
|
||||
ItemARM[] = {"Pickup_PK_GUE_DZE2",{"ItemToolbox"},{"PKM_DZ"},{{"ItemARM",1},{"PartGeneric",2},{"ItemPole",1},{"ItemScrews",2}}};
|
||||
};
|
||||
};
|
||||
|
||||
class hilux1_civil_1_open_DZE3: hilux1_civil_1_open_DZE2 {
|
||||
displayName = "$STR_VEH_NAME_PICKUP_TAN+++";
|
||||
transportMaxWeapons = 20; // car 10
|
||||
transportMaxMagazines = 100; // car 50
|
||||
transportmaxbackpacks = 4; // car 2
|
||||
|
||||
class Upgrades {
|
||||
ItemTNK[] = {"hilux1_civil_1_open_DZE4",{"ItemToolbox"},{},{{"ItemTNK",1},{"PartGeneric",2},{"PartFueltank",1},{"ItemJerrycan",2},{"ItemScrews",1}}};
|
||||
ItemARM[] = {"Pickup_PK_GUE_DZE3",{"ItemToolbox"},{"PKM_DZ"},{{"ItemARM",1},{"PartGeneric",2},{"ItemPole",1},{"ItemScrews",2}}};
|
||||
};
|
||||
};
|
||||
|
||||
class hilux1_civil_1_open_DZE4: hilux1_civil_1_open_DZE3 {
|
||||
displayName = "$STR_VEH_NAME_PICKUP_TAN++++";
|
||||
fuelCapacity = 210; // car 100
|
||||
|
||||
class Upgrades {
|
||||
ItemARM[] = {"Pickup_PK_GUE_DZE4",{"ItemToolbox"},{"PKM_DZ"},{{"ItemARM",1},{"PartGeneric",2},{"ItemPole",1},{"ItemScrews",2}}};
|
||||
};
|
||||
};
|
||||
|
||||
class hilux1_civil_2_covered;
|
||||
class hilux1_civil_2_covered_DZE: hilux1_civil_2_covered {
|
||||
displayName = "$STR_VEH_NAME_PICKUP_COVERED_RED";
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
terrainCoef = 2.5;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
class HitPoints;
|
||||
supplyRadius = 1.5;
|
||||
|
||||
class Upgrades {
|
||||
ItemORP[] = {"hilux1_civil_2_covered_DZE1",{"ItemToolbox"},{},{{"ItemORP",1},{"PartEngine",1},{"PartWheel",4},{"ItemScrews",2}}};
|
||||
ItemARM[] = {"Pickup_PK_TK_GUE_EP1_DZE",{"ItemToolbox"},{"PKM_DZ"},{{"ItemARM",1},{"PartGeneric",2},{"ItemPole",1},{"ItemScrews",2}}};
|
||||
};
|
||||
};
|
||||
|
||||
class hilux1_civil_2_covered_DZE1: hilux1_civil_2_covered_DZE {
|
||||
displayName = "$STR_VEH_NAME_PICKUP_COVERED_RED+";
|
||||
original = "hilux1_civil_2_covered_DZE";
|
||||
maxspeed = 150; // car 100
|
||||
terrainCoef = 1.8;
|
||||
@@ -91,11 +141,95 @@ class hilux1_civil_2_covered_DZE1: hilux1_civil_2_covered_DZE {
|
||||
};
|
||||
|
||||
class Upgrades {
|
||||
ItemAVE[] = {"hilux1_civil_2_covered_DZE2",{},{{"ItemAVE",1},{"PartGeneric",4},{"ItemTankTrap",2}}};
|
||||
ItemARM[] = {"Pickup_PK_TK_GUE_EP1_DZE1",{{"PKM_DZ",1}},{{"ItemARM",1},{"PartGeneric",2}}};
|
||||
ItemAVE[] = {"hilux1_civil_2_covered_DZE2",{"ItemToolbox"},{},{{"ItemAVE",1},{"PartGeneric",6},{"ItemScrews",4}}};
|
||||
ItemARM[] = {"Pickup_PK_TK_GUE_EP1_DZE1",{"ItemToolbox"},{"PKM_DZ"},{{"ItemARM",1},{"PartGeneric",2},{"ItemPole",1},{"ItemScrews",2}}};
|
||||
};
|
||||
};
|
||||
|
||||
class hilux1_civil_2_covered_DZE2: hilux1_civil_2_covered_DZE1 {
|
||||
displayName = "$STR_VEH_NAME_PICKUP_COVERED_RED++";
|
||||
armor = 55; // car 20
|
||||
damageResistance = 0.02099;
|
||||
class HitPoints: HitPoints {
|
||||
class HitLFWheel: HitLFWheel {
|
||||
armor = 0.3;
|
||||
};
|
||||
class HitLBWheel: HitLBWheel {
|
||||
armor = 0.3;
|
||||
};
|
||||
class HitRFWheel: HitRFWheel {
|
||||
armor = 0.3;
|
||||
};
|
||||
class HitRBWheel: HitRBWheel {
|
||||
armor = 0.3;
|
||||
};
|
||||
class HitFuel: HitFuel {
|
||||
armor = 0.5;
|
||||
};
|
||||
class HitEngine: HitEngine {
|
||||
armor = 1;
|
||||
};
|
||||
class HitGlass1: HitGlass1 {
|
||||
armor = 0.3;
|
||||
};
|
||||
class HitGlass2: HitGlass2 {
|
||||
armor = 0.3;
|
||||
};
|
||||
class HitGlass3: HitGlass3 {
|
||||
armor = 0.3;
|
||||
};
|
||||
class HitGlass4: HitGlass4 {
|
||||
armor = 0.3;
|
||||
};
|
||||
};
|
||||
|
||||
class Upgrades {
|
||||
ItemLRK[] = {"hilux1_civil_2_covered_DZE3",{"ItemToolbox"},{},{{"ItemLRK",1},{"PartGeneric",2},{"ItemWoodCrateKit",1},{"ItemGunRackKit",1},{"ItemScrews",2}}};
|
||||
ItemARM[] = {"Pickup_PK_TK_GUE_EP1_DZE2",{"ItemToolbox"},{"PKM_DZ"},{{"ItemARM",1},{"PartGeneric",2},{"ItemPole",1},{"ItemScrews",2}}};
|
||||
};
|
||||
};
|
||||
|
||||
class hilux1_civil_2_covered_DZE3: hilux1_civil_2_covered_DZE2 {
|
||||
displayName = "$STR_VEH_NAME_PICKUP_COVERED_RED+++";
|
||||
transportMaxWeapons = 20; // car 10
|
||||
transportMaxMagazines = 100; // car 50
|
||||
transportmaxbackpacks = 4; // car 2
|
||||
|
||||
class Upgrades {
|
||||
ItemTNK[] = {"hilux1_civil_2_covered_DZE4",{"ItemToolbox"},{},{{"ItemTNK",1},{"PartGeneric",2},{"PartFueltank",1},{"ItemJerrycan",2},{"ItemScrews",1}}};
|
||||
ItemARM[] = {"Pickup_PK_TK_GUE_EP1_DZE3",{"ItemToolbox"},{"PKM_DZ"},{{"ItemARM",1},{"PartGeneric",2},{"ItemPole",1},{"ItemScrews",2}}};
|
||||
};
|
||||
};
|
||||
|
||||
class hilux1_civil_2_covered_DZE4: hilux1_civil_2_covered_DZE3 {
|
||||
displayName = "$STR_VEH_NAME_PICKUP_COVERED_RED++++";
|
||||
fuelCapacity = 210; // car 100
|
||||
|
||||
class Upgrades {
|
||||
ItemARM[] = {"Pickup_PK_TK_GUE_EP1_DZE4",{"ItemToolbox"},{"PKM_DZ"},{{"ItemARM",1},{"PartGeneric",2},{"ItemPole",1},{"ItemScrews",2}}};
|
||||
};
|
||||
};
|
||||
|
||||
class hilux1_civil_3_open;
|
||||
class hilux1_civil_3_open_DZE: hilux1_civil_3_open {
|
||||
displayName = "$STR_VEH_NAME_PICKUP_WHITE";
|
||||
vehicleClass = "DayZ Epoch Vehicles";
|
||||
terrainCoef = 2.5;
|
||||
crew = "";
|
||||
typicalCargo[] = {};
|
||||
class TransportMagazines {};
|
||||
class TransportWeapons {};
|
||||
class HitPoints;
|
||||
supplyRadius = 1.5;
|
||||
|
||||
class Upgrades {
|
||||
ItemORP[] = {"hilux1_civil_3_open_DZE1",{"ItemToolbox"},{},{{"ItemORP",1},{"PartEngine",1},{"PartWheel",4},{"ItemScrews",2}}};
|
||||
ItemARM[] = {"Pickup_PK_INS_DZE",{"ItemToolbox"},{"PKM_DZ"},{{"ItemARM",1},{"PartGeneric",2},{"ItemPole",1},{"ItemScrews",2}}};
|
||||
};
|
||||
};
|
||||
|
||||
class hilux1_civil_3_open_DZE1: hilux1_civil_3_open_DZE {
|
||||
displayName = "$STR_VEH_NAME_PICKUP_WHITE+";
|
||||
original = "hilux1_civil_3_open_DZE";
|
||||
maxspeed = 150; // car 100
|
||||
terrainCoef = 1.8;
|
||||
@@ -113,111 +247,13 @@ class hilux1_civil_3_open_DZE1: hilux1_civil_3_open_DZE {
|
||||
};
|
||||
|
||||
class Upgrades {
|
||||
ItemAVE[] = {"hilux1_civil_3_open_DZE2",{},{{"ItemAVE",1},{"PartGeneric",4},{"ItemTankTrap",2}}};
|
||||
ItemARM[] = {"Pickup_PK_INS_DZE1",{{"PKM_DZ",1}},{{"ItemARM",1},{"PartGeneric",2}}};
|
||||
ItemAVE[] = {"hilux1_civil_3_open_DZE2",{"ItemToolbox"},{},{{"ItemAVE",1},{"PartGeneric",6},{"ItemScrews",4}}};
|
||||
ItemARM[] = {"Pickup_PK_INS_DZE1",{"ItemToolbox"},{"PKM_DZ"},{{"ItemARM",1},{"PartGeneric",2},{"ItemPole",1},{"ItemScrews",2}}};
|
||||
};
|
||||
};
|
||||
|
||||
// Armor 2
|
||||
class hilux1_civil_1_open_DZE2: hilux1_civil_1_open_DZE1 {
|
||||
armor = 55; // car 20
|
||||
damageResistance = 0.02099;
|
||||
class HitPoints: HitPoints {
|
||||
class HitLFWheel: HitLFWheel {
|
||||
armor = 0.3;
|
||||
};
|
||||
class HitLBWheel: HitLBWheel {
|
||||
armor = 0.3;
|
||||
};
|
||||
class HitRFWheel: HitRFWheel {
|
||||
armor = 0.3;
|
||||
};
|
||||
class HitRBWheel: HitRBWheel {
|
||||
armor = 0.3;
|
||||
};
|
||||
class HitFuel {
|
||||
armor = 0.28;
|
||||
material = -1;
|
||||
name = "palivo";
|
||||
visual = "";
|
||||
passThrough = 1;
|
||||
};
|
||||
class HitEngine {
|
||||
armor = 1;
|
||||
material = -1;
|
||||
name = "motor";
|
||||
visual = "";
|
||||
passThrough = 1;
|
||||
};
|
||||
class HitGlass1: HitGlass1 {
|
||||
armor = 0.1;
|
||||
};
|
||||
class HitGlass2: HitGlass2 {
|
||||
armor = 0.1;
|
||||
};
|
||||
class HitGlass3: HitGlass3 {
|
||||
armor = 0.1;
|
||||
};
|
||||
class HitGlass4: HitGlass4 {
|
||||
armor = 0.1;
|
||||
};
|
||||
};
|
||||
|
||||
class Upgrades {
|
||||
ItemLRK[] = {"hilux1_civil_1_open_DZE3",{},{{"ItemLRK",1},{"PartGeneric",2},{"ItemTent",1}}};
|
||||
ItemARM[] = {"Pickup_PK_GUE_DZE2",{{"PKM_DZ",1}},{{"ItemARM",1},{"PartGeneric",2}}};
|
||||
};
|
||||
};
|
||||
class hilux1_civil_2_covered_DZE2: hilux1_civil_2_covered_DZE1 {
|
||||
armor = 55; // car 20
|
||||
damageResistance = 0.02099;
|
||||
class HitPoints: HitPoints {
|
||||
class HitLFWheel: HitLFWheel {
|
||||
armor = 0.3;
|
||||
};
|
||||
class HitLBWheel: HitLBWheel {
|
||||
armor = 0.3;
|
||||
};
|
||||
class HitRFWheel: HitRFWheel {
|
||||
armor = 0.3;
|
||||
};
|
||||
class HitRBWheel: HitRBWheel {
|
||||
armor = 0.3;
|
||||
};
|
||||
class HitFuel {
|
||||
armor = 0.28;
|
||||
material = -1;
|
||||
name = "palivo";
|
||||
visual = "";
|
||||
passThrough = 1;
|
||||
};
|
||||
class HitEngine {
|
||||
armor = 1;
|
||||
material = -1;
|
||||
name = "motor";
|
||||
visual = "";
|
||||
passThrough = 1;
|
||||
};
|
||||
class HitGlass1: HitGlass1 {
|
||||
armor = 0.1;
|
||||
};
|
||||
class HitGlass2: HitGlass2 {
|
||||
armor = 0.1;
|
||||
};
|
||||
class HitGlass3: HitGlass3 {
|
||||
armor = 0.1;
|
||||
};
|
||||
class HitGlass4: HitGlass4 {
|
||||
armor = 0.1;
|
||||
};
|
||||
};
|
||||
|
||||
class Upgrades {
|
||||
ItemLRK[] = {"hilux1_civil_2_covered_DZE3",{},{{"ItemLRK",1},{"PartGeneric",2},{"ItemTent",1}}};
|
||||
ItemARM[] = {"Pickup_PK_TK_GUE_EP1_DZE2",{{"PKM_DZ",1}},{{"ItemARM",1},{"PartGeneric",2}}};
|
||||
};
|
||||
};
|
||||
class hilux1_civil_3_open_DZE2: hilux1_civil_3_open_DZE1 {
|
||||
displayName = "$STR_VEH_NAME_PICKUP_WHITE++";
|
||||
armor = 55; // car 20
|
||||
damageResistance = 0.02099;
|
||||
class HitPoints: HitPoints {
|
||||
@@ -233,91 +269,49 @@ class hilux1_civil_3_open_DZE2: hilux1_civil_3_open_DZE1 {
|
||||
class HitRBWheel: HitRBWheel {
|
||||
armor = 0.3;
|
||||
};
|
||||
class HitFuel {
|
||||
armor = 0.28;
|
||||
material = -1;
|
||||
name = "palivo";
|
||||
visual = "";
|
||||
passThrough = 1;
|
||||
class HitFuel: HitFuel {
|
||||
armor = 0.5;
|
||||
};
|
||||
class HitEngine {
|
||||
class HitEngine: HitEngine {
|
||||
armor = 1;
|
||||
material = -1;
|
||||
name = "motor";
|
||||
visual = "";
|
||||
passThrough = 1;
|
||||
};
|
||||
class HitGlass1: HitGlass1 {
|
||||
armor = 0.1;
|
||||
armor = 0.3;
|
||||
};
|
||||
class HitGlass2: HitGlass2 {
|
||||
armor = 0.1;
|
||||
armor = 0.3;
|
||||
};
|
||||
class HitGlass3: HitGlass3 {
|
||||
armor = 0.1;
|
||||
armor = 0.3;
|
||||
};
|
||||
class HitGlass4: HitGlass4 {
|
||||
armor = 0.1;
|
||||
armor = 0.3;
|
||||
};
|
||||
};
|
||||
|
||||
class Upgrades {
|
||||
ItemLRK[] = {"hilux1_civil_3_open_DZE3",{},{{"ItemLRK",1},{"PartGeneric",2},{"ItemTent",1}}};
|
||||
ItemARM[] = {"Pickup_PK_INS_DZE2",{{"PKM_DZ",1}},{{"ItemARM",1},{"PartGeneric",2}}};
|
||||
ItemLRK[] = {"hilux1_civil_3_open_DZE3",{"ItemToolbox"},{},{{"ItemLRK",1},{"PartGeneric",2},{"ItemWoodCrateKit",1},{"ItemGunRackKit",1},{"ItemScrews",2}}};
|
||||
ItemARM[] = {"Pickup_PK_INS_DZE2",{"ItemToolbox"},{"PKM_DZ"},{{"ItemARM",1},{"PartGeneric",2},{"ItemPole",1},{"ItemScrews",2}}};
|
||||
};
|
||||
};
|
||||
|
||||
// Cargo 3
|
||||
class hilux1_civil_1_open_DZE3: hilux1_civil_1_open_DZE2 {
|
||||
transportMaxWeapons = 20; // car 10
|
||||
transportMaxMagazines = 100; // car 50
|
||||
transportmaxbackpacks = 4; // car 2
|
||||
|
||||
class Upgrades {
|
||||
ItemTNK[] = {"hilux1_civil_1_open_DZE4",{},{{"ItemTNK",1},{"PartFueltank",2}}};
|
||||
ItemARM[] = {"Pickup_PK_GUE_DZE3",{{"PKM_DZ",1}},{{"ItemARM",1},{"PartGeneric",2}}};
|
||||
};
|
||||
};
|
||||
class hilux1_civil_2_covered_DZE3: hilux1_civil_2_covered_DZE2 {
|
||||
transportMaxWeapons = 20; // car 10
|
||||
transportMaxMagazines = 100; // car 50
|
||||
transportmaxbackpacks = 4; // car 2
|
||||
|
||||
class Upgrades {
|
||||
ItemTNK[] = {"hilux1_civil_2_covered_DZE4",{},{{"ItemTNK",1},{"PartFueltank",2}}};
|
||||
ItemARM[] = {"Pickup_PK_TK_GUE_EP1_DZE3",{{"PKM_DZ",1}},{{"ItemARM",1},{"PartGeneric",2}}};
|
||||
};
|
||||
};
|
||||
class hilux1_civil_3_open_DZE3: hilux1_civil_3_open_DZE2 {
|
||||
displayName = "$STR_VEH_NAME_PICKUP_WHITE+++";
|
||||
transportMaxWeapons = 20; // car 10
|
||||
transportMaxMagazines = 100; // car 50
|
||||
transportmaxbackpacks = 4; // car 2
|
||||
|
||||
class Upgrades {
|
||||
ItemTNK[] = {"hilux1_civil_3_open_DZE4",{},{{"ItemTNK",1},{"PartFueltank",2}}};
|
||||
ItemARM[] = {"Pickup_PK_INS_DZE3",{{"PKM_DZ",1}},{{"ItemARM",1},{"PartGeneric",2}}};
|
||||
ItemTNK[] = {"hilux1_civil_3_open_DZE4",{"ItemToolbox"},{},{{"ItemTNK",1},{"PartGeneric",2},{"PartFueltank",1},{"ItemJerrycan",2},{"ItemScrews",1}}};
|
||||
ItemARM[] = {"Pickup_PK_INS_DZE3",{"ItemToolbox"},{"PKM_DZ"},{{"ItemARM",1},{"PartGeneric",2},{"ItemPole",1},{"ItemScrews",2}}};
|
||||
};
|
||||
};
|
||||
|
||||
// Fuel 4
|
||||
class hilux1_civil_1_open_DZE4: hilux1_civil_1_open_DZE3 {
|
||||
fuelCapacity = 210; // car 100
|
||||
|
||||
class Upgrades {
|
||||
ItemARM[] = {"Pickup_PK_GUE_DZE4",{{"PKM_DZ",1}},{{"ItemARM",1},{"PartGeneric",2}}};
|
||||
};
|
||||
};
|
||||
class hilux1_civil_2_covered_DZE4: hilux1_civil_2_covered_DZE3 {
|
||||
fuelCapacity = 210; // car 100
|
||||
|
||||
class Upgrades {
|
||||
ItemARM[] = {"Pickup_PK_TK_GUE_EP1_DZE4",{{"PKM_DZ",1}},{{"ItemARM",1},{"PartGeneric",2}}};
|
||||
};
|
||||
};
|
||||
class hilux1_civil_3_open_DZE4: hilux1_civil_3_open_DZE3 {
|
||||
displayName = "$STR_VEH_NAME_PICKUP_WHITE++++";
|
||||
fuelCapacity = 210; // car 100
|
||||
|
||||
class Upgrades {
|
||||
ItemARM[] = {"Pickup_PK_INS_DZE4",{{"PKM_DZ",1}},{{"ItemARM",1},{"PartGeneric",2}}};
|
||||
ItemARM[] = {"Pickup_PK_INS_DZE4",{"ItemToolbox"},{"PKM_DZ"},{{"ItemARM",1},{"PartGeneric",2},{"ItemPole",1},{"ItemScrews",2}}};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user