mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
14 lines
417 B
C++
14 lines
417 B
C++
class CfgMagazines {
|
|
class 1Rnd_HE_Grenade_shell;
|
|
class ACE_40mm_Pike: 1Rnd_HE_Grenade_shell {
|
|
displayName = CSTRING(magazine_displayName);
|
|
displayNameShort = "Pike SALH";
|
|
descriptionShort = "";
|
|
// picture = QPATHTOF(data\inventory_ca.paa);
|
|
ammo = QGVAR(ammo_gl);
|
|
model = QPATHTOF(models\ace_pike_ammo.p3d);
|
|
initSpeed = 40;
|
|
mass = 10;
|
|
};
|
|
};
|