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 {
|
2019-08-08 19:17:00 +00:00
|
|
|
ammo = "ACE_Gatling_30mm_Sub_CM51";
|
|
|
|
displayName = CSTRING(GatlingDescriptionCM51);
|
|
|
|
displayNameShort = CSTRING(GatlingDescriptionShortCM51);
|
2015-01-13 23:52:37 +00:00
|
|
|
count = 1170;
|
|
|
|
};
|
2019-08-04 10:36:40 +00:00
|
|
|
|
2019-08-31 22:13:38 +00:00
|
|
|
class ACE_1000Rnd_Gatling_30mm_Plane_CAS_HEI: 1000Rnd_Gatling_30mm_Plane_CAS_01_F {
|
2019-08-08 19:17:00 +00:00
|
|
|
ammo = "ACE_Gatling_30mm_Sub_HEI";
|
|
|
|
displayName = CSTRING(GatlingDescriptionHEI);
|
|
|
|
displayNameShort = CSTRING(GatlingDescriptionShortHEI);
|
|
|
|
};
|
|
|
|
|
2019-08-04 10:36:40 +00:00
|
|
|
class ACE_1000Rnd_Gatling_30mm_Plane_CAS_AP: 1000Rnd_Gatling_30mm_Plane_CAS_01_F {
|
|
|
|
ammo = "ACE_Gatling_30mm_Sub_AP";
|
2019-08-05 03:45:05 +00:00
|
|
|
displayName = CSTRING(GatlingDescriptionAP);
|
|
|
|
displayNameShort = CSTRING(GatlingDescriptionShortAP);
|
2019-08-04 10:36:40 +00:00
|
|
|
};
|
2021-10-30 21:42:03 +00:00
|
|
|
|
2019-08-04 10:36:40 +00:00
|
|
|
class ACE_1000Rnd_Gatling_30mm_Plane_CAS_CM41: 1000Rnd_Gatling_30mm_Plane_CAS_01_F {
|
|
|
|
ammo = "ACE_Gatling_30mm_Sub_CM41";
|
2019-08-05 03:45:05 +00:00
|
|
|
displayName = CSTRING(GatlingDescriptionCM41);
|
|
|
|
displayNameShort = CSTRING(GatlingDescriptionShortCM41);
|
2019-08-04 10:36:40 +00:00
|
|
|
};
|
2021-10-30 21:42:03 +00:00
|
|
|
|
2019-08-04 10:49:23 +00:00
|
|
|
class ACE_1000Rnd_Gatling_30mm_Plane_CAS_CM51: 1000Rnd_Gatling_30mm_Plane_CAS_01_F {
|
2019-08-04 10:36:40 +00:00
|
|
|
ammo = "ACE_Gatling_30mm_Sub_CM51";
|
2019-08-05 03:45:05 +00:00
|
|
|
displayName = CSTRING(GatlingDescriptionCM51);
|
|
|
|
displayNameShort = CSTRING(GatlingDescriptionShortCM51);
|
2019-08-01 09:21:28 +00:00
|
|
|
};
|
2015-01-13 23:52:37 +00:00
|
|
|
|
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;
|
|
|
|
};
|
|
|
|
};
|