mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
reduce armor on armored SUV/HMMWV
This commit is contained in:
@@ -261,9 +261,10 @@ class ArmoredSUV_PMC_DZ: ArmoredSUV_Base_PMC
|
|||||||
faction = "PMC_BAF";
|
faction = "PMC_BAF";
|
||||||
displayName = "SUV (Armored) DZ";
|
displayName = "SUV (Armored) DZ";
|
||||||
crew = "";
|
crew = "";
|
||||||
|
armor = 80;
|
||||||
typicalCargo[] = {};
|
typicalCargo[] = {};
|
||||||
enableGPS = 1;
|
enableGPS = 1;
|
||||||
transportMaxWeapons = 20;
|
transportMaxWeapons = 2012;
|
||||||
transportMaxMagazines = 400;
|
transportMaxMagazines = 400;
|
||||||
transportmaxbackpacks = 10;
|
transportmaxbackpacks = 10;
|
||||||
class Turrets: Turrets
|
class Turrets: Turrets
|
||||||
@@ -326,6 +327,7 @@ class ArmoredSUV_PMC_DZE: ArmoredSUV_Base_PMC
|
|||||||
scope = 2;
|
scope = 2;
|
||||||
side = 2;
|
side = 2;
|
||||||
faction = "PMC_BAF";
|
faction = "PMC_BAF";
|
||||||
|
armor = 80;
|
||||||
displayName = "SUV (Armored) AL";
|
displayName = "SUV (Armored) AL";
|
||||||
crew = "";
|
crew = "";
|
||||||
typicalCargo[] = {};
|
typicalCargo[] = {};
|
||||||
@@ -387,4 +389,4 @@ class ArmoredSUV_PMC_DZE: ArmoredSUV_Base_PMC
|
|||||||
{
|
{
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user