reduce armor on armored SUV/HMMWV

This commit is contained in:
HARLAN
2013-12-03 12:38:14 -05:00
parent 0016b4a8d9
commit a8510ec153

View File

@@ -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
{ {
}; };
}; };
}; };