mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
GM Compat - Credit and cleanup (#8579)
This commit is contained in:
parent
3c5d47e83d
commit
f97359cf5f
@ -151,6 +151,7 @@ Riccardo Petricca <petriccarcc@gmail.com>
|
||||
Robert Boklahánics <bokirobi@gmail.com>
|
||||
ruPaladin <happyworm24@rambler.ru>
|
||||
Rutger "RedBery" Meijering <c.redbery@gmail.com>
|
||||
sancron
|
||||
Schwaggot <tom.ryan@posteo.de>
|
||||
shukari
|
||||
simon84 <badguy360th@gmail.com>
|
||||
|
@ -93,34 +93,4 @@ class cfgMagazines {
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
// Vehicle Ammo
|
||||
class gm_magazine_20x139mm_base;
|
||||
class gme_320Rnd_20x139mm_hei_t_dm81: gm_magazine_20x139mm_base {
|
||||
displayName = "20 mm 320Rnd HEI-T DM81";
|
||||
descriptionShort = "Caliber: 20x139 mm HEI-T DM81<br />Rounds: 320<br />Used in: RH202";
|
||||
displaynameshort = "HEI-T";
|
||||
ammo = "gm_bullet_20x139mm_hei_t_dm81";
|
||||
count = 320;
|
||||
initSpeed = 1175;
|
||||
tracersEvery = 1;
|
||||
lastRoundsTracer = 1;
|
||||
scope = 1;
|
||||
scopeCurator = 2;
|
||||
author = "Global Mobilization";
|
||||
};
|
||||
class gme_180Rnd_20x139mm_apds_t_dm63: gm_magazine_20x139mm_base {
|
||||
displayName = "20 mm 180Rnd APDS-T DM63";
|
||||
descriptionShort = "Caliber: 20x139 mm APDS-T DM63<br />Rounds: 120<br />Used in: RH202";
|
||||
displaynameshort = "APDS-T";
|
||||
ammo = "gm_bullet_20x139mm_apds_t_dm63";
|
||||
count = 180;
|
||||
initSpeed = 1175;
|
||||
tracersEvery = 1;
|
||||
lastRoundsTracer = 1;
|
||||
scope = 1;
|
||||
scopeCurator = 2;
|
||||
author = "Global Mobilization";
|
||||
};
|
||||
};
|
||||
|
@ -8,7 +8,7 @@ class CfgPatches {
|
||||
requiredVersion = REQUIRED_VERSION;
|
||||
requiredAddons[] = {"ace_csw", "ace_explosives", "ace_rearm", "ace_refuel", "ace_repair", "gm_core"};
|
||||
author = ECSTRING(common,ACETeam);
|
||||
authors[] = {"nomisum"};
|
||||
authors[] = {"sancron", "nomisum"};
|
||||
url = ECSTRING(main,URL);
|
||||
VERSION_CONFIG;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user