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 Scissors_DZE: ItemCore
{
scope = 2;
displayName = $STR_EQUIP_SCISSORS;
descriptionShort = $STR_EQUIP_SCISSORS_DESC;
model = "\z\addons\dayz_epoch_w\items\scissors.p3d";
picture = "\dayz_epoch_c\icons\tools\ItemScissors.paa";
};
class ScissorsBroken_DZE : ItemCore
{
scope = 2;
displayName = $STR_EQUIP_SCISSORS_BROKEN;
descriptionShort = $STR_EQUIP_SCISSORS_BROKEN_DESC;
model = "\z\addons\dayz_epoch_w\items\scissors.p3d";
picture = "\dayz_epoch_c\icons\tools\ItemScissorsBroken.paa";
};