vehicle ammo

This commit is contained in:
Zac Surplice
2013-10-13 12:36:35 +11:00
parent dc1e2ee733
commit adf457204a
18 changed files with 367 additions and 4293 deletions

View File

@@ -0,0 +1,27 @@
class CH_47F_EP1;
class CH_47_DZE: CH_47F_EP1 {
scope = 2;
side = 2;
crew = "";
class TransportMagazines{};
class TransportWeapons{};
commanderCanSee = 2+16+32;
gunnerCanSee = 2+16+32;
driverCanSee = 2+16+32;
transportMaxWeapons = 5;
transportMaxMagazines = 25;
transportmaxbackpacks = 4;
typicalcargo[] = {};
class Turrets: Turrets {
class MainTurret: MainTurret {
magazines[] = {};
};
class RightDoorGun: MainTurret {};
class BackDoorGun: MainTurret {
magazines[] = {};
};
};
};

View File

@@ -0,0 +1,24 @@
class UH60M_EP1;
class UH60M_DZE: UH60M_EP1 {
scope = 2;
side = 2;
crew = "";
class TransportMagazines{};
class TransportWeapons{};
commanderCanSee = 2+16+32;
gunnerCanSee = 2+16+32;
driverCanSee = 2+16+32;
transportMaxWeapons = 5;
transportMaxMagazines = 25;
transportmaxbackpacks = 4;
typicalcargo[] = {};
class Turrets: Turrets {
class MainTurret: MainTurret {
magazines[] = {};
};
class RightDoorGun: MainTurret {};
};
};