mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
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:
parent
7d9c7d5483
commit
15c65c5779
@ -2,10 +2,18 @@ class CfgMagazines {
|
||||
// shoot helper object to tripple rof
|
||||
class 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;
|
||||
};
|
||||
|
||||
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 {
|
||||
ammo = "ACE_Gatling_30mm_Sub_AP";
|
||||
displayName = CSTRING(GatlingDescriptionAP);
|
||||
|
@ -49,11 +49,17 @@
|
||||
<Chinese>關閉貨艙門</Chinese>
|
||||
<Chinesesimp>关闭货舱门</Chinesesimp>
|
||||
</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">
|
||||
<English>30mm DU Armor Piercing</English>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Aircraft_GatlingDescriptionShortAP">
|
||||
<English>30mm AP</English>
|
||||
<English>30mm DU AP</English>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Aircraft_GatlingDescriptionCM41">
|
||||
<English>30mm Combat Mix 4:1 DU:HEI</English>
|
||||
|
Loading…
Reference in New Issue
Block a user