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"; };