Update planes

This commit is contained in:
A Man
2020-01-24 13:31:33 +01:00
parent 06b788a10b
commit 02a6dba7e8
4 changed files with 14 additions and 2 deletions

View File

@@ -1,6 +1,10 @@
class C130J_US_EP1;
class C130J_US_EP1_DZ: C130J_US_EP1 {
displayname = $STR_VEH_NAME_C130;
vehicleClass = "DayZ Epoch Vehicles";
commanderCanSee = 2+16+32;
gunnerCanSee = 2+16+32;
driverCanSee = 2+16+32;
transportMaxWeapons = 50;
transportMaxMagazines = 400;
transportmaxbackpacks = 20;
@@ -9,4 +13,4 @@ class C130J_US_EP1_DZ: C130J_US_EP1 {
typicalCargo[] = {};
class TransportMagazines {};
class TransportWeapons {};
};
};