mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-25 09:30:49 +03:00
Add a few new items
Models made by @helion4
This commit is contained in:
17
SQF/dayz_code/Configs/CfgWeapons/Tools/Cuffs.hpp
Normal file
17
SQF/dayz_code/Configs/CfgWeapons/Tools/Cuffs.hpp
Normal 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";
|
||||
};
|
||||
Reference in New Issue
Block a user