2015-01-13 23:52:37 +00:00
|
|
|
|
|
|
|
class CfgMagazines {
|
2015-02-14 09:26:52 +00:00
|
|
|
// shoot helper object to tripple rof
|
2015-01-13 23:52:37 +00:00
|
|
|
class VehicleMagazine;
|
|
|
|
class 1000Rnd_Gatling_30mm_Plane_CAS_01_F: VehicleMagazine {
|
|
|
|
ammo = "ACE_Gatling_30mm_HE_Plane_CAS_01_Deploy";
|
|
|
|
count = 1170;
|
|
|
|
};
|
|
|
|
|
2015-02-14 09:26:52 +00:00
|
|
|
// an extended magazine for the comanche
|
|
|
|
class 300Rnd_20mm_shells;
|
2015-01-13 23:52:37 +00:00
|
|
|
class ACE_500Rnd_20mm_shells_Comanche: 300Rnd_20mm_shells {
|
2015-04-14 22:11:49 +00:00
|
|
|
ammo = "ACE_20mm_HE";
|
2015-01-13 23:52:37 +00:00
|
|
|
count = 500;
|
|
|
|
};
|
|
|
|
};
|