class ItemSolder_DZE : ItemCore { scope = 2; displayName = $STR_EQUIP_SOLDER; model = "\nst\ns_dayz\items\solder\solder_dzn.p3d"; picture = "\nst\ns_dayz\items\solder\data\icon_solder_dzn_ca.paa"; descriptionShort = $STR_EQUIP_SOLDER_DESC; }; class ItemSolderBroken_DZE : ItemCore { scope = 2; displayName = $STR_EQUIP_SOLDER_BROKEN; descriptionShort = $STR_EQUIP_SOLDER_BROKEN_DESC; model = "\nst\ns_dayz\items\solder\solder_dzn.p3d"; picture = "\nst\ns_dayz\items\solder\data\icon_solder_dzn_ca.paa"; };