mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
17 lines
485 B
C++
17 lines
485 B
C++
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";
|
|
}; |