This commit is the equivalent of a atomic bomb
This commit is contained in:
27
braf_static/M120/CfgMagazines.hpp
Normal file
27
braf_static/M120/CfgMagazines.hpp
Normal file
@@ -0,0 +1,27 @@
|
||||
class CfgMagazines
|
||||
{
|
||||
class CA_Magazine;
|
||||
class CA_LauncherMagazine;
|
||||
class HandGrenade;
|
||||
class 30Rnd_556x45_Stanag;
|
||||
class VehicleMagazine;
|
||||
class 200Rnd_40mm_G_belt;
|
||||
class 1000Rnd_20mm_shells;
|
||||
class 50Rnd_570x28_SMG_03;
|
||||
class Default;
|
||||
class Titan_AP;
|
||||
class Titan_AT;
|
||||
class 8Rnd_120mm_Mortar: VehicleMagazine
|
||||
{
|
||||
author="BRAF Team";
|
||||
initSpeed=200;
|
||||
displayNameShort="Mortar M120mm";
|
||||
scope=2;
|
||||
displayName="Mortar M120";
|
||||
displayNameMFDFormat="HE";
|
||||
ammo="Braf_B_120MM";
|
||||
count=8;
|
||||
nameSound="heat";
|
||||
muzzleImpulseFactor[]={0,0};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user