ammo size fixes #751

This commit is contained in:
dayz10k
2013-11-23 11:55:00 -05:00
parent 3c1984ba88
commit c5e9a78c46

View File

@@ -131,14 +131,33 @@ class CfgMagazines {
picture = "\CA\weapons_E\Data\icons\m_m245_CA.paa"; picture = "\CA\weapons_E\Data\icons\m_m245_CA.paa";
}; };
class 100Rnd_556x45_BetaCMag: CA_Magazine { 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"; 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 { class 75Rnd_545x39_RPK: CA_Magazine {
scope = 2;
displayName = "75Rnd. RPK";
ammo = "B_545x39_Ball";
count = 75;
type="256"; type="256";
} picture = "\CA\weapons\AK\data\equip\M_RPK_74_CA.paa";
class 100Rnd_556x45: CA_Magazine { tracersEvery = 4;
type="256"; lastRoundsTracer = 4;
} nameSound = "mgun";
descriptionShort = "Caliber: 5.45x39mm
Rounds: 75
Used in: RPK-74";
};
// Items // Items
class ItemHotwireKit: CA_Magazine class ItemHotwireKit: CA_Magazine