mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Add new pistols from Robert Hammer. - 23 new pistols - New sounds for the M9, M1911, PDW - New magazine icon and model for M1911 - Full attachment support for different pistols
17 lines
347 B
C++
17 lines
347 B
C++
class 6Rnd_357Magnum: CA_Magazine
|
|
{
|
|
scope = public;
|
|
type = 16;
|
|
displayName = $STR_DZ_MAG_6RND_357MAGNUM_NAME;
|
|
descriptionShort = $STR_DZ_MAG_6RND_357MAGNUM_DESC;
|
|
picture = "\RH_de\inv\m_44m.paa";
|
|
model = "\dayz_equip\models\ammo_acp45.p3d";
|
|
ammo = "B_357mag_Ball";
|
|
count = 6;
|
|
initSpeed = 421;
|
|
|
|
class ItemActions
|
|
{
|
|
COMBINE_MAG
|
|
};
|
|
}; |