mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +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
19 lines
376 B
C++
19 lines
376 B
C++
class 8Rnd_762x25_TT33 : CA_Magazine
|
|
{
|
|
scope = public;
|
|
type = 16;
|
|
displayName = $STR_DZ_MAG_8RND_762x25_TT33_NAME;
|
|
descriptionShort = $STR_DZ_MAG_8RND_TT33_762x25_DESC;
|
|
picture = "\RH_de\inv\m_tt33.paa";
|
|
model = "\RH_de\mags\mag_tt33.p3d";
|
|
ammo = "B_762x25_Ball";
|
|
count = 8;
|
|
initSpeed = 400;
|
|
|
|
cartridgeName = "762x25";
|
|
|
|
class ItemActions
|
|
{
|
|
COMBINE_MAG
|
|
};
|
|
}; |