Adds HEI magazine.

Configs default "1000Rnd_Gatling_30mm_Plane_CAS_01_F" magazine as CM5:1.
Keeps "ACE_1000Rnd_Gatling_30mm_Plane_CAS_CM51" for legacy reasons.
This commit is contained in:
LorenLuke 2019-08-08 12:17:00 -07:00
parent 7d9c7d5483
commit 15c65c5779
2 changed files with 16 additions and 2 deletions

View File

@ -2,10 +2,18 @@ class CfgMagazines {
// shoot helper object to tripple rof // shoot helper object to tripple rof
class VehicleMagazine; class VehicleMagazine;
class 1000Rnd_Gatling_30mm_Plane_CAS_01_F: VehicleMagazine { class 1000Rnd_Gatling_30mm_Plane_CAS_01_F: VehicleMagazine {
ammo = "ACE_Gatling_30mm_Sub_HEI"; ammo = "ACE_Gatling_30mm_Sub_CM51";
displayName = CSTRING(GatlingDescriptionCM51);
displayNameShort = CSTRING(GatlingDescriptionShortCM51);
count = 1170; count = 1170;
}; };
class 1000Rnd_Gatling_30mm_Plane_CAS_HEI: VehicleMagazine {
ammo = "ACE_Gatling_30mm_Sub_HEI";
displayName = CSTRING(GatlingDescriptionHEI);
displayNameShort = CSTRING(GatlingDescriptionShortHEI);
};
class ACE_1000Rnd_Gatling_30mm_Plane_CAS_AP: 1000Rnd_Gatling_30mm_Plane_CAS_01_F { class ACE_1000Rnd_Gatling_30mm_Plane_CAS_AP: 1000Rnd_Gatling_30mm_Plane_CAS_01_F {
ammo = "ACE_Gatling_30mm_Sub_AP"; ammo = "ACE_Gatling_30mm_Sub_AP";
displayName = CSTRING(GatlingDescriptionAP); displayName = CSTRING(GatlingDescriptionAP);

View File

@ -49,11 +49,17 @@
<Chinese>關閉貨艙門</Chinese> <Chinese>關閉貨艙門</Chinese>
<Chinesesimp>关闭货舱门</Chinesesimp> <Chinesesimp>关闭货舱门</Chinesesimp>
</Key> </Key>
<Key ID="STR_ACE_Aircraft_GatlingDescriptionHEI">
<English>30mm High-Explosive Incendiary</English>
</Key>
<Key ID="STR_ACE_Aircraft_GatlingDescriptionShortHEI">
<English>30mm HEI</English>
</Key>
<Key ID="STR_ACE_Aircraft_GatlingDescriptionAP"> <Key ID="STR_ACE_Aircraft_GatlingDescriptionAP">
<English>30mm DU Armor Piercing</English> <English>30mm DU Armor Piercing</English>
</Key> </Key>
<Key ID="STR_ACE_Aircraft_GatlingDescriptionShortAP"> <Key ID="STR_ACE_Aircraft_GatlingDescriptionShortAP">
<English>30mm AP</English> <English>30mm DU AP</English>
</Key> </Key>
<Key ID="STR_ACE_Aircraft_GatlingDescriptionCM41"> <Key ID="STR_ACE_Aircraft_GatlingDescriptionCM41">
<English>30mm Combat Mix 4:1 DU:HEI</English> <English>30mm Combat Mix 4:1 DU:HEI</English>