class ItemEtool : ItemCore { scope = 2; model = "\dayz_equip\models\etool.p3d"; picture = "\dayz_equip\textures\equip_etool_ca.paa"; displayName = $STR_EQUIP_NAME_1; descriptionShort = $STR_EQUIP_DESC_1; }; class ItemEtoolBroken : ItemCore { scope = 2; model = "\dayz_equip\models\etool.p3d"; picture = "\dayz_equip\textures\equip_etool_ca.paa"; displayName = $STR_EQUIP_NAME_1_BROKEN; descriptionShort = $STR_EQUIP_DESC_1_BROKEN; };