Files
braf/braf_armored/BRAF_Armored_Weap/magazines.hpp

68 lines
1.7 KiB
C++

class CfgMagazines
{
class braf_100Rnd_127x99_M;
class braf_150Rnd_127x99_M: braf_100Rnd_127x99_M
{
scope=2;
count=150;
ammo="braf_B_127x99_Ball_Red_Tracer_Splash";
initSpeed=910;
maxLeadSpeed=200;
nameSound="mgun";
displayName="150Rnd 127x99 mm Tracer Red";
muzzleImpulseFactor[]={0.050000001,0.050000001};
lastRoundsTracer=10;
tracersEvery=5;
};
class VehicleMagazine;
class braf_11Rnd_90mm_heat_mp: VehicleMagazine
{
author="BRAF TEAM";
displayName="11 Rounds HEAT 90mm Shells";
displayNameShort="11 Rnds HEAT 90mm";
displayNameMFDFormat="HEAT-MP";
ammo="Sh_120mm_HEAT_MP";
initSpeed=900;
count=11;
maxLeadSpeed=25;
tracersEvery=0;
nameSound="cannon";
muzzleImpulseFactor[]={0.5,3};
};
class braf_11Rnd_90mm_he_shells: braf_11Rnd_90mm_heat_mp
{
displayName="11 Rounds HE 90mm Shells";
displayNameShort="11 Rnds HE 90mm";
displayNameMFDFormat="HE";
ammo="braf_90mm_HE";
initSpeed=700;
muzzleImpulseFactor[]={1,6};
};
class braf_11Rnd_90mm_hesh_shells: braf_11Rnd_90mm_heat_mp
{
displayName="11 Rounds HESH 90mm Shells";
displayNameShort="11 Rnds HESH 90mm";
displayNameMFDFormat="HESH";
ammo="braf_90mm_HESH";
initSpeed=800;
muzzleImpulseFactor[]={1,6};
};
class braf_11Rnd_90mm_apfsds_shells: braf_11Rnd_90mm_he_shells
{
displayName="11 Rounds APFSDS 90mm Flechette";
displayNameShort="11 Rnds APFSDS 90mm";
ammo="braf_90mm_apfsds";
initSpeed=1680;
muzzleImpulseFactor[]={0.5,3};
};
class braf_11Rnd_90mm_apfsds_t_shells: braf_11Rnd_90mm_apfsds_shells
{
displayName="11 Rounds APFSDS 90mm Flechette Tracer";
displayNameShort="11 Rnds APFSDS-T 90mm";
displayNameMFDFormat="APFSD-T";
ammo="braf_90mm_apfsds_tracer";
tracersEvery=1;
};
};