From c5e9a78c46a17d6e140fc22292c126fa19a7d3e5 Mon Sep 17 00:00:00 2001 From: dayz10k Date: Sat, 23 Nov 2013 11:55:00 -0500 Subject: [PATCH] ammo size fixes #751 --- SQF/dayz_code/Configs/CfgMagazines.hpp | 29 +++++++++++++++++++++----- 1 file changed, 24 insertions(+), 5 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgMagazines.hpp b/SQF/dayz_code/Configs/CfgMagazines.hpp index 68f3aca73..128ec003b 100644 --- a/SQF/dayz_code/Configs/CfgMagazines.hpp +++ b/SQF/dayz_code/Configs/CfgMagazines.hpp @@ -131,14 +131,33 @@ class CfgMagazines { picture = "\CA\weapons_E\Data\icons\m_m245_CA.paa"; }; class 100Rnd_556x45_BetaCMag: CA_Magazine { + scope = 2; + displayName = "MG36 Mag."; + ammo = "B_556x45_Ball"; + count = 100; + initSpeed = 920; + picture = "\ca\weapons\g36\data\equip\M_MG36_CA.paa"; type="256"; - } + tracersEvery = 4; + lastRoundsTracer = 4; + descriptionShort = "Caliber: 5.56x45 mm NATO + Rounds: 100 + Used in: MG36, X8 SAW"; + }; class 75Rnd_545x39_RPK: CA_Magazine { + scope = 2; + displayName = "75Rnd. RPK"; + ammo = "B_545x39_Ball"; + count = 75; type="256"; - } - class 100Rnd_556x45: CA_Magazine { - type="256"; - } + picture = "\CA\weapons\AK\data\equip\M_RPK_74_CA.paa"; + tracersEvery = 4; + lastRoundsTracer = 4; + nameSound = "mgun"; + descriptionShort = "Caliber: 5.45x39mm + Rounds: 75 + Used in: RPK-74"; + }; // Items class ItemHotwireKit: CA_Magazine