Add Kriss SMG

This commit is contained in:
A Man
2020-02-26 14:53:48 +01:00
parent 019fe28542
commit 1f3e9d14d2
11 changed files with 316 additions and 12 deletions

View File

@@ -9,16 +9,17 @@ class 15Rnd_10x22_p99: CA_Magazine
count = 15;
initSpeed = 408;
descriptionShort = $STR_DZ_MAG_15RND_P99_DESC;
class ItemActions
{
COMBINE_MAG
};
};
class 15Rnd_10x22_p99_sd: CA_Magazine
class 15Rnd_10x22_p99_sd: 15Rnd_10x22_p99
{
scope = 2;
displayName = $STR_DZ_MAG_15RND_P99SD_NAME;
picture = "\dayz_epoch_c\icons\magazines\mag_sd.paa";
model = "\C1987_P99\mag.p3d";
type = 16;
ammo = "B_10x22_SD";
count = 15;
initSpeed = 408;
descriptionShort = $STR_DZ_MAG_15RND_P99SD_DESC;
descriptionShort = $STR_DZ_MAG_15RND_P99SD_DESC;
};