This commit is the equivalent of a atomic bomb
This commit is contained in:
162
braf_weapons_sniper_rifles/CfgMagazines.hpp
Normal file
162
braf_weapons_sniper_rifles/CfgMagazines.hpp
Normal file
@@ -0,0 +1,162 @@
|
||||
class CfgMagazines {
|
||||
class CA_Magazine;
|
||||
class 5Rnd_127x108_Mag;
|
||||
class braf_5Rnd_308: 5Rnd_127x108_Mag
|
||||
{
|
||||
initSpeed=850;
|
||||
scope=2;
|
||||
displayName=".308 5Rnd AGLC";
|
||||
model="";
|
||||
ammo="braf_308_ball";
|
||||
count=5;
|
||||
mass=12;
|
||||
lastRoundsTracer=0;
|
||||
descriptionShort=".308 5Rnd AGLC";
|
||||
tracersEvery=0;
|
||||
modelSpecial="";
|
||||
modelSpecialIsProxy=1;
|
||||
};
|
||||
class braf_5Rnd_308_Red: 5Rnd_127x108_Mag
|
||||
{
|
||||
initSpeed=850;
|
||||
scope=2;
|
||||
displayName=".308 5Rnd AGLC Red";
|
||||
model="";
|
||||
ammo="braf_308_ball_red";
|
||||
count=5;
|
||||
mass=12;
|
||||
lastRoundsTracer=5;
|
||||
descriptionShort=".308 5Rnd AGLC Red";
|
||||
tracersEvery=1;
|
||||
modelSpecial="";
|
||||
modelSpecialIsProxy=1;
|
||||
};
|
||||
class braf_msr_10Rnd_308: CA_Magazine
|
||||
{
|
||||
initSpeed=915;
|
||||
scope=2;
|
||||
displayName=".308 MSR Mag 10Rnd";
|
||||
ammo="braf_308_ball";
|
||||
picture="\braf\braf_weapons_sniper_rifles\mags\308_MSR\msr_308_ui_mag.paa";
|
||||
count=10;
|
||||
mass=12;
|
||||
lastRoundsTracer=0;
|
||||
descriptionShort=".308 MSR Mag 10Rnd";
|
||||
tracersEvery=0;
|
||||
modelSpecial="";
|
||||
modelSpecialIsProxy=1;
|
||||
};
|
||||
class braf_msr_10Rnd_308_red: CA_Magazine
|
||||
{
|
||||
initSpeed=915;
|
||||
scope=2;
|
||||
displayName=".308 MSR Mag 10Rnd (Tracer)";
|
||||
ammo="braf_308_ball_red";
|
||||
picture="\braf\braf_weapons_sniper_rifles\mags\308_MSR\msr_308_ui_mag.paa";
|
||||
count=10;
|
||||
mass=12;
|
||||
lastRoundsTracer=10;
|
||||
descriptionShort=".308 MSR Mag 10Rnd (Tracer)";
|
||||
tracersEvery=10;
|
||||
modelSpecial="";
|
||||
modelSpecialIsProxy=1;
|
||||
};
|
||||
class braf_msr_5Rnd_338: CA_Magazine
|
||||
{
|
||||
initSpeed=915;
|
||||
scope=2;
|
||||
displayName=".338 MSR Mag 5Rnd";
|
||||
ammo="braf_338_ball";
|
||||
picture="\braf\braf_weapons_sniper_rifles\mags\308_MSR\msr_308_ui_mag.paa";
|
||||
count=5;
|
||||
mass=7;
|
||||
lastRoundsTracer=0;
|
||||
descriptionShort=".338 MSR Mag 5Rnd";
|
||||
tracersEvery=0;
|
||||
modelSpecial="";
|
||||
modelSpecialIsProxy=1;
|
||||
};
|
||||
class braf_msr_5Rnd_338_red: braf_msr_5Rnd_338
|
||||
{
|
||||
displayName=".338 MSR Mag 5Rnd (Tracer)";
|
||||
ammo="braf_338_ball_red";
|
||||
lastRoundsTracer=5;
|
||||
descriptionShort=".338 MSR Mag 5Rnd (Tracer)";
|
||||
tracersEvery=5;
|
||||
};
|
||||
class braf_Clip_5Rnd_762x51: 5Rnd_127x108_Mag
|
||||
{
|
||||
initSpeed=850;
|
||||
scope=2;
|
||||
displayName="7.62mm 5Rnd Mosquefal Clip";
|
||||
model="";
|
||||
ammo="braf_762_ball";
|
||||
count=5;
|
||||
mass=12;
|
||||
lastRoundsTracer=0;
|
||||
descriptionShort="7.62mm 5Rnd Mosquefal Clip";
|
||||
tracersEvery=0;
|
||||
modelSpecialIsProxy=1;
|
||||
};
|
||||
class braf_Clip_5Rnd_762x51_Red: 5Rnd_127x108_Mag
|
||||
{
|
||||
initSpeed=850;
|
||||
scope=2;
|
||||
displayName="7.62mm 5Rnd Mosquefal Clip (Red Tracer)";
|
||||
model="";
|
||||
ammo="braf_762_ball_red";
|
||||
count=5;
|
||||
mass=12;
|
||||
lastRoundsTracer=5;
|
||||
descriptionShort="7.62mm 5Rnd Mosquefal Clip (Red Tracer)";
|
||||
tracersEvery=1;
|
||||
//modelSpecial="";
|
||||
modelSpecialIsProxy=1;
|
||||
};
|
||||
class 20Rnd_762x51_HK417_mag: CA_Magazine
|
||||
{
|
||||
scope = 2;
|
||||
displayName = "20 Rounds HK417";
|
||||
picture = "\braf\braf_weapons_sniper_rifles\762mm_HK417\Data\UI\gear_AMF_714_long_01_mag_ca.paa"; /// just some icon
|
||||
ammo = "braf_762_ball";
|
||||
count = 20;
|
||||
initSpeed = 840;
|
||||
tracersEvery = 0;
|
||||
lastRoundsTracer = 4;
|
||||
descriptionShort = "Used to shoot HK417 bullets";
|
||||
magazineGroup[] = {"HK417_mag_group"};
|
||||
};
|
||||
class 20Rnd_762x51_HK417_Tracer_yellow_mag: 20Rnd_762x51_HK417_mag
|
||||
{
|
||||
picture = "\braf\braf_weapons_sniper_rifles\762mm_HK417\Data\UI\gear_AMF_714_long_01_yellow_mag_ca.paa"; /// just some icon
|
||||
ammo = "braf_762_ball_yellow";
|
||||
tracersEvery = 1;
|
||||
lastRoundsTracer = 20;
|
||||
displayName = "20 Rounds HK417 Yellow tracer";
|
||||
descriptionShort = "Used to shoot HK417 tracer bullets";
|
||||
displaynameshort = "Tracers";
|
||||
magazineGroup[] = {"HK417_mag_group"};
|
||||
};
|
||||
class 20Rnd_762x51_HK417_Tracer_green_mag: 20Rnd_762x51_HK417_mag
|
||||
{
|
||||
picture = "\braf\braf_weapons_sniper_rifles\762mm_HK417\Data\UI\gear_AMF_714_long_01_green_mag_ca.paa";
|
||||
ammo = "braf_762_ball_Green";
|
||||
tracersEvery = 1;
|
||||
lastRoundsTracer = 20;
|
||||
displayName = "20 Rounds HK417 Green tracer";
|
||||
descriptionShort = "Used to shoot HK417 tracer bullets";
|
||||
displaynameshort = "Tracers";
|
||||
magazineGroup[] = {"HK417_mag_group"};
|
||||
};
|
||||
class 20Rnd_762x51_HK417_Tracer_red_mag: 20Rnd_762x51_HK417_mag
|
||||
{
|
||||
picture = "\braf\braf_weapons_sniper_rifles\762mm_HK417\Data\UI\gear_AMF_714_long_01_red_mag_ca.paa";
|
||||
ammo = "braf_762_ball_red";
|
||||
tracersEvery = 1;
|
||||
lastRoundsTracer = 20;
|
||||
displayName = "20 Rounds HK417 Red tracer";
|
||||
descriptionShort = "Used to shoot HK417 tracer bullets";
|
||||
displaynameshort = "Tracers";
|
||||
magazineGroup[] = {"HK417_mag_group"};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user