mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Adds stringtable magazine values
This commit is contained in:
parent
6b67c5e365
commit
344662e76c
@ -8,20 +8,20 @@ class CfgMagazines {
|
|||||||
|
|
||||||
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 = "30mm DU Armor Piercing";
|
displayName = CSTRING(GatlingDescriptionAP);
|
||||||
displayNameShort = "30mm DUAP";
|
displayNameShort = CSTRING(GatlingDescriptionShortAP);
|
||||||
};
|
};
|
||||||
|
|
||||||
class ACE_1000Rnd_Gatling_30mm_Plane_CAS_CM41: 1000Rnd_Gatling_30mm_Plane_CAS_01_F {
|
class ACE_1000Rnd_Gatling_30mm_Plane_CAS_CM41: 1000Rnd_Gatling_30mm_Plane_CAS_01_F {
|
||||||
ammo = "ACE_Gatling_30mm_Sub_CM41";
|
ammo = "ACE_Gatling_30mm_Sub_CM41";
|
||||||
displayName = "30mm Combat Mix 4:1 DU:HEI";
|
displayName = CSTRING(GatlingDescriptionCM41);
|
||||||
displayNameShort = "30mm 4:1 DU:HEI";
|
displayNameShort = CSTRING(GatlingDescriptionShortCM41);
|
||||||
};
|
};
|
||||||
|
|
||||||
class ACE_1000Rnd_Gatling_30mm_Plane_CAS_CM51: 1000Rnd_Gatling_30mm_Plane_CAS_01_F {
|
class ACE_1000Rnd_Gatling_30mm_Plane_CAS_CM51: 1000Rnd_Gatling_30mm_Plane_CAS_01_F {
|
||||||
ammo = "ACE_Gatling_30mm_Sub_CM51";
|
ammo = "ACE_Gatling_30mm_Sub_CM51";
|
||||||
displayName = "30mm Combat Mix 5:1 DU:HEI";
|
displayName = CSTRING(GatlingDescriptionCM51);
|
||||||
displayNameShort = "30mm 5:1 DU:HEI";
|
displayNameShort = CSTRING(GatlingDescriptionShortCM51);
|
||||||
};
|
};
|
||||||
|
|
||||||
// an extended magazine for the comanche
|
// an extended magazine for the comanche
|
||||||
|
Loading…
Reference in New Issue
Block a user