mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-28 10:41:50 +03:00
Add a few new items
Models made by @helion4
This commit is contained in:
17
SQF/dayz_code/Configs/CfgWeapons/Tools/Wrench.hpp
Normal file
17
SQF/dayz_code/Configs/CfgWeapons/Tools/Wrench.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
class Wrench_DZE: ItemCore
|
||||
{
|
||||
scope = 2;
|
||||
displayName = $STR_EQUIP_WRENCH;
|
||||
descriptionShort = $STR_EQUIP_WRENCH_DESC;
|
||||
model = "\z\addons\dayz_epoch_w\items\wrench.p3d";
|
||||
picture = "\dayz_epoch_c\icons\tools\ItemWrench.paa";
|
||||
};
|
||||
|
||||
class WrenchBroken_DZE : ItemCore
|
||||
{
|
||||
scope = 2;
|
||||
displayName = $STR_EQUIP_WRENCH_BROKEN;
|
||||
descriptionShort = $STR_EQUIP_WRENCH_BROKEN_DESC;
|
||||
model = "\z\addons\dayz_epoch_w\items\wrench.p3d";
|
||||
picture = "\dayz_epoch_c\icons\tools\ItemWrenchBroken.paa";
|
||||
};
|
||||
Reference in New Issue
Block a user