mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 19:06:29 +03:00
Add UMP
This commit is contained in:
@@ -93,4 +93,20 @@ class 33Rnd_45ACP_KRISSSD: 33Rnd_45ACP_KRISS
|
||||
descriptionShort = $STR_DZ_MAG_33RND_KRISSSD_45ACP_DESC;
|
||||
picture = "\RH_smg\inv\m_kriss30.paa";
|
||||
ammo = "B_45ACP_SD";
|
||||
};
|
||||
|
||||
class 25Rnd_45ACP_UMP: 33Rnd_45ACP_KRISS
|
||||
{
|
||||
displayName = $STR_DZ_MAG_25RND_45_UMP_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_25RND_UMP_DESC;
|
||||
model = "\RH_smg\mags\mag_ump.p3d";
|
||||
picture = "\RH_smg\inv\m_ump.paa";
|
||||
count = 25;
|
||||
};
|
||||
class 25Rnd_45ACP_UMPSD: 25Rnd_45ACP_UMP
|
||||
{
|
||||
displayName = $STR_DZ_MAG_25RND_45_UMPSD_NAME;
|
||||
descriptionShort = $STR_DZ_MAG_25RND_UMPSD_DESC;
|
||||
picture = "\RH_smg\inv\m_ump.paa";
|
||||
ammo = "B_45ACP_SD";
|
||||
};
|
||||
Reference in New Issue
Block a user