Add a few new items

Models made by @helion4
This commit is contained in:
AirwavesMan
2020-06-28 22:40:16 +02:00
parent 8d4a00b99e
commit 09c368b938
21 changed files with 967 additions and 17 deletions

View File

@@ -0,0 +1,17 @@
class Cuffs_DZE: ItemCore
{
scope = 2;
displayName = $STR_EQUIP_CUFFS;
descriptionShort = $STR_EQUIP_CUFFS_DESC;
picture = "\dayz_epoch_c\icons\tools\ItemCuffs.paa";
model = "\z\addons\dayz_epoch_w\items\cuffs.p3d";
};
class CuffsBroken_DZE: ItemCore
{
scope = 2;
displayName = $STR_EQUIP_CUFFS_BROKEN;
descriptionShort = $STR_EQUIP_CUFFS_BROKEN_DESC;
picture = "\dayz_epoch_c\icons\tools\ItemCuffsBroken.paa";
model = "\z\addons\dayz_epoch_w\items\cuffs.p3d";
};