mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Added missing magazine and ammunition definitions.
This commit is contained in:
parent
15c65c5779
commit
602341b535
@ -73,14 +73,17 @@ class CfgAmmo {
|
||||
|
||||
class ACE_Gatling_30mm_Sub_AP: ACE_Gatling_30mm_Sub_HEI {
|
||||
submunitionAmmo = "ACE_Gatling_30mm_AP_Plane_CAS_01_F";
|
||||
ACE_caliber = 1.4;
|
||||
};
|
||||
|
||||
class ACE_Gatling_30mm_Sub_CM41: ACE_Gatling_30mm_Sub_HEI {
|
||||
submunitionAmmo[] = {"ACE_Gatling_30mm_AP_Plane_CAS_01_F",0.8,"Cannon_30mm_HE_Plane_CAS_01_F",0.2};
|
||||
ACE_caliber = 1.4;
|
||||
};
|
||||
|
||||
class ACE_Gatling_30mm_Sub_CM51: ACE_Gatling_30mm_Sub_HEI {
|
||||
submunitionAmmo[] = {"ACE_Gatling_30mm_AP_Plane_CAS_01_F",0.83,"Cannon_30mm_HE_Plane_CAS_01_F",0.17};
|
||||
ACE_caliber = 1.4;
|
||||
};
|
||||
|
||||
|
||||
|
@ -8,7 +8,7 @@ class CfgMagazines {
|
||||
count = 1170;
|
||||
};
|
||||
|
||||
class 1000Rnd_Gatling_30mm_Plane_CAS_HEI: VehicleMagazine {
|
||||
class ACE_1000Rnd_Gatling_30mm_Plane_CAS_HEI: 1000Rnd_Gatling_30mm_Plane_CAS_01_F {
|
||||
ammo = "ACE_Gatling_30mm_Sub_HEI";
|
||||
displayName = CSTRING(GatlingDescriptionHEI);
|
||||
displayNameShort = CSTRING(GatlingDescriptionShortHEI);
|
||||
|
@ -19,7 +19,7 @@ class CfgWeapons {
|
||||
class CannonCore;
|
||||
// Fix attrocious A-10 Cannon Dispersion; Add high ROF capability
|
||||
class Gatling_30mm_Plane_CAS_01_F: CannonCore {
|
||||
magazines[] += {"ACE_1000Rnd_Gatling_30mm_Plane_CAS_AP","ACE_1000Rnd_Gatling_30mm_Plane_CAS_CM41","ACE_1000Rnd_Gatling_30mm_Plane_CAS_CM51"};
|
||||
magazines[] += {"ACE_1000Rnd_Gatling_30mm_Plane_CAS_AP","ACE_1000Rnd_Gatling_30mm_Plane_CAS_CM41","ACE_1000Rnd_Gatling_30mm_Plane_CAS_HEI"};
|
||||
class LowROF: Mode_FullAuto {
|
||||
multiplier = 3;
|
||||
burst = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user