This commit is the equivalent of a atomic bomb
This commit is contained in:
54
braf_weapons_shotguns/CfgMagazines.hpp
Normal file
54
braf_weapons_shotguns/CfgMagazines.hpp
Normal file
@@ -0,0 +1,54 @@
|
||||
class CfgMagazines {
|
||||
class CA_Magazine;
|
||||
class BRAF_Boito_8Rnd_buck : CA_Magazine
|
||||
{
|
||||
initSpeed = 396;
|
||||
scope = 2;
|
||||
displayName = "12 Gauge 7+1 Rnd Buckshot";
|
||||
descriptionShort="12 Gauge 7+1 Rnd Buckshot";
|
||||
model = "\braf\braf_weapons_shotguns\mags\12cal\slug.p3d";
|
||||
ammo = "BRAF_M870_buck";
|
||||
count = 8;
|
||||
mass = 10;
|
||||
picture = "\braf\braf_weapons_shotguns\mags\12cal\data\knockdown_ui.paa";
|
||||
};
|
||||
class BRAF_Boito_5Rnd_buck : BRAF_Boito_8Rnd_buck
|
||||
{
|
||||
displayName = "12 Gauge 4+1 Rnd Buckshot";
|
||||
descriptionShort="12 Gauge 4+1 Rnd Buckshot";
|
||||
count = 5;
|
||||
mass = 6;
|
||||
};
|
||||
class BRAF_Boito_8Rnd_slug : BRAF_Boito_8Rnd_buck
|
||||
{
|
||||
initSpeed = 406;
|
||||
displayName = "12 Gauge 7+1 Rnd Slug";
|
||||
descriptionShort="12 Gauge 7+1 Rnd Slug";
|
||||
ammo = "B_12Gauge_Slug_NoCartridge";
|
||||
};
|
||||
class BRAF_Boito_5Rnd_slug : BRAF_Boito_8Rnd_slug
|
||||
{
|
||||
displayName = "12 Gauge 4+1 Rnd Slug";
|
||||
descriptionShort="12 Gauge 4+1 Rnd Slug";
|
||||
count = 5;
|
||||
mass = 6;
|
||||
};
|
||||
class BRAF_Boito_7Rnd_riot : BRAF_Boito_8Rnd_buck
|
||||
{
|
||||
initSpeed = 200;
|
||||
displayName = "12 Gauge 6+1 Rnd Riot";
|
||||
descriptionShort="12 Gauge 6+1 Rnd Riot";
|
||||
ammo = "BRAF_M870_riot";
|
||||
count = 7;
|
||||
mass = 8;
|
||||
picture = "\braf\braf_weapons_shotguns\mags\12cal\data\antimotim_ui.paa";
|
||||
};
|
||||
class BRAF_Boito_5Rnd_riot : BRAF_Boito_7Rnd_riot
|
||||
{
|
||||
displayName = "12 Gauge 4+1 Rnd Riot";
|
||||
descriptionShort="12 Gauge 4+1 Rnd Riot";
|
||||
count = 5;
|
||||
mass = 6;
|
||||
};
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user