Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

XL Phoenix Catalogue Edit

Status
Not open for further replies.
Gamma Spamma
Joined
Dec 16, 2011
Messages
1,986
Reaction score
621
Hello there, today I'll be releasing my Hab(XL) Hotel Catalogue edit!

Image:
cata1a.png



Catalogue Album:
ImageShack Album - 9 images
SQL's

Catalog Items:
Code:
[/SIZE]-- phpMyAdmin SQL Dump-- version 3.4.5
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: May 15, 2012 at 10:50 AM
-- Server version: 5.5.16
-- PHP Version: 5.3.8


SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";




/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;


--
-- Database: `habxl`
--


-- --------------------------------------------------------


--
-- Table structure for table `catalog_items`
--


CREATE TABLE IF NOT EXISTS `catalog_items` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `page_id` int(11) NOT NULL,
  `item_ids` varchar(120) NOT NULL,
  `catalog_name` varchar(100) NOT NULL,
  `cost_credits` int(11) NOT NULL,
  `cost_pixels` int(11) NOT NULL,
  `cost_snow` int(11) NOT NULL DEFAULT '0',
  `amount` int(11) NOT NULL,
  `vip` enum('0','1','2') NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=4294967296 ;


--
-- Dumping data for table `catalog_items`
--


INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`) VALUES
(1, 134, '19942', 'byesw_hand', 25, 0, 0, 1, '0'),
(2, 134, '19943', 'byesw_hotel', 25, 0, 0, 1, '0'),
(3014, 15, '19896', 'wallpaper_single_114', 3, 0, 0, 1, '0'),
(3015, 15, '19896', 'wallpaper_single_115', 3, 0, 0, 1, '0'),
(3016, 15, '19896', 'wallpaper_single_201', 3, 0, 0, 1, '0'),
(3017, 15, '19896', 'wallpaper_single_202', 3, 0, 0, 1, '0'),
(3018, 15, '19896', 'wallpaper_single_203', 3, 0, 0, 1, '0'),
(3019, 15, '19896', 'wallpaper_single_204', 3, 0, 0, 1, '0'),
(3020, 15, '19896', 'wallpaper_single_204', 3, 0, 0, 1, '0'),
(3021, 15, '19896', 'wallpaper_single_205', 3, 0, 0, 1, '0'),
(3022, 15, '19896', 'wallpaper_single_206', 3, 0, 0, 1, '0'),
(3023, 15, '19896', 'wallpaper_single_207', 3, 0, 0, 1, '0'),
(3024, 15, '19896', 'wallpaper_single_208', 3, 0, 0, 1, '0'),
(3025, 15, '19896', 'wallpaper_single_209', 3, 0, 0, 1, '0'),
(3013, 15, '19896', 'wallpaper_single_113', 3, 0, 0, 1, '0'),
(3012, 15, '19896', 'wallpaper_single_112', 3, 0, 0, 1, '0'),
(3011, 15, '19896', 'wallpaper_single_111', 3, 0, 0, 1, '0'),
(3010, 15, '19896', 'wallpaper_single_110', 3, 0, 0, 1, '0'),
(3009, 15, '19896', 'wallpaper_single_109', 3, 0, 0, 1, '0'),
(3008, 15, '19896', 'wallpaper_single_108', 3, 0, 0, 1, '0'),
(3007, 15, '19896', 'wallpaper_single_107', 3, 0, 0, 1, '0'),
(3006, 15, '19896', 'wallpaper_single_106', 3, 0, 0, 1, '0'),
(3005, 15, '19896', 'wallpaper_single_105', 3, 0, 0, 1, '0'),
(3004, 15, '19896', 'wallpaper_single_104', 3, 0, 0, 1, '0'),
(3003, 15, '19896', 'wallpaper_single_103', 3, 0, 0, 1, '0'),
(3002, 15, '19896', 'wallpaper_single_102', 3, 0, 0, 1, '0'),
(3001, 15, '19896', 'wallpaper_single_101', 3, 0, 0, 1, '0'),
(72, 55, '1', 'shelves_norja', 3, 0, 0, 1, '0'),
(71, 55, '6', 'table_norja_med', 4, 0, 0, 1, '0'),
(73, 55, '14', 'couch_norja', 4, 0, 0, 1, '0'),
(74, 55, '15', 'chair_norja', 3, 0, 0, 1, '0'),
(75, 55, '173', 'soft_sofachair_norja', 3, 0, 0, 1, '0'),
(76, 55, '174', 'soft_sofa_norja', 4, 0, 0, 1, '0'),
(101, 55, '501', 'shelves_norja*9', 3, 0, 0, 1, '0'),
(78, 55, '479', 'table_norja_med*2', 3, 0, 0, 1, '0'),
(79, 55, '480', 'table_norja_med*3', 3, 0, 0, 1, '0'),
(80, 55, '481', 'table_norja_med*4', 3, 0, 0, 1, '0'),
(81, 55, '482', 'table_norja_med*5', 3, 0, 0, 1, '0'),
(82, 55, '483', 'table_norja_med*6', 3, 0, 0, 1, '0'),
(83, 55, '484', 'table_norja_med*7', 3, 0, 0, 1, '0'),
(85, 55, '485', 'table_norja_med*8', 3, 0, 0, 1, '0'),
(86, 55, '486', 'table_norja_med*9', 3, 0, 0, 1, '0'),
(87, 55, '487', 'couch_norja*2', 4, 0, 0, 1, '0'),
(88, 55, '488', 'couch_norja*3', 4, 0, 0, 1, '0'),
(89, 55, '489', 'couch_norja*4', 4, 0, 0, 1, '0'),
(90, 1, '490', 'couch_norja*5', 4, 0, 0, 1, '0'),
(91, 55, '491', 'couch_norja*6', 4, 0, 0, 1, '0'),
(92, 55, '492', 'couch_norja*7', 4, 0, 0, 1, '0'),
(93, 55, '493', 'couch_norja*8', 4, 0, 0, 1, '0'),
(94, 55, '494', 'couch_norja*9', 4, 0, 0, 1, '0'),
(95, 55, '495', 'shelves_norja*2', 3, 0, 0, 1, '0'),
(96, 55, '496', 'shelves_norja*3', 3, 0, 0, 1, '0'),
(97, 55, '497', 'shelves_norja*5', 3, 0, 0, 1, '0'),
(98, 55, '498', 'shelves_norja*6', 3, 0, 0, 1, '0'),
(99, 55, '499', 'shelves_norja*7', 3, 0, 0, 1, '0'),
(100, 55, '500', 'shelves_norja*8', 3, 0, 0, 1, '0'),
(140, 30, '2', 'shelves_polyfon', 3, 0, 0, 1, '0'),
(103, 55, '502', 'chair_norja*2', 3, 0, 0, 1, '0'),
(104, 55, '503', 'chair_norja*3', 3, 0, 0, 1, '0'),
(105, 55, '504', 'chair_norja*4', 3, 0, 0, 1, '0'),
(106, 55, '505', 'chair_norja*5', 3, 0, 0, 1, '0'),
(107, 55, '506', 'chair_norja*6', 3, 0, 0, 1, '0'),
(108, 55, '507', 'chair_norja*7', 3, 0, 0, 1, '0'),
(109, 55, '508', 'chair_norja*8', 3, 0, 0, 1, '0'),
(110, 55, '509', 'chair_norja*9', 3, 0, 0, 1, '0'),
(111, 55, '518', 'soft_sofa_norja*2', 4, 0, 0, 1, '0'),
(112, 55, '519', 'soft_sofa_norja*3', 4, 0, 0, 1, '0'),
(113, 55, '520', 'soft_sofa_norja*4', 3, 0, 0, 1, '0'),
(114, 55, '521', 'soft_sofa_norja*5', 4, 0, 0, 1, '0'),
(115, 55, '522', 'soft_sofa_norja*6', 4, 0, 0, 1, '0'),
(116, 55, '523', 'soft_sofa_norja*7', 4, 0, 0, 1, '0'),
(391, 28, '1375', 'xmas08_icerug', 5, 0, 0, 1, '0'),
(118, 55, '524', 'soft_sofa_norja*8', 4, 0, 0, 1, '0'),
(387, 28, '1366', 'xmas08_trph1', 6, 0, 0, 1, '0'),
(386, 28, '1364', 'xmas08_snowpl', 3, 0, 0, 1, '0'),
(121, 55, '525', 'soft_sofa_norja*9', 4, 0, 0, 1, '0'),
(123, 55, '526', 'soft_sofachair_norja*2', 3, 0, 0, 1, '0'),
(124, 55, '527', 'soft_sofachair_norja*3', 3, 0, 0, 1, '0'),
(125, 55, '528', 'soft_sofachair_norja*3', 3, 0, 0, 1, '0'),
(126, 55, '530', 'soft_sofachair_norja*6', 3, 0, 0, 1, '0'),
(127, 55, '531', 'soft_sofachair_norja*7', 3, 0, 0, 1, '0'),
(128, 55, '529', 'soft_sofachair_norja*5', 3, 0, 0, 1, '0'),
(129, 55, '532', 'soft_sofachair_norja*8', 3, 0, 0, 1, '0'),
(130, 55, '533', 'soft_sofachair_norja*9', 3, 0, 0, 1, '0'),
(131, 55, '658', 'solarium_norja', 3, 0, 0, 1, '0'),
(132, 55, '659', 'solarium_norja*1', 3, 0, 0, 1, '0'),
(133, 55, '660', 'solarium_norja*2', 3, 0, 0, 1, '0'),
(134, 55, '661', 'solarium_norja*3', 3, 0, 0, 1, '0'),
(135, 55, '662', 'solarium_norja*5', 3, 0, 0, 1, '0'),
(136, 55, '663', 'solarium_norja*6', 3, 0, 0, 1, '0'),
(137, 55, '664', 'solarium_norja*7', 3, 0, 0, 1, '0'),
(138, 55, '665', 'solarium_norja*8', 3, 0, 0, 1, '0'),
(139, 55, '666', 'solarium_norja*9', 3, 0, 0, 1, '0'),
(141, 30, '4', 'table_polyfon_small', 2, 0, 0, 1, '0'),
(142, 30, '5', 'chair_polyfon', 3, 0, 0, 1, '0'),
(143, 30, '11', 'stand_polyfon_z', 1, 0, 0, 1, '0'),
(144, 30, '16', 'table_polyfon_med', 3, 0, 0, 1, '0'),
(145, 30, '19', 'sofachair_polyfon', 3, 0, 0, 1, '0'),
(146, 30, '20', 'sofa_polyfon', 4, 0, 0, 1, '0'),
(147, 30, '25', 'bed_polyfon', 4, 0, 0, 1, '0'),
(148, 30, '26', 'bed_polyfon_one', 3, 0, 0, 1, '0'),
(149, 30, '109', 'bar_polyfon', 3, 0, 0, 1, '0'),
(150, 30, '46', 'fireplace_polyfon', 5, 0, 0, 1, '0'),
(152, 30, '112', 'bardesk_polyfon', 3, 0, 0, 1, '0'),
(153, 30, '113', 'bardeskcorner_polyfon', 3, 0, 0, 1, '0'),
(154, 30, '133', 'table_polyfon', 4, 0, 0, 1, '0'),
(155, 30, '134', 'smooth_table_polyfon', 4, 0, 0, 1, '0'),
(156, 31, '135', 'sofachair_polyfon_girl', 3, 0, 0, 1, '0'),
(157, 31, '136', 'bed_polyfon_girl_one', 3, 0, 0, 1, '0'),
(158, 31, '137', 'bed_polyfon_girl', 4, 0, 0, 1, '0'),
(159, 31, '138', 'sofa_polyfon_girl', 4, 0, 0, 1, '0'),
(160, 31, '620', 'bardeskcorner_polyfon*5', 3, 0, 0, 1, '0'),
(161, 31, '612', 'bardesk_polyfon*5', 3, 0, 0, 1, '0'),
(162, 31, '628', 'divider_poly3*5', 6, 0, 0, 1, '0'),
(163, 30, '216', 'divider_poly3', 6, 0, 0, 1, '0'),
(260, 26, '1804', 'dimmer_fuse2', 6, 0, 0, 1, '0'),
(259, 26, '1803', 'dimmer_swtch', 3, 0, 0, 1, '0'),
(166, 30, '582', 'sofachair_polyfon*2', 3, 0, 0, 1, '0'),
(258, 26, '1802', 'dimmer_fuse6', 6, 0, 0, 1, '0'),
(168, 30, '583', 'sofachair_polyfon*3', 3, 0, 0, 1, '0'),
(383, 178, '1798', 'ktchn_wall', 20, 0, 0, 5, '0'),
(170, 30, '584', 'sofachair_polyfon*4', 3, 0, 0, 1, '0'),
(171, 30, '585', 'sofachair_polyfon*6', 3, 0, 0, 1, '0'),
(172, 30, '586', 'sofachair_polyfon*7', 3, 0, 0, 1, '0'),
(173, 30, '587', 'sofachair_polyfon*8', 3, 0, 0, 1, '0'),
(174, 30, '588', 'sofachair_polyfon*9', 3, 0, 0, 1, '0'),
(175, 30, '589', 'sofa_polyfon*2', 4, 0, 0, 1, '0'),
(176, 30, '590', 'sofa_polyfon*3', 4, 0, 0, 1, '0'),
(177, 30, '591', 'sofa_polyfon*3', 4, 0, 0, 1, '0'),
(178, 30, '592', 'sofa_polyfon*6', 3, 0, 0, 1, '0'),
(179, 30, '593', 'sofa_polyfon*7', 3, 0, 0, 1, '0'),
(180, 30, '594', 'sofa_polyfon*8', 4, 0, 0, 1, '0'),
(181, 30, '595', 'sofa_polyfon*9', 4, 0, 0, 1, '0'),
(182, 30, '596', 'bed_polyfon*3', 4, 0, 0, 1, '0'),
(183, 30, '597', 'bed_polyfon*4', 4, 0, 0, 1, '0'),
(184, 30, '598', 'bed_polyfon*6', 4, 0, 0, 1, '0'),
(185, 30, '599', 'bed_polyfon*7', 4, 0, 0, 1, '0'),
(186, 30, '600', 'bed_polyfon*8', 4, 0, 0, 1, '0'),
(187, 30, '601', 'bed_polyfon*9', 4, 0, 0, 1, '0'),
(188, 30, '602', 'bed_polyfon_one*2', 3, 0, 0, 1, '0'),
(189, 30, '603', 'bed_polyfon_one*3', 3, 0, 0, 1, '0'),
(190, 30, '604', 'bed_polyfon_one*4', 3, 0, 0, 1, '0'),
(191, 30, '605', 'bed_polyfon_one*6', 3, 0, 0, 1, '0'),
(192, 30, '606', 'bed_polyfon_one*7', 3, 0, 0, 1, '0'),
(193, 30, '607', 'bed_polyfon_one*8', 3, 0, 0, 1, '0'),
(194, 30, '608', 'bed_polyfon_one*9', 3, 0, 0, 1, '0'),
(195, 30, '609', 'bardesk_polyfon*2', 3, 0, 0, 1, '0'),
(196, 30, '610', 'bardesk_polyfon*3', 3, 0, 0, 1, '0'),
(197, 30, '611', 'bardesk_polyfon*4', 3, 0, 0, 1, '0'),
(198, 30, '604', 'bed_polyfon_one*4', 3, 0, 0, 1, '0'),
(199, 30, '613', 'bardesk_polyfon*6', 3, 0, 0, 1, '0'),
(200, 30, '614', 'bardesk_polyfon*7', 3, 0, 0, 1, '0'),
(201, 615, '615', 'bardesk_polyfon*8', 3, 0, 0, 1, '0'),
(202, 30, '616', 'bardesk_polyfon*9', 3, 0, 0, 1, '0'),
(203, 30, '616', 'bardesk_polyfon*9', 3, 0, 0, 1, '0'),
(204, 30, '617', 'bardeskcorner_polyfon*2', 3, 0, 0, 1, '0'),
(205, 30, '618', 'bardeskcorner_polyfon*3', 3, 0, 0, 1, '0'),
(206, 30, '619', 'bardeskcorner_polyfon*4', 3, 0, 0, 1, '0'),
(207, 30, '621', 'bardeskcorner_polyfon*6', 3, 0, 0, 1, '0'),
(208, 30, '622', 'bardeskcorner_polyfon*7', 3, 0, 0, 1, '0'),
(209, 30, '623', 'bardeskcorner_polyfon*8', 3, 0, 0, 1, '0'),
(210, 30, '624', 'bardeskcorner_polyfon*9', 3, 0, 0, 1, '0'),
(222, 35, '32', 'bed_armas_two', 4, 0, 0, 1, '0'),
(212, 30, '625', 'divider_poly3*2', 6, 0, 0, 1, '0'),
(213, 30, '626', 'divider_poly3*3', 6, 0, 0, 1, '0'),
(214, 30, '627', 'divider_poly3*4', 6, 0, 0, 1, '0'),
(215, 30, '629', 'divider_poly3*6', 6, 0, 0, 1, '0'),
(2138, 142, '329', 'toy1*3', 3, 0, 0, 1, '0'),
(2335, 129, '1502', 'bump_road', 0, 1250, 0, 20, '0'),
(218, 30, '632', 'divider_poly3*9', 6, 0, 0, 1, '0'),
(2118, 7, '20060', 'DEAL_HC_1', 100, 0, 0, 1, '0'),
(390, 28, '1373', 'xmas08_icetree', 4, 0, 0, 1, '0'),
(224, 35, '36', 'bench_armas', 3, 0, 0, 1, '0'),
(225, 35, '37', 'table_armas', 4, 0, 0, 1, '0'),
(226, 35, '38', 'small_table_armas', 3, 0, 0, 1, '0'),
(227, 35, '39', 'small_chair_armas', 1, 0, 0, 1, '0'),
(228, 35, '40', 'fireplace_armas', 5, 0, 0, 1, '0'),
(229, 35, '41', 'lamp_armas', 3, 0, 0, 1, '0'),
(230, 35, '42', 'bed_armas_one', 3, 0, 0, 1, '0'),
(231, 35, '44', 'carpet_armas', 3, 0, 0, 1, '0'),
(232, 35, '115', 'bar_armas', 4, 0, 0, 1, '0'),
(233, 35, '116', 'bartable_armas', 4, 0, 0, 1, '0'),
(234, 35, '117', 'bar_chair_armas', 1, 0, 0, 1, '0'),
(235, 35, '176', 'lamp2_armas', 3, 0, 0, 1, '0'),
(237, 24, '1693', 'window_single_default', 3, 0, 0, 1, '0'),
(238, 24, '1694', 'window_double_default', 4, 0, 0, 1, '0'),
(239, 24, '1695', 'noob_window_double', 4, 0, 0, 1, '0'),
(240, 24, '1696', 'window_triple', 5, 0, 0, 1, '0'),
(241, 24, '1697', 'window_square', 1, 0, 0, 1, '0'),
(242, 24, '1698', 'window_romantic_wide', 4, 0, 0, 1, '0'),
(243, 24, '1699', 'window_romantic_narrow', 3, 0, 0, 1, '0'),
(244, 24, '1700', 'window_grunge', 2, 0, 0, 1, '0'),
(245, 24, '1701', 'window_golden', 4, 0, 0, 1, '0'),
(246, 24, '1702', 'window_chinese_wide', 6, 0, 0, 1, '0'),
(264, 29, '178', 'door', 5, 0, 0, 1, '0'),
(248, 24, '1703', 'window_chinese_narrow', 5, 0, 0, 1, '0'),
(249, 24, '1704', 'window_basic', 3, 0, 0, 1, '0'),
(250, 24, '1705', 'window_70s_wide', 5, 0, 0, 1, '0'),
(251, 24, '1706', 'window_70s_narrow', 4, 0, 0, 1, '0'),
(261, 26, '1805', 'dimmer_buttn', 3, 0, 0, 1, '0'),
(257, 26, '1683', 'roomdimmer', 6, 0, 0, 1, '0'),
(254, 24, '1712', 'window_hole', 2, 0, 0, 1, '0'),
(255, 24, '1717', 'window_skyscraper', 18, 0, 0, 5, '0'),
(389, 28, '1369', 'xmas08_hottub', 5, 0, 0, 1, '0'),
(265, 29, '1100', 'teleport_door', 6, 0, 0, 1, '0'),
(757, 73, '1787', 'sf_window', 7, 0, 0, 1, '0'),
(756, 73, '1614', 'sf_roller', 7, 0, 0, 1, '0'),
(268, 29, '1613', 'sf_tele', 5, 0, 0, 1, '0'),
(269, 29, '1452', 'lostc_teleport', 5, 0, 0, 1, '0'),
(271, 33, '3', 'shelves_silo', 3, 0, 0, 1, '0'),
(272, 33, '7', 'table_silo_med', 3, 0, 0, 1, '0'),
(273, 33, '12', 'chair_silo', 3, 0, 0, 1, '0'),
(274, 33, '13', 'sofa_silo', 3, 0, 0, 1, '0'),
(275, 33, '21', 'sofachair_silo', 3, 0, 0, 1, '0'),
(276, 33, '29', 'bed_silo_one', 3, 0, 0, 1, '0'),
(277, 33, '30', 'bed_silo_two', 4, 0, 0, 1, '0'),
(278, 33, '31', 'table_silo_small', 2, 0, 0, 1, '0'),
(279, 33, '221', 'divider_silo1', 3, 0, 0, 1, '0'),
(280, 33, '223', 'divider_silo2', 3, 0, 0, 1, '0'),
(281, 33, '225', 'divider_silo3', 6, 0, 0, 1, '0'),
(282, 33, '461', 'barchair_silo', 3, 0, 0, 1, '0'),
(283, 33, '534', 'sofachair_silo*2', 3, 0, 0, 1, '0'),
(284, 33, '535', 'sofachair_silo*3', 3, 0, 0, 1, '0'),
(285, 33, '536', 'sofachair_silo*4', 3, 0, 0, 1, '0'),
(286, 33, '537', 'sofachair_silo*5', 3, 0, 0, 1, '0'),
(287, 33, '538', 'sofachair_silo*6', 3, 0, 0, 1, '0'),
(288, 33, '539', 'sofachair_silo*7', 3, 0, 0, 1, '0'),
(289, 33, '540', 'sofachair_silo*8', 3, 0, 0, 1, '0'),
(290, 33, '541', 'sofachair_silo*9', 3, 0, 0, 1, '0'),
(291, 33, '542', 'table_silo_small*2', 2, 0, 0, 1, '0'),
(292, 33, '543', 'table_silo_small*3', 2, 0, 0, 1, '0'),
(293, 33, '544', 'table_silo_small*4', 2, 0, 0, 1, '0'),
(294, 33, '545', 'table_silo_small*5', 2, 0, 0, 1, '0'),
(295, 33, '546', 'table_silo_small*6', 2, 0, 0, 1, '0'),
(296, 33, '547', 'table_silo_small*7', 2, 0, 0, 1, '0'),
(297, 33, '548', 'table_silo_small*8', 2, 0, 0, 1, '0'),
(298, 33, '549', 'table_silo_small*9', 3, 0, 0, 1, '0'),
(299, 33, '550', 'divider_silo1*2', 3, 0, 0, 1, '0'),
(300, 33, '551', 'divider_silo1*3', 3, 0, 0, 1, '0'),
(301, 33, '552', 'divider_silo1*4', 3, 0, 0, 1, '0'),
(302, 33, '553', 'divider_silo1*5', 3, 0, 0, 1, '0'),
(303, 33, '554', 'divider_silo1*6', 3, 0, 0, 1, '0'),
(304, 33, '555', 'divider_silo1*7', 3, 0, 0, 1, '0'),
(305, 33, '556', 'divider_silo1*8', 3, 0, 0, 1, '0'),
(306, 33, '557', 'divider_silo1*9', 3, 0, 0, 1, '0'),
(307, 33, '558', 'divider_silo3*2', 6, 0, 0, 1, '0'),
(308, 33, '559', 'divider_silo3*3', 6, 0, 0, 1, '0'),
(309, 33, '560', 'divider_silo3*4', 6, 0, 0, 1, '0'),
(310, 33, '561', 'divider_silo3*5', 6, 0, 0, 1, '0'),
(311, 33, '562', 'divider_silo3*6', 6, 0, 0, 1, '0'),
(312, 33, '563', 'divider_silo3*7', 6, 0, 0, 1, '0'),
(313, 33, '564', 'divider_silo3*8', 6, 0, 0, 1, '0'),
(314, 33, '565', 'divider_silo3*9', 6, 0, 0, 1, '0'),
(315, 33, '566', 'table_silo_med*2', 3, 0, 0, 1, '0'),
(316, 33, '567', 'table_silo_med*3', 3, 0, 0, 1, '0'),
(317, 33, '568', 'table_silo_med*4', 3, 0, 0, 1, '0'),
(318, 33, '569', 'table_silo_med*5', 3, 0, 0, 1, '0'),
(319, 33, '570', 'table_silo_med*6', 3, 0, 0, 1, '0'),
(320, 33, '571', 'table_silo_med*7', 3, 0, 0, 1, '0'),
(321, 33, '572', 'table_silo_med*8', 3, 0, 0, 1, '0'),
(322, 33, '573', 'table_silo_med*9', 3, 0, 0, 1, '0'),
(323, 33, '574', 'sofa_silo*2', 4, 0, 0, 1, '0'),
(324, 33, '575', 'sofa_silo*3', 4, 0, 0, 1, '0'),
(325, 33, '576', 'sofa_silo*4', 4, 0, 0, 1, '0'),
(326, 33, '577', 'sofa_silo*5', 4, 0, 0, 1, '0'),
(327, 33, '578', 'sofa_silo*6', 4, 0, 0, 1, '0'),
(328, 33, '579', 'sofa_silo*7', 4, 0, 0, 1, '0'),
(329, 33, '580', 'sofa_silo*8', 4, 0, 0, 1, '0'),
(330, 33, '581', 'sofa_silo*9', 4, 0, 0, 1, '0'),
(331, 33, '633', 'chair_silo*2', 3, 0, 0, 1, '0'),
(332, 33, '634', 'chair_silo*3', 3, 0, 0, 1, '0'),
(333, 33, '635', 'chair_silo*4', 3, 0, 0, 1, '0'),
(334, 33, '636', 'chair_silo*5', 3, 0, 0, 1, '0'),
(335, 33, '637', 'chair_silo*5', 3, 0, 0, 1, '0'),
(336, 33, '638', 'chair_silo*7', 3, 0, 0, 1, '0'),
(337, 33, '639', 'chair_silo*8', 3, 0, 0, 1, '0'),
(338, 33, '640', 'chair_silo*9', 3, 0, 0, 1, '0'),
(339, 33, '657', 'silo_studydesk', 10, 0, 0, 1, '0'),
(340, 33, '657', 'silo_studydesk', 10, 0, 0, 1, '0'),
(341, 33, '675', 'safe_silo', 3, 0, 0, 1, '0'),
(342, 33, '702', 'barchair_silo*2', 3, 0, 0, 1, '0'),
(343, 33, '703', 'barchair_silo*3', 3, 0, 0, 1, '0'),
(344, 33, '704', 'barchair_silo*4', 3, 0, 0, 1, '0'),
(345, 33, '705', 'barchair_silo*5', 3, 0, 0, 1, '0'),
(346, 33, '706', 'barchair_silo*6', 3, 0, 0, 1, '0'),
(347, 33, '707', 'barchair_silo*6', 3, 0, 0, 1, '0'),
(348, 33, '707', 'barchair_silo*7', 3, 0, 0, 1, '0'),
(349, 33, '708', 'barchair_silo*8', 3, 0, 0, 1, '0'),
(350, 33, '709', 'barchair_silo*9', 3, 0, 0, 1, '0'),
(351, 33, '710', 'safe_silo*2', 3, 0, 0, 1, '0'),
(352, 33, '711', 'safe_silo*3', 3, 0, 0, 1, '0'),
(353, 33, '712', 'safe_silo*4', 3, 0, 0, 1, '0'),
(354, 33, '713', 'safe_silo*5', 3, 0, 0, 1, '0'),
(355, 33, '714', 'safe_silo*6', 3, 0, 0, 1, '0'),
(356, 33, '715', 'safe_silo*7', 3, 0, 0, 1, '0'),
(358, 33, '716', 'safe_silo*8', 3, 0, 0, 1, '0'),
(359, 33, '717', 'safe_silo*9', 3, 0, 0, 1, '0'),
(360, 33, '1043', 'safe_silo_pb', 5, 0, 0, 1, '0'),
(364, 178, '1640', 'ktchn_light', 3, 0, 0, 1, '0'),
(363, 178, '1639', 'ktchn_stove', 4, 0, 0, 1, '0'),
(365, 178, '1641', 'ktchn_plates', 3, 0, 0, 1, '0'),
(366, 178, '1642', 'ktchn_countr_1', 3, 0, 0, 1, '0'),
(367, 178, '1643', 'ktchn_pots', 5, 0, 0, 1, '0'),
(368, 178, '1644', 'ktchn_cornr', 3, 0, 0, 1, '0'),
(369, 178, '1645', 'ktchn_desk', 3, 0, 0, 1, '0'),
(370, 178, '1646', 'ktchn_trash', 3, 0, 0, 1, '0'),
(371, 178, '1647', 'ktchn_countr_2', 4, 0, 0, 1, '0'),
(372, 178, '1648', 'ktchn_bBlock', 5, 0, 0, 1, '0'),
(373, 178, '1649', 'ktchn_dvdr', 3, 0, 0, 1, '0'),
(374, 178, '1650', 'ktchn_inspctr', 5, 0, 0, 1, '0'),
(375, 178, '1651', 'ktchn_fridge', 4, 0, 0, 1, '0'),
(376, 178, '1653', 'ktchn_sink', 4, 0, 0, 1, '0'),
(388, 28, '1368', 'xmas08_table', 3, 0, 0, 1, '0'),
(378, 178, '1654', 'ktchn_gate', 6, 0, 0, 1, '0'),
(379, 178, '1798', 'ktchn_wall', 8, 0, 0, 1, '0'),
(380, 178, '1800', 'ktchn_oven', 3, 0, 0, 1, '0'),
(381, 178, '1801', 'ktchn_knives', 3, 0, 0, 1, '0'),
(392, 28, '1387', 'xmas08_geysir', 4, 0, 0, 1, '0'),
(393, 28, '1391', 'xmas08_lantern', 3, 0, 0, 1, '0'),
(394, 28, '1392', 'xmas08_chair', 3, 0, 0, 1, '0'),
(395, 29, '1394', 'xmas08_telep', 6, 0, 0, 1, '0'),
(396, 28, '1395', 'xmas08_cubetree', 3, 0, 0, 1, '0'),
(397, 28, '1397', 'xmas08_dvdr1', 3, 0, 0, 1, '0'),
(398, 28, '1398', 'xmas08_hole', 2, 0, 0, 1, '0'),
(399, 28, '1401', 'xmas08_dvdr2', 3, 0, 0, 1, '0'),
(400, 28, '1413', 'xmas08_trph2', 6, 0, 0, 1, '0'),
(401, 28, '1738', 'xmas08_wallpaper', 3, 0, 0, 1, '0'),
(402, 28, '1739', 'xmas08_icewall', 3, 0, 0, 1, '0'),
(404, 39, '141', 'plant_pineapple', 3, 0, 0, 1, '0'),
(405, 39, '142', 'plant_fruittree', 3, 0, 0, 1, '0'),
(406, 39, '143', 'plant_small_cactus', 1, 0, 0, 1, '0'),
(407, 39, '144', 'plant_bonsai', 2, 0, 0, 1, '0'),
(408, 39, '145', 'plant_big_cactus', 3, 0, 0, 1, '0'),
(409, 39, '146', 'plant_yukka', 3, 0, 0, 1, '0'),
(410, 39, '152', 'plant_sunflower', 3, 0, 0, 1, '0'),
(411, 39, '153', 'plant_rose', 3, 0, 0, 1, '0'),
(412, 39, '816', 'plant_mazegate', 5, 0, 0, 1, '0'),
(413, 39, '817', 'plant_maze', 5, 0, 0, 1, '0'),
(414, 39, '818', 'plant_bulrush', 3, 0, 0, 1, '0'),
(417, 38, '155', 'bath', 6, 0, 0, 1, '0'),
(418, 38, '156', 'sink', 3, 0, 0, 1, '0'),
(419, 38, '159', 'tile', 3, 0, 0, 1, '0'),
(420, 38, '162', 'tile_red', 3, 0, 0, 1, '0'),
(421, 38, '163', 'tile_yell', 3, 0, 0, 1, '0'),
(422, 38, '157', 'toilet', 4, 0, 0, 1, '0'),
(423, 38, '160', 'toilet_red', 4, 0, 0, 1, '0'),
(424, 38, '161', 'toilet_yell', 4, 0, 0, 1, '0'),
(425, 38, '158', 'duck', 1, 0, 0, 1, '0'),
(426, 34, '1536', 'country_rain', 3, 0, 0, 1, '0'),
(427, 34, '1537', 'country_scarecrow', 3, 0, 0, 1, '0'),
(428, 34, '1539', 'country_soil', 5, 0, 0, 1, '0'),
(429, 34, '1540', 'country_grass', 5, 0, 0, 1, '0'),
(430, 34, '1543', 'country_trctr', 4, 0, 0, 1, '0'),
(431, 34, '1544', 'country_fnc2', 3, 0, 0, 1, '0'),
(432, 34, '1545', 'country_fnc1', 2, 0, 0, 1, '0'),
(433, 34, '1546', 'country_well', 3, 0, 0, 1, '0'),
(434, 34, '1548', 'country_rbw', 3, 0, 0, 1, '0'),
(435, 34, '1549', 'country_wheat', 5, 0, 0, 1, '0'),
(436, 34, '1550', 'country_gate', 6, 0, 0, 1, '0'),
(437, 34, '1552', 'country_stage', 4, 0, 0, 1, '0'),
(438, 34, '1557', 'country_log', 3, 0, 0, 1, '0'),
(439, 34, '1558', 'country_fnc3', 3, 0, 0, 1, '0'),
(440, 34, '1559', 'country_patio', 1, 0, 0, 1, '0'),
(441, 34, '1560', 'country_corner', 3, 0, 0, 1, '0'),
(442, 34, '1561', 'country_ditch', 3, 0, 0, 1, '0'),
(443, 34, '1777', 'country_forestwall', 4, 0, 0, 1, '0'),
(444, 34, '1778', 'country_fp', 4, 0, 0, 1, '0'),
(445, 34, '1779', 'country_wall', 3, 0, 0, 1, '0'),
(446, 34, '1780', 'country_lantern', 3, 0, 0, 1, '0'),
(448, 34, '1779', 'country_wall', 15, 0, 0, 5, '0'),
(449, 40, '43', 'carpet_standard', 3, 0, 0, 1, '0'),
(450, 40, '45', 'carpet_polar', 3, 0, 0, 1, '0'),
(451, 40, '52', 'carpet_standard*1', 3, 0, 0, 1, '0'),
(452, 40, '60', 'carpet_standard*2', 3, 0, 0, 1, '0'),
(453, 40, '66', 'carpet_standard*3', 3, 0, 0, 1, '0'),
(454, 40, '66', 'carpet_standard*3', 3, 0, 0, 1, '0'),
(455, 40, '73', 'carpet_standard*4', 3, 0, 0, 1, '0'),
(456, 40, '77', 'carpet_standard*5', 3, 0, 0, 1, '0'),
(457, 40, '102', 'carpet_standard*6', 3, 0, 0, 1, '0'),
(458, 40, '118', 'carpet_soft', 3, 0, 0, 1, '0'),
(459, 40, '119', 'carpet_soft*1', 3, 0, 0, 1, '0'),
(460, 40, '120', 'carpet_soft*2', 3, 0, 0, 1, '0'),
(461, 40, '121', 'carpet_soft*3', 3, 0, 0, 1, '0'),
(462, 40, '122', 'carpet_soft*4', 3, 0, 0, 1, '0'),
(463, 40, '123', 'carpet_soft*5', 3, 0, 0, 1, '0'),
(464, 40, '124', 'carpet_soft*6', 3, 0, 0, 1, '0'),
(465, 40, '127', 'carpet_polar*1', 3, 0, 0, 1, '0'),
(466, 40, '129', 'carpet_polar*2', 3, 0, 0, 1, '0'),
(467, 40, '130', 'carpet_polar*3', 3, 0, 0, 1, '0'),
(468, 40, '131', 'carpet_polar*4', 3, 0, 0, 1, '0'),
(469, 40, '147', 'carpet_standard*7', 3, 0, 0, 1, '0'),
(470, 40, '148', 'carpet_standard*8', 3, 0, 0, 1, '0'),
(471, 40, '149', 'carpet_standard*9', 3, 0, 0, 1, '0'),
(472, 40, '150', 'carpet_standard*10', 3, 0, 0, 1, '0'),
(473, 40, '151', 'carpet_standard*11', 3, 0, 0, 1, '0'),
(475, 41, '1781', 'flag_norway', 3, 0, 0, 1, '0'),
(476, 41, '1795', 'flag_belgium', 3, 0, 0, 1, '0'),
(477, 41, '1796', 'flag_portugal', 3, 0, 0, 1, '0'),
(481, 27, '190', 'xmasduck', 1, 0, 0, 1, '0'),
(482, 27, '263', 'rare_xmas_screen', 6, 0, 0, 1, '0'),
(483, 28, '1035', 'xmas_icelamp', 3, 0, 0, 1, '0'),
(485, 27, '1036', 'xmas_cstl_wall', 5, 0, 0, 1, '0'),
(486, 27, '1037', 'xmas_cstl_twr', 5, 0, 0, 1, '0'),
(487, 27, '1038', 'xmas_cstl_gate', 5, 0, 0, 1, '0'),
(488, 27, '1378', 'xmas_snow', 3, 0, 0, 1, '0'),
(489, 27, '1378', 'xmas_snow', 20, 0, 0, 10, '0'),
(490, 27, '1676', 'xmas_light', 3, 0, 0, 1, '0'),
(513, 27, '193', 'tree3', 3, 0, 0, 1, '0'),
(496, 27, '19973', 'xm09_table', 5, 0, 0, 1, '0'),
(493, 27, '19971', 'xm09_man_b', 3, 0, 0, 1, '0'),
(833, 57, '669', 'chair_china', 3, 0, 0, 1, '0'),
(495, 27, '19972', 'xm09_man_c', 3, 0, 0, 1, '0'),
(497, 27, '19974', 'xm09_bench', 5, 0, 0, 1, '0'),
(2120, 7, '20060', 'DEAL_HC_2', 250, 0, 0, 3, '0'),
(499, 27, '19977', 'xm09_forestwall', 3, 0, 0, 1, '0'),
(500, 27, '19978', 'xm09_lodgewall', 3, 0, 0, 1, '0'),
(501, 27, '19979', 'xm09_bauble_25', 3, 0, 0, 1, '0'),
(502, 27, '19976', 'xm09_firwall', 3, 0, 0, 1, '0'),
(503, 27, '19980', 'xm09_bauble_26', 3, 0, 0, 1, '0'),
(512, 27, '187', 'pudding', 3, 0, 0, 1, '0'),
(505, 27, '19982', 'xm09_bauble_27', 3, 0, 0, 1, '0'),
(506, 27, '19983', 'xm09_bauble_23', 3, 0, 0, 1, '0'),
(507, 27, '19984', 'xm09_bauble_24', 3, 0, 0, 1, '0'),
(508, 27, '19985', 'xm09_candyCane', 3, 0, 0, 1, '0'),
(509, 27, '19986', 'xm09_stocking', 3, 0, 0, 1, '0'),
(514, 27, '194', 'tree4', 3, 0, 0, 1, '0'),
(515, 27, '195', 'tree5', 3, 0, 0, 1, '0'),
(516, 27, '1039', 'tree7', 3, 0, 0, 1, '0'),
(517, 27, '1040', 'tree6', 3, 0, 0, 1, '0'),
(518, 27, '1046', 'christmas_sleigh', 6, 0, 0, 1, '0'),
(519, 27, '1047', 'christmas_reindeer', 5, 0, 0, 1, '0'),
(520, 27, '1048', 'christmas_poop', 1, 0, 0, 1, '0'),
(522, 27, '192', 'triplecandle', 3, 0, 0, 1, '0'),
(523, 27, '198', 'rcandleset', 3, 0, 0, 1, '0'),
(524, 27, '270', 'rcandle', 2, 0, 0, 1, '0'),
(555, 77, '1305', 'greek_corner', 3, 0, 0, 1, '0'),
(528, 27, '19989', 'xm09_man_a', 3, 0, 0, 1, '0'),
(1117, 43, '125', 'red_tv', 3, 0, 0, 1, '0'),
(531, 27, '19981', 'xm09_bauble_27', 3, 0, 0, 1, '0'),
(532, 28, '1374', 'campfire', 4, 0, 0, 1, '0'),
(533, 76, '200', 'valeduck', 1, 0, 0, 1, '0'),
(534, 76, '245', 'valentinescreen', 5, 0, 0, 1, '0'),
(556, 77, '1306', 'greek_gate', 6, 0, 0, 1, '0'),
(536, 76, '811', 'plant_valentinerose*3', 3, 0, 0, 1, '0'),
(537, 76, '812', 'plant_valentinerose*5', 3, 0, 0, 1, '0'),
(538, 76, '813', 'plant_valentinerose*2', 3, 0, 0, 1, '0'),
(539, 76, '814', 'plant_valentinerose*4', 3, 0, 0, 1, '0'),
(540, 76, '815', 'plant_valentinerose*1', 3, 0, 0, 1, '0'),
(541, 76, '820', 'carpet_valentine', 6, 0, 0, 1, '0'),
(542, 76, '1092', 'val_teddy*1', 3, 0, 0, 1, '0'),
(543, 76, '1093', 'val_teddy*2', 3, 0, 0, 1, '0'),
(544, 76, '1094', 'val_teddy*3', 3, 0, 0, 1, '0'),
(545, 76, '1095', 'val_teddy*4', 3, 0, 0, 1, '0'),
(546, 76, '1096', 'val_teddy*4', 3, 0, 0, 1, '0'),
(547, 76, '1097', 'val_teddy*6', 3, 0, 0, 1, '0'),
(548, 76, '1098', 'val_randomizer', 8, 0, 0, 1, '0'),
(549, 76, '1099', 'val_choco', 3, 0, 0, 1, '0'),
(550, 76, '1669', 'val_heart', 3, 0, 0, 1, '0'),
(551, 76, '1656', 'post.it.vd', 3, 0, 0, 30, '0'),
(552, 76, '199', 'statue', 4, 0, 0, 1, '0'),
(553, 76, '201', 'heartsofa', 3, 0, 0, 1, '0'),
(557, 77, '1307', 'greek_pillars', 3, 0, 0, 1, '0'),
(558, 77, '1308', 'greek_seat', 2, 0, 0, 1, '0'),
(564, 71, '1623', 'rela_candle1', 3, 0, 0, 1, '0'),
(99003, 27, '99003', 'qt_xm10_icetiger', 10, 0, 0, 1, '0'),
(99002, 27, '99002', 'qt_xm10_stone', 10, 0, 0, 1, '0'),
(562, 77, '1312', 'greek_block', 4, 0, 0, 1, '0'),
(99001, 27, '99001', 'qt_xm10_icedragon', 10, 0, 0, 1, '0'),
(2108, 91, '20051', 'ads_twi_trophy', 10, 0, 0, 1, '0'),
(566, 71, '1625', 'rela_candles2', 3, 0, 0, 1, '0'),
(766, 72, '796', 'romantique_pianochair*5', 2, 0, 0, 1, '0'),
(568, 71, '1627', 'rela_hchair', 5, 0, 0, 1, '0'),
(569, 71, '1628', 'rela_candle2', 3, 0, 0, 1, '0'),
(570, 71, '1632', 'rela_candle3', 3, 0, 0, 1, '0'),
(571, 71, '1634', 'rela_plant', 4, 0, 0, 1, '0'),
(572, 71, '1635', 'rela_candles1', 3, 0, 0, 1, '0'),
(573, 71, '1636', 'rela_candles3', 3, 0, 0, 1, '0'),
(574, 71, '1637', 'rela_orchid', 5, 0, 0, 1, '0'),
(575, 71, '1638', 'rela_rock', 4, 0, 0, 1, '0'),
(576, 71, '1794', 'rela_wall', 4, 0, 0, 1, '0'),
(578, 59, '209', 'basket', 3, 0, 0, 1, '0'),
(579, 59, '208', 'bunny', 3, 0, 0, 1, '0'),
(580, 59, '207', 'easterduck', 1, 0, 0, 1, '0'),
(581, 59, '210', 'birdie', 4, 0, 0, 1, '0'),
(584, 56, '1124', 'arabian_teamk', 4, 0, 0, 1, '0'),
(585, 56, '1125', 'arabian_snake', 3, 0, 0, 1, '0'),
(586, 56, '1126', 'arabian_rug', 6, 0, 0, 1, '0'),
(587, 56, '1127', 'arabian_pllw', 3, 0, 0, 1, '0'),
(588, 56, '1128', 'arabian_divdr', 3, 0, 0, 1, '0'),
(589, 56, '1129', 'arabian_chair', 3, 0, 0, 1, '0'),
(590, 56, '1130', 'arabian_bigtb', 6, 0, 0, 1, '0'),
(591, 56, '1131', 'arabian_tetbl', 3, 0, 0, 1, '0'),
(592, 56, '1132', 'arabian_tray1', 3, 0, 0, 1, '0'),
(600, 63, '451', 'sporttrack1*1', 3, 0, 0, 1, '0'),
(594, 56, '1134', 'arabian_tray3', 3, 0, 0, 1, '0'),
(595, 56, '1135', 'arabian_tray4', 3, 0, 0, 1, '0'),
(596, 56, '1688', 'arabian_swords', 4, 0, 0, 1, '0'),
(597, 56, '1689', 'arabian_wndw', 2, 0, 0, 1, '0'),
(598, 56, '1133', 'arabian_tray2', 3, 0, 0, 1, '0'),
(601, 63, '452', 'sporttrack1*3', 3, 0, 0, 1, '0'),
(602, 63, '453', 'sporttrack1*2', 3, 0, 0, 1, '0'),
(603, 63, '454', 'sporttrack2*1', 3, 0, 0, 1, '0'),
(604, 63, '455', 'sporttrack2*2', 3, 0, 0, 1, '0'),
(605, 63, '456', 'sporttrack2*3', 3, 0, 0, 1, '0'),
(606, 63, '457', 'sporttrack3*1', 3, 0, 0, 1, '0'),
(607, 63, '458', 'sporttrack3*2', 3, 0, 0, 1, '0'),
(608, 63, '459', 'sporttrack3*3', 3, 0, 0, 1, '0'),
(609, 63, '293', 'hockey_light', 4, 0, 0, 1, '0'),
(610, 63, '292', 'hockey_score', 5, 0, 0, 1, '0'),
(611, 63, '243', 'bench_lego', 3, 0, 0, 1, '0'),
(612, 63, '242', 'carpet_legocourt', 4, 0, 0, 1, '0'),
(613, 63, '244', 'legotrophy', 3, 0, 0, 1, '0'),
(615, 63, '460', 'footylamp', 3, 0, 0, 1, '0'),
(617, 64, '1017', 'grunge_chair', 3, 0, 0, 1, '0'),
(618, 64, '1018', 'grunge_mattress', 4, 0, 0, 1, '0'),
(619, 64, '1019', 'grunge_radiator', 3, 0, 0, 1, '0'),
(620, 64, '1020', 'grunge_shelf', 4, 0, 0, 1, '0'),
(621, 64, '1022', 'grunge_table', 4, 0, 0, 1, '0'),
(622, 64, '1021', 'grunge_sign', 3, 0, 0, 1, '0'),
(623, 64, '1110', 'grunge_candle', 2, 0, 0, 1, '0'),
(624, 64, '1111', 'grunge_bench', 4, 0, 0, 1, '0'),
(625, 64, '1112', 'grunge_barrel', 3, 0, 0, 1, '0'),
(626, 64, '1700', 'window_grunge', 2, 0, 0, 1, '0'),
(628, 67, '844', 'jp_tatami2', 4, 0, 0, 1, '0'),
(629, 67, '845', 'jp_tatami', 3, 0, 0, 1, '0'),
(630, 67, '847', 'jp_bamboo', 5, 0, 0, 1, '0'),
(631, 67, '848', 'jp_irori', 5, 0, 0, 1, '0'),
(632, 67, '849', 'jp_pillow', 2, 0, 0, 1, '0'),
(633, 67, '937', 'jp_lantern', 3, 0, 0, 1, '0'),
(634, 67, '965', 'jp_drawer', 3, 0, 0, 1, '0'),
(635, 67, '1118', 'jp_tray6', 3, 0, 0, 1, '0'),
(636, 67, '1119', 'jp_tray5', 3, 0, 0, 1, '0'),
(637, 67, '1120', 'jp_tray4', 3, 0, 0, 1, '0'),
(638, 67, '1121', 'jp_tray3', 3, 0, 0, 1, '0'),
(639, 67, '1122', 'jp_tray2', 3, 0, 0, 1, '0'),
(640, 67, '1123', 'jp_tray1', 3, 0, 0, 1, '0'),
(641, 67, '1150', 'jp_table', 5, 0, 0, 1, '0'),
(642, 67, '1151', 'jp_rare', 6, 0, 0, 1, '0'),
(643, 67, '1152', 'jp_katana3', 3, 0, 0, 1, '0'),
(644, 67, '1153', 'jp_katana2', 3, 0, 0, 1, '0'),
(645, 67, '1154', 'jp_katana1', 3, 0, 0, 1, '0'),
(646, 67, '1197', 'jp_teamaker', 4, 0, 0, 1, '0'),
(647, 67, '1671', 'jp_ninjastars', 4, 0, 0, 1, '0'),
(648, 67, '1685', 'jp_sheet3', 3, 0, 0, 1, '0'),
(649, 67, '1686', 'jp_sheet2', 3, 0, 0, 1, '0'),
(650, 67, '1687', 'jp_sheet1', 3, 0, 0, 1, '0'),
(651, 75, '969', 'summer_grill*1', 3, 0, 0, 1, '0'),
(652, 75, '970', 'summer_grill*2', 3, 0, 0, 1, '0'),
(653, 75, '971', 'summer_grill*3', 3, 0, 0, 1, '0'),
(654, 75, '972', 'summer_grill*4', 3, 0, 0, 1, '0'),
(655, 75, '973', 'summer_chair*1', 3, 0, 0, 1, '0'),
(656, 75, '974', 'summer_chair*2', 3, 0, 0, 1, '0'),
(657, 75, '975', 'summer_chair*3', 3, 0, 0, 1, '0'),
(658, 75, '976', 'summer_chair*4', 3, 0, 0, 1, '0'),
(659, 75, '977', 'summer_chair*5', 3, 0, 0, 1, '0'),
(660, 75, '978', 'summer_chair*6', 3, 0, 0, 1, '0'),
(661, 75, '979', 'summer_chair*7', 3, 0, 0, 1, '0'),
(662, 75, '980', 'summer_chair*8', 3, 0, 0, 1, '0'),
(663, 75, '981', 'summer_chair*9', 3, 0, 0, 1, '0'),
(664, 75, '1003', 'summer_pool*1', 5, 0, 0, 1, '0'),
(665, 75, '1004', 'summer_pool*2', 5, 0, 0, 1, '0'),
(666, 75, '1005', 'summer_pool*3', 5, 0, 0, 1, '0'),
(667, 75, '1006', 'summer_pool*4', 5, 0, 0, 1, '0'),
(668, 75, '1616', 'summer_raft1', 4, 0, 0, 1, '0'),
(669, 75, '1618', 'summer_raft2', 4, 0, 0, 1, '0'),
(670, 75, '1620', 'summer_icebox', 3, 0, 0, 1, '0'),
(671, 66, '19938', 'hween09_floor', 3, 0, 0, 1, '0'),
(672, 66, '19938', 'hween09_floor', 25, 0, 0, 10, '0'),
(673, 66, '19939', 'hween09_jar', 3, 0, 0, 1, '0'),
(674, 66, '19941', 'hween09_organ', 5, 0, 0, 1, '0'),
(675, 66, '19944', 'hween09_table', 6, 0, 0, 1, '0'),
(676, 66, '19945', 'hween09_chair', 3, 0, 0, 1, '0'),
(677, 66, '19946', 'hween09_mirror', 4, 0, 0, 1, '0'),
(678, 66, '19947', 'hween09_hatch', 6, 0, 0, 1, '0'),
(679, 66, '19948', 'hween09_ghost', 3, 0, 0, 1, '0'),
(680, 66, '19949', 'hween09_tv', 3, 0, 0, 1, '0'),
(681, 66, '19950', 'hween09_chandelier', 5, 0, 0, 1, '0'),
(682, 66, '19951', 'hween09_crnr1', 3, 0, 0, 1, '0'),
(683, 66, '19952', 'hween09_paint', 3, 0, 0, 1, '0'),
(684, 66, '19953', 'hween09_treewall', 3, 0, 0, 1, '0'),
(685, 66, '19954', 'hween09_wall1', 3, 0, 0, 1, '0'),
(686, 66, '19955', 'hween09_stonewall', 3, 0, 0, 1, '0'),
(687, 66, '19956', 'hween09_win', 4, 0, 0, 1, '0'),
(688, 66, '181', 'pumpkin', 3, 0, 0, 1, '0'),
(694, 66, '185', 'deadduck3', 1, 0, 0, 1, '0'),
(690, 66, '182', 'skullcandle', 3, 0, 0, 1, '0'),
(693, 66, '184', 'deadduck2', 1, 0, 0, 1, '0'),
(695, 66, '183', 'deadduck', 1, 0, 0, 1, '0'),
(697, 88, '1334', 'hween08_sink', 3, 0, 0, 1, '0'),
(698, 88, '1335', 'hween08_curtain', 5, 0, 0, 1, '0'),
(699, 88, '1336', 'hween08_bath', 6, 0, 0, 1, '0'),
(700, 88, '1337', 'hween08_defibs', 3, 0, 0, 1, '0'),
(701, 88, '1338', 'hween08_bbag', 5, 0, 0, 1, '0'),
(702, 88, '1339', 'hween08_curtain2', 5, 0, 0, 1, '0'),
(703, 88, '1340', 'hween08_defibs2', 3, 0, 0, 1, '0'),
(704, 88, '1341', 'hween08_bed', 4, 0, 0, 1, '0'),
(705, 88, '1342', 'hween08_sink2', 3, 0, 0, 1, '0'),
(706, 88, '1343', 'hween08_bed2', 4, 0, 0, 1, '0'),
(707, 88, '1344', 'hween08_bath2', 4, 0, 0, 1, '0'),
(708, 88, '1345', 'hween08_manhole', 3, 0, 0, 1, '0'),
(709, 88, '1346', 'hween08_trll', 3, 0, 0, 1, '0'),
(710, 88, '1721', 'hween08_rad', 3, 0, 0, 1, '0'),
(711, 88, '1722', 'hween08_wndwb', 3, 0, 0, 1, '0'),
(712, 88, '1723', 'hween08_wndw', 4, 0, 0, 1, '0'),
(713, 88, '1724', 'hween08_bio', 3, 0, 0, 1, '0'),
(714, 74, '1419', 'bolly_lotus_pool', 4, 0, 0, 1, '0'),
(715, 74, '1422', 'bolly_petals', 3, 0, 0, 1, '0'),
(716, 74, '1423', 'bolly_tree', 3, 0, 0, 1, '0'),
(717, 74, '1424', 'bolly_swing', 4, 0, 0, 1, '0'),
(718, 74, '1425', 'bolly_pillow', 3, 0, 0, 1, '0'),
(719, 74, '1426', 'bolly_corner', 3, 0, 0, 1, '0'),
(720, 74, '1427', 'bolly_phant', 5, 0, 0, 1, '0'),
(721, 74, '1428', 'bolly_monkey_lamp', 4, 0, 0, 1, '0'),
(722, 74, '1429', 'bolly_drapeb', 4, 0, 0, 1, '0'),
(723, 74, '1431', 'bolly_lamp', 3, 0, 0, 1, '0'),
(724, 74, '1432', 'bolly_desk', 3, 0, 0, 1, '0'),
(725, 74, '1433', 'bolly_vase', 3, 0, 0, 1, '0'),
(726, 74, '1434', 'bolly_tile2', 3, 0, 0, 1, '0'),
(727, 74, '1435', 'bolly_table', 4, 0, 0, 1, '0'),
(728, 74, '1436', 'bolly_drapec', 4, 0, 0, 1, '0'),
(729, 74, '1437', 'bolly_fountain', 5, 0, 0, 1, '0'),
(735, 73, '1593', 'SF_reactor', 5, 0, 0, 1, '0'),
(731, 74, '1439', 'bolly_tile1', 3, 0, 0, 1, '0'),
(732, 74, '1440', 'bolly_drapea', 4, 0, 0, 1, '0'),
(733, 74, '1749', 'bolly_wdw_wd', 4, 0, 0, 1, '0'),
(736, 73, '1594', 'SF_crate_2', 3, 0, 0, 1, '0'),
(737, 73, '1595', 'SF_chair_blue', 3, 0, 0, 1, '0'),
(738, 73, '1596', 'sf_pod', 4, 0, 0, 1, '0'),
(739, 73, '1597', 'SF_panel1', 3, 0, 0, 1, '0'),
(740, 73, '1598', 'SF_table', 3, 0, 0, 1, '0'),
(741, 73, '1602', 'SF_panel2', 3, 0, 0, 1, '0'),
(742, 73, '1603', 'sf_gate', 6, 0, 0, 1, '0'),
(743, 73, '1599', 'SF_chair_green', 3, 0, 0, 1, '0'),
(744, 73, '1600', 'SF_crate_1', 2, 0, 0, 1, '0'),
(745, 73, '1601', 'SF_alien', 4, 0, 0, 1, '0'),
(746, 73, '1605', 'SF_floor_2', 3, 0, 0, 1, '0'),
(747, 73, '1604', 'SF_panel3', 5, 0, 0, 1, '0'),
(748, 73, '1606', 'SF_lamp', 3, 0, 0, 1, '0'),
(749, 73, '1607', 'SF_chair_red', 3, 0, 0, 1, '0'),
(750, 73, '1608', 'sf_floor', 3, 0, 0, 1, '0'),
(751, 73, '1609', 'sf_roof', 5, 0, 0, 1, '0'),
(752, 73, '1610', 'sf_stick', 3, 0, 0, 1, '0'),
(753, 73, '1611', 'SF_floor_1', 3, 0, 0, 1, '0'),
(759, 73, '1791', 'sf_wall3', 6, 0, 0, 1, '0'),
(758, 73, '1788', 'sf_wall2', 6, 0, 0, 1, '0'),
(765, 72, '795', 'romantique_pianochair*3', 2, 0, 0, 1, '0'),
(767, 72, '797', 'romantique_pianochair*2', 2, 0, 0, 1, '0'),
(768, 72, '798', 'romantique_pianochair*4', 2, 0, 0, 1, '0'),
(769, 72, '799', 'romantique_pianochair*1', 2, 0, 0, 1, '0'),
(770, 72, '800', 'romantique_divan*3', 4, 0, 0, 1, '0'),
(771, 72, '801', 'romantique_divan*5', 4, 0, 0, 1, '0'),
(772, 72, '802', 'romantique_divan*2', 4, 0, 0, 1, '0'),
(773, 72, '803', 'romantique_divan*4', 4, 0, 0, 1, '0'),
(774, 72, '804', 'romantique_divan*1', 4, 0, 0, 1, '0'),
(775, 72, '805', 'romantique_chair*3', 3, 0, 0, 1, '0'),
(776, 72, '806', 'romantique_chair*5', 3, 0, 0, 1, '0'),
(777, 72, '807', 'romantique_chair*2', 3, 0, 0, 1, '0'),
(778, 72, '808', 'romantique_chair*4', 3, 0, 0, 1, '0'),
(779, 72, '809', 'romantique_chair*1', 3, 0, 0, 1, '0'),
(780, 72, '832', 'romantique_tray2', 3, 0, 0, 1, '0'),
(781, 72, '833', 'romantique_tray1', 3, 0, 0, 1, '0'),
(782, 72, '834', 'romantique_smalltabl*3', 2, 0, 0, 1, '0'),
(783, 72, '835', 'romantique_smalltabl*5', 2, 0, 0, 1, '0'),
(784, 72, '836', 'romantique_smalltabl*2', 2, 0, 0, 1, '0'),
(785, 72, '837', 'romantique_smalltabl*4', 2, 0, 0, 1, '0'),
(786, 72, '838', 'romantique_smalltabl*1', 2, 0, 0, 1, '0'),
(787, 72, '839', 'romantique_mirrortabl', 3, 0, 0, 1, '0'),
(788, 72, '840', 'romantique_divider*3', 3, 0, 0, 1, '0'),
(789, 72, '841', 'romantique_divider*2', 3, 0, 0, 1, '0'),
(790, 72, '842', 'romantique_divider*4', 3, 0, 0, 1, '0'),
(791, 72, '843', 'romantique_divider*1', 3, 0, 0, 1, '0'),
(792, 72, '891', 'romantique_clock', 5, 0, 0, 1, '0'),
(793, 69, '1347', 'party_table', 3, 0, 0, 1, '0'),
(794, 69, '1348', 'party_discol', 5, 0, 0, 1, '0'),
(795, 69, '1349', 'party_block2', 4, 0, 0, 1, '0'),
(796, 69, '1350', 'party_barcorn', 3, 0, 0, 1, '0'),
(797, 69, '1351', 'party_chair', 3, 0, 0, 1, '0'),
(798, 69, '1352', 'party_block', 2, 0, 0, 1, '0'),
(799, 69, '1353', 'party_ravel', 5, 0, 0, 1, '0'),
(800, 69, '1354', 'party_tube_lava', 4, 0, 0, 1, '0'),
(801, 69, '1355', 'party_tray', 3, 0, 0, 1, '0'),
(802, 69, '1356', 'party_djtable', 4, 0, 0, 1, '0'),
(803, 69, '1357', 'party_floor', 3, 0, 0, 1, '0'),
(804, 69, '1358', 'party_ball', 3, 0, 0, 1, '0'),
(805, 69, '1359', 'party_tube_bubble', 4, 0, 0, 1, '0'),
(806, 69, '1360', 'party_mic', 3, 0, 0, 1, '0'),
(807, 69, '1361', 'party_beamer', 5, 0, 0, 1, '0'),
(808, 69, '1362', 'party_bardesk', 3, 0, 0, 1, '0'),
(809, 69, '1363', 'party_seat', 3, 0, 0, 1, '0'),
(810, 69, '1729', 'party_wc_boy', 3, 0, 0, 1, '0'),
(811, 69, '1730', 'party_led', 4, 0, 0, 1, '0'),
(812, 69, '1731', 'party_neon5', 3, 0, 0, 1, '0'),
(813, 69, '1732', 'party_neon1', 3, 0, 0, 1, '0'),
(814, 69, '1733', 'party_neon2', 3, 0, 0, 1, '0'),
(815, 69, '1734', 'party_wc_girl', 3, 0, 0, 1, '0'),
(816, 69, '1735', 'party_neon3', 3, 0, 0, 1, '0'),
(817, 69, '1736', 'party_shelf', 4, 0, 0, 1, '0'),
(818, 69, '1737', 'party_neon4', 3, 0, 0, 1, '0'),
(822, 29, '179', 'doorB', 3, 0, 0, 1, '0'),
(821, 29, '180', 'doorC', 4, 0, 0, 1, '0'),
(824, 94, '227', 'spyro', 10, 0, 0, 1, '0'),
(825, 94, '202', 'throne', 0, 0, 0, 100, '0'),
(826, 94, '203', 'samovar', 200, 200, 0, 1, '0'),
(827, 94, '110', 'plant_cruddy', 10, 0, 0, 1, '0'),
(1118, 43, '126', 'wood_tv', 4, 0, 0, 1, '0'),
(830, 13371, '273', 'djesko_turntable', 30000, 0, 0, 1, '0'),
(834, 57, '670', 'china_table', 3, 0, 0, 1, '0'),
(835, 57, '682', 'china_shelve', 4, 0, 0, 1, '0'),
(836, 57, '700', 'wall_china', 4, 0, 0, 1, '0'),
(837, 57, '701', 'corner_china', 4, 0, 0, 1, '0'),
(838, 57, '1418', 'china_moongt', 5, 0, 0, 1, '0'),
(839, 57, '1420', 'china_ox', 3, 0, 0, 1, '0'),
(840, 57, '1746', 'china_pstr2', 3, 0, 0, 1, '0'),
(846, 60, '1000', 'exe_rug', 20, 0, 0, 6, '0'),
(842, 57, '1747', 'china_light', 3, 0, 0, 1, '0'),
(843, 57, '1748', 'china_pstr1', 3, 0, 0, 1, '0'),
(845, 60, '1000', 'exe_rug', 4, 0, 0, 1, '0'),
(847, 60, '1001', 'exe_s_table', 4, 0, 0, 1, '0'),
(848, 60, '1049', 'exe_bardesk', 2, 0, 0, 1, '0'),
(849, 60, '1050', 'exe_chair', 3, 0, 0, 1, '0'),
(850, 60, '1051', 'exe_chair2', 3, 0, 0, 1, '0'),
(851, 60, '1052', 'exe_corner', 2, 0, 0, 1, '0'),
(852, 60, '1053', 'exe_drinks', 3, 0, 0, 1, '0'),
(853, 60, '1054', 'exe_sofa', 3, 0, 0, 1, '0'),
(1758, 123, '1061', 'noob_table*1', 0, 20, 0, 1, '0'),
(855, 60, '1055', 'exe_table', 6, 0, 0, 1, '0'),
(856, 60, '1091', 'exe_plant', 3, 0, 0, 1, '0'),
(857, 60, '1510', 'exe_light', 3, 0, 0, 1, '0'),
(858, 60, '1517', 'exe_gate', 6, 0, 0, 1, '0'),
(859, 60, '1521', 'exe_cubelight', 3, 0, 0, 1, '0'),
(860, 60, '1523', 'exe_artlamp', 3, 0, 0, 1, '0'),
(861, 60, '1771', 'exe_map', 5, 0, 0, 1, '0'),
(862, 60, '1772', 'exe_wfall', 4, 0, 0, 1, '0'),
(863, 58, '1449', 'lc_tile1', 3, 0, 0, 1, '0'),
(865, 58, '1451', 'lc_crab2', 3, 0, 0, 1, '0'),
(866, 58, '1454', 'lc_coral_divider_hi', 4, 0, 0, 1, '0'),
(867, 58, '1456', 'lc_tubes_corners', 3, 0, 0, 1, '0'),
(868, 58, '1457', 'lc_table', 4, 0, 0, 1, '0'),
(869, 58, '1458', 'lc_tile2', 3, 0, 0, 1, '0'),
(870, 58, '1459', 'lc_anemone', 4, 0, 0, 1, '0'),
(871, 58, '1461', 'lc_glass_floor', 4, 0, 0, 1, '0'),
(872, 58, '1460', 'lc_coral_divider_low', 3, 0, 0, 1, '0'),
(874, 58, '1462', 'lc_medusa1', 4, 0, 0, 1, '0'),
(875, 58, '1463', 'lc_crab1', 4, 0, 0, 1, '0'),
(876, 58, '1466', 'lc_tubes_straight', 3, 0, 0, 1, '0'),
(877, 58, '1470', 'lc_corner', 3, 0, 0, 1, '0'),
(878, 58, '1471', 'lc_stool', 3, 0, 0, 1, '0'),
(879, 58, '1472', 'lc_chair', 3, 0, 0, 1, '0'),
(880, 58, '1473', 'lc_desk', 3, 0, 0, 1, '0'),
(881, 58, '1755', 'lc_wall1', 5, 0, 0, 1, '0'),
(882, 58, '1756', 'lc_window2', 5, 0, 0, 1, '0'),
(883, 58, '1757', 'lc_window1', 3, 0, 0, 1, '0'),
(884, 58, '1759', 'lc_wall2', 5, 0, 0, 1, '0'),
(890, 42, '296', 'a0 prizetrophy3_b', 10, 0, 0, 1, '0'),
(889, 42, '295', 'a0 prizetrophy2_b', 10, 0, 0, 1, '0'),
(891, 42, '297', 'a0 prizetrophy4_b', 10, 0, 0, 1, '0'),
(892, 42, '298', 'a0 prizetrophy5_b', 10, 0, 0, 1, '0'),
(893, 42, '299', 'a0 prizetrophy1_g', 10, 0, 0, 1, '0'),
(894, 42, '300', 'a0 prizetrophy2_g', 10, 0, 0, 1, '0'),
(895, 42, '301', 'a0 prizetrophy3_g', 10, 0, 0, 1, '0'),
(896, 42, '302', 'a0 prizetrophy4_g', 10, 0, 0, 1, '0'),
(897, 42, '303', 'a0 prizetrophy4_g', 10, 0, 0, 1, '0'),
(898, 42, '304', 'a0 prizetrophy6_g', 10, 0, 0, 1, '0'),
(899, 42, '305', 'a0 prizetrophy1_s', 10, 0, 0, 1, '0'),
(900, 93, '306', 'a0 prizetrophy2_s', 10, 0, 0, 1, '0'),
(901, 42, '307', 'a0 prizetrophy3_s', 10, 0, 0, 1, '0'),
(902, 42, '308', 'a0 prizetrophy4_s', 10, 0, 0, 1, '0'),
(903, 42, '309', 'a0 prizetrophy5_s', 10, 0, 0, 1, '0'),
(904, 42, '310', 'a0 prizetrophy6_s', 10, 0, 0, 1, '0'),
(905, 42, '311', 'a0 prizetrophy1_b', 10, 0, 0, 1, '0'),
(906, 93, '335', 'a0 prizetrophy7_b', 10, 0, 0, 1, '0'),
(1386, 8, '1313', 'hcc_table', 4, 0, 0, 1, '0'),
(908, 93, '336', 'a0 prizetrophy7_g', 10, 0, 0, 1, '0'),
(909, 93, '337', 'a0 prizetrophy7_s', 10, 0, 0, 1, '0'),
(911, 94, '1615', 'prizetrophy_hot', 10, 0, 0, 1, '0'),
(912, 94, '1617', 'prizetrophy_cool', 10, 0, 0, 1, '0'),
(913, 32, '171', 'bar_basic', 4, 0, 0, 1, '0'),
(914, 32, '172', 'shelves_basic', 3, 0, 0, 1, '0'),
(915, 32, '175', 'lamp_basic', 3, 0, 0, 1, '0'),
(916, 32, '177', 'fridge', 6, 0, 0, 1, '0'),
(987, 65, '890', 'rope_divider', 5, 0, 0, 1, '0'),
(918, 32, '893', 'pura_mdl5*2', 3, 0, 0, 1, '0'),
(919, 32, '894', 'pura_mdl5*3', 3, 0, 0, 1, '0'),
(920, 32, '895', 'pura_mdl5*4', 3, 0, 0, 1, '0'),
(921, 32, '896', 'pura_mdl5*5', 3, 0, 0, 1, '0'),
(922, 32, '897', 'pura_mdl5*6', 3, 0, 0, 1, '0'),
(923, 32, '898', 'pura_mdl5*7', 3, 0, 0, 1, '0'),
(924, 32, '899', 'pura_mdl5*8', 3, 0, 0, 1, '0'),
(925, 32, '900', 'pura_mdl5*9', 3, 0, 0, 1, '0'),
(926, 32, '901', 'pura_mdl4*1', 3, 0, 0, 1, '0'),
(927, 32, '902', 'pura_mdl4*2', 3, 0, 0, 1, '0'),
(928, 32, '903', 'pura_mdl4*3', 3, 0, 0, 1, '0'),
(929, 32, '904', 'pura_mdl4*4', 3, 0, 0, 1, '0'),
(930, 32, '905', 'pura_mdl4*5', 3, 0, 0, 1, '0'),
(931, 32, '906', 'pura_mdl4*6', 3, 0, 0, 1, '0'),
(932, 32, '907', 'pura_mdl4*7', 3, 0, 0, 1, '0'),
(933, 32, '908', 'pura_mdl4*8', 3, 0, 0, 1, '0'),
(934, 32, '909', 'pura_mdl4*9', 3, 0, 0, 1, '0'),
(935, 32, '910', 'pura_mdl3*1', 3, 0, 0, 1, '0'),
(936, 32, '911', 'pura_mdl3*2', 3, 0, 0, 1, '0'),
(937, 32, '912', 'pura_mdl3*3', 3, 0, 0, 1, '0'),
(938, 32, '913', 'pura_mdl3*4', 3, 0, 0, 1, '0'),
(939, 32, '914', 'pura_mdl3*5', 3, 0, 0, 1, '0'),
(940, 32, '915', 'pura_mdl3*6', 3, 0, 0, 1, '0'),
(941, 32, '916', 'pura_mdl3*7', 3, 0, 0, 1, '0'),
(942, 32, '917', 'pura_mdl3*8', 3, 0, 0, 1, '0'),
(943, 32, '918', 'pura_mdl3*9', 3, 0, 0, 1, '0'),
(944, 32, '919', 'pura_mdl2*1', 3, 0, 0, 1, '0'),
(945, 32, '920', 'pura_mdl2*2', 3, 0, 0, 1, '0'),
(947, 32, '921', 'pura_mdl2*3', 3, 0, 0, 1, '0'),
(948, 32, '922', 'pura_mdl2*4', 3, 0, 0, 1, '0'),
(949, 32, '923', 'pura_mdl2*5', 3, 0, 0, 1, '0'),
(950, 32, '924', 'pura_mdl2*6', 3, 0, 0, 1, '0'),
(951, 32, '925', 'pura_mdl2*7', 3, 0, 0, 1, '0'),
(952, 32, '926', 'pura_mdl2*8', 3, 0, 0, 1, '0'),
(953, 32, '927', 'pura_mdl2*9', 3, 0, 0, 1, '0'),
(954, 32, '928', 'pura_mdl1*1', 3, 0, 0, 1, '0'),
(955, 32, '929', 'pura_mdl1*2', 3, 0, 0, 1, '0'),
(956, 32, '930', 'pura_mdl1*3', 3, 0, 0, 1, '0'),
(957, 32, '931', 'pura_mdl1*4', 3, 0, 0, 1, '0'),
(958, 32, '932', 'pura_mdl1*5', 3, 0, 0, 1, '0'),
(959, 32, '933', 'pura_mdl1*6', 3, 0, 0, 1, '0'),
(960, 32, '934', 'pura_mdl1*7', 3, 0, 0, 1, '0'),
(961, 32, '935', 'pura_mdl1*8', 3, 0, 0, 1, '0'),
(962, 32, '936', 'pura_mdl1*9', 3, 0, 0, 1, '0'),
(963, 32, '939', 'chair_basic*2', 4, 0, 0, 1, '0'),
(964, 32, '940', 'chair_basic*3', 4, 0, 0, 1, '0'),
(965, 32, '941', 'chair_basic*4', 4, 0, 0, 1, '0'),
(966, 32, '942', 'chair_basic*5', 4, 0, 0, 1, '0'),
(967, 32, '943', 'chair_basic*6', 4, 0, 0, 1, '0'),
(968, 32, '944', 'chair_basic*7', 4, 0, 0, 1, '0'),
(969, 32, '946', 'chair_basic*9', 4, 0, 0, 1, '0'),
(970, 32, '948', 'bed_budget*2', 4, 0, 0, 1, '0'),
(971, 32, '949', 'bed_budget*3', 4, 0, 0, 1, '0'),
(972, 32, '950', 'bed_budget*4', 4, 0, 0, 1, '0'),
(973, 32, '951', 'bed_budget*5', 4, 0, 0, 1, '0'),
(974, 32, '952', 'bed_budget*6', 4, 0, 0, 1, '0'),
(975, 32, '953', 'bed_budget*7', 4, 0, 0, 1, '0'),
(976, 32, '954', 'bed_budget*8', 4, 0, 0, 1, '0'),
(977, 32, '955', 'bed_budget*9', 4, 0, 0, 1, '0'),
(978, 32, '957', 'bed_budget_one*2', 3, 0, 0, 1, '0'),
(979, 32, '958', 'bed_budget_one*3', 3, 0, 0, 1, '0'),
(980, 32, '959', 'bed_budget_one*4', 3, 0, 0, 1, '0'),
(981, 32, '960', 'bed_budget_one*5', 3, 0, 0, 1, '0'),
(982, 32, '961', 'bed_budget_one*6', 3, 0, 0, 1, '0'),
(983, 32, '962', 'bed_budget_one*7', 3, 0, 0, 1, '0'),
(984, 32, '963', 'bed_budget_one*8', 3, 0, 0, 1, '0'),
(985, 32, '964', 'bed_budget_one*9', 3, 0, 0, 1, '0'),
(988, 65, '846', 'habbowood_chair', 3, 0, 0, 1, '0'),
(989, 65, '860', 'spotlight', 5, 0, 0, 1, '0'),
(990, 65, '1672', 'habw_mirror', 3, 0, 0, 1, '0'),
(991, 65, '967', 'tile_marble', 1, 0, 0, 1, '0'),
(992, 65, '967', 'tile_marble', 40, 0, 0, 50, '0'),
(993, 65, '968', 'tile_brown', 1, 0, 0, 1, '0'),
(994, 65, '968', 'tile_brown', 40, 0, 0, 50, '0'),
(995, 65, '966', 'tile_stella', 2, 0, 0, 1, '0'),
(996, 65, '966', 'tile_stella', 30, 0, 0, 50, '0'),
(998, 102, '437', 'queue_tile1*3', 7, 0, 0, 1, '0'),
(999, 102, '437', 'queue_tile1*3', 18, 0, 0, 3, '0'),
(1000, 102, '437', 'queue_tile1*3', 30, 0, 0, 5, '0'),
(1001, 102, '438', 'queue_tile1*6', 7, 0, 0, 1, '0'),
(1002, 102, '438', 'queue_tile1*6', 18, 0, 0, 3, '0'),
(1003, 102, '438', 'queue_tile1*6', 30, 0, 0, 5, '0'),
(1004, 102, '439', 'queue_tile1*4', 7, 0, 0, 1, '0'),
(1005, 102, '439', 'queue_tile1*4', 18, 0, 0, 3, '0'),
(1006, 102, '439', 'queue_tile1*4', 30, 0, 0, 5, '0'),
(1007, 102, '440', 'queue_tile1*9', 7, 0, 0, 1, '0'),
(1008, 102, '440', 'queue_tile1*9', 18, 0, 0, 3, '0'),
(1009, 102, '440', 'queue_tile1*9', 30, 0, 0, 5, '0'),
(1010, 102, '441', 'queue_tile1*8', 7, 0, 0, 1, '0'),
(1011, 102, '441', 'queue_tile1*8', 18, 0, 0, 3, '0'),
(1012, 102, '441', 'queue_tile1*8', 30, 0, 0, 5, '0'),
(1013, 102, '442', 'queue_tile1*5', 7, 0, 0, 1, '0'),
(1014, 102, '442', 'queue_tile1*5', 18, 0, 0, 3, '0'),
(1015, 102, '442', 'queue_tile1*5', 30, 0, 0, 5, '0'),
(1016, 102, '443', 'queue_tile1*7', 7, 0, 0, 1, '0'),
(1017, 102, '443', 'queue_tile1*7', 18, 0, 0, 3, '0'),
(1018, 102, '443', 'queue_tile1*7', 30, 0, 0, 5, '0'),
(1019, 102, '444', 'queue_tile1*2', 7, 0, 0, 1, '0'),
(1020, 102, '444', 'queue_tile1*2', 18, 0, 0, 3, '0'),
(1021, 102, '444', 'queue_tile1*2', 30, 0, 0, 5, '0'),
(1022, 102, '445', 'queue_tile1*1', 7, 0, 0, 1, '0'),
(1023, 102, '445', 'queue_tile1*1', 18, 0, 0, 3, '0'),
(1024, 102, '445', 'queue_tile1*1', 30, 0, 0, 5, '0'),
(1025, 102, '446', 'queue_tile1*0', 7, 0, 0, 1, '0'),
(1026, 102, '446', 'queue_tile1*0', 18, 0, 0, 3, '0'),
(1027, 102, '446', 'queue_tile1*0', 30, 0, 0, 5, '0'),
(1030, 68, '1568', 'lt_stage2', 4, 0, 0, 1, '0'),
(1029, 68, '1567', 'LT_skull', 3, 0, 0, 1, '0'),
(1031, 68, '1569', 'lt_lavac', 3, 0, 0, 1, '0'),
(1032, 68, '1570', 'lt_gate', 6, 0, 0, 1, '0'),
(1033, 68, '1573', 'lt_statue', 3, 0, 0, 1, '0'),
(1034, 68, '1574', 'lt_spider', 3, 0, 0, 1, '0'),
(1035, 68, '1575', 'lt_stone2', 4, 0, 0, 1, '0'),
(1036, 68, '1576', 'LT_throne', 4, 0, 0, 1, '0'),
(1037, 68, '1578', 'lt_patch', 3, 0, 0, 1, '0'),
(1038, 68, '1579', 'lt_lava', 3, 0, 0, 1, '0'),
(1039, 68, '1580', 'LT_pillar2', 3, 0, 0, 1, '0'),
(1040, 68, '1581', 'lt_bughill', 5, 0, 0, 1, '0'),
(1041, 68, '1584', 'LT_pillar', 4, 0, 0, 1, '0'),
(1042, 68, '1588', 'lt_stone1', 4, 0, 0, 1, '0'),
(1043, 68, '1585', 'lt_stage1', 3, 0, 0, 1, '0'),
(1044, 68, '1785', 'lt_wall', 3, 0, 0, 1, '0'),
(1045, 68, '1783', 'lt_jngl_wall', 3, 0, 0, 1, '0'),
(1119, 43, '154', 'tv_luxus', 5, 0, 0, 1, '0'),
(1050, 61, '718', 'glass_shelf', 4, 0, 0, 1, '0'),
(1051, 61, '719', 'glass_chair', 3, 0, 0, 1, '0'),
(1052, 61, '720', 'glass_stool', 2, 0, 0, 1, '0'),
(1053, 61, '721', 'glass_sofa', 4, 0, 0, 1, '0'),
(1054, 61, '723', 'glass_table*2', 3, 0, 0, 1, '0'),
(2102, 29, '20046', 'exe_elevator', 5, 0, 0, 1, '0'),
(1056, 61, '724', 'glass_table*3', 3, 0, 0, 1, '0'),
(1057, 61, '722', 'glass_table', 3, 0, 0, 1, '0'),
(1058, 61, '725', 'glass_table*4', 3, 0, 0, 1, '0'),
(1059, 61, '726', 'glass_table*5', 3, 0, 0, 1, '0'),
(1060, 61, '727', 'glass_table*6', 3, 0, 0, 1, '0'),
(1061, 61, '728', 'glass_table*7', 3, 0, 0, 1, '0'),
(1062, 61, '729', 'glass_table*8', 3, 0, 0, 1, '0'),
(1063, 61, '730', 'glass_table*9', 3, 0, 0, 1, '0'),
(1064, 61, '731', 'glass_chair*2', 3, 0, 0, 1, '0'),
(1065, 61, '732', 'glass_chair*3', 3, 0, 0, 1, '0'),
(1066, 61, '733', 'glass_chair*4', 3, 0, 0, 1, '0'),
(1067, 61, '734', 'glass_chair*5', 3, 0, 0, 1, '0'),
(1068, 61, '735', 'glass_chair*6', 3, 0, 0, 1, '0'),
(1069, 61, '736', 'glass_chair*7', 3, 0, 0, 1, '0'),
(1070, 61, '737', 'glass_chair*8', 3, 0, 0, 1, '0'),
(1071, 61, '738', 'glass_chair*9', 3, 0, 0, 1, '0'),
(1072, 61, '739', 'glass_sofa*2', 4, 0, 0, 1, '0'),
(1073, 61, '740', 'glass_sofa*3', 4, 0, 0, 1, '0'),
(1074, 61, '741', 'glass_sofa*4', 4, 0, 0, 1, '0'),
(1075, 61, '742', 'glass_sofa*5', 4, 0, 0, 1, '0'),
(1076, 61, '743', 'glass_sofa*6', 4, 0, 0, 1, '0'),
(1077, 61, '744', 'glass_sofa*7', 4, 0, 0, 1, '0'),
(1078, 61, '745', 'glass_sofa*8', 4, 0, 0, 1, '0'),
(1079, 61, '746', 'glass_sofa*9', 4, 0, 0, 1, '0'),
(1080, 61, '747', 'glass_stool*2', 2, 0, 0, 1, '0'),
(1081, 61, '748', 'glass_stool*4', 2, 0, 0, 1, '0'),
(1082, 61, '749', 'glass_stool*5', 2, 0, 0, 1, '0'),
(1083, 61, '750', 'glass_stool*6', 2, 0, 0, 1, '0'),
(1084, 61, '751', 'glass_stool*7', 2, 0, 0, 1, '0'),
(1085, 61, '752', 'glass_stool*8', 2, 0, 0, 1, '0'),
(1086, 61, '753', 'glass_stool*3', 2, 0, 0, 1, '0'),
(1087, 61, '754', 'glass_stool*9', 2, 0, 0, 1, '0'),
(1088, 72, '829', 'grand_piano*4', 5, 0, 0, 1, '0'),
(1089, 72, '826', 'grand_piano*3', 5, 0, 0, 1, '0'),
(1090, 72, '827', 'grand_piano*5', 5, 0, 0, 1, '0'),
(1091, 72, '828', 'grand_piano*2', 5, 0, 0, 1, '0'),
(1092, 72, '830', 'grand_piano*1', 5, 0, 0, 1, '0'),
(1093, 94, '248', 'rare_beehive_bulb', 10, 0, 0, 1, '0'),
(1094, 94, '261', 'rare_beehive_bulb*1', 10, 0, 0, 1, '0'),
(1095, 94, '262', 'rare_beehive_bulb*2', 200, 200, 0, 1, '0'),
(1096, 13371, '206', 'hologram', 5000, 0, 0, 1, '0'),
(1097, 13371, '228', 'redhologram', 5000, 0, 0, 1, '0'),
(1098, 94, '255', 'rare_hammock', 250, 250, 0, 1, '0'),
(1099, 94, '251', 'rare_elephant_statue', 150, 150, 0, 1, '0'),
(1100, 94, '252', 'rare_fountain', 10, 0, 0, 1, '0'),
(1101, 94, '253', 'rare_stand', 10, 0, 0, 1, '0'),
(1102, 27, '254', 'rare_globe', 5, 0, 0, 1, '0'),
(1103, 94, '256', 'rare_elephant_statue*1', 150, 150, 0, 1, '0'),
(1104, 94, '257', 'rare_elephant_statue*2', 150, 150, 0, 1, '0'),
(1105, 94, '258', 'rare_fountain*1', 10, 0, 0, 1, '0'),
(1106, 94, '259', 'rare_fountain*2', 10, 0, 0, 1, '0'),
(1107, 94, '260', 'rare_fountain*3', 10, 0, 0, 1, '0'),
(1108, 94, '264', 'rare_parasol*1', 10, 0, 0, 1, '0'),
(1109, 94, '265', 'rare_parasol*2', 10, 0, 0, 1, '0'),
(1110, 16, '266', 'Violet Parasol', 300, 300, 0, 1, '0'),
(1111, 13373, '312', 'rare_parasol*0', 10000, 0, 0, 1, '0'),
(1113, 94, '448', 'rare_snowrug', 100, 100, 0, 1, '0'),
(1114, 94, '668', 'rare_moonrug', 10, 0, 0, 1, '0'),
(1326, 105, '339', 'scifiport*9', 10, 0, 0, 1, '0'),
(1120, 43, '1655', 'post.it', 3, 0, 0, 30, '0'),
(1121, 41, '1677', 'hrella_poster_3', 3, 0, 0, 1, '0'),
(1122, 41, '1678', 'hrella_poster_2', 3, 0, 0, 1, '0'),
(1123, 41, '1679', 'hrella_poster_1', 3, 0, 0, 1, '0'),
(1124, 43, '104', 'pizza', 3, 0, 0, 1, '0'),
(1125, 43, '105', 'drinks', 3, 0, 0, 1, '0'),
(1133, 112, '19995', 'ads_twi_dvdr2', 3, 0, 0, 1, '0');
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`) VALUES
(1127, 43, '111', 'bottle', 3, 0, 0, 1, '0'),
(1128, 43, '211', 'edice', 6, 0, 0, 1, '0'),
(1132, 112, '19994', 'ads_twi_fountn', 5, 0, 0, 1, '0'),
(1134, 112, '19996', 'ads_twi_roses', 4, 0, 0, 1, '0'),
(1135, 112, '19997', 'ads_twi_table', 4, 0, 0, 1, '0'),
(1136, 112, '19998', 'ads_twi_chair', 3, 0, 0, 1, '0'),
(1137, 112, '19999', 'ads_twi_dvdr1', 3, 0, 0, 1, '0'),
(1138, 112, '20000', 'ads_twi_piano', 4, 0, 0, 1, '0'),
(1139, 112, '20001', 'ads_twi_tower', 4, 0, 0, 1, '0'),
(1140, 112, '20002', 'ads_twi_toolbx', 3, 0, 0, 1, '0'),
(1141, 112, '20003', 'ads_twi_mist', 3, 0, 0, 1, '0'),
(1159, 62, '763', 'gothiccandelabra', 4, 0, 0, 1, '0'),
(1154, 62, '764', 'gothrailing', 3, 0, 0, 1, '0'),
(1152, 62, '777', 'gothic_sofa*1', 4, 0, 0, 1, '0'),
(1156, 62, '778', 'gothic_stool*1', 2, 0, 0, 1, '0'),
(1157, 62, '780', 'gothic_sofa*2', 4, 0, 0, 1, '0'),
(1173, 62, '790', 'gothic_stool*5', 2, 0, 0, 1, '0'),
(1160, 62, '762', 'gothgate', 6, 0, 0, 1, '0'),
(1161, 62, '765', 'goth_table', 5, 0, 0, 1, '0'),
(1162, 62, '776', 'gothic_chair*1', 3, 0, 0, 1, '0'),
(1163, 62, '779', 'gothic_chair*2', 3, 0, 0, 1, '0'),
(1164, 62, '781', 'gothic_stool*2', 2, 0, 0, 1, '0'),
(1165, 62, '782', 'gothic_chair*3', 3, 0, 0, 1, '0'),
(1166, 62, '783', 'gothic_sofa*3', 4, 0, 0, 1, '0'),
(1167, 62, '784', 'gothic_stool*3', 2, 0, 0, 1, '0'),
(1168, 62, '785', 'gothic_chair*4', 3, 0, 0, 1, '0'),
(1169, 62, '786', 'gothic_sofa*4', 4, 0, 0, 1, '0'),
(1170, 62, '787', 'gothic_stool*4', 2, 0, 0, 1, '0'),
(1171, 62, '788', 'gothic_chair*5', 4, 0, 0, 1, '0'),
(1172, 62, '789', 'gothic_sofa*5', 4, 0, 0, 1, '0'),
(1174, 62, '791', 'gothic_chair*6', 3, 0, 0, 1, '0'),
(1175, 62, '792', 'gothic_sofa*6', 4, 0, 0, 1, '0'),
(1176, 62, '793', 'gothic_stool*6', 2, 0, 0, 1, '0'),
(1177, 62, '821', 'gothic_carpet', 5, 0, 0, 1, '0'),
(1178, 62, '822', 'gothic_carpet2', 6, 0, 0, 1, '0'),
(1179, 62, '823', 'gothic_chair', 3, 0, 0, 1, '0'),
(1180, 62, '824', 'gothic_sofa', 4, 0, 0, 1, '0'),
(1181, 62, '825', 'gothic_stool', 2, 0, 0, 1, '0'),
(1182, 62, '1665', 'gothicfountain', 3, 0, 0, 1, '0'),
(1183, 62, '1668', 'torch', 3, 0, 0, 1, '0'),
(1184, 62, '1726', 'gothicfountain2', 3, 0, 0, 1, '0'),
(1186, 103, '1204', 'diner_tray_6', 3, 0, 0, 1, '0'),
(1187, 103, '1205', 'diner_tray_5', 3, 0, 0, 1, '0'),
(1188, 103, '1206', 'diner_tray_4', 3, 0, 0, 1, '0'),
(1191, 103, '1208', 'diner_tray_2', 3, 0, 0, 1, '0'),
(1294, 105, '398', 'pillar*1', 10, 0, 0, 1, '0'),
(1190, 103, '1207', 'diner_tray_3', 3, 0, 0, 1, '0'),
(1192, 103, '1209', 'diner_tray_1', 3, 0, 0, 1, '0'),
(1193, 103, '1203', 'diner_tray_7', 3, 0, 0, 1, '0'),
(1194, 103, '1210', 'diner_tray_0', 3, 0, 0, 1, '0'),
(1195, 103, '1211', 'diner_sofa_2*1', 4, 0, 0, 1, '0'),
(1196, 103, '1212', 'diner_sofa_2*2', 4, 0, 0, 1, '0'),
(1197, 103, '1213', 'diner_sofa_2*3', 4, 0, 0, 1, '0'),
(1198, 103, '1214', 'diner_sofa_2*4', 4, 0, 0, 1, '0'),
(1199, 103, '1215', 'diner_sofa_2*5', 4, 0, 0, 1, '0'),
(1200, 103, '1216', 'diner_sofa_2*6', 4, 0, 0, 1, '0'),
(1201, 103, '1217', 'diner_sofa_2*7', 4, 0, 0, 1, '0'),
(1202, 103, '1218', 'diner_sofa_2*8', 4, 0, 0, 1, '0'),
(1203, 103, '1219', 'diner_sofa_2*9', 4, 0, 0, 1, '0'),
(1204, 103, '1220', 'diner_shaker', 5, 0, 0, 1, '0'),
(1205, 103, '1221', 'diner_rug', 3, 0, 0, 1, '0'),
(1206, 103, '1221', 'diner_rug', 25, 0, 0, 10, '0'),
(1207, 103, '1222', 'diner_gumvendor*1', 3, 0, 0, 1, '0'),
(1208, 103, '1223', 'diner_gumvendor*2', 3, 0, 0, 1, '0'),
(1209, 103, '1224', 'diner_gumvendor*3', 3, 0, 0, 1, '0'),
(1210, 103, '1225', 'diner_gumvendor*4', 3, 0, 0, 1, '0'),
(1211, 103, '1226', 'diner_gumvendor*5', 3, 0, 0, 1, '0'),
(1212, 103, '1227', 'diner_gumvendor*6', 3, 0, 0, 1, '0'),
(1213, 103, '1228', 'diner_gumvendor*7', 3, 0, 0, 1, '0'),
(1214, 103, '1229', 'diner_gumvendor*8', 3, 0, 0, 1, '0'),
(1215, 103, '1230', 'diner_gumvendor*9', 3, 0, 0, 1, '0'),
(1216, 103, '1231', 'diner_cashreg*1', 3, 0, 0, 1, '0'),
(1217, 103, '1234', 'diner_cashreg*4', 3, 0, 0, 1, '0'),
(1218, 103, '1232', 'diner_cashreg*2', 3, 0, 0, 1, '0'),
(1219, 103, '1233', 'diner_cashreg*3', 3, 0, 0, 1, '0'),
(1220, 103, '1235', 'diner_cashreg*5', 3, 0, 0, 1, '0'),
(1221, 103, '1236', 'diner_cashreg*6', 3, 0, 0, 1, '0'),
(1222, 103, '1237', 'diner_cashreg*7', 3, 0, 0, 1, '0'),
(1223, 103, '1238', 'diner_cashreg*8', 3, 0, 0, 1, '0'),
(1224, 103, '1239', 'diner_cashreg*9', 3, 0, 0, 1, '0'),
(1225, 103, '1240', 'diner_table_2*1', 5, 0, 0, 1, '0'),
(1226, 103, '1241', 'diner_table_2*2', 5, 0, 0, 1, '0'),
(1227, 103, '1242', 'diner_table_2*3', 5, 0, 0, 1, '0'),
(1228, 103, '1243', 'diner_table_2*4', 5, 0, 0, 1, '0'),
(1229, 103, '1244', 'diner_table_2*5', 5, 0, 0, 1, '0'),
(1230, 103, '1245', 'diner_table_2*6', 5, 0, 0, 1, '0'),
(1231, 103, '1246', 'diner_table_2*7', 5, 0, 0, 1, '0'),
(1232, 103, '1247', 'diner_table_2*8', 5, 0, 0, 1, '0'),
(1233, 103, '1248', 'diner_table_2*9', 5, 0, 0, 1, '0'),
(1234, 103, '1249', 'diner_table_1*1', 3, 0, 0, 1, '0'),
(1235, 103, '1250', 'diner_table_1*2', 3, 0, 0, 1, '0'),
(1236, 103, '1251', 'diner_table_1*3', 3, 0, 0, 1, '0'),
(1237, 103, '1252', 'diner_table_1*4', 3, 0, 0, 1, '0'),
(1238, 103, '1253', 'diner_table_1*5', 3, 0, 0, 1, '0'),
(1239, 103, '1254', 'diner_table_1*6', 3, 0, 0, 1, '0'),
(1240, 103, '1255', 'diner_table_1*7', 3, 0, 0, 1, '0'),
(1241, 103, '1256', 'diner_table_1*8', 3, 0, 0, 1, '0'),
(1242, 103, '1257', 'diner_table_1*9', 3, 0, 0, 1, '0'),
(1243, 103, '1258', 'diner_sofa_1*1', 4, 0, 0, 1, '0'),
(1244, 103, '1259', 'diner_sofa_1*2', 4, 0, 0, 1, '0'),
(1245, 103, '1260', 'diner_sofa_1*3', 4, 0, 0, 1, '0'),
(1246, 103, '1261', 'diner_sofa_1*4', 4, 0, 0, 1, '0'),
(1247, 103, '1262', 'diner_sofa_1*5', 4, 0, 0, 1, '0'),
(1248, 103, '1263', 'diner_sofa_1*6', 4, 0, 0, 1, '0'),
(1251, 103, '1265', 'diner_sofa_1*8', 4, 0, 0, 1, '0'),
(1250, 103, '1264', 'diner_sofa_1*7', 4, 0, 0, 1, '0'),
(1252, 103, '1266', 'diner_sofa_1*9', 4, 0, 0, 1, '0'),
(1253, 103, '1267', 'diner_chair*1', 3, 0, 0, 1, '0'),
(1254, 103, '1268', 'diner_chair*2', 3, 0, 0, 1, '0'),
(1255, 103, '1269', 'diner_chair*3', 3, 0, 0, 1, '0'),
(1256, 103, '1270', 'diner_chair*4', 3, 0, 0, 1, '0'),
(1257, 103, '1271', 'diner_chair*5', 3, 0, 0, 1, '0'),
(1258, 103, '1272', 'diner_chair*6', 3, 0, 0, 1, '0'),
(1259, 103, '1273', 'diner_chair*7', 3, 0, 0, 1, '0'),
(1260, 103, '1274', 'diner_chair*8', 3, 0, 0, 1, '0'),
(1261, 103, '1275', 'diner_chair*9', 3, 0, 0, 1, '0'),
(1262, 103, '1276', 'diner_bardesk_gate*1', 6, 0, 0, 1, '0'),
(1263, 103, '1277', 'diner_bardesk_gate*2', 6, 0, 0, 1, '0'),
(1264, 103, '1278', 'diner_bardesk_gate*3', 6, 0, 0, 1, '0'),
(1265, 103, '1279', 'diner_bardesk_gate*4', 6, 0, 0, 1, '0'),
(1266, 103, '1280', 'diner_bardesk_gate*5', 6, 0, 0, 1, '0'),
(1267, 103, '1281', 'diner_bardesk_gate*6', 6, 0, 0, 1, '0'),
(2119, 7, '20060', 'DEAL_HC_3', 500, 0, 0, 6, '0'),
(1269, 103, '1282', 'diner_bardesk_gate*7', 6, 0, 0, 1, '0'),
(1270, 103, '1283', 'diner_bardesk_gate*8', 6, 0, 0, 1, '0'),
(1271, 103, '1284', 'diner_bardesk_gate*9', 6, 0, 0, 1, '0'),
(1272, 103, '1285', 'diner_bardesk_corner*1', 3, 0, 0, 1, '0'),
(1273, 103, '1286', 'diner_bardesk_corner*2', 3, 0, 0, 1, '0'),
(1274, 103, '1287', 'diner_bardesk_corner*3', 3, 0, 0, 1, '0'),
(1275, 103, '1288', 'diner_bardesk_corner*4', 3, 0, 0, 1, '0'),
(1276, 103, '1289', 'diner_bardesk_corner*6', 3, 0, 0, 1, '0'),
(1277, 103, '1290', 'diner_bardesk_corner*7', 3, 0, 0, 1, '0'),
(1278, 103, '1291', 'diner_bardesk_corner*8', 3, 0, 0, 1, '0'),
(1279, 103, '1292', 'diner_bardesk_corner*9', 3, 0, 0, 1, '0'),
(1280, 103, '1293', 'diner_bardesk*1', 3, 0, 0, 1, '0'),
(1281, 103, '1294', 'diner_bardesk*2', 3, 0, 0, 1, '0'),
(1282, 103, '1295', 'diner_bardesk*3', 3, 0, 0, 1, '0'),
(1283, 103, '1296', 'diner_bardesk*4', 3, 0, 0, 1, '0'),
(1284, 103, '1297', 'diner_bardesk*5', 3, 0, 0, 1, '0'),
(1285, 103, '1298', 'diner_bardesk*6', 3, 0, 0, 1, '0'),
(1286, 103, '1299', 'diner_bardesk*7', 3, 0, 0, 1, '0'),
(1287, 103, '1300', 'diner_bardesk*8', 3, 0, 0, 1, '0'),
(1288, 103, '1301', 'diner_bardesk*9', 3, 0, 0, 1, '0'),
(1289, 103, '1708', 'window_diner2', 3, 0, 0, 1, '0'),
(1290, 103, '1709', 'window_diner', 4, 0, 0, 1, '0'),
(1291, 103, '1710', 'diner_walltable', 2, 0, 0, 1, '0'),
(1292, 103, '1782', 'diner_poster', 3, 0, 0, 1, '0'),
(1295, 105, '399', 'pillar*9', 10, 0, 0, 1, '0'),
(1296, 105, '400', 'pillar*0', 10, 0, 0, 1, '0'),
(1297, 105, '401', 'pillar*8', 10, 0, 0, 1, '0'),
(1298, 105, '402', 'pillar*2', 10, 0, 0, 1, '0'),
(1299, 105, '403', 'pillar*5', 10, 0, 0, 1, '0'),
(1300, 105, '404', 'pillar*4', 10, 0, 0, 1, '0'),
(1301, 105, '405', 'pillar*7', 10, 0, 0, 1, '0'),
(1302, 105, '406', 'pillar*3', 10, 0, 0, 1, '0'),
(1303, 105, '388', 'wooden_screen*1', 10, 0, 0, 1, '0'),
(1304, 105, '389', 'wooden_screen*2', 10, 0, 0, 1, '0'),
(1305, 105, '390', 'wooden_screen*7', 10, 0, 0, 1, '0'),
(1306, 105, '391', 'wooden_screen*0', 10, 0, 0, 1, '0'),
(1307, 105, '392', 'wooden_screen*8', 10, 0, 0, 1, '0'),
(1308, 105, '393', 'wooden_screen*5', 10, 0, 0, 1, '0'),
(1309, 105, '394', 'wooden_screen*9', 10, 0, 0, 1, '0'),
(1310, 105, '395', 'wooden_screen*4', 10, 0, 0, 1, '0'),
(1311, 105, '396', 'wooden_screen*6', 10, 0, 0, 1, '0'),
(1312, 105, '397', 'wooden_screen*3', 10, 0, 0, 1, '0'),
(1313, 13372, '417', 'rare_icecream*1', 5000, 0, 0, 1, '0'),
(1314, 105, '418', 'rare_icecream*7', 10, 0, 0, 1, '0'),
(1315, 13372, '419', 'rare_icecream*8', 50000, 0, 0, 1, '0'),
(1316, 105, '420', 'rare_icecream*2', 10, 0, 0, 1, '0'),
(1317, 105, '421', 'rare_icecream*6', 10, 0, 0, 1, '0'),
(1318, 105, '422', 'rare_icecream*9', 10, 0, 0, 1, '0'),
(1319, 105, '423', 'rare_icecream*3', 10, 0, 0, 1, '0'),
(1320, 105, '424', 'rare_icecream*0', 10, 0, 0, 1, '0'),
(1321, 105, '425', 'rare_icecream*4', 10, 0, 0, 1, '0'),
(1322, 105, '426', 'rare_icecream*5', 10, 0, 0, 1, '0'),
(1323, 135848, '892', 'rare_icecream_campaign', 8000, 0, 0, 1, '0'),
(1324, 135848, '1140', 'calippo', 6000, 0, 0, 1, '0'),
(1325, 13373, '338', 'scifiport*0', 20000, 0, 0, 1, '0'),
(1327, 105, '340', 'scifiport*8', 10, 0, 0, 1, '0'),
(1328, 13372, '341', 'scifiport*7', 10000, 0, 0, 1, '0'),
(1329, 105, '342', 'scifiport*6', 10, 0, 0, 1, '0'),
(1330, 105, '343', 'scifiport*5', 10, 0, 0, 1, '0'),
(1331, 105, '344', 'scifiport*4', 10, 0, 0, 1, '0'),
(1332, 105, '345', 'scifiport*3', 10, 0, 0, 1, '0'),
(1333, 13372, '346', 'scifiport*2', 10000, 0, 0, 1, '0'),
(1334, 105, '347', 'scifiport*1', 10, 0, 0, 1, '0'),
(1335, 105, '348', 'scifirocket*9', 10, 0, 0, 1, '0'),
(1336, 105, '349', 'scifirocket*8', 10, 0, 0, 1, '0'),
(1337, 13372, '350', 'scifirocket*7', 4500, 0, 0, 1, '0'),
(1338, 105, '351', 'scifirocket*6', 10, 0, 0, 1, '0'),
(1339, 105, '352', 'scifirocket*5', 10, 0, 0, 1, '0'),
(1340, 105, '353', 'scifirocket*4', 10, 0, 0, 1, '0'),
(1341, 105, '354', 'scifirocket*3', 10, 0, 0, 1, '0'),
(1342, 105, '355', 'scifirocket*2', 10, 0, 0, 1, '0'),
(1343, 105, '356', 'scifirocket*1', 10, 0, 0, 1, '0'),
(1344, 105, '357', 'scifirocket*0', 10, 0, 0, 1, '0'),
(1345, 105, '358', 'scifidoor*10', 10, 0, 0, 1, '0'),
(1346, 105, '359', 'scifidoor*9', 10, 0, 0, 1, '0'),
(1347, 105, '360', 'scifidoor*8', 10, 0, 0, 1, '0'),
(1348, 13372, '361', 'scifidoor*7', 9000, 0, 0, 1, '0'),
(1349, 105, '362', 'scifidoor*6', 10, 0, 0, 1, '0'),
(1350, 105, '363', 'scifidoor*5', 10, 0, 0, 1, '0'),
(1351, 105, '364', 'scifidoor*4', 10, 0, 0, 1, '0'),
(1352, 105, '365', 'scifidoor*3', 10, 0, 0, 1, '0'),
(1353, 105, '367', 'scifidoor*2', 10, 0, 0, 1, '0'),
(1354, 105, '366', 'scifidoor*2', 10, 0, 0, 1, '0'),
(1355, 27, '186', 'menorah', 3, 0, 0, 1, '0'),
(1356, 43, '188', 'ham', 3, 0, 0, 1, '0'),
(1357, 27, '189', 'turkey', 3, 0, 0, 1, '0'),
(1358, 27, '191', 'house', 3, 0, 0, 1, '0'),
(1359, 43, '196', 'ham2', 2, 0, 0, 1, '0'),
(1360, 27, '197', 'wcandleset', 3, 0, 0, 1, '0'),
(1361, 43, '205', 'habbocake', 5, 0, 0, 1, '0'),
(1362, 39, '204', 'giftflowers', 4, 0, 0, 1, '0'),
(1365, 8, '239', 'chair_plasto*14', 3, 0, 0, 1, '0'),
(1364, 8, '212', 'club_sofa', 4, 0, 0, 1, '0'),
(1366, 8, '240', 'table_plasto_4leg*14', 4, 0, 0, 1, '0'),
(1367, 8, '246', 'edicehc', 5, 0, 0, 1, '0'),
(1368, 8, '249', 'hcsohva', 10, 0, 0, 1, '0'),
(1369, 8, '250', 'hcamme', 6, 0, 0, 1, '0'),
(1370, 8, '313', 'hc_lmp', 4, 0, 0, 1, '0'),
(1371, 8, '314', 'hc_tbl', 6, 0, 0, 1, '0'),
(1372, 8, '315', 'hc_chr', 5, 0, 0, 1, '0'),
(1373, 8, '316', 'hc_dsk', 5, 0, 0, 1, '0'),
(1374, 8, '760', 'hc_crpt', 4, 0, 0, 1, '0'),
(1375, 8, '761', 'hc_tv', 5, 0, 0, 1, '0'),
(1376, 8, '766', 'hc_bkshlf', 6, 0, 0, 1, '0'),
(1377, 8, '767', 'hc_btlr', 4, 0, 0, 1, '0'),
(1378, 8, '768', 'hc_crtn', 4, 0, 0, 1, '0'),
(1379, 8, '769', 'hc_djset', 5, 0, 0, 1, '0'),
(1380, 8, '770', 'hc_frplc', 6, 0, 0, 1, '0'),
(1381, 8, '771', 'hc_lmpst', 3, 0, 0, 1, '0'),
(1382, 8, '772', 'hc_machine', 5, 0, 0, 1, '0'),
(1383, 8, '773', 'hc_rllr', 7, 0, 0, 1, '0'),
(1384, 8, '774', 'hc_rntgn', 3, 0, 0, 1, '0'),
(1385, 8, '775', 'hc_trll', 3, 0, 0, 1, '0'),
(1387, 8, '1314', 'hcc_shelf', 3, 0, 0, 1, '0'),
(1388, 8, '1315', 'hcc_sofa', 3, 0, 0, 1, '0'),
(1389, 8, '1316', 'hcc_minibar', 5, 0, 0, 1, '0'),
(1390, 8, '1317', 'hcc_chair', 3, 0, 0, 1, '0'),
(1391, 8, '1321', 'hcc_stool', 2, 0, 0, 1, '0'),
(1392, 8, '1322', 'hcc_sofachair', 4, 0, 0, 1, '0'),
(1393, 8, '1323', 'hcc_crnr', 3, 0, 0, 1, '0'),
(1394, 8, '1324', 'hcc_dvdr', 3, 0, 0, 1, '0'),
(1398, 36, '8', 'table_plasto_4leg', 3, 0, 0, 1, '0'),
(1396, 8, '1666', 'hc_wall_lamp', 3, 0, 0, 1, '0'),
(1399, 36, '9', 'table_plasto_round', 3, 0, 0, 1, '0'),
(1400, 36, '10', 'table_plasto_bigsquare', 3, 0, 0, 1, '0'),
(1401, 36, '22', 'chair_plasty', 3, 0, 0, 1, '0'),
(1402, 36, '23', 'chair_plasto', 3, 0, 0, 1, '0'),
(1403, 36, '24', 'table_plasto_square', 3, 0, 0, 1, '0'),
(1404, 36, '47', 'table_plasto_4leg*1', 3, 0, 0, 1, '0'),
(1405, 36, '48', 'table_plasto_bigsquare*1', 3, 0, 0, 1, '0'),
(1406, 36, '49', 'table_plasto_round*1', 3, 0, 0, 1, '0'),
(1407, 36, '50', 'table_plasto_square*1', 3, 0, 0, 1, '0'),
(1408, 36, '51', 'chair_plasto*1', 3, 0, 0, 1, '0'),
(1409, 36, '54', 'table_plasto_4leg*2', 3, 0, 0, 1, '0'),
(1410, 36, '55', 'table_plasto_bigsquare*2', 3, 0, 0, 1, '0'),
(1411, 36, '56', 'table_plasto_round*2', 3, 0, 0, 1, '0'),
(1412, 36, '57', 'table_plasto_square*2', 3, 0, 0, 1, '0'),
(1413, 36, '58', 'chair_plasto*2', 3, 0, 0, 1, '0'),
(1414, 36, '61', 'table_plasto_4leg*3', 3, 0, 0, 1, '0'),
(1415, 36, '62', 'table_plasto_bigsquare*3', 3, 0, 0, 1, '0'),
(1416, 36, '63', 'table_plasto_round*3', 3, 0, 0, 1, '0'),
(1417, 36, '64', 'table_plasto_square*3', 3, 0, 0, 1, '0'),
(1418, 36, '65', 'chair_plasto*3', 3, 0, 0, 1, '0'),
(1419, 36, '68', 'table_plasto_4leg*4', 3, 0, 0, 1, '0'),
(1420, 36, '71', 'table_plasto_square*4', 3, 0, 0, 1, '0'),
(1421, 36, '72', 'chair_plasto*4', 3, 0, 0, 1, '0'),
(1422, 36, '78', 'table_plasto_4leg*5', 3, 0, 0, 1, '0'),
(1423, 36, '79', 'table_plasto_bigsquare*5', 3, 0, 0, 1, '0'),
(1424, 36, '80', 'table_plasto_round*5', 3, 0, 0, 1, '0'),
(1425, 36, '81', 'table_plasto_square*5', 3, 0, 0, 1, '0'),
(1426, 36, '82', 'chair_plasto*5', 3, 0, 0, 1, '0'),
(1427, 36, '83', 'table_plasto_4leg*6', 3, 0, 0, 1, '0'),
(1428, 36, '84', 'table_plasto_bigsquare*6', 3, 0, 0, 1, '0'),
(1429, 36, '85', 'table_plasto_round*6', 3, 0, 0, 1, '0'),
(1430, 36, '86', 'table_plasto_square*6', 3, 0, 0, 1, '0'),
(1431, 36, '87', 'chair_plasto*6', 3, 0, 0, 1, '0'),
(1432, 36, '88', 'table_plasto_4leg*7', 3, 0, 0, 1, '0'),
(1433, 36, '89', 'table_plasto_bigsquare*7', 3, 0, 0, 1, '0'),
(1434, 36, '90', 'table_plasto_round*7', 3, 0, 0, 1, '0'),
(1435, 36, '91', 'table_plasto_square*7', 3, 0, 0, 1, '0'),
(1436, 36, '92', 'chair_plasto*7', 3, 0, 0, 1, '0'),
(1437, 36, '93', 'table_plasto_4leg*8', 3, 0, 0, 1, '0'),
(1438, 36, '94', 'table_plasto_bigsquare*8', 3, 0, 0, 1, '0'),
(1439, 36, '95', 'table_plasto_round*8', 3, 0, 0, 1, '0'),
(1440, 36, '96', 'table_plasto_square*8', 3, 0, 0, 1, '0'),
(1441, 36, '97', 'chair_plasto*8', 3, 0, 0, 1, '0'),
(1442, 36, '98', 'table_plasto_4leg*9', 3, 0, 0, 1, '0'),
(1443, 36, '99', 'table_plasto_bigsquare*9', 3, 0, 0, 1, '0'),
(1444, 36, '100', 'table_plasto_round*9', 3, 0, 0, 1, '0'),
(1445, 36, '101', 'chair_plasto*9', 3, 0, 0, 1, '0'),
(1446, 36, '233', 'chair_plasto*10', 3, 0, 0, 1, '0'),
(1447, 36, '234', 'chair_plasto*11', 3, 0, 0, 1, '0'),
(1448, 36, '237', 'chair_plasto*12', 3, 0, 0, 1, '0'),
(1449, 36, '238', 'chair_plasto*13', 3, 0, 0, 1, '0'),
(1450, 36, '276', 'table_plasto_4leg*10', 3, 0, 0, 1, '0'),
(1451, 36, '277', 'table_plasto_4leg*15', 3, 0, 0, 1, '0'),
(1452, 36, '278', 'table_plasto_bigsquare*14', 3, 0, 0, 1, '0'),
(1453, 36, '279', 'table_plasto_bigsquare*15', 3, 0, 0, 1, '0'),
(1454, 36, '280', 'table_plasto_round*14', 3, 0, 0, 1, '0'),
(1455, 36, '281', 'table_plasto_round*15', 3, 0, 0, 1, '0'),
(1456, 36, '282', 'table_plasto_square*14', 3, 0, 0, 1, '0'),
(1457, 36, '283', 'table_plasto_square*15', 3, 0, 0, 1, '0'),
(1458, 36, '284', 'chair_plasto*15', 3, 0, 0, 1, '0'),
(1459, 36, '290', 'chair_plasto*16', 3, 0, 0, 1, '0'),
(1460, 36, '291', 'table_plasto_4leg*16', 3, 0, 0, 1, '0'),
(1462, 40, '17', 'doormat_love', 1, 0, 0, 1, '0'),
(1463, 40, '18', 'doormat_plain', 3, 0, 0, 1, '0'),
(1464, 40, '53', 'doormat_plain*1', 1, 0, 0, 1, '0'),
(1465, 40, '59', 'doormat_plain*2', 1, 0, 0, 1, '0'),
(1466, 40, '67', 'doormat_plain*3', 1, 0, 0, 1, '0'),
(1467, 40, '74', 'doormat_plain*4', 1, 0, 0, 1, '0'),
(1468, 40, '75', 'doormat_plain*6', 3, 0, 0, 1, '0'),
(1469, 40, '76', 'doormat_plain*5', 1, 0, 0, 1, '0'),
(1471, 95, '27', 'bed_trad_one', 10, 0, 0, 1, '0'),
(1472, 95, '28', 'bed_trad', 10, 0, 0, 1, '0'),
(1473, 35, '35', 'shelves_armas', 4, 0, 0, 1, '0'),
(1474, 32, '33', 'bed_budget_one', 3, 0, 0, 1, '0'),
(1475, 32, '34', 'bed_budget', 4, 0, 0, 1, '0'),
(1476, 32, '139', 'bed_budgetb_one', 3, 0, 0, 1, '0'),
(1477, 32, '140', 'bed_budgetb', 4, 0, 0, 1, '0'),
(1478, 32, '947', 'bed_budget*1', 4, 0, 0, 1, '0'),
(1479, 32, '956', 'bed_budget_one*1', 3, 0, 0, 1, '0'),
(1482, 36, '103', 'chair_plasty*1', 3, 0, 0, 1, '0'),
(1483, 36, '106', 'chair_plasty*2', 3, 0, 0, 1, '0'),
(1484, 36, '107', 'chair_plasty*3', 3, 0, 0, 1, '0'),
(1485, 36, '108', 'chair_plasty*4', 3, 0, 0, 1, '0'),
(1486, 36, '128', 'chair_plasty*5', 3, 0, 0, 1, '0'),
(1487, 36, '132', 'chair_plasty*6', 3, 0, 0, 1, '0'),
(1488, 36, '285', 'chair_plasty*7', 3, 0, 0, 1, '0'),
(1489, 36, '286', 'chair_plasty*8', 3, 0, 0, 1, '0'),
(1490, 36, '287', 'chair_plasty*9', 3, 0, 0, 1, '0'),
(1491, 36, '288', 'chair_plasty*10', 3, 0, 0, 1, '0'),
(1492, 36, '289', 'chair_plasty*11', 3, 0, 0, 1, '0'),
(1564, 105, '370', 'pillow*0', 10, 0, 0, 1, '0'),
(1496, 35, '217', 'divider_arm1', 3, 0, 0, 1, '0'),
(1497, 35, '218', 'divider_arm2', 3, 0, 0, 1, '0'),
(1498, 35, '219', 'divider_arm3', 6, 0, 0, 1, '0'),
(1499, 94, '213', 'prize1', 10, 0, 0, 1, '0'),
(1500, 94, '214', 'prize2', 10, 0, 0, 1, '0'),
(1501, 94, '215', 'prize3', 10, 0, 0, 1, '0'),
(1502, 55, '220', 'divider_nor1', 3, 0, 0, 1, '0'),
(1503, 55, '222', 'divider_nor2', 3, 0, 0, 1, '0'),
(2099, 135848, '20043', 'party_lights', 1000, 0, 0, 1, '0'),
(1505, 55, '224', 'divider_nor3', 6, 0, 0, 1, '0'),
(1506, 55, '462', 'divider_nor4*4', 3, 0, 0, 1, '0'),
(1507, 55, '510', 'divider_nor1*2', 3, 0, 0, 1, '0'),
(1508, 55, '511', 'divider_nor1*3', 3, 0, 0, 1, '0'),
(1509, 55, '512', 'divider_nor1*4', 3, 0, 0, 1, '0'),
(1510, 55, '513', 'divider_nor1*5', 3, 0, 0, 1, '0'),
(1511, 55, '514', 'divider_nor1*6', 3, 0, 0, 1, '0'),
(1512, 55, '515', 'divider_nor1*7', 3, 0, 0, 1, '0'),
(1513, 55, '516', 'divider_nor1*8', 3, 0, 0, 1, '0'),
(1514, 55, '517', 'divider_nor1*8', 3, 0, 0, 1, '0'),
(1515, 55, '641', 'divider_nor3*2', 6, 0, 0, 1, '0'),
(1516, 55, '642', 'divider_nor3*3', 6, 0, 0, 1, '0'),
(1517, 55, '643', 'divider_nor3*4', 3, 0, 0, 1, '0'),
(1518, 55, '644', 'divider_nor3*5', 6, 0, 0, 1, '0'),
(1519, 55, '645', 'divider_nor3*6', 6, 0, 0, 1, '0'),
(1520, 55, '646', 'divider_nor3*7', 6, 0, 0, 1, '0'),
(1521, 55, '647', 'divider_nor3*8', 6, 0, 0, 1, '0'),
(1522, 55, '648', 'divider_nor3*9', 6, 0, 0, 1, '0'),
(1523, 55, '649', 'divider_nor2*2', 3, 0, 0, 1, '0'),
(1524, 55, '650', 'divider_nor2*3', 3, 0, 0, 1, '0'),
(1525, 55, '651', 'divider_nor2*4', 3, 0, 0, 1, '0'),
(1526, 55, '652', 'divider_nor2*5', 3, 0, 0, 1, '0'),
(1527, 55, '653', 'divider_nor2*6', 3, 0, 0, 1, '0'),
(1528, 55, '654', 'divider_nor2*7', 3, 0, 0, 1, '0'),
(1529, 55, '655', 'divider_nor2*8', 3, 0, 0, 1, '0'),
(1530, 55, '656', 'divider_nor2*9', 3, 0, 0, 1, '0'),
(1531, 55, '684', 'divider_nor4*2', 3, 0, 0, 1, '0'),
(1532, 55, '685', 'divider_nor4*3', 3, 0, 0, 1, '0'),
(1533, 55, '686', 'divider_nor4*5', 3, 0, 0, 1, '0'),
(1534, 55, '687', 'divider_nor4*6', 3, 0, 0, 1, '0'),
(1535, 55, '688', 'divider_nor4*7', 3, 0, 0, 1, '0'),
(1536, 55, '689', 'divider_nor4*8', 3, 0, 0, 1, '0'),
(1537, 55, '690', 'divider_nor4*9', 3, 0, 0, 1, '0'),
(1538, 55, '691', 'divider_nor5*2', 3, 0, 0, 1, '0'),
(1539, 55, '692', 'divider_nor5*3', 3, 0, 0, 1, '0'),
(1540, 55, '693', 'divider_nor5*4', 3, 0, 0, 1, '0'),
(1541, 55, '694', 'divider_nor5*5', 3, 0, 0, 1, '0'),
(1542, 55, '695', 'divider_nor5*7', 3, 0, 0, 1, '0'),
(1543, 55, '696', 'divider_nor5*8', 3, 0, 0, 1, '0'),
(1544, 55, '697', 'divider_nor5*9', 3, 0, 0, 1, '0'),
(1545, 55, '698', 'divider_nor5', 3, 0, 0, 1, '0'),
(1546, 55, '699', 'divider_nor4', 3, 0, 0, 1, '0'),
(1547, 13371, '226', 'typingmachine', 65000, 0, 0, 1, '0'),
(1548, 27, '230', 'joulutahti', 10, 0, 0, 1, '0'),
(1549, 94, '231', 'hyacinth1', 10, 0, 0, 1, '0'),
(1550, 94, '232', 'hyacinth2', 10, 0, 0, 1, '0'),
(1551, 30, '235', 'bardeskcorner_polyfon*12', 3, 0, 0, 1, '0'),
(1552, 20, '236', 'bardeskcorner_polyfon*13', 3, 0, 0, 1, '0'),
(1553, 8, '241', 'mocchamaster', 5, 0, 0, 1, '0'),
(1554, 94, '247', 'rare_daffodil_rug', 10, 0, 0, 1, '0'),
(1555, 27, '267', 'tree1', 3, 0, 0, 1, '0'),
(2101, 71, '20047', 'rela_stick', 3, 0, 0, 1, '0'),
(1557, 27, '269', 'wcandle', 3, 0, 0, 1, '0'),
(1558, 27, '272', 'house2', 3, 0, 0, 1, '0'),
(1559, 94, '275', 'md_limukaappi', 150, 150, 0, 1, '0'),
(1587, 105, '378', 'marquee*1', 10, 0, 0, 1, '0'),
(1561, 8, '294', 'doorD', 6, 0, 0, 1, '0'),
(1562, 105, '368', 'pillow*5', 10, 0, 0, 1, '0'),
(1563, 105, '369', 'pillow*8', 10, 0, 0, 1, '0'),
(1565, 105, '371', 'pillow*1', 10, 0, 0, 1, '0'),
(1566, 94, '372', 'pillow*2', 200, 200, 0, 1, '0'),
(1567, 105, '373', 'pillow*7', 10, 0, 0, 1, '0'),
(1568, 105, '374', 'pillow*9', 10, 0, 0, 1, '0'),
(1569, 105, '375', 'pillow*4', 10, 0, 0, 1, '0'),
(1570, 13372, '376', 'pillow*6', 3500, 0, 0, 1, '0'),
(1571, 105, '377', 'pillow*3', 10, 0, 0, 1, '0'),
(1572, 95, '1410', 'ads_ob_pillow', 10, 0, 0, 1, '0'),
(1573, 94, '379', 'marquee*2', 250, 250, 0, 1, '0'),
(1574, 105, '407', 'rare_dragonlamp*4', 10, 0, 0, 1, '0'),
(1575, 94, '408', 'rare_dragonlamp*0', 250, 250, 0, 1, '0'),
(1576, 105, '409', 'rare_dragonlamp*5', 10, 0, 0, 1, '0'),
(1577, 105, '410', 'rare_dragonlamp*2', 10, 0, 0, 1, '0'),
(1578, 105, '411', 'rare_dragonlamp*8', 10, 0, 0, 1, '0'),
(1579, 105, '412', 'rare_dragonlamp*9', 10, 0, 0, 1, '0'),
(1580, 105, '413', 'rare_dragonlamp*7', 10, 0, 0, 1, '0'),
(1581, 105, '414', 'rare_dragonlamp*6', 10, 0, 0, 1, '0'),
(1582, 13372, '415', 'rare_dragonlamp*1', 60000, 0, 0, 1, '0'),
(1583, 105, '416', 'rare_dragonlamp*3', 10, 0, 0, 1, '0'),
(1584, 105, '430', 'rare_fan*3', 10, 0, 0, 1, '0'),
(1585, 58, '1411', 'lostc_merdragon', 6, 0, 0, 1, '0'),
(1588, 105, '380', 'marquee*7', 10, 0, 0, 1, '0'),
(1589, 105, '382', 'marquee*8', 10, 0, 0, 1, '0'),
(1590, 105, '383', 'marquee*9', 10, 0, 0, 1, '0'),
(1591, 105, '384', 'marquee*5', 10, 0, 0, 1, '0'),
(1592, 105, '385', 'marquee*4', 10, 0, 0, 1, '0'),
(1593, 105, '386', 'marquee*6', 10, 0, 0, 1, '0'),
(1594, 105, '387', 'marquee*3', 10, 0, 0, 1, '0'),
(1595, 105, '381', 'marquee*10', 10, 0, 0, 1, '0'),
(1596, 105, '427', 'rare_fan*7', 10, 0, 0, 1, '0'),
(1598, 105, '428', 'rare_fan*6', 10, 0, 0, 1, '0'),
(1599, 105, '429', 'rare_fan*9', 10, 0, 0, 1, '0'),
(1600, 105, '430', 'rare_fan*3', 10, 0, 0, 1, '0'),
(1601, 105, '431', 'rare_fan*0', 10, 0, 0, 1, '0'),
(1602, 105, '432', 'rare_fan*4', 10, 0, 0, 1, '0'),
(1603, 105, '433', 'rare_fan*5', 10, 0, 0, 1, '0'),
(1604, 105, '434', 'rare_fan*1', 10, 0, 0, 1, '0'),
(1605, 13372, '435', 'rare_fan*8', 8000, 0, 0, 1, '0'),
(1606, 105, '436', 'rare_fan*2', 10, 0, 0, 1, '0'),
(1607, 135848, '1589', 'ads_calip_fan', 2000, 0, 0, 1, '0'),
(1608, 62, '1667', 'industrialfan', 4, 0, 0, 1, '0'),
(1609, 57, '449', 'cn_lamp', 5, 0, 0, 1, '0'),
(1610, 57, '450', 'cn_sofa', 4, 0, 0, 1, '0'),
(1611, 95, '1302', 'ads_dave_cns', 10, 0, 0, 1, '0'),
(1612, 105, '468', 'rubberchair*1', 10, 0, 0, 1, '0'),
(1613, 105, '469', 'rubberchair*2', 10, 0, 0, 1, '0'),
(1614, 105, '470', 'rubberchair*3', 10, 0, 0, 1, '0'),
(1615, 13372, '471', 'rubberchair*4', 3000, 0, 0, 1, '0'),
(1616, 105, '472', 'rubberchair*5', 10, 0, 0, 1, '0'),
(1617, 105, '473', 'rubberchair*6', 10, 0, 0, 1, '0'),
(1618, 105, '477', 'rubberchair*7', 10, 0, 0, 1, '0'),
(1619, 105, '478', 'rubberchair*8', 10, 0, 0, 1, '0'),
(1620, 105, '463', 'traffic_light*1', 10, 0, 0, 1, '0'),
(1621, 105, '464', 'traffic_light*2', 10, 0, 0, 1, '0'),
(1622, 105, '465', 'traffic_light*3', 10, 0, 0, 1, '0'),
(1623, 105, '466', 'traffic_light*4', 10, 0, 0, 1, '0'),
(1624, 105, '467', 'traffic_light*6', 10, 0, 0, 1, '0'),
(1625, 105, '683', 'traffic_light*5', 10, 0, 0, 1, '0'),
(1626, 105, '474', 'barrier*1', 10, 0, 0, 1, '0'),
(1627, 105, '475', 'barrier*2', 10, 0, 0, 1, '0'),
(1628, 105, '476', 'barrier*3', 10, 0, 0, 1, '0'),
(1629, 94, '667', 'sandrug', 10, 0, 0, 1, '0'),
(1630, 105, '671', 'sleepingbag*1', 10, 0, 0, 1, '0'),
(1631, 105, '672', 'sleepingbag*2', 10, 0, 0, 1, '0'),
(1632, 13372, '673', 'sleepingbag*3', 8000, 0, 0, 1, '0'),
(1633, 105, '674', 'sleepingbag*4', 10, 0, 0, 1, '0'),
(1634, 105, '676', 'sleepingbag*7', 10, 0, 0, 1, '0'),
(1635, 105, '677', 'sleepingbag*9', 10, 0, 0, 1, '0'),
(1636, 105, '678', 'sleepingbag*5', 10, 0, 0, 1, '0'),
(1637, 105, '679', 'sleepingbag*10', 10, 0, 0, 1, '0'),
(1638, 105, '680', 'sleepingbag*6', 10, 0, 0, 1, '0'),
(1639, 105, '681', 'sleepingbag*8', 10, 0, 0, 1, '0'),
(1640, 13, '755', 'CF_10_coin_gold', 10, 0, 0, 1, '0'),
(1641, 13, '756', 'CF_1_coin_bronze', 1, 0, 0, 1, '0'),
(1642, 13, '757', 'CF_20_moneybag', 20, 0, 0, 1, '0'),
(1643, 12, '758', 'CF_50_goldbar', 50, 0, 0, 1, '0'),
(1644, 13, '759', 'CF_5_coin_silver', 5, 0, 0, 1, '0'),
(1645, 65, '831', 'theatre_seat', 5, 0, 0, 1, '0'),
(1646, 32, '938', 'chair_basic*1', 3, 0, 0, 1, '0'),
(1647, 32, '945', 'chair_basic*8', 3, 0, 0, 1, '0'),
(1648, 40, '1009', 'carpet_soft_tut', 2, 0, 0, 1, '0'),
(1649, 66, '1025', 'hal_cauldron', 5, 0, 0, 1, '0'),
(1650, 66, '1026', 'hal_grave', 4, 0, 0, 1, '0'),
(1651, 66, '1318', 'det_divider', 3, 0, 0, 1, '0'),
(1652, 66, '1320', 'det_body', 5, 0, 0, 1, '0'),
(1653, 66, '1719', 'det_bhole', 2, 0, 0, 1, '0'),
(1654, 5, '1719', 'det_bhole', 5, 0, 0, 3, '0'),
(1655, 121, '794', 'sound_machine', 5, 0, 0, 1, '0'),
(1656, 121, '859', 'sound_machine*1', 5, 0, 0, 1, '0'),
(1657, 121, '861', 'sound_machine*2', 5, 0, 0, 1, '0'),
(1658, 121, '862', 'sound_machine*3', 5, 0, 0, 1, '0'),
(1659, 121, '863', 'sound_machine*4', 5, 0, 0, 1, '0'),
(1660, 121, '864', 'sound_machine*5', 5, 0, 0, 1, '0'),
(1661, 121, '865', 'sound_machine*6', 5, 0, 0, 1, '0'),
(1662, 121, '866', 'sound_machine*7', 5, 0, 0, 1, '0'),
(1663, 121, '990', 'sound_machine_pro', 5, 0, 0, 1, '0'),
(1664, 122, '850', 'sound_set_1', 3, 0, 0, 1, '0'),
(1665, 122, '851', 'sound_set_2', 3, 0, 0, 1, '0'),
(1666, 122, '852', 'sound_set_3', 3, 0, 0, 1, '0'),
(1667, 122, '853', 'sound_set_4', 3, 0, 0, 1, '0'),
(1668, 122, '854', 'sound_set_5', 3, 0, 0, 1, '0'),
(1669, 122, '855', 'sound_set_6', 3, 0, 0, 1, '0'),
(1670, 122, '856', 'sound_set_7', 3, 0, 0, 1, '0'),
(1671, 122, '857', 'sound_set_8', 3, 0, 0, 1, '0'),
(1672, 122, '858', 'sound_set_9', 3, 0, 0, 1, '0'),
(1673, 122, '872', 'sound_set_27', 3, 0, 0, 1, '0'),
(1674, 122, '873', 'sound_set_26', 3, 0, 0, 1, '0'),
(1675, 122, '871', 'sound_set_28', 3, 0, 0, 1, '0'),
(1676, 122, '874', 'sound_set_25', 3, 0, 0, 1, '0'),
(1677, 122, '875', 'sound_set_24', 3, 0, 0, 1, '0'),
(1678, 122, '876', 'sound_set_23', 3, 0, 0, 1, '0'),
(1679, 122, '878', 'sound_set_22', 3, 0, 0, 1, '0'),
(1680, 122, '877', 'sound_set_22', 3, 0, 0, 1, '0'),
(1681, 122, '879', 'sound_set_20', 3, 0, 0, 1, '0'),
(1682, 122, '880', 'sound_set_19', 3, 0, 0, 1, '0'),
(1683, 122, '881', 'sound_set_18', 3, 0, 0, 1, '0'),
(1684, 122, '882', 'sound_set_17', 3, 0, 0, 1, '0'),
(1685, 122, '883', 'sound_set_16', 3, 0, 0, 1, '0'),
(1686, 122, '884', 'sound_set_15', 3, 0, 0, 1, '0'),
(1687, 122, '885', 'sound_set_14', 3, 0, 0, 1, '0'),
(1688, 122, '886', 'sound_set_13', 3, 0, 0, 1, '0'),
(1689, 122, '887', 'sound_set_12', 3, 0, 0, 1, '0'),
(1690, 122, '888', 'sound_set_11', 3, 0, 0, 1, '0'),
(1691, 122, '889', 'sound_set_10', 3, 0, 0, 1, '0'),
(1692, 122, '982', 'sound_set_36', 3, 0, 0, 1, '0'),
(1693, 122, '983', 'sound_set_35', 3, 0, 0, 1, '0'),
(1694, 122, '984', 'sound_set_34', 3, 0, 0, 1, '0'),
(1695, 122, '985', 'sound_set_33', 3, 0, 0, 1, '0'),
(1696, 122, '986', 'sound_set_32', 3, 0, 0, 1, '0'),
(1697, 122, '987', 'sound_set_31', 3, 0, 0, 1, '0'),
(1698, 122, '988', 'sound_set_30', 3, 0, 0, 1, '0'),
(1699, 122, '989', 'sound_set_29', 3, 0, 0, 1, '0'),
(1700, 122, '1002', 'sound_set_37', 3, 0, 0, 1, '0'),
(1701, 122, '1010', 'sound_set_44', 3, 0, 0, 1, '0'),
(1702, 122, '1011', 'sound_set_43', 3, 0, 0, 1, '0'),
(1703, 122, '1012', 'sound_set_42', 3, 0, 0, 1, '0'),
(1704, 122, '1013', 'sound_set_41', 3, 0, 0, 1, '0'),
(1705, 122, '1014', 'sound_set_40', 3, 0, 0, 1, '0'),
(1706, 122, '1015', 'sound_set_39', 3, 0, 0, 1, '0'),
(1707, 122, '1016', 'sound_set_38', 3, 0, 0, 1, '0'),
(1708, 122, '1027', 'sound_set_52', 3, 0, 0, 1, '0'),
(1709, 122, '1028', 'sound_set_51', 3, 0, 0, 1, '0'),
(1710, 122, '1029', 'sound_set_50', 3, 0, 0, 1, '0'),
(1711, 122, '1030', 'sound_set_49', 3, 0, 0, 1, '0'),
(1712, 122, '1031', 'sound_set_48', 3, 0, 0, 1, '0'),
(1713, 122, '1032', 'sound_set_47', 3, 0, 0, 1, '0'),
(1714, 122, '1033', 'sound_set_46', 3, 0, 0, 1, '0'),
(1715, 122, '1034', 'sound_set_45', 3, 0, 0, 1, '0'),
(1716, 122, '1041', 'sound_set_54', 3, 0, 0, 1, '0'),
(1717, 122, '1042', 'sound_set_53', 3, 0, 0, 1, '0'),
(1718, 122, '1056', 'sound_set_59', 3, 0, 0, 1, '0'),
(1719, 122, '1057', 'sound_set_58', 3, 0, 0, 1, '0'),
(1720, 122, '1058', 'sound_set_57', 3, 0, 0, 1, '0'),
(1721, 122, '1059', 'sound_set_56', 3, 0, 0, 1, '0'),
(1722, 122, '1060', 'sound_set_55', 3, 0, 0, 1, '0'),
(1723, 122, '1101', 'sound_set_61', 3, 0, 0, 1, '0'),
(1724, 122, '1102', 'sound_set_60', 3, 0, 0, 1, '0'),
(1725, 122, '1136', 'sound_set_64', 3, 0, 0, 1, '0'),
(1726, 122, '1137', 'sound_set_63', 3, 0, 0, 1, '0'),
(1727, 122, '1138', 'sound_set_62', 3, 0, 0, 1, '0'),
(1728, 122, '1173', 'sound_set_70', 3, 0, 0, 1, '0'),
(1729, 122, '1174', 'sound_set_69', 3, 0, 0, 1, '0'),
(1730, 122, '1175', 'sound_set_68', 3, 0, 0, 1, '0'),
(1731, 122, '1176', 'sound_set_67', 3, 0, 0, 1, '0'),
(1732, 122, '1177', 'sound_set_66', 3, 0, 0, 1, '0'),
(1733, 122, '1178', 'sound_set_65', 3, 0, 0, 1, '0'),
(1734, 122, '1382', 'sound_set_71', 3, 0, 0, 1, '0'),
(1735, 122, '1551', 'sound_set_72', 3, 0, 0, 1, '0'),
(1736, 95, '868', 'rclr_sofa', 10, 0, 0, 1, '0'),
(1737, 72, '867', 'rom_lamp', 3, 0, 0, 1, '0'),
(1738, 135848, '869', 'rclr_garden', 100000, 0, 0, 1, '0'),
(1739, 95, '870', 'rclr_chair', 10, 0, 0, 1, '0'),
(1740, 95, '991', 'rare_mnstr', 10, 0, 0, 1, '0'),
(1752, 121, '1008', 'jukebox*1', 5, 0, 0, 1, '0'),
(1742, 105, '993', 'one_way_door*3', 10, 0, 0, 1, '0'),
(1743, 105, '994', 'one_way_door*4', 10, 0, 0, 1, '0'),
(1744, 105, '995', 'one_way_door*5', 10, 0, 0, 1, '0'),
(1745, 13372, '996', 'one_way_door*6', 4000, 0, 0, 1, '0'),
(1746, 105, '997', 'one_way_door*7', 10, 0, 0, 1, '0'),
(1747, 105, '998', 'one_way_door*8', 10, 0, 0, 1, '0'),
(1748, 105, '999', 'one_way_door*9', 10, 0, 0, 1, '0'),
(1753, 66, '1023', 'habboween_crypt', 6, 0, 0, 1, '0'),
(1750, 105, '992', 'one_way_door*2', 10, 0, 0, 1, '0'),
(1754, 66, '1024', 'habboween_grass', 5, 0, 0, 1, '0'),
(1755, 39, '1044', 'plant_mazegate_snow', 3, 0, 0, 1, '0'),
(1756, 39, '1045', 'plant_maze_snow', 3, 0, 0, 1, '0'),
(1759, 123, '1062', 'noob_table*2', 0, 20, 0, 1, '0'),
(1760, 123, '1063', 'noob_table*3', 0, 20, 0, 1, '0'),
(1808, 75, '1107', 'sand_cstl_wall', 5, 0, 0, 1, '0'),
(1762, 123, '1064', 'noob_table*4', 0, 20, 0, 1, '0'),
(1763, 123, '1065', 'noob_table*5', 0, 20, 0, 1, '0'),
(1764, 123, '1066', 'noob_table*6', 0, 20, 0, 1, '0'),
(1765, 123, '1067', 'noob_stool*1', 0, 20, 0, 1, '0'),
(1766, 123, '1068', 'noob_stool*2', 0, 20, 0, 1, '0'),
(1767, 123, '1069', 'noob_stool*3', 0, 20, 0, 1, '0'),
(1768, 123, '1070', 'noob_stool*4', 0, 20, 0, 1, '0'),
(1769, 123, '1071', 'noob_stool*5', 0, 20, 0, 1, '0'),
(1770, 123, '1072', 'noob_stool*6', 0, 20, 0, 1, '0'),
(1771, 123, '1073', 'noob_rug*1', 0, 20, 0, 1, '0'),
(1772, 123, '1074', 'noob_rug*2', 0, 20, 0, 1, '0'),
(1773, 123, '1075', 'noob_rug*3', 0, 20, 0, 1, '0'),
(1774, 123, '1076', 'noob_rug*4', 0, 20, 0, 1, '0'),
(1775, 123, '1077', 'noob_rug*5', 0, 20, 0, 1, '0'),
(1776, 123, '1078', 'noob_rug*6', 0, 20, 0, 1, '0'),
(1777, 123, '1079', 'noob_lamp*1', 0, 20, 0, 1, '0'),
(1778, 123, '1080', 'noob_lamp*2', 0, 20, 0, 1, '0'),
(1779, 123, '1081', 'noob_lamp*3', 0, 20, 0, 1, '0'),
(1780, 123, '1082', 'noob_lamp*4', 0, 20, 0, 1, '0'),
(1781, 123, '1083', 'noob_lamp*5', 0, 20, 0, 1, '0'),
(1782, 123, '1084', 'noob_lamp*6', 0, 20, 0, 1, '0'),
(1783, 123, '1085', 'noob_chair*1', 0, 20, 0, 1, '0'),
(1784, 123, '1086', 'noob_chair*2', 0, 20, 0, 1, '0'),
(1785, 123, '1087', 'noob_chair*3', 0, 20, 0, 1, '0'),
(1786, 123, '1088', 'noob_chair*4', 0, 20, 0, 1, '0'),
(1787, 123, '1089', 'noob_chair*5', 0, 20, 0, 1, '0'),
(1788, 123, '1090', 'noob_chair*6', 0, 20, 0, 1, '0'),
(1826, 126, '1168', 'tiki_corner', 3, 0, 0, 1, '0'),
(1825, 126, '1167', 'tiki_junglerug', 45, 0, 0, 10, '0'),
(1824, 126, '1167', 'tiki_junglerug', 5, 0, 0, 1, '0'),
(1823, 126, '1166', 'tiki_parasol', 4, 0, 0, 1, '0'),
(1822, 126, '1165', 'tiki_sand', 45, 0, 0, 10, '0'),
(1821, 126, '1165', 'tiki_sand', 5, 0, 0, 1, '0'),
(1795, 123, '1185', 'noob_plant', 0, 20, 0, 1, '0'),
(1820, 126, '1164', 'tiki_statue', 5, 0, 0, 1, '0'),
(1819, 126, '1163', 'tiki_torch', 3, 0, 0, 1, '0'),
(1818, 126, '1162', 'tiki_toucan', 4, 0, 0, 1, '0'),
(1817, 126, '1161', 'tiki_tray0', 3, 0, 0, 1, '0'),
(1816, 126, '1159', 'tiki_tray2', 3, 0, 0, 1, '0'),
(1815, 126, '1160', 'tiki_tray1', 3, 0, 0, 1, '0'),
(1832, 76, '1103', 'fortune', 5, 0, 0, 1, '0'),
(1813, 126, '1158', 'tiki_tray3', 3, 0, 0, 1, '0'),
(1812, 126, '1157', 'tiki_tray4', 3, 0, 0, 1, '0'),
(1811, 126, '1156', 'tiki_waterfall', 5, 0, 0, 1, '0'),
(1809, 75, '1108', 'sand_cstl_twr', 5, 0, 0, 1, '0'),
(1810, 75, '1109', 'sand_cstl_gate', 5, 0, 0, 1, '0'),
(1827, 126, '1169', 'tiki_bflies', 3, 0, 0, 1, '0'),
(1828, 126, '1170', 'tiki_bench', 3, 0, 0, 1, '0'),
(1829, 126, '1171', 'tiki_bardesk', 3, 0, 0, 1, '0'),
(1830, 126, '1690', 'tiki_wallplnt', 4, 0, 0, 1, '0'),
(1831, 126, '1691', 'tiki_surfboard', 3, 0, 0, 1, '0'),
(1833, 95, '1104', 'sw_table', 10, 0, 0, 1, '0'),
(1834, 95, '1105', 'sw_raven', 10, 0, 0, 1, '0'),
(1836, 95, '1106', 'sw_chest', 10, 0, 0, 1, '0'),
(1838, 95, '1113', 'rclr_lamp', 10, 0, 0, 1, '0'),
(1839, 95, '1117', 'md_rug', 10, 0, 0, 1, '0'),
(1840, 95, '1116', 'nouvelle_trax', 10, 0, 0, 1, '0'),
(1841, 95, '1139', 'jukebox_ptv*1', 10, 0, 0, 1, '0'),
(1842, 121, '1141', 'traxsilver', 5, 0, 0, 1, '0'),
(1843, 121, '1142', 'traxgold', 5, 0, 0, 1, '0'),
(1844, 121, '1143', 'traxbronze', 5, 0, 0, 1, '0'),
(1845, 135848, '1144', 'bench_puffet', 2500, 0, 0, 1, '0'),
(1846, 13, '1145', 'CFC_500_goldbar', 500, 0, 0, 1, '0'),
(1847, 13, '1146', 'CFC_200_moneybag', 200, 0, 0, 1, '0'),
(1848, 13, '1148', 'CFC_100_coin_gold', 100, 0, 0, 1, '0'),
(1851, 128, '19940', 'urban_bench_plain', 4, 0, 0, 1, '0'),
(1850, 13, '1149', 'CFC_50_coin_silver', 50, 0, 0, 1, '0'),
(1852, 95, '1328', 'ads_igorswitch', 10, 0, 0, 1, '0'),
(1853, 135848, '1329', 'ads_711*1', 12000, 0, 0, 1, '0'),
(1854, 135848, '1330', 'ads_711*2', 10000, 0, 0, 1, '0'),
(1855, 135848, '1331', 'ads_711*3', 16000, 0, 0, 1, '0'),
(1856, 135848, '1332', 'ads_711*4', 20000, 0, 0, 1, '0'),
(1857, 95, '1333', 'ads_igorraygun', 10, 0, 0, 1, '0'),
(1858, 95, '1412', 'ads_cldesk', 10, 0, 0, 1, '0'),
(1859, 29, '1414', 'ads_cltele', 10, 0, 0, 1, '0'),
(1860, 95, '1415', 'ads_clfloor', 10, 0, 0, 1, '0'),
(1862, 95, '1327', 'ads_igorbrain', 10, 0, 0, 1, '0'),
(1863, 29, '1417', 'ads_mall_tele', 10, 0, 0, 1, '0'),
(1864, 95, '1441', 'ads_idol_floor1', 10, 0, 0, 1, '0'),
(1865, 95, '1442', 'ads_igor_dsk', 10, 0, 0, 1, '0'),
(1866, 346829, '1443', 'ads_idol_desk', 10, 0, 0, 1, '0'),
(1867, 346829, '1444', 'ads_idol_ch', 10, 0, 0, 1, '0'),
(1868, 95, '1445', 'ads_igor_flask', 10, 0, 0, 1, '0'),
(1869, 346829, '1446', 'ads_idol_drape', 10, 0, 0, 1, '0'),
(1870, 346829, '1447', 'ads_idol_floor2', 10, 0, 0, 1, '0'),
(1871, 346829, '1453', 'ads_idol_piano', 10, 0, 0, 1, '0'),
(1872, 95, '1455', 'ads_711shelf', 10, 0, 0, 1, '0'),
(1873, 346829, '1464', 'ads_idol_jukebox*1', 10, 0, 0, 1, '0'),
(1874, 346829, '1465', 'ads_idol_pchair', 10, 0, 0, 1, '0'),
(1875, 346829, '1467', 'ads_idol_audChr', 10, 0, 0, 1, '0'),
(1876, 346829, '1468', 'ads_idol_trax', 10, 0, 0, 1, '0'),
(1877, 29, '1469', 'ads_idol_tele', 10, 0, 0, 1, '0'),
(1878, 346829, '1474', 'ads_idol_mic', 10, 0, 0, 1, '0'),
(1879, 346829, '1475', 'ads_idol_hotspot', 10, 0, 0, 1, '0'),
(1880, 346829, '1476', 'ads_idol_clRack', 10, 0, 0, 1, '0'),
(1881, 346829, '1477', 'ads_idol_voting_ch', 10, 0, 0, 1, '0'),
(1882, 95, '1491', 'ads_frankb', 10, 0, 0, 1, '0'),
(1883, 95, '1508', 'ads_grefusa_cactus', 10, 0, 0, 1, '0'),
(1884, 346829, '1509', 'ads_idol_tube', 10, 0, 0, 1, '0'),
(1885, 346829, '1511', 'ads_idol_cork', 10, 0, 0, 1, '0'),
(1886, 95, '1512', 'ads_cl_jukeb', 10, 0, 0, 1, '0'),
(1887, 346829, '1518', 'ads_idol_newsDsk', 10, 0, 0, 1, '0'),
(1888, 346829, '1524', 'ads_idol_ichair', 10, 0, 0, 1, '0'),
(1889, 95, '1526', 'ads_reebok_block2', 10, 0, 0, 1, '0'),
(1890, 95, '1527', 'ads_malaco_rug', 10, 0, 0, 1, '0'),
(1891, 95, '1530', 'ads_malaco_gu', 10, 0, 0, 1, '0'),
(1892, 95, '1531', 'ads_clcake', 10, 0, 0, 1, '0'),
(1893, 95, '1532', 'ads_cl_sofa', 10, 0, 0, 1, '0'),
(1894, 346829, '1533', 'ads_idol_tblCloth', 10, 0, 0, 1, '0'),
(1895, 346829, '1534', 'ads_idol_carpet', 10, 0, 0, 1, '0'),
(1896, 346829, '1535', 'ads_idol_lamp', 10, 0, 0, 1, '0'),
(1897, 95, '1541', 'ads_goldtabl', 10, 0, 0, 1, '0'),
(1898, 95, '1553', 'ads_calip_cola*1', 10, 0, 0, 1, '0'),
(1899, 95, '1554', 'ads_calip_cola*2', 10, 0, 0, 1, '0'),
(1900, 95, '1555', 'ads_calip_cola*3', 10, 0, 0, 1, '0'),
(1901, 95, '1630', 'ads_711*6', 10, 0, 0, 1, '0'),
(1902, 95, '1556', 'ads_calip_cola*4', 10, 0, 0, 1, '0'),
(1903, 95, '1562', 'ads_calip_chair', 10, 0, 0, 1, '0'),
(1904, 346829, '1563', 'ads_idol_trophy', 10, 0, 0, 1, '0'),
(1905, 95, '1565', 'ads_calip_pool', 10, 0, 0, 1, '0'),
(1906, 29, '1572', 'ads_calip_tele', 10, 0, 0, 1, '0'),
(2106, 94, '247', 'rare_daffodil_rug', 800, 0, 0, 100, '0'),
(1908, 95, '1587', 'ads_calip_lava', 10, 0, 0, 1, '0'),
(1909, 135848, '1591', 'ads_mall_coffeem', 10, 0, 0, 1, '0'),
(1910, 135848, '1612', 'ads_mall_kiosk', 10, 0, 0, 1, '0'),
(1911, 3648259, '1619', 'ads_elisa_gnome', 10, 0, 0, 1, '0'),
(1912, 95, '1621', 'ads_oc_soda', 10, 0, 0, 1, '0'),
(1913, 95, '1629', 'ads_711*5', 10, 0, 0, 1, '0'),
(1914, 95, '1631', 'ads_711*7', 10, 0, 0, 1, '0'),
(1915, 29, '1652', 'ads_1800tele', 10, 0, 0, 1, '0'),
(1916, 95, '1707', 'ads_sunnyd', 10, 0, 0, 1, '0'),
(1917, 95, '1711', 'ads_dave_wall', 10, 0, 0, 1, '0'),
(1918, 95, '1714', 'ads_nokia_logo', 10, 0, 0, 1, '0'),
(1919, 95, '1715', 'ads_nokia_phone', 10, 0, 0, 1, '0'),
(1920, 95, '1720', 'ads_campguitar', 10, 0, 0, 1, '0'),
(1921, 95, '1728', 'ads_cmusic', 10, 0, 0, 1, '0'),
(1922, 95, '1741', 'ads_clwall1', 10, 0, 0, 1, '0'),
(1923, 95, '1742', 'ads_clwall2', 10, 0, 0, 1, '0'),
(1924, 95, '1743', 'ads_clwall3', 10, 0, 0, 1, '0'),
(1925, 95, '1744', 'ads_ob_wall', 10, 0, 0, 1, '0'),
(1926, 135848, '1745', 'ads_mall_window', 10, 0, 0, 1, '0'),
(99000, 27, '99000', 'qt_xm10_nest', 10, 0, 0, 1, '0'),
(1928, 95, '1750', 'ads_igor_wall', 10, 0, 0, 1, '0'),
(1929, 95, '1751', 'ads_igorevilb', 10, 0, 0, 1, '0'),
(1930, 346829, '1752', 'ads_idol_wall', 10, 0, 0, 1, '0'),
(1931, 135848, '1753', 'ads_mall_winfur', 10, 0, 0, 1, '0'),
(1932, 135848, '1754', 'ads_mall_winpet', 10, 0, 0, 1, '0'),
(1933, 346829, '1758', 'ads_idol_tv', 10, 0, 0, 1, '0'),
(1934, 346829, '1760', 'ads_idol_mirror', 10, 0, 0, 1, '0'),
(1935, 135848, '1761', 'ads_mall_wincin', 10, 0, 0, 1, '0'),
(1936, 135848, '1762', 'ads_mall_winmus', 10, 0, 0, 1, '0'),
(1937, 135848, '1763', 'ads_mall_winbea', 10, 0, 0, 1, '0'),
(1938, 135848, '1765', 'ads_mall_winchi', 10, 0, 0, 1, '0'),
(1939, 135848, '1768', 'ads_mall_winice', 10, 0, 0, 1, '0'),
(1940, 135848, '1769', 'ads_mall_winspo', 10, 0, 0, 1, '0'),
(1941, 346829, '1770', 'ads_idol_logo', 10, 0, 0, 1, '0'),
(1942, 95, '1773', 'ads_lin_wh_c', 10, 0, 0, 1, '0'),
(1943, 95, '1774', 'ads_malaco_tv', 10, 0, 0, 1, '0'),
(1944, 135848, '1775', 'ads_puffet_tv', 10, 0, 0, 1, '0'),
(1945, 95, '1776', 'ads_reebok_tv', 10, 0, 0, 1, '0'),
(1946, 95, '1784', 'ads_mirror', 10, 0, 0, 1, '0'),
(1947, 135848, '1789', 'ads_wwe_poster', 10, 0, 0, 1, '0'),
(1948, 135848, '1790', 'ads_mall_wintra', 10, 0, 0, 1, '0'),
(1949, 135848, '1793', 'ads_veet', 10, 0, 0, 1, '0'),
(1950, 135848, '1797', 'ads_mall_wingar', 10, 0, 0, 1, '0'),
(1951, 135848, '1799', 'ads_mall_winclo', 10, 0, 0, 1, '0'),
(2011, 88, '1725', 'hw_08_xray', 5, 0, 0, 1, '0'),
(1954, 135848, '20037', 'ads_calip_parasol', 3000, 0, 0, 1, '0'),
(1956, 135848, '1172', 'tampax_rug', 10, 0, 0, 1, '0'),
(1957, 135848, '1692', 'tampax_wall', 10, 0, 0, 1, '0'),
(1958, 105, '20025', 'pillar*6', 10, 0, 0, 1, '0'),
(1959, 55, '20026', 'shelves_norja*4', 3, 0, 0, 1, '0'),
(1960, 30, '20027', 'bed_polyfon*2', 4, 0, 0, 1, '0'),
(1961, 55, '20028', 'divider_nor5*6', 3, 0, 0, 1, '0'),
(1962, 76, '20029', 'val_cauldron', 10, 0, 0, 1, '0'),
(1963, 32, '20030', 'pura_mdl5*1', 3, 0, 0, 1, '0'),
(1964, 105, '20031', 'one_way_door*1', 10, 0, 0, 1, '0'),
(1976, 128, '20006', 'urban_fence_corner', 3, 0, 0, 1, '0'),
(1966, 60, '20032', 'exe_globe', 5, 0, 0, 1, '0'),
(2097, 95, '20041', 'year2010', 10, 0, 0, 1, '0'),
(1968, 45, '20035', 'fx_bubble', 0, 250, 0, 1, '0'),
(1969, 129, '20036', 'bump_tottero', 0, 50, 0, 1, '0'),
(1970, 129, '1502', 'bump_road', 0, 75, 0, 1, '0'),
(1971, 129, '1497', 'bump_lights', 0, 50, 0, 1, '0'),
(1972, 129, '1496', 'bump_tires', 0, 50, 0, 1, '0'),
(1973, 129, '1492', 'bump_signs', 0, 50, 0, 1, '0'),
(1974, 103, '20034', 'diner_bardesk_corner*5', 3, 0, 0, 1, '0'),
(1977, 128, '20016', 'urban_lamp', 4, 0, 0, 1, '0'),
(1978, 128, '20018', 'urban_wall', 5, 0, 0, 1, '0'),
(1979, 128, '20011', 'urban_wpost', 3, 0, 0, 1, '0'),
(1980, 128, '20010', 'urban_sidewalk', 4, 0, 0, 1, '0'),
(1981, 128, '20008', 'urban_bench', 3, 0, 0, 1, '0'),
(1982, 128, '20007', 'urban_carsofa', 4, 0, 0, 1, '0'),
(1983, 128, '20014', 'urban_blocker', 2, 0, 0, 1, '0'),
(1984, 128, '20013', 'urban_bin', 3, 0, 0, 1, '0'),
(1985, 128, '20012', 'urban_fence', 3, 0, 0, 1, '0'),
(1986, 128, '20015', 'urban_bsktbll', 4, 0, 0, 1, '0'),
(1987, 125, '19877', 'avatar_effect9', 0, 100, 0, 1, '0'),
(1988, 125, '19878', 'avatar_effect6', 0, 100, 0, 1, '0'),
(1989, 125, '19879', 'avatar_effect16', 0, 100, 0, 1, '0'),
(1990, 125, '19880', 'avatar_effect2', 0, 100, 0, 1, '0'),
(1991, 125, '19881', 'avatar_effect14', 0, 100, 0, 1, '0'),
(1992, 125, '19882', 'avatar_effect15', 0, 100, 0, 1, '0'),
(1993, 125, '19883', 'avatar_effect3', 0, 100, 0, 1, '0'),
(1994, 125, '19884', 'avatar_effect17', 0, 100, 0, 1, '0'),
(1995, 125, '19885', 'avatar_effect18', 0, 100, 0, 1, '0'),
(1996, 125, '19886', 'avatar_effect1', 0, 100, 0, 1, '0'),
(1997, 125, '19887', 'avatar_effect4', 0, 100, 0, 1, '0'),
(1998, 125, '19888', 'avatar_effect5', 0, 100, 0, 1, '0'),
(1999, 125, '19889', 'avatar_effect7', 0, 100, 0, 1, '0'),
(2000, 125, '19890', 'avatar_effect8', 0, 100, 0, 1, '0'),
(2001, 125, '19891', 'avatar_effect10', 0, 100, 0, 1, '0'),
(2002, 125, '19892', 'avatar_effect12', 0, 100, 0, 1, '0'),
(2003, 125, '19893', 'avatar_effect13', 0, 100, 0, 1, '0'),
(2004, 129, '19957', 'avatar_effect22', 0, 100, 0, 1, '0'),
(2005, 129, '19958', 'avatar_effect19', 0, 100, 0, 1, '0'),
(2006, 129, '19959', 'avatar_effect20', 0, 100, 0, 1, '0'),
(2007, 129, '19960', 'avatar_effect21', 0, 100, 0, 1, '0'),
(2016, 3648259, '1681', 'sw_stone', 10, 0, 0, 1, '0'),
(2012, 135848, '1718', 'netari_poster', 10, 0, 0, 1, '0'),
(2013, 135848, '1713', 'easy_poster', 10, 0, 0, 1, '0'),
(2014, 95, '1684', 'md_logo_wall', 10, 0, 0, 1, '0'),
(2015, 95, '1682', 'sw_hole', 10, 0, 0, 1, '0'),
(2017, 3648259, '1680', 'sw_swords', 10, 0, 0, 1, '0'),
(2018, 41, '1675', 'guitar_v', 4, 0, 0, 1, '0'),
(2019, 41, '1674', 'guitar_skull', 4, 0, 0, 1, '0'),
(2020, 43, '1673', 'habbowheel', 5, 0, 0, 1, '0'),
(2021, 72, '1670', 'wallmirror', 3, 0, 0, 1, '0'),
(2022, 85, '1633', 'pix_asteroid', 0, 2000, 0, 1, '0'),
(2023, 71, '1626', 'rela_stone', 4, 0, 0, 1, '0'),
(2024, 94, '1622', 'marsrug', 10, 0, 0, 1, '0'),
(2025, 85, '1592', 'totem_planet', 0, 2000, 0, 1, '0'),
(2026, 95, '1590', 'voting_ch', 10, 0, 0, 1, '0'),
(2027, 73, '1586', 'transparent_floor', 5, 0, 0, 1, '0'),
(2028, 95, '1583', 'clrack', 10, 0, 0, 1, '0'),
(2029, 95, '1582', 'noticeboard', 10, 0, 0, 1, '0'),
(2030, 95, '1577', 'audChr', 10, 0, 0, 1, '0'),
(2031, 85, '1571', 'saturn', 0, 2000, 0, 1, '0'),
(2032, 135848, '1566', 'laptopdesk', 10, 0, 0, 1, '0'),
(2033, 85, '1564', 'totem_head', 0, 2000, 0, 1, '0'),
(2034, 29, '1538', 'env_telep', 5, 0, 0, 1, '0'),
(2035, 95, '1529', 'tray_glasstower', 6, 0, 0, 1, '0'),
(2036, 135848, '1528', 'tray_champagne', 5, 0, 0, 1, '0'),
(2037, 95, '1525', 'tray_cake', 4, 0, 0, 1, '0'),
(2038, 34, '1522', 'env_tree4', 5, 0, 0, 1, '0'),
(2039, 34, '1520', 'env_tree2', 3, 0, 0, 1, '0'),
(2040, 34, '1519', 'env_tree1', 3, 0, 0, 1, '0'),
(2044, 34, '1515', 'env_bushes', 5, 0, 0, 1, '0'),
(2043, 34, '1516', 'env_bushes_gate', 5, 0, 0, 1, '0'),
(2045, 34, '1514', 'env_tree3', 3, 0, 0, 1, '0'),
(2046, 34, '1513', 'env_grass', 5, 0, 0, 1, '0'),
(2047, 34, '1513', 'env_grass', 15, 0, 0, 4, '0'),
(2048, 85, '1507', 'totem_leg', 0, 2000, 0, 1, '0'),
(2110, 112, '20052', 'ads_twi_crest', 6, 0, 0, 1, '0'),
(2050, 58, '1448', 'lostc_octopus', 6, 0, 0, 1, '0'),
(2052, 85, '1430', 'planet_of_love', 0, 2000, 0, 1, '0'),
(2054, 28, '1365', 'penguin_basic', 2, 0, 0, 1, '0'),
(2055, 28, '1367', 'penguin_musketeer', 2, 0, 0, 1, '0'),
(2056, 28, '1370', 'penguin_wrestler', 2, 0, 0, 1, '0'),
(2057, 28, '1372', 'penguin_robot', 2, 0, 0, 1, '0'),
(2058, 28, '1376', 'penguin_suit', 2, 0, 0, 1, '0'),
(2059, 28, '1379', 'penguin_icehockey', 2, 0, 0, 1, '0'),
(2060, 28, '1380', 'penguin_pilot', 2, 0, 0, 1, '0'),
(2061, 28, '1381', 'penguin_ballet', 2, 0, 0, 1, '0'),
(2062, 28, '1383', 'penguin_boxer', 2, 0, 0, 1, '0'),
(2063, 28, '1384', 'penguin_glow', 2, 0, 0, 1, '0'),
(2064, 28, '1385', 'penguin_swim', 2, 0, 0, 1, '0'),
(2065, 28, '1386', 'penguin_sumo', 2, 0, 0, 1, '0'),
(2066, 28, '1388', 'penguin_clown', 2, 0, 0, 1, '0'),
(2067, 28, '1389', 'penguin_infected', 2, 0, 0, 1, '0'),
(2068, 28, '1393', 'penguin_super', 2, 0, 0, 1, '0'),
(2069, 28, '1396', 'penguin_rock', 2, 0, 0, 1, '0'),
(2070, 28, '1399', 'penguin_ski', 2, 0, 0, 1, '0'),
(2071, 28, '1400', 'penguin_skater', 2, 0, 0, 1, '0'),
(2072, 28, '1402', 'penguin_elf', 2, 0, 0, 1, '0'),
(2073, 28, '1403', 'penguin_bunny', 2, 0, 0, 1, '0'),
(2074, 28, '1404', 'penguin_ninja', 2, 0, 0, 1, '0'),
(2075, 28, '1405', 'penguin_magician', 2, 0, 0, 1, '0'),
(2076, 28, '1406', 'penguin_hunchback', 2, 0, 0, 1, '0'),
(2077, 28, '1407', 'penguin_cowboy', 2, 0, 0, 1, '0'),
(2078, 28, '1408', 'penguin_punk', 2, 0, 0, 1, '0'),
(2079, 28, '1409', 'penguin_pirate', 2, 0, 0, 1, '0'),
(2080, 45, '1390', 'fx_flare', 0, 250, 0, 1, '0'),
(2081, 95, '1377', 'svnr_fi', 10, 0, 0, 1, '0'),
(2082, 45, '1371', 'fx_explosion', 0, 250, 0, 1, '0'),
(2084, 95, '1202', 'svnr_aus', 10, 0, 0, 1, '0'),
(2085, 95, '1201', 'svnr_de', 10, 0, 0, 1, '0'),
(2086, 95, '1200', 'svnr_it', 10, 0, 0, 1, '0'),
(2087, 95, '1199', 'svnr_nl', 10, 0, 0, 1, '0'),
(2088, 95, '1198', 'svnr_uk', 10, 0, 0, 1, '0'),
(2089, 36, '20024', 'table_plasto_square*9', 3, 0, 0, 1, '0'),
(2090, 76, '20021', 'heart', 5, 0, 0, 1, '0'),
(2091, 95, '1303', 'easy_carpet', 10, 0, 0, 1, '0'),
(2092, 95, '1304', 'easy_bowl2', 10, 0, 0, 1, '0'),
(2093, 95, '1319', 'netari_carpet', 10, 0, 0, 1, '0'),
(2094, 40, '1325', 'sob_carpet', 3, 0, 0, 1, '0'),
(2095, 3648259, '1326', 'igor_seat', 10, 0, 0, 1, '0'),
(2098, 95, '20042', 'party_lantern', 10, 0, 0, 1, '0'),
(2103, 56, '20045', 'arabian_tile', 5, 0, 0, 1, '0'),
(2105, 29, '20048', 'ads_mall_elevator', 10, 0, 0, 1, '0'),
(2112, 112, '20053', 'ads_twi_paint', 3, 0, 0, 1, '0'),
(2107, 95, '20050', 'xm09_infotv', 10, 0, 0, 1, '0'),
(2113, 112, '20054', 'ads_twi_windw', 3, 0, 0, 1, '0'),
(2114, 112, '20055', 'ads_twi_bwall2', 3, 0, 0, 1, '0'),
(2115, 112, '20056', 'ads_twi_dreamc', 3, 0, 0, 1, '0'),
(2116, 112, '20057', 'ads_twi_bwall1', 3, 0, 0, 1, '0'),
(2121, 56, '20059', 'arabian_wall', 4, 0, 0, 1, '0'),
(2123, 73, '20064', 'sf_mbar', 5, 0, 0, 1, '0'),
(2124, 27, '20063', 'xm09_cocoa', 6, 0, 0, 1, '0'),
(2126, 142, '317', 'nest', 3, 0, 0, 1, '0'),
(2127, 142, '318', 'petfood1', 3, 0, 0, 1, '0'),
(2128, 142, '319', 'petfood2', 3, 0, 0, 1, '0'),
(2129, 142, '320', 'petfood3', 3, 0, 0, 1, '0'),
(2130, 142, '321', 'waterbowl*4', 3, 0, 0, 1, '0'),
(2131, 142, '322', 'waterbowl*5', 3, 0, 0, 1, '0'),
(2132, 142, '326', 'toy1', 3, 0, 0, 1, '0'),
(2133, 142, '323', 'waterbowl*2', 3, 0, 0, 1, '0'),
(2134, 142, '324', 'waterbowl*1', 3, 0, 0, 1, '0'),
(2135, 142, '325', 'waterbowl*3', 3, 0, 0, 1, '0'),
(2136, 142, '327', 'toy1*1', 3, 0, 0, 1, '0'),
(2137, 142, '328', 'toy1*2', 3, 0, 0, 1, '0'),
(2139, 142, '330', 'toy1*4', 3, 0, 0, 1, '0'),
(2140, 142, '331', 'goodie1', 3, 0, 0, 1, '0'),
(2141, 142, '332', 'goodie1*1', 3, 0, 0, 1, '0'),
(2142, 142, '333', 'goodie1*2', 3, 0, 0, 1, '0'),
(2143, 142, '334', 'goodie2', 3, 0, 0, 1, '0'),
(2144, 142, '334', 'goodie2', 3, 0, 0, 1, '0'),
(2145, 134, '1478', 'ecotron_box', 3, 0, 0, 1, '0'),
(2146, 134, '1479', 'eco_light2', 3, 0, 0, 1, '0'),
(2147, 134, '1480', 'eco_chair3', 3, 0, 0, 1, '0'),
(2148, 134, '1481', 'eco_table3', 3, 0, 0, 1, '0'),
(2149, 134, '1482', 'eco_lamp2', 3, 0, 0, 1, '0'),
(2150, 134, '1483', 'eco_sofa3', 3, 0, 0, 1, '0'),
(2151, 134, '1484', 'eco_table2', 3, 0, 0, 1, '0'),
(2152, 134, '1485', 'eco_fruits2', 3, 0, 0, 1, '0'),
(2153, 134, '1486', 'eco_sofa1', 3, 0, 0, 1, '0'),
(2154, 134, '1487', 'eco_fruits3', 3, 0, 0, 1, '0'),
(2155, 134, '1488', 'eco_light1', 3, 0, 0, 1, '0'),
(2156, 134, '1489', 'eco_tree1', 3, 0, 0, 1, '0'),
(2157, 134, '1490', 'eco_cactus2', 3, 0, 0, 1, '0'),
(2158, 134, '1493', 'eco_cactus1', 3, 0, 0, 1, '0'),
(2159, 134, '1494', 'eco_chair2', 3, 0, 0, 1, '0'),
(2160, 134, '1495', 'eco_cactus3', 3, 0, 0, 1, '0'),
(2161, 134, '1498', 'eco_lamp3', 3, 0, 0, 1, '0'),
(2164, 30, '631', 'divider_poly3*8', 3, 0, 0, 1, '0'),
(2163, 142, '819', 'petfood4', 3, 0, 0, 1, '0'),
(2165, 134, '164', 'present_gen', 3, 0, 0, 1, '0'),
(2166, 134, '165', 'present_gen1', 3, 0, 0, 1, '0'),
(2167, 134, '166', 'present_gen2', 3, 0, 0, 1, '0'),
(2168, 134, '167', 'present_gen3', 3, 0, 0, 1, '0'),
(2169, 134, '168', 'present_gen4', 3, 0, 0, 1, '0'),
(2170, 134, '169', 'present_gen5', 3, 0, 0, 1, '0');
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`) VALUES
(2171, 134, '170', 'present_gen6', 3, 0, 0, 1, '0'),
(2172, 134, '1450', 'lc_medusa2', 3, 0, 0, 1, '0'),
(2173, 134, '1007', 'song_disk', 3, 0, 0, 1, '0'),
(2174, 134, '1499', 'eco_table1', 3, 0, 0, 1, '0'),
(2175, 134, '1500', 'eco_chair1', 3, 0, 0, 1, '0'),
(2176, 134, '1501', 'eco_sofa2', 3, 0, 0, 1, '0'),
(2177, 134, '1503', 'eco_fruits1', 3, 0, 0, 1, '0'),
(2178, 134, '1504', 'eco_lamp1', 3, 0, 0, 1, '0'),
(2179, 134, '1505', 'eco_light3', 3, 0, 0, 1, '0'),
(2180, 134, '1506', 'eco_tree2', 3, 0, 0, 1, '0'),
(2181, 134, '1542', 'eco_mush1', 3, 0, 0, 1, '0'),
(2182, 134, '1547', 'eco_mush2', 3, 0, 0, 1, '0'),
(2183, 134, '1764', 'eco_curtains1', 3, 0, 0, 1, '0'),
(2184, 134, '1766', 'eco_curtains3', 3, 0, 0, 1, '0'),
(2185, 134, '1767', 'eco_curtains2', 3, 0, 0, 1, '0'),
(2195, 41, '20156', 'flag_dominicanrepublic', 3, 0, 0, 1, '0'),
(2194, 41, '20155', 'flag_ecuador', 3, 0, 0, 1, '0'),
(2193, 41, '20154', 'flag_chile', 3, 0, 0, 1, '0'),
(2190, 41, '20151', 'flag_singapore', 3, 0, 0, 1, '0'),
(2191, 41, '20153', 'flag_columbia', 3, 0, 0, 1, '0'),
(2196, 41, '20157', 'flag_newzealand', 3, 0, 0, 1, '0'),
(2197, 41, '20158', 'flag_malaysia', 3, 0, 0, 1, '0'),
(2198, 41, '20160', 'flag_venezl', 3, 0, 0, 1, '0'),
(2199, 41, '20161', 'flag_algeria', 3, 0, 0, 1, '0'),
(2200, 41, '20162', 'flag_tunisia', 3, 0, 0, 1, '0'),
(2201, 41, '20163', 'flag_panama', 3, 0, 0, 1, '0'),
(2202, 41, '20164', 'flag_mexico', 3, 0, 0, 1, '0'),
(2203, 41, '20165', 'flag_argentina', 3, 0, 0, 1, '0'),
(2204, 41, '20166', 'flag_philippines', 3, 0, 0, 1, '0'),
(2205, 41, '20167', 'flag_greece', 3, 0, 0, 1, '0'),
(2206, 41, '20168', 'flag_peru', 3, 0, 0, 1, '0'),
(2207, 41, '20169', 'flag_morocco', 3, 0, 0, 1, '0'),
(2208, 41, '20170', 'flag_turkey', 3, 0, 0, 1, '0'),
(2209, 136, '20117', 'bling_fridge', 5, 0, 0, 1, '0'),
(2210, 136, '20121', 'bling_chair_a', 3, 0, 0, 1, '0'),
(2211, 136, '20123', 'bling_pool', 3, 0, 0, 1, '0'),
(2212, 136, '20124', 'bling_toilet', 4, 0, 0, 1, '0'),
(2213, 136, '20126', 'bling_chair_c', 3, 0, 0, 1, '0'),
(2214, 136, '20127', 'bling_chair_b', 3, 0, 0, 1, '0'),
(2215, 136, '20128', 'bling_shwr', 5, 0, 0, 1, '0'),
(2216, 136, '20129', 'bling_bed', 3, 0, 0, 1, '0'),
(2217, 136, '20130', 'bling_sofa', 4, 0, 0, 1, '0'),
(2218, 136, '20144', 'bling_fridge_restricted', 3, 0, 0, 1, '0'),
(2219, 136, '20200', 'bling_sink', 3, 0, 0, 1, '0'),
(2220, 136, '20202', 'bling_cabinet', 3, 0, 0, 1, '0'),
(2223, 137, '20103', 'org_chairpnk', 3, 0, 0, 1, '0'),
(2224, 137, '20104', 'org_tblpnk', 3, 0, 0, 1, '0'),
(2225, 137, '20105', 'org_lampblk', 3, 0, 0, 1, '0'),
(2226, 137, '20106', 'org_lamppnk', 3, 0, 0, 1, '0'),
(2227, 137, '20107', 'org_table', 3, 0, 0, 1, '0'),
(2228, 137, '20111', 'org_chairblk', 3, 0, 0, 1, '0'),
(2229, 137, '20112', 'org_tblblk', 3, 0, 0, 1, '0'),
(2230, 137, '20113', 'org_chrblk', 3, 0, 0, 1, '0'),
(2231, 137, '20115', 'org_chrpnk', 3, 0, 0, 1, '0'),
(2232, 76, '20125', 'val09_floor', 3, 0, 0, 1, '0'),
(2233, 76, '20131', 'val09_floor2', 3, 0, 0, 1, '0'),
(2234, 76, '20198', 'val09_wdrobe_b', 5, 0, 0, 1, '0'),
(2235, 76, '20199', 'val09_wall2', 4, 0, 0, 1, '0'),
(2236, 76, '20201', 'val09_wall1', 4, 0, 0, 1, '0'),
(2237, 76, '20204', 'val09_wdrobe_g', 5, 0, 0, 1, '0'),
(2238, 76, '20134', 'val_hSeat*1', 3, 0, 0, 1, '0'),
(2239, 76, '20135', 'val_hSeat*2', 3, 0, 0, 1, '0'),
(2240, 76, '20136', 'val_hSeat*3', 3, 0, 0, 1, '0'),
(2241, 76, '20137', 'val_hSeat*4', 3, 0, 0, 1, '0'),
(2242, 76, '20138', 'val_hSeat*5', 3, 0, 0, 1, '0'),
(2243, 76, '20139', 'val_hSeat*6', 3, 0, 0, 1, '0'),
(2244, 76, '20140', 'val_hSeat*7', 3, 0, 0, 1, '0'),
(2245, 76, '20141', 'val_basket', 3, 0, 0, 1, '0'),
(2246, 76, '20190', 'val_table1', 4, 0, 0, 1, '0'),
(2248, 27, '20093', 'xm09_lrgBauble', 10, 0, 0, 1, '0'),
(2250, 93, '20109', 'xm09_trophy', 6, 0, 0, 1, '0'),
(2251, 27, '20171', 'xm09_bauble_12', 3, 0, 0, 1, '0'),
(2252, 27, '20172', 'xm09_bauble_16', 3, 0, 0, 1, '0'),
(2253, 27, '20173', 'xm09_bauble_17', 3, 0, 0, 1, '0'),
(2254, 27, '20174', 'xm09_bauble_15', 3, 0, 0, 1, '0'),
(2255, 27, '20175', 'xm09_bauble_10', 3, 0, 0, 1, '0'),
(2256, 27, '20176', 'xm09_bauble_9', 3, 0, 0, 1, '0'),
(2257, 27, '20177', 'xm09_bauble_18', 3, 0, 0, 1, '0'),
(2258, 27, '20178', 'xm09_bauble_13', 3, 0, 0, 1, '0'),
(2259, 27, '20179', 'xm09_bauble_2', 3, 0, 0, 1, '0'),
(2260, 27, '20180', 'xm09_bauble_1', 3, 0, 0, 1, '0'),
(2261, 27, '20181', 'xm09_bauble_22', 3, 0, 0, 1, '0'),
(2262, 27, '20182', 'xm09_bauble_3', 3, 0, 0, 1, '0'),
(2263, 27, '20183', 'xm09_bauble_21', 3, 0, 0, 1, '0'),
(2264, 27, '20184', 'xm09_bauble_8', 3, 0, 0, 1, '0'),
(2265, 27, '20185', 'xm09_bauble_4', 3, 0, 0, 1, '0'),
(2266, 27, '20186', 'xm09_bauble_5', 3, 0, 0, 1, '0'),
(2267, 27, '20187', 'xm09_bauble_11', 3, 0, 0, 1, '0'),
(2268, 27, '20188', 'xm09_bauble_20', 3, 0, 0, 1, '0'),
(2269, 27, '20191', 'xm09_bauble_14', 3, 0, 0, 1, '0'),
(2270, 27, '20192', 'xm09_bauble_7', 3, 0, 0, 1, '0'),
(2271, 27, '20193', 'xm09_bauble_6', 3, 0, 0, 1, '0'),
(2272, 27, '20194', 'xm09_bauble_19', 3, 0, 0, 1, '0'),
(2273, 76, '20132', 'teddy_basic', 4, 0, 0, 1, '0'),
(2274, 76, '20133', 'teddy_pendergrass', 5, 0, 0, 1, '0'),
(2275, 76, '20142', 'teddy_bear', 3, 0, 0, 1, '0'),
(2276, 76, '20143', 'teddy_pink', 4, 0, 0, 1, '0'),
(2277, 142, '20079', 'nest_plow_reg', 3, 0, 0, 1, '0'),
(2278, 142, '20080', 'nest_snug_yel', 4, 0, 0, 1, '0'),
(2279, 142, '20085', 'nest_snug_grn', 4, 0, 0, 1, '0'),
(2280, 142, '20086', 'nest_snug_red', 4, 0, 0, 1, '0'),
(2281, 142, '20087', 'nest_snug_grn', 4, 0, 0, 1, '0'),
(2282, 142, '20088', 'nest_plow_bro', 3, 0, 0, 1, '0'),
(2283, 142, '20089', 'nest_plow_red', 3, 0, 0, 1, '0'),
(2284, 142, '20090', 'nest_snug_blu', 4, 0, 0, 1, '0'),
(2285, 142, '20092', 'nest_plow_blu', 3, 0, 0, 1, '0'),
(2286, 142, '20094', 'nest_dirt', 2, 0, 0, 1, '0'),
(2287, 142, '20095', 'nest_snug_prp', 3, 0, 0, 1, '0'),
(2288, 142, '20096', 'nest_nest', 3, 0, 0, 1, '0'),
(2289, 142, '20097', 'nest_nails', 2, 0, 0, 1, '0'),
(2290, 142, '20098', 'nest_basket', 2, 0, 0, 1, '0'),
(2291, 142, '20099', 'nest_ice', 2, 0, 0, 1, '0'),
(2292, 142, '20100', 'nest_plow_skl', 3, 0, 0, 1, '0'),
(2293, 142, '20101', 'nest_snug_bla', 4, 0, 0, 1, '0'),
(2294, 135848, '20071', 'ads_gsArcade_2', 15000, 0, 0, 1, '0'),
(2295, 346829, '20073', 'ads_idol_l_carpet', 10, 0, 0, 1, '0'),
(2296, 134, '20068', 'ads_cllava2', 10, 0, 0, 1, '0'),
(2297, 135848, '20072', 'ads_gsArcade_1', 10000, 0, 0, 1, '0'),
(2298, 95, '20074', 'ads_mtvtrophy_silver', 10, 0, 0, 1, '0'),
(2299, 105, '20075', 'ads_spang_sleep', 10, 0, 0, 1, '0'),
(2300, 95, '20076', 'ads_mtvtrophy_gold', 10, 0, 0, 1, '0'),
(2301, 95, '20102', 'ads_cl_moodi', 10, 0, 0, 1, '0'),
(2302, 135848, '20116', 'ads_chups', 1000, 0, 0, 1, '0'),
(2303, 95, '20119', 'ads_droetker_paula', 10, 0, 0, 1, '0'),
(2304, 95, '20145', 'ads_percyrock', 10, 0, 0, 1, '0'),
(2305, 346829, '20147', 'ads_idol_l_logo', 10, 0, 0, 1, '0'),
(2306, 95, '20197', 'ads_percyw', 10, 0, 0, 1, '0'),
(2307, 95, '20150', 'ads_mtv_tv', 10, 0, 0, 1, '0'),
(2308, 95, '20196', 'ads_tv_jaapuisto', 10, 0, 0, 1, '0'),
(2310, 134, '20159', 'byesw_loadscreen', 10, 0, 0, 1, '0'),
(2312, 95, '20149', 'ads_mtv_bigtv', 10, 0, 0, 1, '0'),
(2313, 346829, '20148', 'ads_idol_l_tv', 10, 0, 0, 1, '0'),
(2314, 27, '20066', 'tree2', 2, 0, 0, 1, '0'),
(2317, 30, '20067', 'divider_poly3*7', 6, 0, 0, 1, '0'),
(2318, 178, '20077', 'ktchn_hlthNut', 5, 0, 0, 1, '0'),
(2319, 142, '20078', 'petfood8', 10, 0, 0, 1, '0'),
(2320, 142, '20081', 'petfood9', 10, 0, 0, 1, '0'),
(2321, 142, '20082', 'petfood10', 10, 0, 0, 1, '0'),
(2322, 142, '20083', 'petfood7', 10, 0, 0, 1, '0'),
(2323, 142, '20084', 'petfood6', 10, 0, 0, 1, '0'),
(2324, 142, '20091', 'petfood5', 10, 0, 0, 1, '0'),
(2325, 142, '20118', 'petfood12', 10, 0, 0, 1, '0'),
(2326, 142, '20120', 'petfood11', 10, 0, 0, 1, '0'),
(2327, 142, '20122', 'petfood13', 10, 0, 0, 1, '0'),
(2329, 94, '20146', 'md_can', 10, 0, 0, 1, '0'),
(2330, 66, '20152', 'hween09_curt', 4, 0, 0, 1, '0'),
(2331, 57, '20108', 'china_tiger', 4, 0, 0, 1, '0'),
(2332, 57, '20110', 'china_plmTree', 3, 0, 0, 1, '0'),
(2333, 134, '20114', 'china_tigrSeat', 3, 0, 0, 1, '0'),
(2334, 57, '20195', 'china_pstr3', 3, 0, 0, 1, '0'),
(2336, 62, '20207', 'rare_ironmaiden name', 5, 0, 0, 1, '0'),
(2337, 95, '20208', 'rare_trex name', 10, 0, 0, 1, '0'),
(2338, 143, '20209', 'beanstalk', 6, 0, 0, 1, '0'),
(2339, 172, '20210', 'rare_vdoll name', 3, 0, 0, 1, '0'),
(2340, 172, '20211', 'Sofa Mamut', 20, 20, 0, 1, '0'),
(2341, 136, '20212', 'crystal_patch', 3, 0, 0, 1, '0'),
(2342, 95, '20213', 'ads_boost_surfb name', 10, 0, 0, 1, '0'),
(2343, 95, '20214', 'ads_tlc_wheel name', 10, 0, 0, 1, '0'),
(2346, 13371, '227', 'Dragon Egg', 15000, 100, 0, 1, '0'),
(2348, 134, '180', 'doorC', 10, 0, 0, 100, '0'),
(2349, 141, '20220', 'a0 pet5', 20, 0, 0, 1, '0'),
(2350, 143, '20221', 'garden_lupin4', 4, 0, 0, 1, '0'),
(2351, 143, '20222', 'garden_mursu3', 5, 0, 0, 1, '0'),
(2352, 143, '20223', 'garden_lupin5', 4, 0, 0, 1, '0'),
(2353, 143, '20224', 'garden_seed', 3, 0, 0, 1, '0'),
(2354, 143, '20225', 'garden_flytrap', 6, 0, 0, 1, '0'),
(2355, 143, '20226', 'garden_flo3', 2, 0, 0, 1, '0'),
(2359, 143, '20229', 'garden_mursu2', 5, 0, 0, 1, '0'),
(2357, 143, '20227', 'garden_volcano', 5, 0, 0, 1, '0'),
(2358, 143, '20228', 'garden_flolamp', 8, 0, 0, 1, '0'),
(2360, 143, '20230', 'garden_jyrki', 4, 0, 0, 1, '0'),
(2361, 143, '20231', 'garden_mursu4', 4, 0, 0, 1, '0'),
(2362, 143, '20232', 'garden_leaves', 3, 0, 0, 1, '0'),
(2363, 143, '20233', 'garden_lupin2', 4, 0, 0, 1, '0'),
(2364, 143, '20234', 'garden_lupin3', 4, 0, 0, 1, '0'),
(2365, 143, '20235', 'garden_mursu', 4, 0, 0, 1, '0'),
(2366, 143, '20238', 'garden_orchtree', 6, 0, 0, 1, '0'),
(2367, 143, '20237', 'garden_flo2', 2, 0, 0, 1, '0'),
(2368, 143, '20239', 'garden_lupin1', 4, 0, 0, 1, '0'),
(2369, 143, '20240', 'garden_staringbush', 5, 0, 0, 1, '0'),
(2370, 143, '20242', 'garden_flo1', 2, 0, 0, 1, '0'),
(2371, 143, '20243', 'garden_jungle', 5, 0, 0, 1, '0'),
(2372, 143, '20286', 'garden_wall', 4, 0, 0, 1, '0'),
(2374, 144, '20247', 'runway_display', 5, 0, 0, 1, '0'),
(2375, 144, '20248', 'runway_bigchr_5', 4, 0, 0, 1, '0'),
(2376, 144, '20249', 'runway_bigchr_4', 4, 0, 0, 1, '0'),
(2377, 144, '20253', 'runway_stool', 4, 0, 0, 1, '0'),
(2378, 144, '20254', 'runway_dvdr', 3, 0, 0, 1, '0'),
(2379, 144, '20255', 'runway_block_2', 5, 0, 0, 1, '0'),
(2380, 144, '20256', 'runway_bigchr_1', 5, 0, 0, 1, '0'),
(2381, 144, '20260', 'runway_block_1', 5, 0, 0, 1, '0'),
(2382, 144, '20261', 'runway_bench', 4, 0, 0, 1, '0'),
(2383, 144, '20262', 'runway_chair_2', 3, 0, 0, 1, '0'),
(2384, 144, '20265', 'runway_bigchr_3', 4, 0, 0, 1, '0'),
(2385, 144, '20268', 'runway_bigchr_2', 4, 0, 0, 1, '0'),
(2386, 144, '20270', 'runway_table_2', 4, 0, 0, 1, '0'),
(2387, 144, '20271', 'runway_table_1', 5, 0, 0, 1, '0'),
(2388, 144, '20272', 'runway_manqn_1', 4, 0, 0, 1, '0'),
(2389, 144, '20276', 'runway_head', 4, 0, 0, 1, '0'),
(2390, 144, '20277', 'runway_manqn_2', 4, 0, 0, 1, '0'),
(2391, 144, '20285', 'runway_chair_1', 3, 0, 0, 1, '0'),
(2392, 144, '20289', 'runway_shelf', 3, 0, 0, 1, '0'),
(2393, 144, '20292', 'runway_fabric', 3, 0, 0, 1, '0'),
(2394, 8, '20245', 'hc2_frplc', 5, 0, 0, 1, '0'),
(2395, 8, '20246', 'hc2_barchair', 3, 0, 0, 1, '0'),
(2396, 8, '20250', 'hc3_dc', 4, 0, 0, 1, '0'),
(2397, 8, '20252', 'hc2_sofatbl', 4, 0, 0, 1, '0'),
(2398, 8, '20257', 'hc2_biglamp', 3, 0, 0, 1, '0'),
(2399, 8, '20258', 'hc2_sofa', 4, 0, 0, 1, '0'),
(2400, 8, '20259', 'hc2_carpet', 5, 0, 0, 1, '0'),
(2401, 8, '20264', 'hc3_table', 3, 0, 0, 1, '0'),
(2402, 8, '20266', 'hc3_stool', 3, 0, 0, 1, '0'),
(2403, 8, '20267', 'hc3_sofa', 4, 0, 0, 1, '0'),
(2404, 8, '20269', 'hc2_armchair', 3, 0, 0, 1, '0'),
(2405, 8, '20273', 'hc2_dvn', 4, 0, 0, 1, '0'),
(2406, 8, '20274', 'hc3_light', 3, 0, 0, 1, '0'),
(2407, 8, '20275', 'hc3_shelf', 5, 0, 0, 1, '0'),
(2408, 8, '20278', 'hc2_divider', 3, 0, 0, 1, '0'),
(2409, 8, '20279', 'hc2_coffee', 5, 0, 0, 1, '0'),
(2410, 8, '20280', 'hc2_cart', 3, 0, 0, 1, '0'),
(2411, 8, '20281', 'hc3_bard', 10, 0, 0, 1, '0'),
(2412, 8, '20282', 'hc3_hugelamp', 5, 0, 0, 1, '0'),
(2413, 8, '20283', 'hc3_divider', 3, 0, 0, 1, '0'),
(2414, 8, '20284', 'hc2_vase', 4, 0, 0, 1, '0'),
(2415, 8, '20288', 'hc3_walldeco', 10, 0, 0, 1, '0'),
(2416, 13373, '20295', 'camera', 1000, 0, 0, 1, '0'),
(2417, 134, '20045', 'arabian_tile', 10, 0, 0, 100, '0'),
(2418, 95, '20241', 'ads_grefusa_yum', 10, 0, 0, 1, '0'),
(2419, 3648259, '20244', 'merger_chesT', 10, 0, 0, 1, '0'),
(2420, 95, '20263', 'ads_cheetos name', 10, 0, 0, 1, '0'),
(2421, 95, '20287', 'ads_tv_yle name', 10, 0, 0, 1, '0'),
(2422, 3648259, '20290', 'ads_nokia_x6', 10, 0, 0, 1, '0'),
(2423, 95, '20291', 'ads_target_wall', 10, 0, 0, 1, '0'),
(2424, 95, '20293', 'ads_latrobe_flag', 10, 0, 0, 1, '0'),
(2425, 27, '20296', 'holly', 4, 0, 0, 1, '0'),
(2427, 145, '20298', 'wed_plant', 15, 0, 0, 1, '0'),
(2426, 145, '20297', 'wed_arch', 12, 0, 0, 1, '0'),
(2428, 145, '20299', 'wed_icesculp', 15, 0, 0, 1, '0'),
(2429, 145, '20300', 'wed_carsofa', 15, 0, 0, 1, '0'),
(2430, 147, '20301', 'a0 pet3', 20, 0, 0, 1, '0'),
(2431, 148, '20303', 'a0 pet4', 20, 0, 0, 1, '0'),
(2432, 149, '20304', 'a0 pet1', 20, 0, 0, 1, '0'),
(2433, 150, '20305', 'a0 pet0', 20, 0, 0, 1, '0'),
(2434, 151, '20306', 'a0 pet2', 20, 0, 0, 1, '0'),
(2488, 69, '20392', 'ads_chocapic', 30, 0, 0, 1, '0'),
(2489, 69, '20393', 'ads_tv_chocapic_01', 30, 0, 0, 1, '0'),
(2490, 69, '20394', 'ads_super_pop', 30, 0, 0, 1, '0'),
(2491, 69, '20395', 'party_crate1_1', 30, 0, 0, 1, '0'),
(2492, 69, '20396', 'party_crate1_2', 30, 0, 0, 1, '0'),
(2493, 69, '20397', 'party_crate1_3', 30, 0, 0, 1, '0'),
(2494, 69, '20398', 'party_crate1_4', 30, 0, 0, 1, '0'),
(2495, 69, '20399', 'party_crate2_1', 30, 0, 0, 1, '0'),
(2496, 69, '20400', 'party_crate2_2', 30, 0, 0, 1, '0'),
(2497, 69, '20401', 'party_crate2_3', 30, 0, 0, 1, '0'),
(2498, 69, '20402', 'party_crate2_4', 30, 0, 0, 1, '0'),
(2499, 69, '20403', 'party_djset', 30, 0, 0, 1, '0'),
(2483, 152, '20354', 'fball_score_y', 1, 0, 0, 1, '0'),
(2482, 152, '20353', 'fball_score_r', 1, 0, 0, 1, '0'),
(2481, 152, '20352', 'fball_score_g', 1, 0, 0, 1, '0'),
(2480, 152, '20351', 'fball_score_b', 1, 0, 0, 1, '0'),
(2479, 152, '20350', 'fball_ptch8', 1, 0, 0, 1, '0'),
(2478, 152, '20349', 'fball_ptch7', 1, 0, 0, 1, '0'),
(2477, 152, '20348', 'fball_ptch6', 1, 0, 0, 1, '0'),
(2476, 152, '20347', 'fball_ptch5', 1, 0, 0, 1, '0'),
(2475, 152, '20346', 'fball_ptch4', 1, 0, 0, 1, '0'),
(2474, 152, '20345', 'fball_ptch3', 1, 0, 0, 1, '0'),
(2473, 152, '20344', 'fball_ptch2', 1, 0, 0, 1, '0'),
(2472, 152, '20343', 'fball_ptch1', 1, 0, 0, 1, '0'),
(2471, 152, '20342', 'fball_ptch0', 1, 0, 0, 1, '0'),
(2470, 152, '20341', 'fball_counter', 1, 0, 0, 1, '0'),
(2469, 152, '20340', 'fball_gate', 1, 0, 0, 1, '0'),
(2468, 152, '20339', 'fball_light', 1, 0, 0, 1, '0'),
(2467, 152, '20338', 'fball_goal_y', 1, 0, 0, 1, '0'),
(2466, 152, '20337', 'fball_goal_r', 1, 0, 0, 1, '0'),
(2465, 152, '20336', 'fball_goal_g', 1, 0, 0, 1, '0'),
(2464, 152, '20335', 'fball_goal_b', 1, 0, 0, 1, '0'),
(2463, 152, '20334', 'fball_fnc3', 1, 0, 0, 1, '0'),
(2462, 152, '20333', 'fball_fnc1', 1, 0, 0, 1, '0'),
(2461, 152, '20332', 'fball_crnr', 1, 0, 0, 1, '0'),
(2460, 152, '20331', 'fball_cote', 1, 0, 0, 1, '0'),
(2459, 152, '20330', 'fball_bench', 1, 0, 0, 1, '0'),
(2454, 152, '20324', 'fball_audbench', 1, 0, 0, 1, '0'),
(99005, 27, '99005', 'qt_xm10_palm_tree', 10, 0, 0, 1, '0'),
(2620, 163, '20428', 'ads_capri_arcade', 5, 0, 0, 1, '0'),
(2619, 163, '20427', 'ads_capri_tree', 3, 0, 0, 1, '0'),
(2616, 163, '20426', 'ads_capri_lava', 5, 0, 0, 1, '0'),
(2615, 163, '20425', 'ads_capri_chair', 3, 0, 0, 1, '0'),
(99009, 27, '99009', 'qt_xm10_iceduck', 10, 0, 0, 1, '0'),
(2601, 125, '20415', 'avatar_effect28', 0, 108, 0, 1, '0'),
(2906, 185, '21298', 'Fuente Pez Morada', 32000, 0, 0, 1, '0'),
(2443, 185, '20313', 'Fuente Pez Sangrienta', 15000, 0, 0, 1, '0'),
(2444, 185, '20314', 'Fuente Pez Oro', 20000, 0, 0, 1, '0'),
(2445, 185, '20315', 'Fuente Pez Verde', 5000, 0, 0, 1, '0'),
(2446, 185, '20316', 'Fuente Pez Roja', 3500, 0, 0, 1, '0'),
(2447, 185, '20317', 'Fuente Pez Gris', 16000, 0, 0, 1, '0'),
(57016, 159, '39916', 'prison_crnr', 4, 0, 0, 1, '0'),
(57017, 159, '39913', 'prison_dvdr1', 5, 0, 0, 1, '0'),
(57018, 159, '39912', 'prison_gate', 4, 0, 0, 1, '0'),
(57019, 159, '39911', 'prison_dvdr2', 5, 0, 0, 1, '0'),
(57020, 159, '39914', 'prison_stone', 1, 0, 0, 1, '0'),
(57021, 159, '39915', 'prison_tower', 10, 0, 0, 1, '0'),
(57022, 159, '39913', 'prison_dvdr1', 20, 0, 0, 10, '0'),
(57023, 159, '39911', 'prison_dvdr2', 20, 0, 0, 10, '0'),
(57024, 8, '39917', 'hc3_stereo', 3, 0, 0, 1, '0'),
(99004, 27, '99004', 'qt_xm10_trex', 10, 0, 0, 1, '0'),
(97308, 75, '95383', 'bw_pool_a3', 5, 0, 0, 1, '0'),
(77025, 1205435, '59939', 'bw_jaws', 5, 0, 0, 1, '0'),
(41099, 75, '25365', 'bw_chair', 4, 0, 0, 1, '0'),
(41098, 75, '25354', 'bw_boat', 12, 0, 0, 1, '0'),
(41097, 75, '25357', 'bw_sofa', 5, 0, 0, 1, '0'),
(41095, 75, '25372', 'bw_fnc', 3, 0, 0, 1, '0'),
(41094, 75, '25371', 'bw_fnc_crnr', 4, 0, 0, 1, '0'),
(41092, 75, '25369', 'bw_van', 25, 0, 0, 1, '0'),
(41091, 75, '25368', 'bw_mttrss', 6, 0, 0, 1, '0'),
(41089, 75, '25366', 'bw_table', 4, 0, 0, 1, '0'),
(41088, 75, '25364', 'bw_sboard', 6, 0, 0, 1, '0'),
(41087, 75, '25363', 'bw_croc', 7, 0, 0, 1, '0'),
(41086, 75, '25362', 'bw_water_2', 10, 0, 0, 1, '0'),
(41085, 75, '25361', 'bw_shower', 6, 0, 0, 1, '0'),
(41084, 75, '25360', 'bw_ccnuts', 3, 0, 0, 1, '0'),
(77024, 8, '59918', 'Vase Vip', 5, 0, 0, 1, '0'),
(41083, 75, '25359', 'bw_fin', 15, 0, 0, 1, '0'),
(41082, 75, '25355', 'bw_lgchair', 8, 0, 0, 1, '0'),
(97027, 95, '95371', 'Lava', 5, 0, 0, 1, '0'),
(129531, 185, '96401', 'Submarino', 14000, 0, 0, 1, '0'),
(129530, 185, '96400', 'Nobox Amarillo', 8000, 0, 0, 1, '0'),
(129529, 185, '96399', 'Nobox Azul', 3500, 0, 0, 1, '0'),
(129528, 185, '96398', 'Nobox Rojo', 6000, 0, 0, 1, '0'),
(97323, 75, '95390', 'bw_table_p', 5, 0, 0, 1, '0'),
(97322, 75, '95391', 'bw_van_p', 5, 0, 0, 1, '0'),
(97321, 75, '95392', 'bw_van_g', 5, 0, 0, 1, '0'),
(97320, 75, '95393', 'bw_sofa_g', 5, 0, 0, 1, '0'),
(97319, 75, '95394', 'bw_sofa_p', 5, 0, 0, 1, '0'),
(600000, 75, '25362', 'bw_water_2', 10, 0, 0, 50, '0'),
(97318, 75, '95395', 'bw_fnc_g', 5, 0, 0, 1, '0'),
(97315, 75, '95376', 'bw_fnc_crnr_p', 5, 0, 0, 1, '0'),
(97314, 75, '95377', 'bw_fnc_crnr_g', 5, 0, 0, 1, '0'),
(97313, 75, '95378', 'bw_sofa_p', 5, 0, 0, 1, '0'),
(97312, 75, '95379', 'bw_boat_p', 5, 0, 0, 1, '0'),
(97311, 75, '95380', 'bw_mttrss_g', 5, 0, 0, 1, '0'),
(97310, 75, '95381', 'bw_pool_b2', 5, 0, 0, 1, '0'),
(97309, 75, '95382', 'bw_pool_a2', 5, 0, 0, 1, '0'),
(97324, 75, '95389', 'bw_table_g', 5, 0, 0, 1, '0'),
(97326, 75, '95387', 'bw_surfb_g', 5, 0, 0, 1, '0'),
(97327, 75, '95386', 'bw_fnc_crnr_p', 5, 0, 0, 1, '0'),
(97328, 75, '95385', 'bw_pool_b1', 5, 0, 0, 1, '0'),
(97329, 75, '95384', 'bw_pool_a1', 5, 0, 0, 1, '0'),
(97317, 420524522, '95374', 'ads_grefusa_surfb', 5, 0, 0, 1, '0'),
(97316, 75, '95375', 'ads_pepsi0', 5, 0, 0, 1, '0'),
(2449, 125, '21001', 'avatar_effect26', 0, 100, 0, 1, '0'),
(2450, 125, '21002', 'avatar_effect25', 0, 100, 0, 1, '0'),
(2451, 125, '21003', 'avatar_effect24', 0, 100, 0, 1, '0'),
(2452, 125, '21004', 'avatar_effect23', 0, 100, 0, 1, '0'),
(10289, 497, '10289', 'easel_0', 25, 0, 0, 1, '0'),
(10290, 497, '10290', 'easel_1', 25, 0, 0, 1, '0'),
(10291, 497, '10291', 'easel_2', 25, 0, 0, 1, '0'),
(10292, 497, '10292', 'easel_3', 25, 0, 0, 1, '0'),
(10293, 497, '10293', 'easel_4', 25, 0, 0, 1, '0'),
(10294, 497, '10294', 'easel_2', 25, 0, 0, 1, '0'),
(10278, 496, '10278', 'hosptl_bbag name', 10, 0, 0, 1, '0'),
(10279, 496, '10279', 'hosptl_bed', 10, 0, 0, 1, '0'),
(10280, 496, '10280', 'hosptl_cab1', 5, 0, 0, 1, '0'),
(10281, 496, '10281', 'hosptl_cab2', 3, 0, 0, 1, '0'),
(10282, 496, '10282', 'hosptl_curtain', 3, 0, 0, 1, '0'),
(10283, 496, '10283', 'hosptl_defibs', 5, 0, 0, 1, '0'),
(10284, 496, '10284', 'hosptl_light', 15, 0, 0, 1, '0'),
(10285, 496, '10285', 'hosptl_seat', 5, 0, 0, 1, '0'),
(10286, 496, '10286', 'hosptl_skele', 1, 0, 0, 1, '0'),
(10287, 496, '10287', 'hosptl_xray', 10, 0, 0, 1, '0'),
(10355, 502, '10355', 'african_tree2', 10, 0, 0, 1, '0'),
(10354, 502, '10354', 'african_tree1', 10, 0, 0, 1, '0'),
(10353, 502, '10353', 'african_stage', 5, 0, 0, 1, '0'),
(10352, 502, '10352', 'african_patch', 10, 0, 0, 1, '0'),
(10351, 502, '10351', 'african_fence', 5, 0, 0, 1, '0'),
(10350, 502, '10350', 'african_bones', 3, 0, 0, 1, '0'),
(97419, 178, '97419', 'ktchn10_block', 5, 0, 0, 1, '0'),
(97420, 178, '97420', 'ktchn10_cabnt', 5, 0, 0, 1, '0'),
(97421, 178, '97421', 'ktchn10_pot', 5, 0, 0, 1, '0'),
(97422, 178, '97422', 'ktchn10_sink', 5, 0, 0, 1, '0'),
(97423, 178, '97423', 'ktchn10_stove', 5, 0, 0, 1, '0'),
(97424, 178, '97424', 'ktchn10_tea', 5, 0, 0, 1, '0'),
(77027, 75, '3530', 'bw_water_1', 5, 0, 0, 1, '0'),
(600014, 120, '2785090', 'bb_knj1', 3, 0, 0, 1, '0'),
(600015, 120, '2785091', 'bb_gate_r', 1, 0, 0, 1, '0'),
(600016, 120, '2785092', 'bb_tddhnd', 3, 0, 0, 1, '0'),
(600017, 120, '2785093', 'bb_lightdiv', 4, 0, 0, 1, '0'),
(600018, 120, '2785094', 'bb_tddhead', 4, 0, 0, 1, '0'),
(600019, 120, '2785095', 'bb_pyramid', 3, 0, 0, 1, '0'),
(600020, 120, '2785096', 'bb_patch1', 100, 0, 0, 100, '0'),
(600021, 120, '2785097', 'bb_fnc3', 3, 0, 0, 1, '0'),
(600022, 120, '2785098', 'bb_gate_y', 2, 0, 0, 1, '0'),
(600023, 120, '2785099', 'bb_apparatus', 3, 0, 0, 1, '0'),
(600024, 120, '2785100', 'bb_caterbody', 2, 0, 0, 1, '0'),
(600026, 120, '2785102', 'bb_fnc1', 3, 0, 0, 1, '0'),
(600027, 120, '2785103', 'bb_puck', 3, 0, 0, 1, '0'),
(600028, 120, '2785104', 'bb_rnd_tele', 3, 0, 0, 1, '0'),
(600029, 120, '2785105', 'bb_gate_b', 3, 0, 0, 1, '0'),
(600031, 120, '2785107', 'bb_painimies1', 3, 0, 0, 1, '0'),
(600032, 120, '2785108', 'bb_painimies2', 5, 0, 0, 1, '0'),
(604003, 120, '2785079', 'bb_robo', 3, 0, 0, 1, '0'),
(604004, 120, '2785080', 'bb_dragon', 8, 0, 0, 1, '0'),
(604005, 120, '2785081', 'bb_ducklight', 3, 0, 0, 1, '0'),
(604006, 120, '2785082', 'bb_caterhead', 3, 0, 0, 1, '0'),
(604007, 120, '2785083', 'bb_cargobox', 4, 0, 0, 1, '0'),
(604008, 120, '2785084', 'bb_gate_g', 3, 0, 0, 1, '0'),
(604009, 120, '2785085', 'bb_crchair3', 4, 0, 0, 1, '0'),
(604011, 120, '2785087', 'bb_crchair', 3, 0, 0, 1, '0'),
(604012, 120, '2785088', 'bb_crchair2', 3, 0, 0, 1, '0'),
(2458, 152, '20329', 'fball_ball5', 1, 0, 0, 1, '0'),
(2457, 152, '20328', 'fball_ball4', 1, 0, 0, 1, '0'),
(2456, 152, '20326', 'fball_ball2', 1, 0, 0, 1, '0'),
(2455, 152, '20325', 'fball_ball', 1, 0, 0, 1, '0'),
(600041, 66, '2785116', 'hween10_fogwall', 10, 0, 0, 1, '0'),
(600040, 66, '2785115', 'hween10_zombie', 10, 0, 0, 1, '0'),
(99008, 27, '99008', 'qt_xm10_xmduck', 10, 0, 0, 1, '0'),
(99006, 27, '99006', 'qt_xm10_bench', 10, 0, 0, 1, '0'),
(99007, 27, '99007', 'qt_xm10_icelupin', 10, 0, 0, 1, '0'),
(5683, 20, '2785096', 'bb_patch1', 5, 0, 0, 100, '0'),
(3568276, 142, '3568276', 'nest_lion', 3, 0, 0, 1, '0'),
(3568277, 142, '3568277', 'nest_lion2', 3, 0, 0, 1, '0'),
(3568278, 142, '3568278', 'nest_rhino', 3, 0, 0, 1, '0'),
(3568279, 142, '3568279', 'petfood14', 3, 0, 0, 1, '0'),
(3568280, 142, '3568280', 'petfood15', 3, 0, 0, 1, '0'),
(5354, 168, '83545', 'a0 pet7', 20, 0, 0, 1, '0'),
(7457, 167, '84586', 'a0 pet6', 20, 0, 0, 1, '0'),
(600042, 66, '2785117', 'hween10_bat', 10, 0, 0, 1, '0'),
(600043, 66, '2785118', 'hween10_card_1', 10, 0, 0, 1, '0'),
(600044, 66, '2785119', 'hween10_card_2', 10, 0, 0, 1, '0'),
(600045, 66, '2785120', 'hween10_card_3', 10, 0, 0, 1, '0'),
(600046, 66, '2785121', 'hween10_card_4', 10, 0, 0, 1, '0'),
(600047, 66, '2785122', 'hween10_card_5', 10, 0, 0, 1, '0'),
(600048, 66, '2785123', 'hween10_card_6', 10, 0, 0, 1, '0'),
(600049, 66, '2785124', 'hween10_chicken', 10, 0, 0, 1, '0'),
(600050, 66, '2785125', 'hween10_ffly', 10, 0, 0, 1, '0'),
(600051, 66, '2785126', 'hween10_fog', 10, 0, 0, 1, '0'),
(600052, 66, '2785127', 'hween10_jar', 10, 0, 0, 1, '0'),
(600053, 66, '2785128', 'hween10_logs', 10, 0, 0, 1, '0'),
(600054, 66, '2785129', 'hween10_pond', 10, 0, 0, 1, '0'),
(600055, 66, '2785130', 'hween10_portch', 10, 0, 0, 1, '0'),
(600056, 66, '2785131', 'hween10_skullpost', 10, 0, 0, 1, '0'),
(600057, 66, '2785132', 'hween10_swamp', 10, 0, 0, 1, '0'),
(600058, 66, '2785133', 'hween10_tarot', 10, 0, 0, 1, '0'),
(600059, 29, '2785134', 'hween10_tele', 10, 0, 0, 1, '0'),
(600060, 66, '2785135', 'hween10_throne', 10, 0, 0, 1, '0'),
(600061, 66, '2785136', 'hween10_tree', 10, 0, 0, 1, '0'),
(600062, 66, '2785137', 'hween10_voodoo1', 10, 0, 0, 1, '0'),
(600063, 66, '2785138', 'hween10_voodoo2', 10, 0, 0, 1, '0'),
(600064, 66, '2785139', 'hween10_voodoo3', 10, 0, 0, 1, '0'),
(600065, 66, '2785140', 'hween10_wallskull', 10, 0, 0, 1, '0'),
(604013, 120, '2785096', 'bb_patch1', 2, 0, 0, 1, '0'),
(604014, 120, '2785106', 'bb_score_r', 3, 0, 0, 1, '0'),
(604015, 120, '2785078', 'bb_score_b', 3, 0, 0, 1, '0'),
(604016, 120, '2785086', 'bb_score_g', 3, 0, 0, 1, '0'),
(604017, 120, '2785089', 'bb_score_y', 3, 0, 0, 1, '0'),
(600033, 120, '2785109', 'bb_counter', 20, 0, 0, 1, '0'),
(3568424, 60, '3568405', 'exe_sensor', 3, 0, 0, 1, '0'),
(3568425, 60, '3568404', 'exe_seccam', 3, 0, 0, 1, '0'),
(3568426, 60, '3568403', 'exe_wrkdesk', 5, 0, 0, 1, '0'),
(3568427, 60, '3568402', 'exe_glassdvdr', 5, 0, 0, 1, '0'),
(3568428, 60, '3568401', 'exe_copier', 5, 0, 0, 1, '0'),
(99010, 27, '99010', 'qt_xm10_bauble1', 10, 0, 0, 1, '0'),
(99011, 27, '99011', 'qt_xm10_bauble2', 10, 0, 0, 1, '0'),
(99012, 27, '99012', 'qt_xm10_bauble3', 10, 0, 0, 1, '0'),
(99013, 27, '99013', 'qt_xm10_iceplasto', 10, 0, 0, 1, '0'),
(99014, 27, '99014', 'qt_xm10_ice_fish', 10, 0, 0, 1, '0'),
(99015, 27, '99015', 'qt_xm10_gnome', 10, 0, 0, 1, '0'),
(99016, 27, '99016', 'qt_xm10_icesilotable', 10, 0, 0, 1, '0'),
(99017, 27, '99017', 'qt_xm10_iceteddy', 10, 0, 0, 1, '0'),
(99018, 27, '99018', 'qt_xm10_elephant', 10, 0, 0, 1, '0'),
(99019, 27, '99019', 'qt_xm10_iceclubsofa', 10, 0, 0, 1, '0'),
(99020, 504, '99020', 'es_skating_ice', 10, 0, 0, 1, '0'),
(99021, 27, '99021', 'es_sidewalk', 10, 0, 0, 1, '0'),
(99022, 27, '99022', 'es_wpost', 10, 0, 0, 1, '0'),
(99023, 504, '99023', 'es_tagging', 10, 0, 0, 1, '0'),
(99024, 27, '99024', 'es_santa', 10, 0, 0, 1, '0'),
(99025, 27, '99025', 'es_window', 10, 0, 0, 1, '0'),
(99026, 27, '99026', 'es_bench', 10, 0, 0, 1, '0'),
(99027, 27, '99027', 'es_fnc_1', 10, 0, 0, 1, '0'),
(99028, 27, '99028', 'es_fnc_2', 10, 0, 0, 1, '0'),
(99029, 27, '99029', 'es_fnc_crnr', 10, 0, 0, 1, '0'),
(99030, 27, '99030', 'es_epictree', 10, 0, 0, 1, '0'),
(99031, 27, '99031', 'es_icestar_g', 10, 0, 0, 1, '0'),
(99032, 27, '99032', 'es_icestar_r', 10, 0, 0, 1, '0'),
(99033, 27, '99033', 'es_icestar_y', 10, 0, 0, 1, '0'),
(99034, 27, '99034', 'es_icestar', 10, 0, 0, 1, '0'),
(99035, 504, '99035', 'es_puck', 10, 0, 0, 1, '0'),
(99036, 27, '99036', 'es_roaster', 10, 0, 0, 1, '0'),
(99037, 27, '99037', 'es_lmppst', 10, 0, 0, 1, '0'),
(99038, 27, '99038', 'es_statue', 10, 0, 0, 1, '0'),
(99904, 501, '99904', 'year2011_waver_b', 25, 0, 0, 1, '0'),
(99905, 501, '99905', 'year2011_waver_g', 25, 0, 0, 1, '0'),
(99906, 501, '99906', 'year2011_waver_r', 25, 0, 0, 1, '0'),
(99907, 501, '99907', 'year2011_waver_y', 25, 0, 0, 1, '0'),
(99908, 501, '99908', 'prizetrophy_2011_y', 25, 0, 0, 1, '0'),
(99909, 501, '99909', 'prizetrophy_2011_b', 25, 0, 0, 1, '0'),
(99910, 501, '99910', 'prizetrophy_2011_r', 25, 0, 0, 1, '0'),
(99911, 501, '99911', 'prizetrophy_2011_p', 25, 0, 0, 1, '0'),
(99912, 501, '99912', 'prizetrophy_2011_g', 25, 0, 0, 1, '0'),
(99913, 501, '99913', 'prizetrophy_2011_w', 25, 0, 0, 1, '0'),
(99914, 501, '99914', 'year2011', 25, 0, 0, 1, '0'),
(99039, 504, '99020', 'es_skating_ice', 220, 0, 0, 24, '0'),
(13000, 303, '29281', 'wf_act_move_rotate', 3, 0, 0, 1, '0'),
(13033, 303, '29315', 'wf_act_give_score', 3, 0, 0, 1, '0'),
(13026, 305, '29307', 'wf_glowball', 3, 0, 0, 1, '0'),
(13025, 305, '29306', 'wf_pressureplate', 3, 0, 0, 1, '0'),
(13001, 303, '29281', 'wf_act_move_rotate', 3, 0, 0, 1, '0'),
(13027, 303, '29309', 'wf_act_reset_timers', 3, 0, 0, 1, '0'),
(13024, 305, '29305', 'wf_ringplate', 3, 0, 0, 1, '0'),
(13023, 305, '29304', 'wf_firegate', 3, 0, 0, 1, '0'),
(13022, 303, '29303', 'wf_act_toggle_state', 3, 0, 0, 1, '0'),
(13021, 302, '29301', 'wf_trg_enter_room', 3, 0, 0, 1, '0'),
(13020, 304, '29300', 'wf_cnd_time_less_than', 3, 0, 0, 1, '0'),
(13019, 303, '29299', 'wf_act_show_message', 3, 0, 0, 1, '0'),
(13018, 302, '29298', 'wf_trg_game_ends', 3, 0, 0, 1, '0'),
(13017, 302, '29297', 'wf_trg_at_given_time', 3, 0, 0, 1, '0'),
(13016, 302, '29296', 'wf_trg_walks_off_furni', 3, 0, 0, 1, '0'),
(13015, 305, '29295', 'wf_wire4', 3, 0, 0, 1, '0'),
(13014, 305, '29294', 'wf_colorwheel', 3, 0, 0, 1, '0'),
(13013, 302, '29293', 'wf_trg_says_something', 3, 0, 0, 1, '0'),
(13012, 303, '29292', 'wf_act_teleport_to', 3, 0, 0, 1, '0'),
(13011, 302, '29291', 'wf_trg_score_achieved', 3, 0, 0, 1, '0'),
(13010, 305, '29290', 'wf_pyramid', 3, 0, 0, 1, '0'),
(13009, 302, '29289', 'wf_trg_periodically', 3, 0, 0, 1, '0'),
(13008, 305, '29288', 'wf_xtra_unseen', 3, 0, 0, 1, '0'),
(13007, 305, '29287', 'wf_xtra_random', 3, 0, 0, 1, '0'),
(13006, 302, '29286', 'wf_trg_state_changed', 3, 0, 0, 1, '0'),
(13005, 305, '29285', 'wf_floor_switch2', 3, 0, 0, 1, '0'),
(13004, 305, '29284', 'wf_colortile', 3, 0, 0, 1, '0'),
(13003, 304, '29283', 'wf_cnd_time_more_than', 3, 0, 0, 1, '0'),
(13002, 305, '29282', 'wf_wire2', 3, 0, 0, 1, '0'),
(13032, 305, '29314', 'wf_wire1', 3, 0, 0, 1, '0'),
(13031, 304, '29313', 'wf_cnd_match_snapshot', 3, 0, 0, 1, '0'),
(13030, 304, '29312', 'wf_cnd_trggrer_on_frn', 3, 0, 0, 1, '0'),
(13029, 305, '29311', 'wf_arrowplate', 3, 0, 0, 1, '0'),
(13028, 304, '29310', 'wf_cnd_furnis_hv_avtrs', 3, 0, 0, 1, '0'),
(13034, 305, '29316', 'wf_wire3', 3, 0, 0, 1, '0'),
(13035, 305, '29317', 'wf_glassdoor', 3, 0, 0, 1, '0'),
(13036, 303, '29318', 'wf_act_match_to_sshot', 3, 0, 0, 1, '0'),
(13037, 305, '29319', 'wf_floor_switch1', 3, 0, 0, 1, '0'),
(13038, 302, '29320', 'wf_trg_game_starts', 3, 0, 0, 1, '0'),
(13039, 302, '29321', 'wf_trg_walks_on_furni', 3, 0, 0, 1, '0'),
(77701, 136, '77701', 'bling11_block', 3, 0, 0, 1, '0'),
(77702, 136, '77702', 'bling11_dvd', 3, 0, 0, 1, '0'),
(77703, 136, '77703', 'bling11_dvn', 3, 0, 0, 1, '0'),
(77704, 136, '77704', 'bling11_floor', 3, 0, 0, 1, '0'),
(77705, 136, '77705', 'bling11_pillar', 3, 0, 0, 1, '0'),
(77706, 136, '77706', 'bling11_plant', 3, 0, 0, 1, '0'),
(77707, 136, '77707', 'bling11_rug1', 3, 0, 0, 1, '0'),
(77708, 136, '77708', 'bling11_rug2', 3, 0, 0, 1, '0'),
(77709, 136, '77709', 'bling11_seat1', 3, 0, 0, 1, '0'),
(77710, 136, '77710', 'bling11_seat2', 3, 0, 0, 1, '0'),
(77711, 136, '77711', 'bling11_slot', 3, 0, 0, 1, '0'),
(77712, 136, '77712', 'bling11_sofa', 3, 0, 0, 1, '0'),
(77713, 136, '77713', 'bling11_statue1', 3, 0, 0, 1, '0'),
(77714, 136, '77714', 'bling11_statue2', 3, 0, 0, 1, '0'),
(77715, 136, '77715', 'bling11_tele', 3, 0, 0, 1, '0'),
(77716, 136, '77716', 'bling11_towels', 3, 0, 0, 1, '0'),
(77717, 136, '77717', 'bling11_val11_floor', 3, 0, 0, 1, '0'),
(77801, 94, '77801', 'china_rabbit', 200, 200, 0, 1, '0'),
(77900, 94, '77900', 'qt_val11_holoduck', 200, 200, 0, 1, '0'),
(77901, 94, '77901', 'qt_val11_holoheart', 200, 200, 0, 1, '0'),
(77902, 76, '77902', 'qt_val11_discoball', 3, 0, 0, 1, '0'),
(77903, 76, '77903', 'qt_val11_duckformer', 3, 0, 0, 1, '0'),
(77904, 76, '77904', 'qt_val11_heartlights', 3, 0, 0, 1, '0'),
(77905, 76, '77905', 'qt_val11_jellychair', 3, 0, 0, 1, '0'),
(77906, 76, '77906', 'qt_val11_jellyheart', 3, 0, 0, 1, '0'),
(77907, 76, '77907', 'val11_chair', 3, 0, 0, 1, '0'),
(77908, 76, '77908', 'val11_playa', 3, 0, 0, 1, '0'),
(77909, 76, '77909', 'val11_rail', 3, 0, 0, 1, '0'),
(89900, 900, '89900', 'limo_w_front', 3, 0, 0, 1, '0'),
(89901, 900, '89901', 'limo_w_mid', 3, 0, 0, 1, '0'),
(89902, 900, '89902', 'limo_w_mid2', 3, 0, 0, 1, '0'),
(89903, 900, '89903', 'limo_w_back', 3, 0, 0, 1, '0'),
(89904, 900, '89904', 'petfood19', 3, 0, 0, 1, '0'),
(89905, 900, '89905', 'petfood18', 3, 0, 0, 1, '0'),
(89906, 900, '89906', 'petfood17', 3, 0, 0, 1, '0'),
(89907, 900, '89907', 'gothic_st_glass', 3, 0, 0, 1, '0'),
(89908, 900, '89908', 'gothic_candles', 3, 0, 0, 1, '0'),
(89909, 900, '89909', 'gothic_bed', 3, 0, 0, 1, '0'),
(89910, 94, '89910', 'gothic_bowl', 250, 250, 0, 1, '0'),
(89911, 900, '89911', 'gothic_desk', 3, 0, 0, 1, '0'),
(89912, 900, '89912', 'ads_grefu_trophy', 3, 0, 0, 1, '0'),
(89926, 900, '89926', 'cine_curtain', 3, 0, 0, 1, '0'),
(89927, 900, '89927', 'cine_screen', 3, 0, 0, 1, '0'),
(89928, 900, '89928', 'theatre_seat_g', 3, 0, 0, 1, '0'),
(89929, 900, '89929', 'cine_tile', 3, 0, 0, 1, '0'),
(89930, 900, '89930', 'cine_bench_b', 3, 0, 0, 1, '0'),
(89931, 900, '89931', 'theatre_seat_b', 3, 0, 0, 1, '0'),
(89932, 900, '89932', 'cine_roof', 3, 0, 0, 1, '0'),
(89933, 900, '89933', 'cine_popcorn', 3, 0, 0, 1, '0'),
(89934, 900, '89934', 'cine_bench', 3, 0, 0, 1, '0'),
(89935, 900, '89935', 'cine_bench_b', 3, 0, 0, 1, '0'),
(89936, 900, '89936', 'cine_ticket_booth', 3, 0, 0, 1, '0'),
(89937, 900, '89937', 'cine_projector', 3, 0, 0, 1, '0'),
(89914, 900, '89914', 'nest_frog', 3, 0, 0, 1, '0'),
(89915, 900, '89915', 'pond', 3, 0, 0, 1, '0'),
(89916, 900, '89916', 'val11_present', 3, 0, 0, 1, '0'),
(89917, 900, '89917', 'prizetrophy_cine', 3, 0, 0, 1, '0'),
(89918, 900, '89918', 'cine_vipsign', 3, 0, 0, 1, '0'),
(89919, 900, '89919', 'limo_b_mid3', 3, 0, 0, 1, '0'),
(89920, 900, '89920', 'limo_b_mid2', 3, 0, 0, 1, '0'),
(89921, 900, '89921', 'limo_b_front', 3, 0, 0, 1, '0'),
(89922, 900, '89922', 'limo_b_mid', 3, 0, 0, 1, '0'),
(89923, 900, '89923', 'cine_star', 3, 0, 0, 1, '0'),
(89924, 900, '89924', 'limo_b_back', 3, 0, 0, 1, '0'),
(89925, 900, '89925', 'ads_bigtv_missmix', 3, 0, 0, 1, '0'),
(89950, 900, '89950', 'fireworks_01', 3, 0, 0, 1, '0'),
(89951, 900, '89951', 'fireworks_02', 3, 0, 0, 1, '0'),
(89952, 900, '89952', 'fireworks_03', 3, 0, 0, 1, '0'),
(89953, 900, '89953', 'fireworks_04', 3, 0, 0, 1, '0'),
(89954, 900, '89954', 'fireworks_05', 3, 0, 0, 1, '0'),
(89955, 900, '89955', 'fireworks_06', 3, 0, 0, 1, '0'),
(89956, 900, '89956', 'fireworks_07', 3, 0, 0, 1, '0'),
(11111, 16, '266', 'Violet Parasol', 1000, 0, 0, 1, '0'),
(89938, 172, '89938', 'wf_box', 3, 0, 0, 1, '0'),
(89939, 172, '89939', 'wf_maze', 3, 0, 0, 1, '0'),
(89940, 172, '89940', 'ads_rangocactus', 3, 0, 0, 1, '0'),
(89941, 172, '89941', 'cine_glass', 3, 0, 0, 1, '0'),
(89942, 172, '89942', 'wf_cnd_has_furni_on', 3, 0, 0, 1, '0'),
(89943, 172, '89943', 'cine_light2', 3, 0, 0, 1, '0'),
(89944, 172, '89944', 'cine_light1', 3, 0, 0, 1, '0'),
(99945, 174, '99945', 'cubie_rug_b', 3, 0, 0, 1, '0'),
(99946, 174, '99946', 'cubie_lamp_p', 3, 0, 0, 1, '0'),
(99947, 174, '99947', 'cubie_shelf_3_p', 3, 0, 0, 1, '0'),
(99948, 174, '99948', 'cubie_shelf_4_b', 3, 0, 0, 1, '0'),
(99949, 174, '99949', 'cubie_shelf_1_b', 3, 0, 0, 1, '0'),
(99950, 174, '99950', 'cubie_shelf_1_p', 3, 0, 0, 1, '0'),
(99951, 174, '99951', 'cubie_chair_p', 3, 0, 0, 1, '0'),
(99952, 174, '99952', 'cubie_shelf_4_p', 3, 0, 0, 1, '0'),
(99953, 174, '99953', 'cubie_bigtable_p', 3, 0, 0, 1, '0'),
(99954, 174, '99954', 'cubie_shelf_0_p', 3, 0, 0, 1, '0'),
(99955, 174, '99955', 'cubie_beanbag_b', 3, 0, 0, 1, '0'),
(99956, 174, '99956', 'cubie_chair_b', 3, 0, 0, 1, '0'),
(99957, 174, '99957', 'cubie_bed_b', 3, 0, 0, 1, '0'),
(99958, 174, '99958', 'cubie_bigtable_b', 3, 0, 0, 1, '0'),
(99959, 174, '99959', 'cubie_stool_b', 3, 0, 0, 1, '0'),
(99960, 174, '99960', 'cubie_beanbag_p', 3, 0, 0, 1, '0'),
(99961, 174, '99961', 'cubie_shelf_0_b', 3, 0, 0, 1, '0'),
(99962, 174, '99962', 'cubie_shelf_2_p', 3, 0, 0, 1, '0'),
(99963, 174, '99963', 'cubie_rug_p', 3, 0, 0, 1, '0'),
(99964, 174, '99964', 'cubie_sofaseat_b', 3, 0, 0, 1, '0'),
(99965, 174, '99965', 'cubie_table', 3, 0, 0, 1, '0'),
(99966, 174, '99966', 'cubie_sofaseat_p', 3, 0, 0, 1, '0'),
(99967, 174, '99967', 'cubie_bed_p', 3, 0, 0, 1, '0'),
(99968, 174, '99968', 'cubie_shelf_3_b', 3, 0, 0, 1, '0'),
(99969, 174, '99969', 'cubie_shelf_2_b', 3, 0, 0, 1, '0'),
(99970, 174, '99970', 'cubie_lamp_b', 3, 0, 0, 1, '0'),
(99971, 174, '99971', 'cubie_stool_p', 3, 0, 0, 1, '0'),
(99972, 174, '99972', 'cubie_wallshelf_b', 3, 0, 0, 1, '0'),
(99973, 174, '99973', 'cubie_decklight_p', 3, 0, 0, 1, '0'),
(99974, 174, '99974', 'cubie_wallshelf_p', 3, 0, 0, 1, '0'),
(80378, 175, '80378', 'waasa_rug1', 3, 0, 0, 1, '0'),
(80379, 175, '80379', 'waasa_rug2', 3, 0, 0, 1, '0'),
(80380, 175, '80380', 'waasa_rug3', 3, 0, 0, 1, '0'),
(80381, 175, '80381', 'waasa_rug4', 3, 0, 0, 1, '0'),
(80382, 175, '80382', 'waasa_rug5', 3, 0, 0, 1, '0'),
(80383, 175, '80383', 'waasa_chair_wood', 1, 0, 0, 1, '0'),
(80384, 175, '80384', 'waasa_aquarium', 8, 0, 0, 1, '0'),
(80385, 175, '80385', 'newbie_nest', 1, 0, 0, 1, '0'),
(99979, 174, '99979', 'cubie_decal_1_b', 3, 0, 0, 1, '0'),
(99978, 174, '99978', 'cubie_decklight_b', 3, 0, 0, 1, '0'),
(99977, 174, '99977', 'cubie_decal_1_p', 3, 0, 0, 1, '0'),
(99976, 174, '99976', 'cubie_decal_3', 3, 0, 0, 1, '0'),
(99975, 174, '99975', 'cubie_decal_0', 3, 0, 0, 1, '0'),
(99980, 174, '99980', 'cubie_decal_2_b', 3, 0, 0, 1, '0'),
(99981, 174, '99981', 'cubie_decal_3_p', 3, 0, 0, 1, '0'),
(99982, 174, '99982', 'cubie_decal_2_p', 3, 0, 0, 1, '0'),
(99983, 174, '99983', 'cubie_decal_3_b', 3, 0, 0, 1, '0'),
(89984, 175, '89984', 'newbie_present', 3, 0, 0, 1, '0'),
(89985, 175, '89985', 'tv_flat', 3, 0, 0, 1, '0'),
(89986, 175, '89986', 'waasa_table2', 3, 0, 0, 1, '0'),
(89987, 175, '89987', 'computer_flatscreen', 3, 0, 0, 1, '0'),
(89988, 175, '89988', 'waasa_chair', 3, 0, 0, 1, '0'),
(89989, 175, '89989', 'waasa_ship2', 3, 0, 0, 1, '0'),
(89990, 175, '89990', 'waasa_ship1', 3, 0, 0, 1, '0'),
(89991, 175, '89991', 'waasa_bunk_bed', 3, 0, 0, 1, '0'),
(89992, 175, '89992', 'computer_laptop', 3, 0, 0, 1, '0'),
(89993, 175, '89993', 'computer_old', 3, 0, 0, 1, '0'),
(89994, 175, '89994', 'waasa_table1', 3, 0, 0, 1, '0'),
(89995, 175, '89995', 'waasa_desk', 3, 0, 0, 1, '0'),
(89996, 175, '89996', 'waasa_wall_shelf2', 3, 0, 0, 1, '0'),
(89997, 175, '89997', 'waasa_wall_shelf1', 3, 0, 0, 1, '0'),
(6000, 169, '20600', 'a0 pet8', 20, 0, 0, 1, '0'),
(6001, 170, '20601', 'a0 pet11', 20, 0, 0, 1, '0'),
(6002, 171, '20602', 'a0 pet10', 20, 0, 0, 1, '0'),
(6003, 173, '20603', 'a0 pet12', 20, 0, 0, 1, '0'),
(3026, 15, '19896', 'wallpaper_single_210', 3, 0, 0, 1, '0'),
(3027, 15, '19896', 'wallpaper_single_211', 3, 0, 0, 1, '0'),
(3028, 15, '19896', 'wallpaper_single_212', 3, 0, 0, 1, '0'),
(3029, 15, '19896', 'wallpaper_single_213', 3, 0, 0, 1, '0'),
(3030, 15, '19896', 'wallpaper_single_214', 3, 0, 0, 1, '0'),
(3031, 15, '19896', 'wallpaper_single_215', 3, 0, 0, 1, '0'),
(3032, 15, '19896', 'wallpaper_single_216', 3, 0, 0, 1, '0'),
(3033, 15, '19896', 'wallpaper_single_217', 3, 0, 0, 1, '0'),
(3034, 15, '19896', 'wallpaper_single_218', 3, 0, 0, 1, '0'),
(3035, 15, '19896', 'wallpaper_single_301', 3, 0, 0, 1, '0'),
(3036, 15, '19896', 'wallpaper_single_302', 3, 0, 0, 1, '0'),
(3037, 15, '19896', 'wallpaper_single_303', 3, 0, 0, 1, '0'),
(3038, 15, '19896', 'wallpaper_single_304', 3, 0, 0, 1, '0'),
(3039, 15, '19896', 'wallpaper_single_305', 3, 0, 0, 1, '0'),
(3040, 15, '19896', 'wallpaper_single_306', 3, 0, 0, 1, '0'),
(3041, 15, '19896', 'wallpaper_single_307', 3, 0, 0, 1, '0'),
(3042, 15, '19896', 'wallpaper_single_401', 3, 0, 0, 1, '0'),
(3043, 15, '19896', 'wallpaper_single_402', 3, 0, 0, 1, '0'),
(3044, 15, '19896', 'wallpaper_single_403', 3, 0, 0, 1, '0'),
(3045, 15, '19896', 'wallpaper_single_404', 3, 0, 0, 1, '0'),
(3046, 15, '19896', 'wallpaper_single_405', 3, 0, 0, 1, '0'),
(3047, 15, '19896', 'wallpaper_single_406', 3, 0, 0, 1, '0'),
(3048, 15, '19896', 'wallpaper_single_407', 3, 0, 0, 1, '0'),
(3049, 15, '19896', 'wallpaper_single_408', 3, 0, 0, 1, '0'),
(3050, 15, '19896', 'wallpaper_single_501', 3, 0, 0, 1, '0'),
(3051, 15, '19896', 'wallpaper_single_502', 3, 0, 0, 1, '0'),
(3052, 15, '19896', 'wallpaper_single_503', 3, 0, 0, 1, '0'),
(3053, 15, '19896', 'wallpaper_single_504', 3, 0, 0, 1, '0'),
(3054, 15, '19896', 'wallpaper_single_505', 3, 0, 0, 1, '0'),
(3055, 15, '19896', 'wallpaper_single_506', 3, 0, 0, 1, '0'),
(3056, 15, '19896', 'wallpaper_single_507', 3, 0, 0, 1, '0'),
(3057, 15, '19896', 'wallpaper_single_508', 3, 0, 0, 1, '0'),
(3058, 15, '19896', 'wallpaper_single_601', 3, 0, 0, 1, '0'),
(3059, 15, '19896', 'wallpaper_single_602', 3, 0, 0, 1, '0'),
(3060, 15, '19896', 'wallpaper_single_603', 3, 0, 0, 1, '0'),
(3061, 15, '19896', 'wallpaper_single_604', 3, 0, 0, 1, '0'),
(3062, 15, '19896', 'wallpaper_single_605', 3, 0, 0, 1, '0'),
(3063, 15, '19896', 'wallpaper_single_606', 3, 0, 0, 1, '0'),
(3064, 15, '19896', 'wallpaper_single_607', 3, 0, 0, 1, '0'),
(3065, 15, '19896', 'wallpaper_single_608', 3, 0, 0, 1, '0'),
(3066, 15, '19896', 'wallpaper_single_609', 3, 0, 0, 1, '0'),
(3067, 15, '19896', 'wallpaper_single_610', 3, 0, 0, 1, '0'),
(3068, 15, '19896', 'wallpaper_single_701', 3, 0, 0, 1, '0'),
(3069, 15, '19896', 'wallpaper_single_702', 3, 0, 0, 1, '0'),
(3070, 15, '19896', 'wallpaper_single_703', 3, 0, 0, 1, '0'),
(3071, 15, '19896', 'wallpaper_single_704', 3, 0, 0, 1, '0'),
(3072, 15, '19896', 'wallpaper_single_705', 3, 0, 0, 1, '0'),
(3073, 15, '19896', 'wallpaper_single_706', 3, 0, 0, 1, '0'),
(3074, 15, '19896', 'wallpaper_single_707', 3, 0, 0, 1, '0'),
(3075, 15, '19896', 'wallpaper_single_708', 3, 0, 0, 1, '0'),
(3076, 15, '19896', 'wallpaper_single_709', 3, 0, 0, 1, '0'),
(3077, 15, '19896', 'wallpaper_single_710', 3, 0, 0, 1, '0'),
(3078, 15, '19896', 'wallpaper_single_801', 3, 0, 0, 1, '0'),
(3079, 15, '19896', 'wallpaper_single_802', 3, 0, 0, 1, '0'),
(3080, 15, '19896', 'wallpaper_single_803', 3, 0, 0, 1, '0'),
(3081, 15, '19896', 'wallpaper_single_804', 3, 0, 0, 1, '0'),
(3082, 15, '19896', 'wallpaper_single_805', 3, 0, 0, 1, '0'),
(3083, 15, '19896', 'wallpaper_single_806', 3, 0, 0, 1, '0'),
(3084, 15, '19896', 'wallpaper_single_807', 3, 0, 0, 1, '0'),
(3085, 15, '19896', 'wallpaper_single_808', 3, 0, 0, 1, '0'),
(3086, 15, '19896', 'wallpaper_single_809', 3, 0, 0, 1, '0'),
(3087, 15, '19896', 'wallpaper_single_810', 3, 0, 0, 1, '0'),
(3088, 15, '19896', 'wallpaper_single_901', 3, 0, 0, 1, '0'),
(3089, 15, '19896', 'wallpaper_single_902', 3, 0, 0, 1, '0'),
(3090, 15, '19896', 'wallpaper_single_903', 3, 0, 0, 1, '0'),
(3091, 15, '19896', 'wallpaper_single_904', 3, 0, 0, 1, '0'),
(3092, 15, '19896', 'wallpaper_single_905', 3, 0, 0, 1, '0'),
(3093, 15, '19896', 'wallpaper_single_906', 3, 0, 0, 1, '0'),
(3094, 15, '19896', 'wallpaper_single_907', 3, 0, 0, 1, '0'),
(3095, 15, '19896', 'wallpaper_single_908', 3, 0, 0, 1, '0'),
(3096, 15, '19896', 'wallpaper_single_1001', 3, 0, 0, 1, '0'),
(3097, 15, '19896', 'wallpaper_single_1002', 3, 0, 0, 1, '0'),
(3098, 15, '19896', 'wallpaper_single_1003', 3, 0, 0, 1, '0'),
(3099, 15, '19896', 'wallpaper_single_1004', 3, 0, 0, 1, '0'),
(3100, 15, '19896', 'wallpaper_single_1005', 3, 0, 0, 1, '0'),
(3101, 15, '19896', 'wallpaper_single_1006', 3, 0, 0, 1, '0'),
(3102, 15, '19896', 'wallpaper_single_1007', 3, 0, 0, 1, '0'),
(3103, 15, '19896', 'wallpaper_single_1101', 3, 0, 0, 1, '0'),
(3104, 15, '19896', 'wallpaper_single_1201', 3, 0, 0, 1, '0'),
(3105, 15, '19896', 'wallpaper_single_1301', 3, 0, 0, 1, '0'),
(3106, 15, '19896', 'wallpaper_single_1401', 3, 0, 0, 1, '0'),
(3107, 15, '19896', 'wallpaper_single_1501', 3, 0, 0, 1, '0'),
(3108, 15, '19896', 'wallpaper_single_1601', 3, 0, 0, 1, '0'),
(3109, 15, '19896', 'wallpaper_single_1701', 3, 0, 0, 1, '0'),
(3110, 15, '19896', 'wallpaper_single_1801', 3, 0, 0, 1, '0'),
(3111, 15, '19896', 'wallpaper_single_1901', 3, 0, 0, 1, '0'),
(3112, 15, '19896', 'wallpaper_single_1902', 3, 0, 0, 1, '0'),
(3113, 15, '19896', 'wallpaper_single_2001', 3, 0, 0, 1, '0'),
(3114, 15, '19896', 'wallpaper_single_2002', 3, 0, 0, 1, '0'),
(3115, 15, '19896', 'wallpaper_single_2003', 3, 0, 0, 1, '0'),
(3116, 15, '19896', 'wallpaper_single_2101', 4, 0, 0, 1, '0'),
(3117, 15, '19896', 'wallpaper_single_2102', 4, 0, 0, 1, '0'),
(3118, 15, '19896', 'wallpaper_single_2103', 4, 0, 0, 1, '0'),
(3119, 15, '19896', 'wallpaper_single_2201', 4, 0, 0, 1, '0'),
(3120, 15, '19896', 'wallpaper_single_2202', 4, 0, 0, 1, '0'),
(3121, 15, '19896', 'wallpaper_single_2203', 4, 0, 0, 1, '0'),
(3122, 15, '19896', 'wallpaper_single_2204', 4, 0, 0, 1, '0'),
(3123, 15, '19896', 'wallpaper_single_2205', 4, 0, 0, 1, '0'),
(3124, 15, '19896', 'wallpaper_single_2206', 4, 0, 0, 1, '0'),
(3125, 15, '19896', 'wallpaper_single_2207', 4, 0, 0, 1, '0'),
(3126, 15, '19896', 'wallpaper_single_2301', 4, 0, 0, 1, '0'),
(3127, 15, '19896', 'wallpaper_single_2302', 4, 0, 0, 1, '0'),
(3128, 15, '19896', 'wallpaper_single_2303', 4, 0, 0, 1, '0'),
(3129, 15, '19896', 'wallpaper_single_2304', 4, 0, 0, 1, '0'),
(3130, 15, '19896', 'wallpaper_single_2401', 4, 0, 0, 1, '0'),
(3131, 15, '19896', 'wallpaper_single_2402', 4, 0, 0, 1, '0'),
(3132, 15, '19896', 'wallpaper_single_2403', 4, 0, 0, 1, '0'),
(3133, 15, '19896', 'wallpaper_single_2501', 4, 0, 0, 1, '0'),
(3134, 15, '19896', 'wallpaper_single_2502', 4, 0, 0, 1, '0'),
(3135, 15, '19896', 'wallpaper_single_2503', 4, 0, 0, 1, '0'),
(3136, 15, '19896', 'wallpaper_single_2504', 4, 0, 0, 1, '0'),
(3137, 15, '19896', 'wallpaper_single_2601', 4, 0, 0, 1, '0'),
(3138, 15, '19896', 'wallpaper_single_2602', 4, 0, 0, 1, '0'),
(3139, 15, '19896', 'wallpaper_single_2603', 4, 0, 0, 1, '0'),
(3140, 15, '19896', 'wallpaper_single_2604', 4, 0, 0, 1, '0'),
(3141, 15, '19896', 'wallpaper_single_2701', 4, 0, 0, 1, '0'),
(3142, 15, '19896', 'wallpaper_single_2702', 4, 0, 0, 1, '0'),
(3143, 15, '19896', 'wallpaper_single_2703', 4, 0, 0, 1, '0'),
(3144, 15, '19896', 'wallpaper_single_2704', 4, 0, 0, 1, '0'),
(3145, 15, '19896', 'wallpaper_single_2801', 4, 0, 0, 1, '0'),
(3146, 15, '19896', 'wallpaper_single_2802', 4, 0, 0, 1, '0'),
(3147, 15, '19896', 'wallpaper_single_2803', 4, 0, 0, 1, '0'),
(3148, 15, '19896', 'wallpaper_single_2804', 4, 0, 0, 1, '0'),
(3149, 15, '19896', 'wallpaper_single_2901', 4, 0, 0, 1, '0'),
(3150, 15, '19896', 'wallpaper_single_2902', 4, 0, 0, 1, '0'),
(3151, 15, '19896', 'wallpaper_single_2903', 4, 0, 0, 1, '0'),
(3152, 15, '19896', 'wallpaper_single_2904', 4, 0, 0, 1, '0'),
(3153, 15, '19896', 'wallpaper_single_3001', 3, 0, 0, 1, '0'),
(3154, 15, '19896', 'wallpaper_single_3002', 3, 0, 0, 1, '0'),
(3155, 15, '19896', 'wallpaper_single_3003', 3, 0, 0, 1, '0'),
(3156, 15, '19896', 'wallpaper_single_3004', 3, 0, 0, 1, '0'),
(3157, 15, '19896', 'wallpaper_single_3101', 3, 0, 0, 1, '0'),
(3158, 15, '19896', 'wallpaper_single_3102', 3, 0, 0, 1, '0'),
(3159, 15, '19896', 'wallpaper_single_3103', 3, 0, 0, 1, '0'),
(3160, 15, '19896', 'wallpaper_single_3104', 3, 0, 0, 1, '0'),
(3161, 15, '19896', 'wallpaper_single_3105', 3, 0, 0, 1, '0'),
(3162, 15, '19896', 'wallpaper_single_3106', 3, 0, 0, 1, '0'),
(3163, 15, '19894', 'floor_single_101', 2, 0, 0, 1, '0'),
(3164, 15, '19894', 'floor_single_102', 2, 0, 0, 1, '0'),
(3165, 15, '19894', 'floor_single_102', 2, 0, 0, 1, '0'),
(3166, 15, '19894', 'floor_single_104', 2, 0, 0, 1, '0'),
(3167, 15, '19894', 'floor_single_105', 2, 0, 0, 1, '0'),
(3168, 15, '19894', 'floor_single_106', 2, 0, 0, 1, '0'),
(3169, 15, '19894', 'floor_single_107', 0, 100, 0, 1, '0'),
(3170, 15, '19894', 'floor_single_108', 2, 0, 0, 1, '0'),
(3171, 15, '19894', 'floor_single_109', 2, 0, 0, 1, '0'),
(3172, 15, '19894', 'floor_single_110', 0, 100, 0, 1, '0'),
(3173, 15, '19894', 'floor_single_111', 2, 0, 0, 1, '0'),
(3174, 15, '19894', 'floor_single_201', 2, 0, 0, 1, '0'),
(3175, 15, '19894', 'floor_single_202', 2, 0, 0, 1, '0'),
(3176, 15, '19894', 'floor_single_202', 2, 0, 0, 1, '0'),
(3177, 15, '19894', 'floor_single_204', 2, 0, 0, 1, '0'),
(3178, 15, '19894', 'floor_single_205', 2, 0, 0, 1, '0'),
(3179, 15, '19894', 'floor_single_206', 2, 0, 0, 1, '0'),
(3180, 15, '19894', 'floor_single_207', 2, 0, 0, 1, '0'),
(3181, 15, '19894', 'floor_single_208', 2, 0, 0, 1, '0'),
(3182, 15, '19894', 'floor_single_209', 2, 0, 0, 1, '0'),
(3183, 15, '19894', 'floor_single_210', 2, 0, 0, 1, '0'),
(3184, 15, '19894', 'floor_single_211', 2, 0, 0, 1, '0'),
(3185, 15, '19894', 'floor_single_201', 2, 0, 0, 1, '0'),
(3186, 15, '19894', 'floor_single_202', 2, 0, 0, 1, '0'),
(3187, 15, '19894', 'floor_single_202', 2, 0, 0, 1, '0'),
(3188, 15, '19894', 'floor_single_204', 2, 0, 0, 1, '0'),
(3189, 15, '19894', 'floor_single_205', 2, 0, 0, 1, '0'),
(3190, 15, '19894', 'floor_single_206', 2, 0, 0, 1, '0'),
(3191, 15, '19894', 'floor_single_207', 2, 0, 0, 1, '0'),
(3192, 15, '19894', 'floor_single_401', 2, 0, 0, 1, '0'),
(3193, 15, '19894', 'floor_single_402', 2, 0, 0, 1, '0'),
(3194, 15, '19894', 'floor_single_402', 2, 0, 0, 1, '0'),
(3195, 15, '19894', 'floor_single_404', 2, 0, 0, 1, '0'),
(3196, 15, '19894', 'floor_single_405', 2, 0, 0, 1, '0'),
(3197, 15, '19894', 'floor_single_406', 2, 0, 0, 1, '0'),
(3198, 15, '19894', 'floor_single_407', 2, 0, 0, 1, '0'),
(3199, 15, '19894', 'floor_single_408', 2, 0, 0, 1, '0'),
(3200, 15, '19894', 'floor_single_409', 2, 0, 0, 1, '0'),
(3201, 15, '19894', 'floor_single_410', 2, 0, 0, 1, '0'),
(3202, 15, '19894', 'floor_single_501', 2, 0, 0, 1, '0'),
(3203, 15, '19894', 'floor_single_502', 2, 0, 0, 1, '0'),
(3204, 15, '19894', 'floor_single_502', 2, 0, 0, 1, '0'),
(3205, 15, '19894', 'floor_single_504', 2, 0, 0, 1, '0'),
(3206, 15, '19894', 'floor_single_505', 2, 0, 0, 1, '0'),
(3207, 15, '19894', 'floor_single_506', 2, 0, 0, 1, '0'),
(3208, 15, '19894', 'floor_single_507', 2, 0, 0, 1, '0'),
(3209, 15, '19894', 'floor_single_601', 2, 0, 0, 1, '0'),
(3210, 15, '19894', 'floor_single_602', 2, 0, 0, 1, '0'),
(3211, 15, '19894', 'floor_single_602', 2, 0, 0, 1, '0'),
(3212, 15, '19894', 'floor_single_604', 2, 0, 0, 1, '0'),
(3213, 15, '19894', 'floor_single_605', 2, 0, 0, 1, '0'),
(3214, 15, '19894', 'floor_single_606', 2, 0, 0, 1, '0'),
(3215, 15, '19894', 'floor_single_607', 2, 0, 0, 1, '0'),
(3216, 15, '19894', 'floor_single_608', 2, 0, 0, 1, '0'),
(3217, 15, '19894', 'floor_single_609', 2, 0, 0, 1, '0'),
(3218, 15, '19894', 'floor_single_610', 2, 0, 0, 1, '0'),
(3219, 15, '19926', 'landscape_single_1.1', 3, 0, 0, 1, '0'),
(3220, 15, '19926', 'landscape_single_2.1', 3, 0, 0, 1, '0'),
(3221, 15, '19926', 'landscape_single_3.1', 3, 0, 0, 1, '0'),
(3222, 15, '19926', 'landscape_single_4.1', 3, 0, 0, 1, '0'),
(3223, 15, '19926', 'landscape_single_5.1', 3, 0, 0, 1, '0'),
(3224, 15, '19926', 'landscape_single_6.1', 3, 0, 0, 1, '0'),
(3225, 15, '19926', 'landscape_single_7.1', 3, 0, 0, 1, '0'),
(3226, 15, '19926', 'landscape_single_1.2', 3, 0, 0, 1, '0'),
(3227, 15, '19926', 'landscape_single_1.3', 3, 0, 0, 1, '0'),
(3228, 15, '19926', 'landscape_single_2.3', 3, 0, 0, 1, '0'),
(3229, 15, '19926', 'landscape_single_3.3', 3, 0, 0, 1, '0'),
(3230, 15, '19926', 'landscape_single_4.3', 3, 0, 0, 1, '0'),
(3231, 15, '19926', 'landscape_single_5.3', 3, 0, 0, 1, '0'),
(3232, 15, '19926', 'landscape_single_6.3', 3, 0, 0, 1, '0'),
(3233, 15, '19926', 'landscape_single_7.3', 3, 0, 0, 1, '0'),
(3234, 15, '19926', 'landscape_single_1.4', 3, 0, 0, 1, '0'),
(3235, 15, '19926', 'landscape_single_2.4', 3, 0, 0, 1, '0'),
(3236, 15, '19926', 'landscape_single_3.4', 3, 0, 0, 1, '0'),
(3237, 15, '19926', 'landscape_single_4.4', 3, 0, 0, 1, '0'),
(3238, 15, '19926', 'landscape_single_5.4', 3, 0, 0, 1, '0');
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`) VALUES
(3239, 15, '19926', 'landscape_single_6.4', 3, 0, 0, 1, '0'),
(3240, 15, '19926', 'landscape_single_7.4', 3, 0, 0, 1, '0'),
(3241, 15, '19926', 'landscape_single_1.5', 3, 0, 0, 1, '0'),
(3242, 15, '19926', 'landscape_single_2.5', 3, 0, 0, 1, '0'),
(3243, 15, '19926', 'landscape_single_3.5', 3, 0, 0, 1, '0'),
(3244, 15, '19926', 'landscape_single_4.5', 3, 0, 0, 1, '0'),
(3245, 15, '19926', 'landscape_single_5.5', 3, 0, 0, 1, '0'),
(3246, 15, '19926', 'landscape_single_6.5', 3, 0, 0, 1, '0'),
(3247, 15, '19926', 'landscape_single_7.5', 3, 0, 0, 1, '0'),
(3248, 15, '19926', 'landscape_single_1.6', 3, 0, 0, 1, '0'),
(3249, 15, '19926', 'landscape_single_2.6', 3, 0, 0, 1, '0'),
(3250, 15, '19926', 'landscape_single_3.6', 3, 0, 0, 1, '0'),
(3251, 15, '19926', 'landscape_single_4.6', 3, 0, 0, 1, '0'),
(3252, 15, '19926', 'landscape_single_5.6', 3, 0, 0, 1, '0'),
(3253, 15, '19926', 'landscape_single_6.6', 3, 0, 0, 1, '0'),
(3254, 15, '19926', 'landscape_single_7.6', 3, 0, 0, 1, '0'),
(3255, 15, '19926', 'landscape_single_1.7', 3, 0, 0, 1, '0'),
(3256, 15, '19926', 'landscape_single_2.7', 3, 0, 0, 1, '0'),
(3257, 15, '19926', 'landscape_single_3.7', 3, 0, 0, 1, '0'),
(3258, 15, '19926', 'landscape_single_4.7', 3, 0, 0, 1, '0'),
(3259, 15, '19926', 'landscape_single_5.7', 3, 0, 0, 1, '0'),
(3260, 15, '19926', 'landscape_single_6.7', 3, 0, 0, 1, '0'),
(3261, 15, '19926', 'landscape_single_7.7', 3, 0, 0, 1, '0'),
(3262, 15, '19926', 'landscape_single_1.8', 3, 0, 0, 1, '0'),
(3263, 15, '19926', 'landscape_single_1.9', 3, 0, 0, 1, '0'),
(3264, 15, '19926', 'landscape_single_1.10', 3, 0, 0, 1, '0'),
(3265, 15, '19926', 'landscape_single_1.11', 3, 0, 0, 1, '0'),
(3266, 15, '19926', 'landscape_single_7.12', 3, 0, 0, 1, '0'),
(4294967295, 13371, '202', 'throne', 100000, 0, 0, 1, '0'),
(3004327, 3013, '3004327', 'edice_val12_therm', 1, 0, 0, 1, '0'),
(3004328, 3013, '3004328', 'hole3', 1, 0, 0, 1, '0'),
(3004331, 3013, '3004331', 'val12_carpet', 1, 0, 0, 1, '0'),
(3004332, 3013, '3004332', 'val12_elevine', 1, 0, 0, 1, '0'),
(3004333, 3013, '3004333', 'val12_flower', 1, 0, 0, 1, '0'),
(3004334, 3013, '3004334', 'val12_hopper1', 1, 0, 0, 1, '0'),
(3004335, 3013, '3004335', 'val12_hopper2', 1, 0, 0, 1, '0'),
(3004336, 3013, '3004336', 'val12_kbooth', 1, 0, 0, 1, '0'),
(3004337, 3013, '3004337', 'val12_lantern', 1, 0, 0, 1, '0'),
(3004338, 3013, '3004338', 'val12_marble1', 1, 0, 0, 1, '0'),
(3004339, 3013, '3004339', 'val12_marble2', 1, 0, 0, 1, '0'),
(3004340, 3013, '3004340', 'val12_pillar1', 1, 0, 0, 1, '0'),
(3004341, 3013, '3004341', 'val12_pillar2', 1, 0, 0, 1, '0'),
(3004342, 3013, '3004342', 'val12_shocker', 1, 0, 0, 1, '0'),
(3004343, 3013, '3004343', 'val12_sofa', 1, 0, 0, 1, '0'),
(3004344, 3013, '3004344', 'val12_table', 1, 0, 0, 1, '0'),
(3004345, 3013, '3004345', 'val12_therm_nfs', 1, 0, 0, 1, '0'),
(3004346, 3013, '3004346', 'val12_vines', 1, 0, 0, 1, '0'),
(3004347, 3013, '3004347', 'val12_xray', 1, 0, 0, 1, '0'),
(90077, 513, '90077', 'picnic_blanket_yel', 3, 0, 0, 1, '0'),
(826389, 94, '826389', 'ads_background', 1, 0, 0, 1, '0'),
(90078, 513, '90078', 'picnic_pillow_yel', 3, 0, 0, 1, '0'),
(90079, 513, '90079', 'picnic_food1', 3, 0, 0, 1, '0'),
(90080, 513, '90080', 'note_tag', 3, 0, 0, 1, '0'),
(90081, 513, '90081', 'picnic_wfall', 3, 0, 0, 1, '0'),
(90082, 513, '90082', 'picnic_blanket_blu', 3, 0, 0, 1, '0'),
(90083, 513, '90083', 'picnic_food3', 3, 0, 0, 1, '0'),
(90084, 513, '90084', 'picnic_blanket', 3, 0, 0, 1, '0'),
(90085, 513, '90085', 'picnic_pillow_blu', 3, 0, 0, 1, '0'),
(90086, 513, '90086', 'picnic_food2', 3, 0, 0, 1, '0'),
(90087, 513, '90087', 'picnic_tele', 3, 0, 0, 1, '0'),
(90088, 513, '90088', 'picnic_basket', 3, 0, 0, 1, '0'),
(90089, 513, '90089', 'picnic_pillow', 3, 0, 0, 1, '0'),
(90090, 513, '90090', 'picnic_chair', 3, 0, 0, 1, '0'),
(90091, 513, '90091', 'picnic_3brds', 3, 0, 0, 1, '0'),
(7000123, 42512, '7000123', 'Iceh2', 2000, 0, 0, 1, '0'),
(7000122, 42512, '7000122', 'Iceh1', 2000, 0, 0, 1, '0'),
(7000121, 42512, '7000121', 'Iceg9', 2000, 0, 0, 1, '0'),
(700018, 42512, '700018', 'Iceg8', 2000, 0, 0, 1, '0'),
(700017, 42512, '700017', 'Iceg7', 2000, 0, 0, 1, '0'),
(700016, 42512, '700016', 'Iceg6', 2000, 0, 0, 1, '0'),
(700015, 42512, '700015', 'Iceg5', 2000, 0, 0, 1, '0'),
(700014, 42512, '700014', 'Iceg4', 2000, 0, 0, 1, '0'),
(700013, 42512, '700013', 'Iceg3', 2000, 0, 0, 1, '0'),
(700012, 42512, '700012', 'Iceg2', 2000, 0, 0, 1, '0'),
(700011, 42512, '700011', 'Iceg1', 2000, 0, 0, 1, '0'),
(833720, 42512, '833720', 'gdicsy', 100000, 0, 0, 1, '0'),
(891034, 42512, '891034', 'CF_1000000_purb', 1000000, 0, 0, 1, '0'),
(891033, 42512, '891033', 'CF_750000_purba', 750000, 0, 0, 1, '0'),
(891032, 42512, '891032', 'CF_500000_purba', 500000, 0, 0, 1, '0'),
(891031, 42512, '891031', 'CF_250000_purba', 250000, 0, 0, 1, '0'),
(891030, 42512, '891030', 'CF_100000_purba', 100000, 0, 0, 1, '0'),
(30000, 180, '30000', 'a0 pet14', 0, 2000, 0, 1, '0'),
(10934, 179, '10934', 'a0 pet9', 15, 0, 0, 1, '0'),
(926505, 42512, '926505', 'DragSkinDjSyn2', 3, 0, 0, 1, '0'),
(926504, 42512, '926504', 'DragSkinDjSyn1', 3, 0, 0, 1, '0'),
(7000198, 42512, '7000198', 'dn_wingedinoi3', 3, 0, 0, 1, '0'),
(30200762, 42512, '30200762', 'VIPE2', 3, 0, 0, 1, '0'),
(30200761, 42512, '30200761', 'VIPE1', 3, 0, 0, 1, '0'),
(23814, 42512, '23814', 'vdeg5', 3, 0, 0, 1, '0'),
(23813, 42512, '23813', 'vdeg4', 3, 0, 0, 1, '0'),
(23812, 42512, '23812', 'vdeg3', 3, 0, 0, 1, '0'),
(23811, 42512, '23811', 'vdeg2', 3, 0, 0, 1, '0'),
(23810, 42512, '23810', 'vdeg1', 3, 0, 0, 1, '0'),
(6736480, 42512, '6736480', 'Eggturkeyfhyu1', 3, 0, 0, 1, '0'),
(378224, 42512, '378224', 'Sonc4', 3, 0, 0, 1, '0'),
(378223, 42512, '378223', 'Sonc3', 3, 0, 0, 1, '0'),
(378222, 42512, '378222', 'Sonc2', 3, 0, 0, 1, '0'),
(378221, 42512, '378221', 'Sonc1', 3, 0, 0, 1, '0'),
(174000, 42512, '174000', 'StRw1', 3, 0, 0, 1, '0'),
(587161, 42512, '587161', 'halowenEggpum1', 3, 0, 0, 1, '0'),
(692641, 42512, '692641', 'MickeyMouseXms', 3, 0, 0, 1, '0'),
(30430161, 42512, '30430161', 'WedEG', 3, 0, 0, 1, '0'),
(3047234, 42512, '3047234', 'KnightEggRaix1', 3, 0, 0, 1, '0'),
(303023, 42512, '303023', 'Frse6', 3, 0, 0, 1, '0'),
(23820, 42512, '23820', 'FBegs', 3, 0, 0, 1, '0'),
(51266, 42512, '51266', 'DSEG3', 3, 0, 0, 1, '0'),
(51264, 42512, '51264', 'DSEG1', 3, 0, 0, 1, '0'),
(51265, 42512, '51265', 'DSEG2', 3, 0, 0, 1, '0'),
(30000355, 42512, '30000355', 'Monkeyg', 3, 0, 0, 1, '0'),
(759262, 42512, '759262', 'treGOW', 2500, 0, 0, 1, '0'),
(759261, 42512, '759261', 'GoWPil', 3, 0, 0, 1, '0'),
(759260, 42512, '759260', 'GoWeg', 3, 0, 0, 1, '0'),
(51244, 42512, '51244', 'TMNT_fountin4', 3, 0, 0, 1, '0'),
(51243, 42512, '51243', 'TMNT_fountin3', 3, 0, 0, 1, '0'),
(51242, 42512, '51242', 'TMNT_fountin2', 3, 0, 0, 1, '0'),
(51241, 42512, '51241', 'TMNT_fountin1', 3, 0, 0, 1, '0'),
(30300353, 42512, '30300353', 'nelyft_brnze', 3, 0, 0, 1, '0'),
(90002, 1304, '1145', 'Goldbar x5', 0, 2500, 0, 5, '0'),
(90001, 1304, '1145', 'Goldbar', 0, 500, 0, 1, '0'),
(30300352, 42512, '30300352', 'nelyft_silvr', 3, 0, 0, 1, '0'),
(10010046, 13, '1145', '10 Goldbars', 5000, 0, 0, 10, '0'),
(10010047, 13, '1145', '10 Goldbars [P]', 4250, 750, 0, 10, '0'),
(30300351, 42512, '30300351', 'nelyft_goldd', 3, 0, 0, 1, '0'),
(51236, 42512, '51236', 'SynDino_Foun6', 3, 0, 0, 1, '0'),
(51235, 42512, '51235', 'SynDino_Foun5', 3, 0, 0, 1, '0'),
(51234, 42512, '51234', 'SynDino_Foun4', 3, 0, 0, 1, '0'),
(51233, 42512, '51233', 'SynDino_Foun3', 3, 0, 0, 1, '0'),
(51232, 42512, '51232', 'SynDino_Foun2', 3, 0, 0, 1, '0'),
(51231, 42512, '51231', 'SynDino_Foun1', 3, 0, 0, 1, '0'),
(325110, 42512, '325110', 'syn_Gothcdragon', 10, 0, 0, 1, '0'),
(423942, 42512, '423942', 'ConstrdragonRx', 3, 0, 0, 1, '0'),
(51249, 42512, '51249', 'Gothic_Dj_Syn', 3, 0, 0, 1, '0'),
(92630, 42512, '92630', 'NewYearsDjSyns', 3, 0, 0, 1, '0'),
(32400121, 42512, '32400121', 'AngelDragonVkr', 3, 0, 0, 1, '0'),
(32400122, 42512, '32400122', 'DevilDragonVkr', 3, 0, 0, 1, '0'),
(56857, 42512, '56857', 'Diatue', 3, 0, 0, 1, '0'),
(56856, 42512, '56856', 'Tyatue', 3, 0, 0, 1, '0'),
(83491, 42512, '83491', 'XmasNellyRaix1', 3, 0, 0, 1, '0'),
(51270, 42512, '51270', 'NaturePs4', 3, 0, 0, 1, '0'),
(51269, 42512, '51269', 'NaturePs3', 3, 0, 0, 1, '0'),
(51268, 42512, '51268', 'NaturePs2', 3, 0, 0, 1, '0'),
(51267, 42512, '51267', 'NaturePs1', 3, 0, 0, 1, '0'),
(24854, 42512, '24854', 'TeenTitanPICM5', 3, 0, 0, 1, '0'),
(24853, 42512, '24853', 'TeenTitanBICM4', 3, 0, 0, 1, '0'),
(24852, 42512, '24852', 'TeenTitanPICM3', 3, 0, 0, 1, '0'),
(24851, 42512, '24851', 'TeenTitanGICM2', 3, 0, 0, 1, '0'),
(24850, 42512, '24850', 'TeenTitanRICM1', 3, 0, 0, 1, '0'),
(56855, 42512, '56855', 'Thatue', 3, 0, 0, 1, '0'),
(51262, 42512, '51262', 'DragonBalZICM3', 3, 0, 0, 1, '0'),
(51261, 42512, '51261', 'DragonBalZICM2', 3, 0, 0, 1, '0'),
(51260, 42512, '51260', 'DragonBalZICM1', 3, 0, 0, 1, '0'),
(30300463, 42512, '30300463', 'Spidryg', 3, 0, 0, 1, '0'),
(30300462, 42512, '30300462', 'Pigieyg', 3, 0, 0, 1, '0'),
(30300461, 42512, '30300461', 'Dogieyg', 3, 0, 0, 1, '0'),
(30300154, 42512, '30300154', 'Dragoyg', 3, 0, 0, 1, '0'),
(30300153, 42512, '30300153', 'Turtlyg', 3, 0, 0, 1, '0'),
(30300152, 42512, '30300152', 'Frogeyg', 3, 0, 0, 1, '0'),
(30300151, 42512, '30300151', 'Chickyg', 3, 0, 0, 1, '0'),
(51258, 42512, '51258', 'East3r', 3, 0, 0, 1, '0'),
(51257, 42512, '51257', 'BunnyS_statue', 3, 0, 0, 1, '0'),
(51256, 42512, '51256', 'BunnyG_statue', 3, 0, 0, 1, '0'),
(90003, 1304, '1145', 'Goldbar x10', 0, 5000, 0, 10, '0'),
(90004, 1304, '1145', 'Goldbar x25', 0, 12500, 0, 25, '0'),
(90005, 1304, '1145', 'Goldbar x50', 0, 25000, 0, 50, '0'),
(90006, 1304, '1145', 'Goldbar x75', 0, 37500, 0, 75, '0'),
(90007, 1304, '1145', 'Goldbar x100', 0, 50000, 0, 100, '0'),
(51255, 42512, '51255', 'Easter_pillar', 3, 0, 0, 1, '0'),
(51259, 42512, '51259', 'Easter_fountn', 3, 0, 0, 1, '0'),
(51263, 42512, '51263', 'Gothic_pillar', 3, 0, 0, 1, '0'),
(334021211, 42512, '334021211', 'VekHCwinecbnit', 3, 0, 0, 1, '0'),
(324390, 42512, '324390', 'Horse_Synstir', 3, 0, 0, 1, '0'),
(33402331, 42512, '33402331', 'Jewlerydiscase', 3, 0, 0, 1, '0'),
(84027, 42512, '84027', 'ChicknestRaix1', 3, 0, 0, 1, '0'),
(30000140, 42512, '30000140', 'Stonesy_bar1', 3, 0, 0, 1, '0'),
(30000141, 42512, '30000141', 'Stonesy_bar2', 3, 0, 0, 1, '0'),
(623546, 42512, '623546', 'MonkeyButler01', 3, 0, 0, 1, '0'),
(482030, 42512, '482030', 'newscfilz', 23000, 0, 0, 1, '0'),
(378201, 42512, '378201', 'Project_H_0001', 3, 0, 0, 1, '0'),
(378202, 42512, '378202', 'Project_H_0002', 3, 0, 0, 1, '0'),
(378203, 42512, '378203', 'Project_H_0003', 3, 0, 0, 1, '0'),
(92780, 42512, '92780', 'snta_globe', 1, 0, 0, 1, '0'),
(51237, 42512, '51237', 'SynDrag_statu', 3, 0, 0, 1, '0'),
(42340, 42512, '42340', 'Arcade_Punish', 3, 0, 0, 1, '0'),
(51245, 42512, '51245', 'USAV_Roller', 15, 0, 0, 5, '0'),
(348420, 42512, '348420', 'CoDPostr1', 3, 0, 0, 1, '0'),
(348421, 42512, '348421', 'CoDPostr2', 3, 0, 0, 1, '0'),
(348422, 42512, '348422', 'CoDPostr3', 3, 0, 0, 1, '0'),
(348423, 42512, '348423', 'CoDPostr4', 3, 0, 0, 1, '0'),
(348424, 42512, '348424', 'CoDPostr5', 3, 0, 0, 1, '0'),
(51246, 42512, '51246', 'flag_Facebok', 3, 0, 0, 1, '0'),
(71000143, 42512, '71000143', 'HeloKt', 2500, 0, 0, 1, '0'),
(345240, 42512, '345240', 'SynShef', 3, 0, 0, 1, '0'),
(700324, 42512, '700014', 'V_ColorR1Nely1', 2000, 0, 0, 1, '0'),
(700325, 42512, '700015', 'V_ColorR1Nely2', 2000, 0, 0, 1, '0'),
(700326, 42512, '700016', 'V_ColorR1Nely3', 2000, 0, 0, 1, '0'),
(700327, 42512, '700017', 'V_ColorR1Nely4', 2000, 0, 0, 1, '0'),
(700328, 42512, '700018', 'V_ColorR1Nely5', 2000, 0, 0, 1, '0'),
(700329, 42512, '700018', 'V_ColorR1Nely6', 2000, 0, 0, 1, '0'),
(51250, 42512, '51250', 'angth1', 2500, 0, 0, 1, '0'),
(51251, 42512, '51251', 'angth2', 2500, 0, 0, 1, '0'),
(51252, 42512, '51252', 'angth3', 2500, 0, 0, 1, '0'),
(51253, 42512, '51253', 'angth4', 2500, 0, 0, 1, '0'),
(51254, 42512, '51254', 'angth5', 2500, 0, 0, 1, '0'),
(30001142, 42512, '30001142', 'thsyd1', 2500, 0, 0, 1, '0'),
(30002142, 42512, '30002142', 'thsyd2', 2500, 0, 0, 1, '0'),
(30003142, 42512, '30003142', 'thsyd3', 2500, 0, 0, 1, '0'),
(71000144, 42512, '71000144', 'Famgy1', 2500, 0, 0, 1, '0'),
(71000145, 42512, '71000145', 'Famgy2', 2500, 0, 0, 1, '0'),
(71000146, 42512, '71000146', 'Famgy3', 2500, 0, 0, 1, '0'),
(71000147, 42512, '71000147', 'Famgy4', 2500, 0, 0, 1, '0'),
(71000148, 42512, '71000148', 'Famgy5', 2500, 0, 0, 1, '0'),
(71000149, 42512, '71000149', 'Famgy6', 2500, 0, 0, 1, '0'),
(71000142, 42512, '71000142', 'Greete', 2500, 0, 0, 1, '0'),
(345303, 42512, '345303', 'Japan_Trax_Syn', 3, 0, 0, 1, '0'),
(926510, 42512, '926510', 'ROTW_Music_Con', 3, 0, 0, 1, '0'),
(829465, 42512, '829465', 'SnoStormAwrdSS', 3, 0, 0, 1, '0'),
(269850, 311865, '31137', 'table_plasto2_round', 3, 0, 0, 1, '0'),
(269851, 311865, '31138', 'table_plasto3_round', 3, 0, 0, 1, '0'),
(269852, 311865, '31139', 'table_plasto_round_lm1', 3, 0, 0, 1, '0'),
(269853, 311865, '31140', 'table_plasto2_sq', 3, 0, 0, 1, '0'),
(269854, 311865, '31141', 'table_plasto3_sq', 3, 0, 0, 1, '0'),
(269855, 311865, '31142', 'table_plasto_sq_lm1', 3, 0, 0, 1, '0'),
(269856, 311865, '31143', 'easel_5', 3, 0, 0, 1, '0'),
(311800, 31186, '31144', 'mnstr_seed', 3, 0, 0, 1, '0'),
(311801, 31186, '31145', 'mnstr_revival', 3, 0, 0, 1, '0'),
(311802, 31186, '31146', 'watering_can', 3, 0, 0, 1, '0'),
(311803, 31186, '31147', 'gardening_box', 3, 0, 0, 1, '0'),
(311804, 31186, '31148', 'gh_div_cor', 3, 0, 0, 1, '0'),
(311805, 31186, '31149', 'gh_div_wall', 3, 0, 0, 1, '0'),
(19928, 191, '20604', 'Black+Yellow USVA Wallrug', 1, 0, 0, 1, '0'),
(19929, 191, '20605', 'Green USVA Rug', 1, 0, 0, 1, '0'),
(19930, 191, '20606', 'Blue USVA Sofa', 1, 0, 0, 1, '0'),
(19931, 191, '20607', 'Red USVA Table Lamp', 1, 0, 0, 1, '0'),
(19932, 191, '20608', 'Green USVA Block Shelf', 1, 0, 0, 1, '0'),
(19933, 191, '20609', 'White USVA Rug', 1, 0, 0, 1, '0'),
(19934, 191, '20610', 'Yellow USVA table', 1, 0, 0, 1, '0'),
(19935, 191, '20611', 'White USVA Shelf', 1, 0, 0, 1, '0'),
(19936, 191, '20612', 'Red USVA Sofa', 1, 0, 0, 1, '0'),
(19937, 191, '20613', 'Pink USVA table', 1, 0, 0, 1, '0'),
(19938, 191, '20614', 'Blue USVA Table', 1, 0, 0, 1, '0'),
(19939, 191, '20615', 'Pink USVA Table Lamp', 1, 0, 0, 1, '0'),
(19940, 191, '20616', 'Yellow USVA Sofa', 1, 0, 0, 1, '0'),
(19941, 191, '20617', 'Yellow USVA Chair', 1, 0, 0, 1, '0'),
(19942, 191, '20618', 'Pink USVA Lamp', 1, 0, 0, 1, '0'),
(19943, 191, '20623', 'Red USVA Chair', 1, 0, 0, 1, '0'),
(19944, 191, '20624', 'Green USVA Shelf', 1, 0, 0, 1, '0'),
(19945, 191, '20625', 'Green USVA Table', 1, 0, 0, 1, '0'),
(19946, 191, '20626', 'Black USVA Rug', 1, 0, 0, 1, '0'),
(19947, 191, '20627', 'Red USVA table', 1, 0, 0, 1, '0'),
(19948, 191, '20629', 'Green USVA Chair', 1, 0, 0, 1, '0'),
(19949, 191, '20630', 'Green USVA Table Lamp', 1, 0, 0, 1, '0'),
(19950, 191, '20631', 'Pink USVA Sofa', 1, 0, 0, 1, '0'),
(19951, 191, '20632', 'White USVA Block Shelf', 1, 0, 0, 1, '0'),
(19952, 191, '20633', 'Red USVA Lamp', 1, 0, 0, 1, '0'),
(19953, 191, '20634', 'Yellow USVA Table Lamp', 1, 0, 0, 1, '0'),
(19954, 191, '20635', 'Green USVA Lamp', 1, 0, 0, 1, '0'),
(19955, 191, '20637', 'Black USVA Block Shelf', 1, 0, 0, 1, '0'),
(19956, 191, '20636', 'Red USVA Rug', 1, 0, 0, 1, '0'),
(19957, 191, '20638', 'Green USVA Sofa', 1, 0, 0, 1, '0'),
(19958, 191, '20639', 'Blue USVA Rug', 1, 0, 0, 1, '0'),
(19959, 191, '20640', 'Blue USVA Chair', 1, 0, 0, 1, '0'),
(19960, 191, '20641', 'White+Blue USVA Wallrug', 1, 0, 0, 1, '0'),
(19961, 191, '20642', 'Green USVA Wallrug', 1, 0, 0, 1, '0'),
(19962, 191, '20642', 'White+Pink USVA Wallrug', 1, 0, 0, 1, '0'),
(19963, 191, '20644', 'Red USVA Wallrug', 1, 0, 0, 1, '0'),
(19964, 191, '20628', 'Blue USVA Lamp', 1, 0, 0, 1, '0');


/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;


[SIZE=4]

Catalog Pages:
Code:
[/SIZE]-- phpMyAdmin SQL Dump-- version 3.4.5
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: May 15, 2012 at 10:51 AM
-- Server version: 5.5.16
-- PHP Version: 5.3.8


SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";




/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;


--
-- Database: `habxl`
--


-- --------------------------------------------------------


--
-- Table structure for table `catalog_pages`
--


CREATE TABLE IF NOT EXISTS `catalog_pages` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `parent_id` int(11) NOT NULL DEFAULT '-1',
  `caption` varchar(100) NOT NULL,
  `icon_color` int(11) NOT NULL DEFAULT '1',
  `icon_image` int(11) NOT NULL DEFAULT '1',
  `visible` enum('0','1') NOT NULL DEFAULT '1',
  `enabled` enum('0','1') NOT NULL DEFAULT '1',
  `min_rank` int(10) unsigned NOT NULL DEFAULT '1',
  `club_only` enum('0','1') NOT NULL DEFAULT '0',
  `order_num` int(11) NOT NULL,
  `page_layout` enum('default_3x3','frontpage','spaces','recycler','recycler_info','recycler_prizes','trophies','plasto','marketplace','marketplace_own_items','pets','pets2','club_buy','club_gifts') NOT NULL DEFAULT 'default_3x3',
  `page_headline` text NOT NULL,
  `page_teaser` text NOT NULL,
  `page_special` text NOT NULL,
  `page_text1` text NOT NULL,
  `page_text2` text NOT NULL,
  `page_text_details` text NOT NULL,
  `page_text_teaser` text NOT NULL,
  `vip_only` enum('1','0') NOT NULL DEFAULT '0',
  `page_link_description` text NOT NULL,
  `page_link_pagename` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=3648260 ;


--
-- Dumping data for table `catalog_pages`
--


INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`, `vip_only`, `page_link_description`, `page_link_pagename`) VALUES
(1, -1, 'Welcome to HabXL!', 1, 64, '1', '1', 1, '0', 0, 'frontpage', 'catalog_frontpage_headline2_en', 'topStory_bigWave_2', '', 'What will be your next furni?', '', 'How to get HabXL CreditsThere are lots of ways to earn HabXL Credits, here are just a few ways;\r\nEvery 15 minutes gain 200 credits                             Unlock achievements for credits                               Verify your email for 2500 credits                                 Purchase VIP for double credits!\r\nRedeem a voucher code here:', '', '0', 'Check out our huge catalogue! We''ve got furni for everyone!', 'Redeem your credits here:'),
(3, -1, 'Classic Furni', 3, 2, '1', '0', 1, '0', 40, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', '', '', '', '', '0', '', ''),
(4, -1, 'Pixel Shop', 9, 5, '1', '0', 1, '0', 60, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', '', '', '', '', '0', '', ''),
(5, -1, 'XL Club and VIP', 7, 75, '1', '0', 1, '0', 30, 'default_3x3', 'catalog_club_headline1', 'catalog_hc_teaser', '', '', '', '', '', '0', '', ''),
(7, 5, 'Buy Club', 1, 75, '1', '1', 1, '0', 10, 'default_3x3', 'habboclub_2', 'catalog_hc_teaser', '', 'Habbo club es mas privilejios y ya', '', '', '', '0', '', ''),
(8, 5, 'Furni', 1, 75, '1', '1', 1, '0', 20, 'default_3x3', 'habboclub_2', 'catalog_hc_teaser', '', 'We''ve got all that exclusive club furniture available for you right here .. but for an exclusive price.', '', '', '', '0', '', ''),
(9, -1, 'Ecotron', 3, 7, '1', '0', 1, '0', 70, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', '', '', '', '', '0', '', ''),
(10, 9, 'Ecotron', 1, 7, '1', '1', 1, '0', 10, 'recycler', 'catalog_recycler_headline3', 'ctlg_ecotron_image', '', 'Become an Eco-warrior', 'Recycle your worthless stuff and be rewarded with a random prize. Check out the prizes and the instructions for recycling.', 'Drag 5 items to the boxes below and click recycle!', '', '0', '', ''),
(11, 9, 'Rewards', 1, 26, '1', '1', 1, '0', 30, 'recycler_prizes', 'catalog_recycler_headline3', '', '', 'What are the prizes? Ecotron box may contain one of these:', '', '', '', '0', '', ''),
(12, 9, 'Instructions', 1, 42, '1', '1', 1, '0', 20, 'recycler_info', 'catalog_recycler_headline3', 'ctlg_ecotron_box', '', 'The Ecotron is a furni recycler. Get rid of old furni... what will you get in return? It''s a surprise! Become a Habbo eco-warrior. No refunds!', 'How to use the Ecotron?', '1. Just drag 5 items from your hand to the Ecotron. One item / square. Recyclable items are marked in your inventory with an image. When you have 5 items in the boxes, click the "Recycle" button. You can now find the Ecotron prize box from your hand.\r\n\r\n2. Click the box to see its tag. Open the box, or trade it unopened. The timer shows you how long you have to wait before you can recycle more items. Check the prizes before you recycle- don''t be surprised by the surprise!', '', '0', '', ''),
(13, -1, 'Exchange', 11, 6, '1', '1', 1, '0', 90, 'default_3x3', 'catalog_bank_headline1', 'catalog_bank_teaser', 'catalog_special_txtbg1', 'You can exchange your Uber credits here for Exchange furniture, which you can use in a trade or simply exchange for actual credits.', '', 'Click on an item to see more details.', 'Gold! Glorious Gold!', '0', '', ''),
(14, -1, 'Pets Shop', 2, 8, '1', '0', 1, '0', 80, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', '', '', '', '', '0', '', ''),
(15, 3, 'Spaces', 1, 55, '1', '1', 1, '0', 0, 'spaces', 'catalog_spaces_headline1', '', '', 'Floors, wallpapers and landscapes - get a groovy combination for your room! Use our sample room below to try before you buy! Select your favourite designs and colours and simply click Buy!', '', '', '', '0', '', ''),
(16, 91, 'Limited Edition', 1, 26, '1', '1', 7, '0', 20, 'default_3x3', 'catalog_limited_headline1', 'catalog_limited_teaser', '', 'Here for one week only, it''s the purple umbrella! Grab it while you can!', '', 'Click on an item for more information.', '', '0', '', ''),
(24, 3, 'Windows', 0, 63, '1', '1', 1, '0', 180, 'default_3x3', 'ctlg_windows_headline1_en', 'ctlg_windows_teaser1_en', 'catalog_special_txtbg2', 'Let some light in! Our windows come in many unique styles to give an exciting look to your room. Buy landscapes to go with your windows from the ''Spaces'' page!', '', 'Click on an item for more information.', 'Ooh, new view!', '0', '', ''),
(26, 3, 'Moodlights', 0, 40, '1', '1', 1, '0', 90, 'default_3x3', 'catalog_dimmers_header_en', 'dimmers_teaser', '', 'Our range of moodlights allow you to control the atmosphere and transform your room in just a click. What will your room look like? Click the switch and find out now!', '', 'Click on an item for more information.', '', '0', '', ''),
(27, 350, 'Christmas', 1, 64, '1', '1', 1, '0', 470, 'default_3x3', 'catalog_xmas_headline1', 'xmas2009_catalogue', 'catalog_special_txtbg2', 'Get yourself into the Christmas spirit with our selection of festive furni! From baubles to Reindeer poo, we''ve got it all!', '', 'Click on an item for more information.', '''tis the season!', '0', '', ''),
(28, 351, 'Arctic', 0, 13, '1', '1', 1, '0', 350, 'default_3x3', 'catalog_arc_header1_en', 'catalog_arc_teaser1_en', '', 'Stay cool (or warm with out campfire!) with and create your own Winter Wonderland or Humble Homeland for your Penguins.', '', 'Click on an item for more information.', '', '0', '', ''),
(29, 3, 'Teleporters', 0, 58, '1', '1', 1, '0', 160, 'default_3x3', 'catalog_doors_headline1', 'catalog_door_a', 'catalog_special_txtbg1', 'Take your room to a whole new level with our range of space age teleporters! Just buy a pair, put one in each room and voila! You''ll have two linked rooms!', '', 'Click on an item for more information.', 'Take your room to the next level!', '0', '', ''),
(30, 3, 'Mode', 0, 39, '1', '1', 1, '0', 80, 'default_3x3', 'catalog_mode_headline1', 'catalog_mode_teaser1', 'catalog_special_txtbg2', 'Steely, grey industrial standard metal with a sleek design. The perfect range for a streetwise city dweller.', '', 'Click on an item for more information.', 'So shiny and new..', '0', '', ''),
(31, 3, 'Candy', 0, 19, '1', '1', 1, '0', 40, 'default_3x3', 'catalog_candy_headline1', 'catalog_candy_teaser1', 'catalog_special_txtbg2', 'A bit more feminine than ''Mode'', this will add a bit of glamour and glitz to your rooms. Lacking a few items? Head on over to the ''Mode'' catagory!', '', 'Click on an item for more information.', 'lol I killed a pink bear for this rug!', '0', '', ''),
(32, 3, 'Pura', 0, 48, '1', '1', 1, '0', 120, 'default_3x3', 'catalog_pura_headline1', 'catalog_pura_teaser1', 'catalog_special_txtbg2', 'The clenest, freshest range. You can almost hear it breath cool and tranquility within your room. Use it to create a haven away from the hetic lifestyle of UberHotel.', '', 'Click on an item for more information.', 'So many colors!', '0', '', ''),
(33, 3, 'Area', 0, 14, '1', '1', 1, '0', 20, 'default_3x3', 'catalog_area_headline1', 'catalog_area_teaser1', 'catalog_special_txtbg2', 'A chunky and sofisticated line for the down-to-earth, studious Uber. It''s simplicty is beautful and will add a welcoming charm to every room.', '', 'Click on an item for more information.', 'Beautiful in it''s simplicity! ', '0', '', ''),
(34, 351, 'Country', 0, 21, '1', '1', 1, '0', 20, 'default_3x3', 'country_header1_en_001', 'country_teaser1', 'catalog_special_txtbg2', 'Lets leave the busy city streets and head over to the wide abyss of golden whear, emerald fields and home grown, organic vegetables. Everything you need to create a farm!', '', 'Click on an item for more information.', 'Who''d be a crow, eh?', '0', '', ''),
(35, 3, 'Lodge', 0, 37, '1', '1', 1, '0', 70, 'default_3x3', 'catalog_lodge_headline1', 'catalog_lodge_teaser1', 'catalog_special_txtbg2', 'For that splendid ski-lodge effect with an open fire and whisky on the sidebar. This range is for those who appreicate the true beauty of solid wood.', '', 'Click on an item for more information.', 'I liek wood!', '0', '', ''),
(36, 3, 'Plastic', 0, 46, '1', '1', 1, '0', 110, 'plasto', 'catalog_plasto_headline1', '', '', 'Throw on an afro and grab a disco ball! Feel that retro, 1970s vibe? You soon will with this colourful, plastic range! Choose a colour to suit your mood and off you go!', '', 'Click on an item for more information.', '', '0', '', ''),
(38, 3, 'Bathroom', 0, 17, '1', '1', 1, '0', 30, 'default_3x3', 'catalog_bath_headline1', 'catalog_bath_teaser1', 'catalog_special_txtbg2', 'Lets face it.. you can''t live without your bathroom. Give yours guests somewhere to freshen up with our cheeful bathroom collection!', '', 'Click on an item for more information.', 'Every Uber needs one!', '0', '', ''),
(39, 3, 'Plants', 0, 45, '1', '1', 1, '0', 100, 'default_3x3', 'catalog_plants_headline1', 'catalog_plants_teaser1', 'catalog_special_txtbg2', 'Every room needs some greenery, dear! Not only do they enhance the air quality, they cheer up a room to make it simply splendid! And what better gift for a friend than an elegant rose..', '', 'Click on an item for more information.', 'I''m a tree!', '0', '', ''),
(40, 3, 'Rugs', 0, 52, '1', '1', 1, '0', 140, 'default_3x3', 'catalog_rugs_headline1', 'catalog_posters_teaser1', 'catalog_special_txtbg2', 'Rugs for all occasions, white for weddings, black for funerals and everything in between! All rugs and non-slip and machine washable. Take your pick!', '', 'Click on an item for more information.', 'This''ll be perfect in my room!', '0', '', ''),
(41, 3, 'Gallery', 0, 47, '1', '1', 1, '0', 50, 'default_3x3', 'catalog_gallery_headline1', 'catalog_posters_teaser1', 'catalog_special_txtbg2', 'Adorn your walls with posters, art, plaques and wall hangings. This gallery is bursting with items to suit all tastes, traditional and modern!', '', 'Click on an item for more information.', 'Brighten up your walls!', '0', '', ''),
(42, 3, 'Trophies', 0, 60, '1', '1', 1, '0', 170, 'trophies', 'catalog_trophies_headline1', '', '', 'Everyones a winner with Habboon trophies! Now you can reward all your friends with our pre-polished array of trohpies. In bronze, silver and gold. \r\nFirst choose your trophy model, then the metal and carefully type your inscription. Don''t worry, we''ll engrave it all with your name and the date.', '', 'Click on an item for more information.', '', '0', '', ''),
(43, 3, 'Accessories', 0, 11, '1', '1', 1, '0', 10, 'default_3x3', 'catalog_extra_headline1', 'catalog_extra_teaser1', 'catalog_special_txtbg2', 'However you like to place your essentials, its the finishing touches that really make a room and express your true personality. Don''t forget, like anything else, you can move them all about to suit your mood!', '', 'Click on an item for more information.', 'I love my rabbit...', '0', '', ''),
(45, 4, 'Rentals', 0, 44, '1', '1', 1, '0', 230, 'default_3x3', 'catalog_pixelrent_headline1_en', 'catalog_pxl_teaser3_en', '', 'Hire some cool effects to add an explosive touch to your room. From bubbles to firestarters, you can enhance your room dramatically!', '', 'Click on an item for more information.', '', '0', '', ''),
(58, 350, 'Bensalem', 0, 18, '1', '1', 1, '0', 30, 'default_3x3', 'catalog_lc_headline2_en', 'catalog_lc_teaser1_en_001', '', 'Under the seaaaaaaaaa, oh, Under the seaaaaaa! What will your underwater world look like? We have it all here, crabs, HIV and genital warts!', '', 'Click on an item for more information.', '', '0', '', ''),
(59, 350, 'Easter', 3, 25, '1', '1', 0, '0', 10, 'default_3x3', 'catalog_easter_headline1', 'catalog_easter_teaser1', '', 'Little birdies hatching from their eggs, pretty, dainty flowers blooming and cute rabbits bouncy in Spring meadows.. It''s Easter!', '', 'Click on an item for more information.', '', '0', '', ''),
(60, 351, 'Executive', 0, 27, '1', '1', 1, '0', 50, 'default_3x3', 'catalog_exe_headline1_en', 'catalog_exe_teaser_en', '', 'For the ultimate business man, the Executive range with its leather seats and Italian coffee is a dream! How about you try the easy lifestyle?', '', 'Click on an item for more information.', '', '0', '', ''),
(61, 351, 'Glass', 0, 29, '1', '1', 1, '0', 30, 'default_3x3', 'catalog_glass_headline1', 'catalog_glass_teaser1', '', 'You can really open up a space with this stylish glass furniture, just don''t walk into it!', '', 'Click on an item for more information.', '', '0', '', ''),
(62, 350, 'Gothic', 0, 30, '1', '1', 1, '0', 70, 'default_3x3', 'catalog_gothic_headline1', 'catalog_gothic_teaser1', '', 'As the church bells ring out midnight, you walk through your cobbled hall lit by candles, throw yourself into your medieval throne and paint your nails black. This is what we imagined when we ordered this range!', '', 'Click on an item for more information.', '', '0', '', ''),
(63, 351, 'Sports', 0, 56, '1', '1', 1, '0', 180, 'default_3x3', 'sports', 'catalog_sports_teaser1', '', 'Sport contains all those vital Olympic pieces from running tracks to basketball courts! 3 2 1 GO!', '', 'Click on an item for more information.', '', '0', '', ''),
(64, 351, 'Grunge', 0, 32, '1', '1', 1, '0', 80, 'default_3x3', 'catalog_grunge_headline1', 'catalog_gru_teaser_en', '', 'Sleeping rough? Make the streets a bit more bearable with our collection of homeless furni, Grunge!', '', 'Click on an item for more information.', '', '0', '', ''),
(56, 350, 'Alhambra', 0, 12, '1', '1', 1, '0', 10, 'default_3x3', 'catalog_alh_headline1_en', 'catalog_alh_teaser1_en', '', 'For the cold Arabian nights and hot Arabian days, you''ll need a palace.. and we have just what you need! Green blossom print should cover it just fine!', '', 'Click on an item for more information.', '', '0', '', ''),
(57, 350, 'Asian', 0, 15, '1', '1', 1, '0', 20, 'default_3x3', 'catalog_asian_headline1', 'catalog_asian_teaser1', '', 'Ting tong! Ching chong? Ting chong ting, ping ping! I mean uh.. with our authentic Chinese furniture, you can make a beautiful oriental room!', '', 'Click on an item for more information.', '', '0', '', ''),
(55, 3, 'Iced', 0, 13, '1', '1', 1, '0', 60, 'default_3x3', 'catalog_iced_headline1', 'catalog_iced_teaser1', '', 'The Iced range, squishy, soft and most definitely cool. Whatever your needs, this stylish range should  cover it!', '', 'Click on an item for more information.', '', '0', '', ''),
(65, 351, 'HabboWood', 0, 33, '1', '1', 1, '0', 90, 'default_3x3', 'habbowood', '', '', 'No flash photography, darling! This range is only for the VIP Hollywood actors!', '', 'Click on an item for more information.', '', '0', '', ''),
(66, 350, 'Halloween', 0, 34, '1', '1', 1, '0', 500, 'default_3x3', 'catalog_halloween_headline1', '', '', 'WooOOOOoooOOoo! Spooky! Don''t wanna be left with this range at night.. who knows what would happen!', '', 'Click on an item for more information.', '', '0', '', ''),
(67, 350, 'Japan', 0, 36, '1', '1', 1, '0', 50, 'default_3x3', 'catalog_jap_headline2_en', 'catalog_jap_teaser3_en', '', 'We have sushi, tatami and katana''s! I have no idea what the difference is, but I sure know its Japanese! Fulfil your fantasies and buy some today!', '', 'Click on an item for more information.', '', '0', '', ''),
(68, 350, 'Lost Tribe', 0, 38, '1', '1', 1, '0', 60, 'default_3x3', 'losttribe', 'LT_teaser_en', '', 'Start your own tribal village with our ancient furniture, all carved from hard wearing stone. NOTE: Lava is hot, get an adult to help you.', '', 'Click on an item for more information.', '', '0', '', ''),
(69, 351, 'Neon', 0, 41, '1', '1', 1, '0', 120, 'default_3x3', 'catalog_neon_header1_en', 'catalog_neon_teaser1_en', '', 'New years eve, birthdays and every other day of the year, there''s always an exscuse for a party! So, why don''t you buy some Neon furni!?', '', 'Click on an item for more information.', '', '0', '', ''),
(71, 351, 'Relax', 0, 49, '1', '1', 1, '0', 140, 'default_3x3', 'rela_header_en', 'rela_teaser_en', '', 'Relax after a busy day in the Welcome Lounge. Light a few candles, and chill out with a good read in a wicker chair. We understand the needs of an Uber with a hectic lifestyle!', '', 'Click on an item for more information.', '', '0', '', ''),
(72, 351, 'Romantique', 0, 50, '1', '1', 1, '0', 150, 'default_3x3', 'catalog_romantique_headline1', 'catalog_rom_teaser_en', '', 'Found in a French barn, this sweet but sexily romantic range caters to every ladies needs. Just going to powder my nose!', '', 'Click on an item for more information.', '', '0', '', ''),
(73, 351, 'Science Fiction', 0, 53, '1', '1', 1, '0', 170, 'default_3x3', 'sf_header_en', 'sf_teaser_en', '', 'Blipblop blip blip blip.. Oooh.. what''s this button do?.. You can find out exactly what it does with our new Scifi range, batteries included!', '', 'Click on an item for more information.', '', '0', '', ''),
(74, 350, 'Shalimar', 0, 54, '1', '1', 1, '0', 70, 'default_3x3', 'catalog_shal_header1_en', 'catalog_shal_teaser_en', '', 'Everyone loves Bollywood! Want some free credits? Tell Oscar you successfully read the Shalimar page! Tell no one else you found this Easter egg. Watch out for rose petals!', '', 'Click on an item for more information.', '', '0', '', ''),
(75, 351, 'Summer', 0, 57, '1', '1', 1, '0', 320, 'default_3x3', 'catalog_frontpage_headline2_en', 'catalog_sum_teaser1_en', '', 'Phwoar! Start up the barbie! This range has everything you need for the perfect summer garden!', '', 'Click on an item for more information.', '', '0', '', ''),
(76, 351, 'Love', 0, 62, '1', '1', 1, '0', 460, 'default_3x3', 'catalog_love_headline1', '', '', 'Love is in the air once again! Buy your sweetheart a rose or whisper sweet nothings in their ear on a love sofa. Can you feel it? <3', '', 'Click on an item for more information.', '', '0', '', ''),
(77, 350, 'Greek', 0, 31, '1', '1', 1, '0', 40, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', 'Be transported back to ancient Greece with a couple of thousand pounds and British Airways. Until then, build your own panthenon with our realist Greek range!', '', 'Click on an item for more information.', '', '0', '', ''),
(85, 3, 'Collectables', 0, 71, '1', '1', 1, '0', 10, 'default_3x3', 'collectibles', 'catalog_collectibles', '', 'The Pixel Collectables are the ultimate collectors items, requiring a mammoth 2000 pixels and credits to buy! If you collect all the pieces and manage to put them together in certain ways, you''ll receive a special effect!', '', 'Click on an item for more information.', '', '0', '', ''),
(88, 351, 'Virus', 0, 42, '1', '1', 1, '0', 210, 'default_3x3', 'catalog_vir_header1_en', 'catalog_vir_teaser_en', '', 'All of Uber''s emergency pandemic supplies are kept here! They need a bit of a clean after the exploding puss disease but.. they''ll do fine!', '', 'Click on an item for more information.', '', '0', '', ''),
(91, -1, 'Staff', 10, 28, '1', '0', 7, '0', 130, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', '', '', '', '', '0', '', ''),
(93, 91, 'Trophies', 1, 60, '1', '1', 7, '0', 10, 'trophies', 'catalog_trophies_headline1', '', '', 'This page contains special trophies available for staff to give as prizes. STAFF CAUGHT GIVING OUT THESE WITH NO REASON WILL BE DEMOTED.', '', 'Click in this grey box and type your inscription *carefully* - it''s permanent!', '', '0', '', ''),
(94, 91, 'Rares', 1, 10, '1', '1', 7, '0', 20, 'default_3x3', 'catalog_rares_headline1', '', '', 'This page contains special rares available for staff. STAFF CAUGHT GIVING OUT THESE WITH NO REASON WILL BE DEMOTED.', '', 'Click on an item for more information.', '', '0', '', ''),
(95, 91, 'Promo', 1, 11, '1', '1', 7, '0', 30, 'default_3x3', 'catalog_rares_headline1', '', '', 'This page contains special promotional items available for staff. STAFF CAUGHT GIVING OUT THESE WITH NO REASON WILL BE DEMOTED.', '', 'Click on an item for more information.', '', '0', '', ''),
(105, 91, 'Rares', 0, 69, '1', '1', 7, '0', 570, 'default_3x3', 'catalog_rares_headline1', '', '', 'On this page, we have some lovely rares for you! We''ve kept a few behind for competition and event prizes!', '', 'Click on an item for more information.', '', '0', '', ''),
(103, 351, 'Diner', 0, 51, '1', '1', 1, '0', 40, 'default_3x3', 'diner', 'catalog_diner_teaser_en', '', 'Originally from the 50''s this furni has been refurbished and put right into the catalogue! Use this with the Kitchen range for ultimate diner experience!', '', 'Click on an item for more information.', '', '0', '', ''),
(112, 351, 'Twilight', 0, 64, '1', '1', 1, '0', 190, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', 'I''ve never read the book, all I know is it has vampires playing basket ball and some heart throb called Edward Cullen, but the furni looks good!', '', 'Click on an item for more information.', '', '0', '', ''),
(123, 4, 'Hello', 0, 35, '1', '1', 1, '0', 240, 'default_3x3', 'catalog_hello_header1_en', 'catalog_hello_teaser1_en', '', 'Hello Furni is available with Pixels and is perfect if you are decorating your room for the very first time. The Furni is yours to keep and therefore cannot be traded.', '', 'Click on an item for more information.', '', '0', '', ''),
(125, 4, 'Special Effects', 0, 61, '1', '1', 1, '0', 250, 'default_3x3', 'catalog_pixeleffects_headline1_en', 'catalog_pxl_teaser1_en', '', 'Tune your character with cool effects that fit the occasion. Ride the hoverboard and spit on the mic. Effects can be activated from the menu, by clicking on your avatar.', '', 'Click on an item for more information.', '', '0', '', ''),
(126, 350, 'Tiki', 0, 59, '1', '1', 1, '0', 80, 'default_3x3', 'catalog_tiki_header1_en', 'tiki_teaser', '', 'Imagine in the scene.. lost on a desert island when you stumble across a small local tribe.. now you can with our Tiki range!', '', 'Click on an item for more information.', '', '0', '', ''),
(128, 351, 'Urban', 0, 26, '1', '1', 1, '0', 200, 'default_3x3', 'urban_header_en', 'urban_teaser_en', '', 'New York City styled furni range, Urban is perfect for any street, alleyway or road. Rubbish bins, street lights and benches, all the Urban furniture you need!', '', 'Click on an item for more information.', '', '0', '', ''),
(129, 4, 'Automobile', 0, 16, '1', '1', 1, '0', 260, 'default_3x3', 'catalog_automobile_header1_en', 'catalog_automobile_teaser1_en', '', 'Every Uber needs a car effect! Not only do they bring a bit of the outside inside, they also enhance the air quality! And what better gift for a friend than a beautiful traffic sign or elegant pile of tires...', '', 'Click on an item for more information.', '', '0', '', ''),
(351, -1, 'Themed Furni', 3, 2, '1', '0', 1, '0', 40, 'default_3x3', '', '', '', '', '', '', '', '0', '', ''),
(134, 91, 'System', 0, 1, '1', '1', 7, '0', 40, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', '', '', 'Click on an item for more information.', '', '0', '', ''),
(137, 91, 'Orgie', 51, 1, '1', '1', 1, '0', 550, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', 'The latest range from Ann Summers, the Orgie line. Made of soft, wipe clean plastic, its perfect for any three, four or fivesome!', '', 'Click on an item for more information.', '', '0', '', ''),
(136, 351, 'Bling', 0, 42, '1', '1', 1, '0', 10, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', 'Bling, Bling! Flash, Flash! Want to have that real celebrity lifestyle? Well, go somewhere else, all we have here is a tacky range of furni.', '', 'Click on an item for more information.', '', '0', '', ''),
(139, 14, 'Pets Info', 0, 42, '1', '1', 1, '0', 80, 'pets2', 'catalog_pet_headline1', 'ctlg_pet_note', '', 'Pets are inhabitants of uberHotel too, so each pet owner needs to know a bit about them. Look after your pet by looking through our key points below.', '', '', '- You cannot trade or give away pets. Once you purchase them, they will be yours forever.\r\n- You can own as many as you want, but you can have no more than 5 pets per room.\r\n- You can take pets with you to other rooms, should the room owner allow you to do so.\r\n- Your pet needs to be trained before it''ll listen to your commands. By training your pets, you can gain some awesome achievements as well.', '0', '', ''),
(141, 14, 'Pigs', 0, 67, '1', '1', 1, '0', 10, 'pets', 'catalog_pet_headline1', '', '', 'These little scamps were destined for the dining table until we struck a deal with a local farmer to rescue their cute pigtails! Adopt your little piglet today, all you need now is a name.', '', 'Give a name:Pick a color:Pick a race:', '', '0', '', ''),
(142, 14, 'Pet Accessories', 0, 43, '1', '1', 1, '0', 70, 'default_3x3', 'catalog_pet_headline1', 'ctlg_pet_teaser1', 'catalog_special_txtbg2', 'This page has everything you need to give your pet the happy life it deserves. We''ve got a huge selection!', '', 'Click on an item for more information.', 'Keep ''em happy!', '0', '', ''),
(143, 351, 'Flower Power', 0, 73, '1', '1', 1, '0', 60, 'default_3x3', 'flowerpower', '', '', 'Woah! Far out man... let the petals take control. Lets collaborate on a hippy hideout and plant some seeds! Lucy in the sky with diamonds style eyy?!', '', 'Click on an item for more information.', '', '0', '', ''),
(144, 351, 'Runway', 0, 74, '1', '1', 1, '0', 160, 'default_3x3', 'runway_header_en', 'runway_teaser_en', '', 'Spice up your salon, hair parlour or boutique with our stylish yet practical range! From sewing machines to comfy seating, we''ve got the perfect option for you.', '', 'Click on an item for more information.', '', '0', '', ''),
(145, 351, 'Wedding', 0, 10, '1', '1', 1, '0', 560, 'default_3x3', 'Wedding', '', '', 'Quien es el afortunado de casarse?', '', 'Click on an item for more information.', '', '0', '', ''),
(147, 14, 'Terriers', 0, 66, '1', '1', 1, '0', 20, 'pets', 'catalog_pet_headline1', '', '', 'Good things come in small packages and Habbo''s Terriers are no exception!', '', 'Give a name:Pick a color:Pick a race:', '', '0', '', ''),
(148, 14, 'Bears', 0, 68, '1', '1', 1, '0', 30, 'pets', 'catalog_pet_headline1', '', '', 'A large, heavy, mammal that walks on the soles of its feet, with thick fur and a very short tail. Fall in love with our adorable range of Bears that include the Grizzly and Polar varieties!', '', 'Give a name:Pick a color:Pick a race:', '', '0', '', ''),
(149, 14, 'Cats', 0, 20, '1', '1', 1, '0', 40, 'pets', 'catalog_pet_headline1', '', '', 'Fluff, whiskers, meows and purrs! You''re about to enter the world of Habbo Cats. These cute little critters make great playmates and will keep you company if you look after them well. Find a new friend from our ever-changing selection.', '', 'Give a name:Pick a color:Pick a race:', '', '0', '', ''),
(150, 14, 'Dogs', 0, 24, '1', '1', 1, '0', 50, 'pets', 'catalog_pet_headline1', '', '', 'Wet noses, paws, yaps and woofs! You''re about to enter the world of Habbo Dogs. An adorable and faithful servant awaits you with a wagging tail everytime they see you. Find a new friend from our ever-changing selection.', '', 'Give a name:Pick a color:Pick a race:', '', '0', '', ''),
(151, 14, 'Crocs', 0, 22, '1', '1', 1, '0', 60, 'pets', 'catalog_pet_headline1', '', '', 'Scaly skin, growls and snaps! You''re about to enter the world of Habbo Crocs. Security for your room or to scare your friends a trustworthy and surprisingly loving companion can be yours. Find a new friend from our ever-changing selection.', '', 'Give a name:Pick a color:Pick a race:', '', '0', '', ''),
(152, 503, 'Football', 0, 56, '1', '1', 1, '0', 20, 'default_3x3', 'WorldCup', 'worldcup_teaser', '', 'Football', '', 'Click on an item for more information.', '', '0', '', ''),
(102, 3, 'Rollers', 0, 96, '1', '1', 1, '0', 130, 'default_3x3', 'catalog_roller_headline1', 'catalog_teaser_rollers_en', '', 'Zoooooooom, Zooooooooooooooooooooooooooom! Was it a plane? Was it a bird!? No, it was Roy on a roller! You can use rollers in games, events or even just to  move a queue along.', '', 'Click on an item for more information.', '', '0', '', ''),
(163, 351, 'CapriSun', 1, 64, '1', '1', 1, '0', 90, 'default_3x3', 'caprisun_header', 'caprisun_teaser', '', 'Mira ese jugo, tal persona quiere tomarlo, ?eh? Hay muchas formas de refrescarse ahora en este verano. Y CapriSun es uno de los mejores refrescos de este verano 2010. ?Pruebalo!', '', '', '', '0', '', ''),
(185, 351, 'Fish Sources', 1, 18, '1', '1', 1, '0', 30, 'default_3x3', 'catalog_rares_headl ine1', '', '', '?Aqu? tienes una larga lista de rares! ?Aprov?chalos!.', '', 'Clickea en un furni para obtener m?s informaci?n.', '', '0', '', ''),
(159, 351, 'Prison', 2, 14, '1', '1', 1, '0', 130, 'default_3x3', 'catalog_extra_headline1', 'catalog_extra_teaser1', 'catalog_special_txtbg2', '?Nuevos Furnis C?rcel en JavvoHB!', '', 'Wooow, JavvoHB siempre est? a la ultima.', '', '0', '', ''),
(117, 116, 'Offers', 1, 70, '1', '1', 1, '0', 10, 'marketplace', 'marketplace', '', '', '', '', '', '', '0', '', ''),
(118, 116, 'My Sales', 1, 71, '1', '1', 1, '0', 20, 'marketplace_own_items', 'marketplace', '', '', '', '', '', '', '0', '', ''),
(172, 91, 'Special Offers', 0, 3, '1', '1', 7, '0', 60, 'default_3x3', 'catalog_cltbs_header1_en', 'catalog_cltbs_teaser_en', '', 'Los Raros coleccionables son Furni especial que se vende s??lo por un breve espacio de tiempo. Aumentan tu poder de cambio y lucen como ning??n otro objeto en tus Salas.', '', '', '', '0', '', ''),
(121, 6, 'Trax Machines', 0, 4, '1', '1', 1, '0', 520, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', 'Buy your Trax machines here, ready to load with all your wonderful, musical creations! Check the Sound Sets page for all the discs you could use!', '', 'Click on an item for more information.', '', '0', '', ''),
(497, 351, 'Stray Pixels', 1, 64, '1', '1', 1, '0', 70, 'default_3x3', 'Stray Pixel', '', '', 'Stray Pixel', '', '', '', '0', '', ''),
(496, 351, 'Hospital', 10, 1, '1', '1', 1, '0', 100, 'default_3x3', 'The new hospital furniture range is here! Buy it now and create your own Hospital!', '', '', 'The new hospital furniture range is here! Buy it now and create your own Hospital!', '', '', '', '0', '', ''),
(502, 350, 'Africa', 1, 30, '1', '1', 1, '0', 0, 'default_3x3', 'The new African furniture range is here!', '', '', 'The new African furniture range is here!', '', '', '', '0', '', ''),
(178, 351, 'Kitchen', 1, 51, '1', '1', 1, '0', 110, 'default_3x3', '', '', '', 'Cocina con los nuevos objetos de HabbliX', '', '', '', '0', '', ''),
(122, 6, 'Trax Packs', 0, 4, '1', '1', 1, '0', 530, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', 'We have every sound you could ever want right here! From sound effects and ambient tunes to rock and roll and heavy metal!', '', 'Click on an item for more information.', '', '0', '', ''),
(6, -1, 'Trax Shop', 4, 4, '1', '0', 1, '0', 110, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', '', '', '', '', '0', '', ''),
(120, 503, 'Battle Banzai', 5, 78, '1', '1', 1, '0', 10, 'default_3x3', 'catalog_battleBanzai_header_en', 'catalog_battleBanzai_teaser', '', 'Prepare for Battle Banzai!', '', '', '', '0', '', ''),
(168, 14, 'Rhino', 1, 77, '1', '1', 1, '0', 60, 'pets', 'catalog_pet_headline1', '', '', '', '', 'Give a name:Pick a color:Pick a race:', '', '0', '', ''),
(167, 14, 'Lion', 1, 76, '1', '1', 1, '0', 0, 'pets', 'catalog_pet_headline1', '', '', '', '', 'Give a name:Pick a color:Pick a race:', '', '0', '', ''),
(900, 351, 'Cinema & NYE', 1, 91, '1', '1', 1, '0', 50, 'default_3x3', '', '', '', '', '', '', '', '0', '', ''),
(501, 351, 'New Year 2011', 1, 91, '1', '1', 1, '0', 990, 'default_3x3', 'catalog_frontpage_headline2_en', 'catalog_limited_teaser_en', '', 'Hello 2011!', '', 'Click an item for more info!', '', '0', '', ''),
(503, -1, 'Games', 1, 60, '1', '0', 1, '0', 50, 'default_3x3', ' ', ' ', ' ', ' ', ' ', ' ', ' ', '0', '', ''),
(504, 503, 'Ice Tag', 1, 86, '1', '1', 1, '0', 30, 'default_3x3', 'arctic', ' ', ' ', 'Coming Soon', ' ', 'Coming Soon', ' ', '0', '', ''),
(505, 503, 'Freeze!', 1, 87, '1', '1', 1, '0', 40, 'default_3x3', 'arctic', ' ', ' ', 'Coming Soon', ' ', 'Coming Soon', ' ', '0', '', ''),
(301, -1, 'Wired Furni', 1, 80, '1', '0', 1, '0', 90, 'default_3x3', '', '', '', '', '', '', '', '0', '', ''),
(302, 301, 'Triggers', 1, 81, '1', '1', 1, '0', 10, 'default_3x3', 'catalog_wired_header2_en', 'ctlg_pic_wired_triggers', '', '', '', '', '', '0', '', ''),
(303, 301, 'Effects', 1, 82, '1', '1', 1, '0', 20, 'default_3x3', 'catalog_wired_header3_en', 'ctlg_pic_wired_effects', '', '', '', '', '', '0', '', ''),
(304, 301, 'Conditions', 1, 83, '1', '1', 1, '0', 30, 'default_3x3', 'catalog_wired_header4_en', 'ctlg_pic_wired_conditions', '', '', '', '', '', '0', '', ''),
(305, 301, 'Add-Ons', 1, 85, '1', '1', 1, '0', 40, 'default_3x3', 'catalog_wired_header5_en', '', '', '', '', '', '', '0', '', ''),
(350, -1, 'Cultural Furni', 3, 2, '1', '0', 1, '0', 40, 'default_3x3', '', '', '', '', '', '', '', '0', '', ''),
(175, 351, 'Waasa', 1, 103, '1', '1', 1, '0', 220, 'default_3x3', 'waasa_catalogue_header', 'waasa_teaser', '', '', 'Click here >>', '', '', '0', '', ''),
(174, 351, 'Cubie', 1, 100, '1', '1', 1, '0', 25, 'default_3x3', 'catalog_cubie_header_en', 'catalog_cubie_teaser', '', '', '', '', '', '0', '', ''),
(169, 14, 'Spider', 1, 95, '1', '1', 1, '0', 0, 'pets', 'catalog_pet_headline1', '', '', 'One of the most feared creatures in nature, and perhaps the most misunderstood. The majority of Spiders are predators with sharp fangs that inject venom into their prey- but dont worry, these spiders wont bite you! Maybe...', '', 'Name your pet:', '', '0', '', ''),
(170, 14, 'Frog', 1, 97, '1', '1', 1, '0', 0, 'pets', 'catalog_pet_headline1', '', '', 'The Frog. Cute, green and slimy! Frogs come in a variety of weird colours and can be found all over the world. Frogs are great jumpers, and make great pets, but are harder to hold onto than a supermodel in a tornado', '', 'Name your frog:', '', '0', '', ''),
(171, 14, 'Chick', 1, 107, '1', '1', 1, '0', 0, 'pets', 'catalog_pet_headline1', '', '', 'Habboon is full of chicks (the pet kind!) Adopt your new born chicklet now and start training it to perform the Chicken Dance for your friends... it will be a show to remember!', '', 'Name your chick:', '', '0', '', ''),
(173, 14, 'Dragon', 1, 1, '1', '1', 1, '0', 0, 'pets', 'catalog_pet_headline1', '', '', 'Rawr', '', 'Give a name:Pick a color:Pick a race:', '', '0', '', ''),
(179, 14, 'Turtle', 1, 17, '1', '1', 1, '0', 3, 'pets', 'catalog_pet_headline1', '', '', 'Anything but slow, these guys are ready to ride the waves and swim laps at your beaches!', '', 'Name your Turtle:', '', '0', '', ''),
(180, 14, 'Monkey', 1, 1, '1', '1', 1, '0', 1, 'pets', 'catalog_pet_headline1', ' ', ' ', ' ', ' ', 'Give a name:Pick a color:', ' ', '0', '', ''),
(13582, 5, 'XL VIP', 1, 9, '1', '1', 1, '0', 1, 'recycler_info', 'catalog_pixeldeals_headline1_ch', '', 'test2', 'Information about HabXL VIP!', 'What is VIP, and what comes with it?', 'HabXL VIP is a paid subscription, witch gives you extra access to stuff normal users can''t and won''t have access to! Purchasing VIP also helps keep HabXL online 24/7 and helps pay for the domain and VPS.\r\nIf you purchase VIP, some things you may get are:\r\n- VIP only catalog\r\n- Commands like push, pull, mimic, flagme and enable!\r\n- An additional 500, 000 credits and pixels\r\n- Access full rooms!', '', '0', '', ''),
(133, -1, 'VIP Catalog', 6, 6, '1', '1', 1, '0', 120, 'default_3x3', '', '', '', '', '', '', '', '1', '', ''),
(13371, 133, 'VIP Rares', 0, 6, '1', '1', 2, '0', 1, 'default_3x3', '', '', '', '', '', '', '', '1', '', ''),
(13372, 133, 'VIP Super Rares', 1, 6, '1', '1', 2, '0', 2, 'default_3x3', '', '', '', '', '', '', '', '1', '', ''),
(13373, 133, 'Random Rares', 1, 6, '1', '1', 2, '0', 3, 'default_3x3', '', '', '', '', '', '', '', '1', '', ''),
(3013, 351, 'Valentines 2012', 1, 144, '1', '1', 1, '0', 707, 'default_3x3', 'catalog_header_val12_en', 'catalog_teaser_val12_en', '', 'Valentines Furniture', '', 'For that special someone!.', '', '0', '', ''),
(346829, 351, 'American Idol', 1, 4, '1', '1', 1, '0', 30, 'default_3x3', 'idol', 'catalog_teaser_AI1_en', '', '', '', '', '', '0', '', ''),
(3648259, 351, 'Life Style Furniture', 1, 111, '1', '1', 1, '0', 15, 'default_3x3', 'club5', 'clubcat_pic', '', '', '', '', '', '0', '', ''),
(135848, 351, 'Mall Furniture', 1, 98, '1', '1', 1, '0', 10, 'default_3x3', 'mall', 'catalog_sum_teaser1_no', '', '', '', '', '', '0', '', ''),
(513, 351, 'Picnic', 1, 121, '1', '1', 1, '0', 5, 'default_3x3', '', 'catal_fp_pic4', '', '', '', '', '', '0', '', ''),
(42512, 91, 'Custom Furniture', 1, 3, '1', '1', 7, '0', 1, 'default_3x3', '', '', '', '', '', '', '', '0', '', ''),
(31186, 3, 'Gardening Furni', 1, 73, '1', '1', 1, '0', 10, 'default_3x3', '', '', '', '', '', '', '', '0', '', ''),
(5682, -1, 'Limited Time Themes', 2, 156, '1', '1', 8, '0', 140, 'default_3x3', '', '', '', '', '', 'test123', '', '0', '', ''),
(191, 351, 'USVA', 0, 129, '1', '1', 1, '0', 230, 'default_3x3', 'catalog_frontpage_headline2_en', '', '', '', '', '', '', '0', '', ''),
(1304, 133, 'Pixels to Goldbars', 10, 6, '1', '1', 2, '0', 270, 'default_3x3', '', 'Redeem your Goldbars here for.. PIXELS?!', 'Redeem your Goldbars here for.. PIXELS?!', 'Awesome!', '', '', 'Redeem your Goldbars here for.. PIXELS?!', '1', '', ''),
(1595, 133, 'Custom Rares', 1, 6, '1', '1', 2, '0', 3, 'default_3x3', '', '', '', '', '', '', '', '1', '', ''),
(311865, 3, 'Mixed Plastic', 1, 46, '1', '1', 1, '0', 8, 'default_3x3', '', '', '', '', '', '', '', '0', '', '');


/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;


[SIZE=4]

Furniture:
Code:
[/SIZE]-- phpMyAdmin SQL Dump-- version 3.4.5
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: May 15, 2012 at 10:51 AM
-- Server version: 5.5.16
-- PHP Version: 5.3.8


SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";




/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;


--
-- Database: `habxl`
--


-- --------------------------------------------------------


--
-- Table structure for table `furniture`
--


CREATE TABLE IF NOT EXISTS `furniture` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `public_name` varchar(100) NOT NULL COMMENT 'temp only',
  `item_name` varchar(100) NOT NULL,
  `type` enum('s','i','e','h','v') NOT NULL DEFAULT 's',
  `width` int(11) NOT NULL DEFAULT '1',
  `length` int(11) NOT NULL DEFAULT '1',
  `stack_height` double NOT NULL DEFAULT '1',
  `can_stack` enum('0','1') NOT NULL DEFAULT '1',
  `can_sit` enum('0','1') NOT NULL DEFAULT '0',
  `is_walkable` enum('0','1') NOT NULL DEFAULT '0',
  `sprite_id` int(11) NOT NULL,
  `allow_recycle` enum('0','1') NOT NULL DEFAULT '1',
  `allow_trade` enum('0','1') NOT NULL DEFAULT '1',
  `allow_marketplace_sell` enum('0','1') NOT NULL DEFAULT '1',
  `allow_gift` enum('0','1') NOT NULL DEFAULT '1',
  `allow_inventory_stack` enum('0','1') NOT NULL DEFAULT '1',
  `interaction_type` enum('default','gate','postit','roomeffect','dimmer','trophy','bed','scoreboard','vendingmachine','alert','onewaygate','loveshuffler','habbowheel','dice','bottle','teleport','rentals','pet','roller','water','ball','bb_red_gate','bb_green_gate','bb_yellow_gate','bb_puck','bb_blue_gate','bb_patch','bb_teleport','blue_score','green_score','red_score','yellow_score','fbgate','tagpole','counter','red_goal','blue_goal','yellow_goal','green_goal','wired','wf_trg_onsay','wf_act_saymsg','wf_trg_enterroom','wf_act_moveuser','wf_act_togglefurni','wf_trg_furnistate','wf_trg_onfurni','pressure_pad','wf_trg_offfurni','wf_trg_gameend','wf_trg_gamestart','wf_trg_timer','wf_act_givepoints','wf_trg_attime','wf_trg_atscore','wf_act_moverotate','rollerskate','stickiepole','wf_xtra_random','wf_cnd_trggrer_on_frn','wf_cnd_furnis_hv_avtrs','wf_act_matchfurni','wf_cnd_has_furni_on','puzzlebox','switch') DEFAULT 'default',
  `interaction_modes_count` int(11) NOT NULL DEFAULT '1',
  `vending_ids` varchar(100) NOT NULL DEFAULT '0',
  `is_arrow` enum('0','1') NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=999888188 ;


--
-- Dumping data for table `furniture`
--


INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES
(1, 'Bookcase', 'shelves_norja', 's', 1, 1, 1, '0', '0', '0', 13, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(2, 'Bookcase', 'shelves_polyfon', 's', 2, 1, 1, '0', '0', '0', 14, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(3, 'Bookcase', 'shelves_silo', 's', 2, 1, 1, '0', '0', '0', 15, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(4, 'Small Coffee Table', 'table_polyfon_small', 's', 2, 2, 1, '0', '0', '0', 17, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(5, 'Dining Chair', 'chair_polyfon', 's', 1, 1, 1, '0', '1', '0', 18, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(6, 'Coffee Table', 'table_norja_med', 's', 2, 2, 1, '1', '0', '0', 20, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(7, 'Coffee Table', 'table_silo_med', 's', 2, 2, 1, '1', '0', '0', 21, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(8, 'Occasional Table', 'table_plasto_4leg', 's', 2, 2, 1, '1', '0', '0', 22, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(9, 'Round Dining Table', 'table_plasto_round', 's', 2, 2, 1, '1', '0', '0', 23, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(10, 'Square Dining Table', 'table_plasto_bigsquare', 's', 2, 2, 1, '1', '0', '0', 24, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(11, 'Shelf', 'stand_polyfon_z', 's', 1, 1, 0.5, '1', '0', '0', 25, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(12, 'Dining Chair', 'chair_silo', 's', 1, 1, 1.1, '0', '1', '0', 26, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(13, 'Cushioned', 'sofa_silo', 's', 2, 1, 1.1, '0', '1', '0', 28, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(14, 'Bench', 'couch_norja', 's', 2, 1, 1, '0', '1', '0', 29, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(15, 'Chair', 'chair_norja', 's', 1, 1, 1, '0', '1', '0', 30, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(16, 'Large Coffee Table', 'table_polyfon_med', 's', 2, 2, 1, '1', '0', '0', 31, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(17, 'Doormat', 'doormat_love', 's', 1, 1, 0.1, '0', '0', '1', 32, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(18, 'Doormat', 'doormat_plain', 's', 1, 1, 0.1, '0', '0', '1', 33, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(19, 'Armchair', 'sofachair_polyfon', 's', 1, 1, 1.1, '0', '1', '0', 34, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20, 'Two-seater Sofa', 'sofa_polyfon', 's', 2, 1, 1.1, '0', '1', '0', 35, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(21, 'Large', 'sofachair_silo', 's', 1, 1, 1.1, '0', '1', '0', 36, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(22, 'Plastic Pod Chair', 'chair_plasty', 's', 1, 1, 1, '0', '1', '0', 38, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(23, 'Chair', 'chair_plasto', 's', 1, 1, 1, '0', '1', '0', 39, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(24, 'Occasional Table', 'table_plasto_square', 's', 1, 1, 1, '1', '0', '0', 40, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(25, 'Double Bed', 'bed_polyfon', 's', 2, 3, 1.8, '0', '0', '0', 41, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(26, 'Single Bed', 'bed_polyfon_one', 's', 1, 3, 1.8, '0', '0', '0', 42, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(27, 'Plain Single Bed', 'bed_trad_one', 's', 2, 3, 1, '0', '0', '0', 43, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(28, 'Plain Double Bed', 'bed_trad', 's', 2, 3, 1, '0', '0', '0', 44, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(29, 'Single Bed', 'bed_silo_one', 's', 1, 3, 1.8, '0', '0', '0', 45, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(30, 'Double Bed', 'bed_silo_two', 's', 2, 3, 1.8, '0', '0', '0', 46, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(31, 'Occasional Table', 'table_silo_small', 's', 1, 1, 1, '1', '0', '0', 47, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(32, 'Double Bed', 'bed_armas_two', 's', 2, 3, 1.8, '0', '0', '0', 48, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(33, 'bed_budget_one', 'bed_budget_one', 's', 1, 3, 1.9, '0', '0', '0', 49, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(34, 'Comfortable', 'bed_budget', 's', 2, 3, 1.9, '0', '0', '0', 50, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(35, 'Bookcase', 'shelves_armas', 's', 2, 1, 1, '0', '0', '0', 51, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(36, 'Bench', 'bench_armas', 's', 2, 1, 1.1, '0', '1', '0', 52, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(37, 'Dining Table', 'table_armas', 's', 2, 2, 1, '1', '0', '0', 53, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(38, 'Occasional Table', 'small_table_armas', 's', 1, 1, 1, '1', '0', '0', 54, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(39, 'Stool', 'small_chair_armas', 's', 1, 1, 1, '0', '1', '0', 55, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(40, 'Authentic', 'fireplace_armas', 's', 2, 1, 1, '0', '0', '0', 56, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(41, 'Table Lamp', 'lamp_armas', 's', 1, 1, 1, '0', '0', '0', 57, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(42, 'Single Bed', 'bed_armas_one', 's', 1, 3, 1.8, '0', '0', '0', 58, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(43, 'Floor rug', 'carpet_standard', 's', 3, 5, 0, '1', '0', '1', 59, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(44, 'Hand-Woven Rug', 'carpet_armas', 's', 2, 4, 0, '1', '0', '1', 60, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(45, 'Faux-Fur Bear Rug', 'carpet_polar', 's', 2, 3, 0, '1', '0', '1', 61, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(46, 'Fireplace', 'fireplace_polyfon', 's', 2, 1, 1, '0', '0', '0', 62, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(47, 'Square Dining Table', 'table_plasto_4leg*1', 's', 2, 2, 1, '1', '0', '0', 63, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(48, 'Square Dining Table', 'table_plasto_bigsquare*1', 's', 2, 2, 1, '1', '0', '0', 64, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(49, 'Round Dining Table', 'table_plasto_round*1', 's', 2, 2, 1, '1', '0', '0', 65, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(50, 'Occasional Table', 'table_plasto_square*1', 's', 1, 1, 1, '1', '0', '0', 66, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(51, 'Chair', 'chair_plasto*1', 's', 1, 1, 1, '0', '1', '0', 67, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(52, 'Floor Rug', 'carpet_standard*1', 's', 3, 5, 0, '1', '0', '1', 68, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(53, 'Doormat', 'doormat_plain*1', 's', 1, 1, 0.1, '0', '0', '1', 69, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(54, 'Occasional Table', 'table_plasto_4leg*2', 's', 2, 2, 1, '1', '0', '0', 70, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(55, 'Square Dining Table', 'table_plasto_bigsquare*2', 's', 2, 2, 1, '1', '0', '0', 71, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(56, 'Round Dining Table', 'table_plasto_round*2', 's', 2, 2, 1, '1', '0', '0', 72, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(57, 'Round Dining Table', 'table_plasto_square*2', 's', 1, 1, 1, '1', '0', '0', 73, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(58, 'Chair', 'chair_plasto*2', 's', 1, 1, 1, '0', '1', '0', 74, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(59, 'Doormat', 'doormat_plain*2', 's', 1, 1, 0.1, '0', '0', '1', 75, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(60, 'Floor Rug', 'carpet_standard*2', 's', 3, 5, 0, '1', '0', '1', 76, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(61, 'Round Dining Table', 'table_plasto_4leg*3', 's', 2, 2, 1, '1', '0', '0', 77, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(62, 'Square Dining Table', 'table_plasto_bigsquare*3', 's', 2, 2, 1, '1', '0', '0', 78, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(63, 'Round Dining Table', 'table_plasto_round*3', 's', 2, 2, 1, '1', '0', '0', 79, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(64, 'Square Dining Table', 'table_plasto_square*3', 's', 1, 1, 1, '1', '0', '0', 80, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(65, 'Chair', 'chair_plasto*3', 's', 1, 1, 1, '0', '1', '0', 81, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(66, 'Floor Rug', 'carpet_standard*3', 's', 3, 5, 0, '1', '0', '1', 82, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(67, 'Doormat', 'doormat_plain*3', 's', 1, 1, 0.1, '0', '0', '1', 83, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(68, 'Square Dining Table', 'table_plasto_4leg*4', 's', 2, 2, 1, '1', '0', '0', 84, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(71, 'Square Dining Table', 'table_plasto_square*4', 's', 1, 1, 1, '1', '0', '0', 87, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(72, 'Chair', 'chair_plasto*4', 's', 1, 1, 1, '0', '1', '0', 88, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(73, 'Floor Rug', 'carpet_standard*4', 's', 3, 5, 0, '1', '0', '1', 89, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(74, 'Doormat', 'doormat_plain*4', 's', 1, 1, 0.1, '0', '0', '1', 90, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(75, 'Doormat', 'doormat_plain*6', 's', 1, 1, 0.1, '0', '0', '1', 91, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(76, 'Doormat', 'doormat_plain*5', 's', 1, 1, 0.1, '0', '0', '1', 93, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(77, 'Floor Rug', 'carpet_standard*5', 's', 3, 5, 0, '1', '0', '1', 94, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(78, 'Occasional Table', 'table_plasto_4leg*5', 's', 2, 2, 1, '1', '0', '0', 95, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(79, 'Square Dining Table', 'table_plasto_bigsquare*5', 's', 2, 2, 1, '1', '0', '0', 96, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(80, 'Round Dining Table', 'table_plasto_round*5', 's', 2, 2, 1, '1', '0', '0', 97, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(81, 'Square Dining Table', 'table_plasto_square*5', 's', 1, 1, 1, '1', '0', '0', 98, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(82, 'Chair', 'chair_plasto*5', 's', 1, 1, 1, '0', '1', '0', 99, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(83, 'Occasional table Table', 'table_plasto_4leg*6', 's', 2, 2, 1, '1', '0', '0', 100, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(84, 'Square Dining Table', 'table_plasto_bigsquare*6', 's', 2, 2, 1, '1', '0', '0', 101, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(85, 'Round Dining Table', 'table_plasto_round*6', 's', 2, 2, 1, '1', '0', '0', 102, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(86, 'Square Dining Table', 'table_plasto_square*6', 's', 1, 1, 1, '1', '0', '0', 103, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(87, 'Chair', 'chair_plasto*6', 's', 1, 1, 1, '0', '1', '0', 104, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(88, 'Occasional table', 'table_plasto_4leg*7', 's', 2, 2, 1, '1', '0', '0', 105, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(89, 'Square Dining Table', 'table_plasto_bigsquare*7', 's', 2, 2, 1, '1', '0', '0', 106, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(90, 'Round Dining Table', 'table_plasto_round*7', 's', 2, 2, 1, '1', '0', '0', 107, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(91, 'Square Dining Table', 'table_plasto_square*7', 's', 1, 1, 1, '1', '0', '0', 108, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(92, 'Chair', 'chair_plasto*7', 's', 1, 1, 1, '0', '1', '0', 109, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(93, 'Occasional Table', 'table_plasto_4leg*8', 's', 2, 2, 1, '1', '0', '0', 110, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(94, 'Square Dining Table', 'table_plasto_bigsquare*8', 's', 2, 2, 1, '1', '0', '0', 111, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(95, 'Round Dining Table', 'table_plasto_round*8', 's', 2, 2, 1, '1', '0', '0', 112, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(96, 'Square Dining Table', 'table_plasto_square*8', 's', 1, 1, 1, '1', '0', '0', 113, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(97, 'Chair', 'chair_plasto*8', 's', 1, 1, 1, '0', '1', '0', 114, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(98, 'Occasional Table', 'table_plasto_4leg*9', 's', 2, 2, 1, '1', '0', '0', 115, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(99, 'Square Dining Table', 'table_plasto_bigsquare*9', 's', 2, 2, 1, '1', '0', '0', 116, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(100, 'Square Dining Table', 'table_plasto_round*9', 's', 2, 2, 1, '1', '0', '0', 117, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(101, 'Chair', 'chair_plasto*9', 's', 1, 1, 1, '0', '1', '0', 119, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(102, 'Floor Rug', 'carpet_standard*6', 's', 3, 5, 0, '1', '0', '1', 120, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(103, 'Plastic Pod Chair', 'chair_plasty*1', 's', 1, 1, 1, '0', '1', '0', 121, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(104, 'Pizza Box', 'pizza', 's', 1, 1, 1, '0', '0', '0', 122, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(105, 'Empty Cans', 'drinks', 's', 1, 1, 1, '0', '0', '0', 123, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(106, 'Plastic Pod Chair', 'chair_plasty*2', 's', 1, 1, 1, '0', '1', '0', 124, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(107, 'Plastic Pod Chair', 'chair_plasty*3', 's', 1, 1, 1, '0', '1', '0', 125, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(108, 'Plastic Pod Chair', 'chair_plasty*4', 's', 1, 1, 1, '0', '1', '0', 126, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(109, 'Mini-Bar', 'bar_polyfon', 's', 1, 1, 1, '0', '0', '0', 127, '1', '1', '1', '1', '1', 'vendingmachine', 0, '6,5,2,1', '0'),
(110, 'Aloe Vera', 'plant_cruddy', 's', 1, 1, 1, '0', '0', '0', 128, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(111, 'Empty Spinning Bottle', 'bottle', 's', 1, 1, 1, '0', '0', '0', 129, '1', '1', '1', '1', '1', 'bottle', 0, '0', '0'),
(112, 'Bar/desk', 'bardesk_polyfon', 's', 2, 1, 1, '1', '0', '0', 130, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(113, 'Corner Cabinet/Desk', 'bardeskcorner_polyfon', 's', 1, 1, 1, '1', '0', '0', 131, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(115, 'Barrel Minibar', 'bar_armas', 's', 1, 1, 1, '0', '0', '0', 133, '1', '1', '1', '1', '1', 'vendingmachine', 0, '6,2,1', '0'),
(116, 'Bardesk', 'bartable_armas', 's', 1, 3, 1.2, '1', '0', '0', 134, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(117, 'Barrel Stool', 'bar_chair_armas', 's', 1, 1, 1.2, '0', '1', '0', 135, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(118, 'Soft Wool Rug', 'carpet_soft', 's', 2, 4, 0, '1', '0', '1', 136, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(119, 'Soft Wool Rug', 'carpet_soft*1', 's', 2, 4, 0, '1', '0', '1', 137, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(120, 'Soft Wool Rug', 'carpet_soft*2', 's', 2, 4, 0, '1', '0', '1', 138, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(121, 'Soft Wool Rug', 'carpet_soft*3', 's', 2, 4, 0, '1', '0', '1', 139, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(122, 'Soft Wool Rug', 'carpet_soft*4', 's', 2, 4, 0, '1', '0', '1', 140, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(123, 'Soft Wool Rug', 'carpet_soft*5', 's', 2, 4, 0, '1', '0', '1', 141, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(124, 'Soft Wool Rug', 'carpet_soft*6', 's', 2, 4, 0, '1', '0', '1', 143, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(125, 'Portable TV', 'red_tv', 's', 1, 1, 1, '0', '0', '0', 144, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(126, 'Large TV', 'wood_tv', 's', 1, 2, 1, '0', '0', '0', 145, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(127, 'Pink Faux-Fur Bear Rug', 'carpet_polar*1', 's', 2, 3, 0, '1', '0', '1', 146, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(128, 'Plastic Pod Chair', 'chair_plasty*5', 's', 1, 1, 1, '0', '1', '0', 147, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(129, 'Blue Bear Rug', 'carpet_polar*2', 's', 2, 3, 0, '1', '0', '1', 148, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(130, 'Yellow Bear Rug', 'carpet_polar*3', 's', 2, 3, 0, '1', '0', '1', 149, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(131, 'Green Bear Rug', 'carpet_polar*4', 's', 2, 3, 0, '1', '0', '1', 150, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(132, 'Plastic Pod Chair', 'chair_plasty*6', 's', 1, 1, 1, '0', '1', '0', 151, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(133, 'Large Coffee Table', 'table_polyfon', 's', 2, 2, 1, '1', '0', '0', 152, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(134, 'Large Dining Table', 'smooth_table_polyfon', 's', 2, 2, 1, '1', '0', '0', 153, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(135, 'Armchair', 'sofachair_polyfon_girl', 's', 1, 1, 1.1, '0', '1', '0', 154, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(136, 'Single Bed', 'bed_polyfon_girl_one', 's', 1, 3, 1.8, '0', '0', '0', 155, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(137, 'Double Bed', 'bed_polyfon_girl', 's', 2, 3, 1.8, '0', '0', '0', 156, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(138, 'Two-seater Sofa', 'sofa_polyfon_girl', 's', 2, 1, 1.1, '0', '1', '0', 157, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(139, 'Plain Single Bed', 'bed_budgetb_one', 's', 1, 3, 1.9, '0', '0', '0', 158, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(140, 'Plain Double Bed', 'bed_budgetb', 's', 2, 3, 1.9, '0', '0', '0', 159, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(141, 'Pineapple Plant', 'plant_pineapple', 's', 1, 1, 1, '0', '0', '0', 160, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(142, 'Fruit Tree', 'plant_fruittree', 's', 1, 1, 1, '0', '0', '0', 161, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(143, 'Small Cactus', 'plant_small_cactus', 's', 1, 1, 1, '0', '0', '0', 162, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(144, 'Bonsai Tree', 'plant_bonsai', 's', 1, 1, 1, '0', '0', '0', 163, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(145, 'Mature Cactus', 'plant_big_cactus', 's', 1, 1, 1, '0', '0', '0', 164, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(146, 'Yukka Plant', 'plant_yukka', 's', 1, 1, 1, '0', '0', '0', 165, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(147, 'Floor Rug', 'carpet_standard*7', 's', 3, 5, 0, '1', '0', '1', 166, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(148, 'Floor Rug', 'carpet_standard*8', 's', 3, 5, 0, '1', '0', '1', 167, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(149, 'Floor Rug', 'carpet_standard*9', 's', 3, 5, 0, '1', '0', '1', 168, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(150, 'Floor Rug', 'carpet_standard*10', 's', 3, 5, 0, '1', '0', '1', 169, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(151, 'Floor Rug', 'carpet_standard*11', 's', 3, 5, 0, '1', '0', '1', 170, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(152, 'Cut Sunflower', 'plant_sunflower', 's', 1, 1, 1, '0', '0', '0', 171, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(153, 'Cut Roses', 'plant_rose', 's', 1, 1, 1, '0', '0', '0', 172, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(154, 'Digital TV', 'tv_luxus', 's', 1, 3, 1, '0', '0', '0', 173, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(155, 'Bubble Bath', 'bath', 's', 1, 2, 1, '0', '1', '0', 174, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(156, 'Sink', 'sink', 's', 1, 1, 1, '0', '0', '0', 177, '1', '1', '1', '1', '1', 'vendingmachine', 0, '100', '0'),
(157, 'Loo Seat', 'toilet', 's', 1, 1, 1.2, '0', '1', '0', 178, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(158, 'Rubber Duck', 'duck', 's', 1, 1, 1, '0', '0', '0', 179, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(159, 'Floor Tiles', 'tile', 's', 4, 4, 0, '1', '0', '1', 180, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(160, 'Loo Seat', 'toilet_red', 's', 1, 1, 1.2, '0', '1', '0', 181, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(161, 'Loo Seat', 'toilet_yell', 's', 1, 1, 1.2, '0', '1', '0', 182, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(162, 'Floor Tiles', 'tile_red', 's', 4, 4, 0, '1', '0', '1', 183, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(163, 'Floor Tiles', 'tile_yell', 's', 4, 4, 0, '1', '0', '1', 184, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(164, 'Gift', 'present_gen', 's', 1, 1, 1, '1', '0', '0', 187, '1', '0', '1', '1', '1', 'default', 1, '0', '0'),
(165, 'Gift', 'present_gen1', 's', 1, 1, 1, '1', '0', '0', 188, '1', '0', '1', '1', '1', 'default', 1, '0', '0'),
(166, 'Gift', 'present_gen2', 's', 1, 1, 1, '1', '0', '0', 189, '1', '0', '1', '1', '1', 'default', 1, '0', '0'),
(167, 'Gift', 'present_gen3', 's', 1, 1, 1, '1', '0', '0', 190, '1', '0', '1', '1', '1', 'default', 1, '0', '0'),
(168, 'Gift', 'present_gen4', 's', 1, 1, 1, '1', '0', '0', 191, '1', '0', '1', '1', '1', 'default', 1, '0', '0'),
(169, 'Gift', 'present_gen5', 's', 1, 1, 1, '1', '0', '0', 192, '1', '0', '1', '1', '1', 'default', 1, '0', '0'),
(170, 'Gift', 'present_gen6', 's', 1, 1, 1, '1', '0', '0', 193, '1', '0', '1', '1', '1', 'default', 1, '0', '0'),
(171, 'A Pura Minibar', 'bar_basic', 's', 1, 1, 1, '0', '0', '0', 195, '1', '1', '1', '1', '1', 'vendingmachine', 0, '6,2,5,1', '0'),
(172, 'Pura Shelves', 'shelves_basic', 's', 2, 1, 1, '0', '0', '0', 196, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(173, 'iced sofachair', 'soft_sofachair_norja', 's', 1, 1, 1, '0', '1', '0', 197, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(174, 'iced sofa', 'soft_sofa_norja', 's', 2, 1, 1, '0', '1', '0', 198, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(175, 'Pura Lamp', 'lamp_basic', 's', 1, 1, 1, '0', '0', '0', 199, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(176, 'Lodge Candle', 'lamp2_armas', 's', 1, 1, 1, '0', '0', '0', 200, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(177, 'Pura Refridgerator', 'fridge', 's', 1, 1, 1, '0', '0', '0', 201, '1', '1', '1', '1', '1', 'vendingmachine', 0, '3,5,6,2', '0'),
(178, 'Telephone Box', 'door', 's', 1, 1, 0.001, '0', '0', '0', 202, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0'),
(179, 'Wardrobe', 'doorB', 's', 1, 1, 0.001, '0', '0', '0', 204, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0'),
(180, 'Portaloo', 'doorC', 's', 1, 1, 0.001, '0', '0', '0', 205, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0'),
(181, 'Pumpkin Lamp', 'pumpkin', 's', 1, 1, 1, '1', '0', '0', 206, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(182, 'Skull Candle Holder', 'skullcandle', 's', 1, 1, 1, '0', '0', '0', 207, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(183, 'Blood', 'deadduck', 's', 1, 1, 1, '0', '0', '0', 208, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(184, 'Dead Duck 2', 'deadduck2', 's', 1, 1, 1, '0', '0', '0', 209, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(185, 'Dead Duck 3', 'deadduck3', 's', 1, 1, 1, '0', '0', '0', 210, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(186, 'Menorah', 'menorah', 's', 1, 1, 1, '0', '0', '0', 211, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(187, 'Christmas Pudding', 'pudding', 's', 1, 1, 1, '1', '0', '0', 212, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(188, 'Joint of Ham', 'ham', 's', 1, 1, 1, '0', '0', '0', 213, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(189, 'Roast Turkey', 'turkey', 's', 1, 1, 1, '0', '0', '0', 214, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(190, 'Christmas Rubber Duck', 'xmasduck', 's', 1, 1, 1, '1', '0', '0', 215, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(191, 'Gingerbread House', 'house', 's', 1, 1, 1, '0', '0', '0', 216, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(192, 'Electric Candles', 'triplecandle', 's', 1, 1, 1, '0', '0', '0', 217, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(193, 'Christmas Tree 1', 'tree3', 's', 1, 1, 1, '0', '0', '0', 218, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(194, 'Christmas Tree 2', 'tree4', 's', 1, 1, 1, '0', '0', '0', 219, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(195, 'Christmas Tree 3', 'tree5', 's', 1, 1, 1, '0', '0', '0', 220, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(196, 'Eaten Ham', 'ham2', 's', 1, 1, 1, '0', '0', '0', 223, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(197, 'White Candle Plate', 'wcandleset', 's', 1, 1, 1, '0', '0', '0', 224, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(198, 'Red Candle Plate', 'rcandleset', 's', 1, 1, 1, '0', '0', '0', 225, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(199, 'Cupid Statue', 'statue', 's', 1, 1, 1, '0', '0', '0', 226, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(200, 'Valentine''s Duck', 'valeduck', 's', 1, 1, 1, '0', '0', '0', 228, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(201, 'Heart Sofa', 'heartsofa', 's', 2, 1, 1, '0', '1', '0', 229, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(202, 'Throne', 'throne', 's', 1, 1, 1, '0', '1', '0', 230, '0', '1', '1', '1', '1', 'default', 1, '0', '0'),
(203, 'Russian Samovar', 'samovar', 's', 1, 1, 1, '0', '0', '0', 231, '0', '1', '1', '1', '1', 'vendingmachine', 0, '1', '0'),
(204, 'Vase of Flowers', 'giftflowers', 's', 1, 1, 1, '0', '0', '0', 232, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(205, 'Cake', 'habbocake', 's', 1, 1, 1, '0', '0', '0', 233, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(206, 'Holopod', 'hologram', 's', 1, 1, 1, '0', '0', '0', 234, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(207, 'Wannabe bunny', 'easterduck', 's', 1, 1, 1, '0', '0', '0', 235, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(208, 'Squidgy Bunny', 'bunny', 's', 1, 1, 1, '0', '0', '0', 236, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(209, 'Basket Of Eggs', 'basket', 's', 1, 1, 1, '0', '0', '0', 237, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(210, 'Pop-up Egg', 'birdie', 's', 1, 1, 1, '0', '0', '0', 238, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(211, 'Holo-dice', 'edice', 's', 1, 1, 1, '0', '0', '0', 239, '1', '1', '1', '1', '1', 'dice', 1, '0', '0'),
(212, 'Club sofa', 'club_sofa', 's', 2, 1, 1, '0', '1', '0', 267, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(213, 'Gold Trophy', 'prize1', 's', 1, 1, 1, '0', '0', '0', 185, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(214, 'Silver Trophy', 'prize2', 's', 1, 1, 1, '0', '0', '0', 186, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(215, 'Bronze Trophy', 'prize3', 's', 1, 1, 1, '0', '0', '0', 243, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(216, 'Hatch (Lockable)', 'divider_poly3', 's', 1, 1, 0.001, '0', '0', '0', 244, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(217, 'Corner plinth', 'divider_arm1', 's', 1, 1, 1.4, '1', '0', '0', 245, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(218, 'Room divider', 'divider_arm2', 's', 2, 1, 1, '0', '0', '0', 246, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(219, 'Knock', 'divider_arm3', 's', 1, 1, 0.001, '0', '0', '0', 247, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(220, 'Looks squishy', 'divider_nor1', 's', 1, 1, 1, '0', '0', '0', 248, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(221, 'Corner Shelf', 'divider_silo1', 's', 1, 1, 1, '0', '0', '0', 249, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(222, 'Strong', 'divider_nor2', 's', 2, 1, 1, '0', '0', '0', 250, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(223, 'Screen', 'divider_silo2', 's', 2, 1, 1, '0', '0', '0', 251, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(224, 'Door (Lockable)', 'divider_nor3', 's', 1, 1, 0.001, '0', '0', '0', 252, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(225, 'Gate (lockable)', 'divider_silo3', 's', 1, 1, 0.001, '0', '0', '0', 253, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(226, 'Typewriter', 'typingmachine', 's', 1, 1, 1, '0', '0', '0', 254, '0', '1', '1', '1', '1', 'default', 1, '0', '0'),
(227, 'Dragon Egg', 'spyro', 's', 1, 1, 1, '0', '0', '0', 260, '0', '1', '1', '1', '1', 'default', 1, '0', '0'),
(228, 'Holo-girl', 'redhologram', 's', 1, 1, 1, '0', '0', '0', 261, '0', '1', '1', '1', '1', 'default', 2, '0', '0'),
(230, 'Poinsetta', 'joulutahti', 's', 1, 1, 1, '0', '0', '0', 264, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(231, 'Pink Hyacinth', 'hyacinth1', 's', 1, 1, 1, '0', '0', '0', 265, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(232, 'Blue Hyacinth', 'hyacinth2', 's', 1, 1, 1, '0', '0', '0', 266, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(233, 'Chair', 'chair_plasto*10', 's', 1, 1, 1, '0', '1', '0', 268, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(234, 'Chair', 'chair_plasto*11', 's', 1, 1, 1, '0', '1', '0', 269, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(235, 'Corner Cabinet/Desk', 'bardeskcorner_polyfon*12', 's', 1, 1, 1, '1', '0', '0', 270, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(236, 'Corner Cabinet/Desk', 'bardeskcorner_polyfon*13', 's', 1, 1, 1, '1', '0', '0', 271, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(237, 'Chair', 'chair_plasto*12', 's', 1, 1, 1, '0', '1', '0', 273, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(238, 'Chair', 'chair_plasto*13', 's', 1, 1, 1, '0', '1', '0', 274, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(239, 'HC chair', 'chair_plasto*14', 's', 1, 1, 1, '0', '1', '0', 275, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(240, 'HC table', 'table_plasto_4leg*14', 's', 2, 2, 1, '1', '0', '0', 276, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(241, 'Mochamaster', 'mocchamaster', 's', 1, 1, 1, '1', '0', '0', 277, '1', '1', '1', '1', '1', 'vendingmachine', 0, '9,8,14,15,6,10,11,12,17,13', '0'),
(242, 'Basketball Court', 'carpet_legocourt', 's', 3, 3, 0, '1', '0', '1', 278, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(243, 'Team Bench', 'bench_lego', 's', 4, 1, 1, '0', '1', '0', 279, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(244, 'Basketball Trophy', 'legotrophy', 's', 1, 1, 1, '0', '0', '0', 280, '1', '1', '1', '1', '0', 'trophy', 2, '0', '0'),
(245, 'Holiday Romance', 'valentinescreen', 's', 2, 1, 0.1, '0', '0', '1', 283, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(246, 'Dicemaster', 'edicehc', 's', 1, 1, 1, '0', '0', '0', 284, '1', '1', '1', '1', '1', 'dice', 1, '0', '0'),
(247, 'Petal Patch', 'rare_daffodil_rug', 's', 2, 2, 0, '1', '0', '1', 285, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(248, 'Blue Amber Lamp', 'rare_beehive_bulb', 's', 1, 1, 1, '0', '0', '0', 286, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(249, 'Throne Sofa', 'hcsohva', 's', 2, 1, 1, '0', '1', '0', 287, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(250, 'Tubmaster', 'hcamme', 's', 1, 2, 0.6, '0', '1', '0', 288, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(251, 'Golden Elephant', 'rare_elephant_statue', 's', 1, 1, 1, '0', '0', '0', 290, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(252, 'Bird Bath (red)', 'rare_fountain', 's', 1, 1, 1, '0', '0', '0', 291, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(253, 'Speaker''s Corner', 'rare_stand', 's', 1, 1, 1.7, '0', '1', '0', 292, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(254, 'Snow Globe', 'rare_globe', 's', 1, 1, 1, '0', '0', '0', 293, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(255, 'Hammock', 'rare_hammock', 's', 1, 3, 1.57, '0', '0', '0', 294, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(256, 'Silver Elephant', 'rare_elephant_statue*1', 's', 1, 1, 1, '0', '0', '0', 295, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(257, 'Bronze Elephant', 'rare_elephant_statue*2', 's', 1, 1, 1, '0', '0', '0', 296, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(258, 'Bird Bath (grey)', 'rare_fountain*1', 's', 1, 1, 1, '0', '0', '0', 297, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(259, 'Bird Bath (green)', 'rare_fountain*2', 's', 1, 1, 1, '0', '0', '0', 298, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(260, 'Bird Bath (blue)', 'rare_fountain*3', 's', 1, 1, 1, '0', '0', '0', 299, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(261, 'Red Amber Lamp', 'rare_beehive_bulb*1', 's', 1, 1, 1, '0', '0', '0', 300, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(262, 'Yellow Amber Lamp', 'rare_beehive_bulb*2', 's', 1, 1, 1, '0', '0', '0', 301, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(263, 'Lappland Greetings', 'rare_xmas_screen', 's', 2, 1, 0, '0', '0', '1', 302, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(264, 'Yellow Parasol', 'rare_parasol*1', 's', 1, 1, 1, '0', '0', '0', 303, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(265, 'Orange Parasol', 'rare_parasol*2', 's', 1, 1, 1, '0', '0', '0', 304, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(266, 'Violet Parasol', 'rare_parasol*3', 's', 1, 1, 1, '0', '0', '0', 305, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(267, 'Dead tree', 'tree1', 's', 1, 1, 1, '0', '0', '0', 1758, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20045, 'arabian_tile', 'arabian_tile', 's', 2, 2, 0, '1', '0', '1', 3312, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(269, 'White Candle', 'wcandle', 's', 1, 1, 1, '0', '0', '0', 2102, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(270, 'Red Candle', 'rcandle', 's', 1, 1, 1, '0', '0', '0', 2121, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(272, 'Gingerbread House', 'house2', 's', 1, 1, 1, '0', '0', '0', 428, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(273, 'Habbo Turntable', 'djesko_turntable', 's', 1, 1, 1, '0', '0', '0', 449, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(275, 'Habbo Cola Machine', 'md_limukaappi', 's', 1, 1, 1, '0', '0', '0', 457, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19', '0'),
(276, 'Occasional Table', 'table_plasto_4leg*10', 's', 2, 2, 1, '1', '0', '0', 1484, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(277, 'Occasional Table', 'table_plasto_4leg*15', 's', 2, 2, 1, '1', '0', '0', 1486, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(278, 'Occasional Table', 'table_plasto_bigsquare*14', 's', 2, 2, 1, '1', '0', '0', 1487, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(279, 'Occasional Table', 'table_plasto_bigsquare*15', 's', 2, 2, 1, '1', '0', '0', 1488, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(280, 'Occasional Table', 'table_plasto_round*14', 's', 2, 2, 1, '1', '0', '0', 1489, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(281, 'Occasional Table', 'table_plasto_round*15', 's', 2, 2, 1, '1', '0', '0', 1490, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(282, 'Occasional Table', 'table_plasto_square*14', 's', 1, 1, 1, '1', '0', '0', 1491, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(283, 'Occasional Table', 'table_plasto_square*15', 's', 1, 1, 1, '1', '0', '0', 1492, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(284, 'Chair', 'chair_plasto*15', 's', 1, 1, 1, '0', '1', '0', 1495, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(285, 'Plastic Pod Chair', 'chair_plasty*7', 's', 1, 1, 1, '0', '1', '0', 1496, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(286, 'Plastic Pod Chair', 'chair_plasty*8', 's', 1, 1, 1, '0', '1', '0', 1497, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(287, 'Plastic Pod Chair', 'chair_plasty*9', 's', 1, 1, 1, '0', '1', '0', 1498, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(288, 'Plastic Pod Chair', 'chair_plasty*10', 's', 1, 1, 1, '0', '1', '0', 1499, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(289, 'Plastic Pod Chair', 'chair_plasty*11', 's', 1, 1, 1, '0', '1', '0', 1500, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(290, 'Chair', 'chair_plasto*16', 's', 1, 1, 1, '0', '1', '0', 1501, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(291, 'Occasional Table', 'table_plasto_4leg*16', 's', 2, 2, 1, '1', '0', '0', 1502, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(292, 'Scoreboard', 'hockey_score', 's', 1, 1, 1, '0', '0', '0', 1503, '1', '1', '1', '1', '1', 'scoreboard', 100, '0', '0'),
(293, 'Lert', 'hockey_light', 's', 1, 1, 1, '0', '0', '0', 1504, '1', '1', '1', '1', '1', 'alert', 2, '0', '0'),
(294, 'Imperial Teleport', 'doorD', 's', 1, 1, 0.001, '0', '0', '0', 1505, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0'),
(295, 'Duck trophy', 'a0 prizetrophy2_b', 's', 1, 1, 1, '0', '0', '0', 1506, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(296, 'Globe trophy', 'a0 prizetrophy3_b', 's', 1, 1, 1, '0', '0', '0', 1507, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(297, 'Fish trophy', 'a0 prizetrophy4_b', 's', 1, 1, 1, '0', '0', '0', 1508, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(298, 'Champion trophy', 'a0 prizetrophy5_b', 's', 1, 1, 1, '0', '0', '0', 1509, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(299, 'Classic trophy', 'prizetrophy*1', 's', 1, 1, 1, '0', '0', '0', 1512, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(300, 'Duck trophy', 'a0 prizetrophy2_g', 's', 1, 1, 1, '0', '0', '0', 1512, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(301, 'Globe trophy', 'a0 prizetrophy3_g', 's', 1, 1, 1, '0', '0', '0', 1513, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(302, 'Fish trophy', 'a0 prizetrophy4_g', 's', 1, 1, 1, '0', '0', '0', 1514, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(303, 'Duo trophy', 'a0 prizetrophy5_g', 's', 1, 1, 1, '0', '0', '0', 1515, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(304, 'Champion trophy', 'a0 prizetrophy6_g', 's', 1, 1, 1, '0', '0', '0', 1516, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(305, 'Classic trophy', 'prizetrophy*2', 's', 1, 1, 1, '0', '0', '0', 1519, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(306, 'Duck trophy', 'a0 prizetrophy2_s', 's', 1, 1, 1, '0', '0', '0', 1518, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(307, 'Globe trophy', 'a0 prizetrophy3_s', 's', 1, 1, 1, '0', '0', '0', 1519, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(308, 'Fish trophy', 'a0 prizetrophy4_s', 's', 1, 1, 1, '0', '0', '0', 1520, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(309, 'Duo trophy', 'a0 prizetrophy5_s', 's', 1, 1, 1, '0', '0', '0', 1521, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(310, 'Champion trophy', 'a0 prizetrophy6_s', 's', 1, 1, 1, '0', '0', '0', 1522, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(311, 'Classic trophy', 'prizetrophy*3', 's', 1, 1, 1, '0', '0', '0', 1526, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(312, 'Green Parasol', 'rare_parasol*0', 's', 1, 1, 1, '0', '0', '0', 289, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(313, 'Oil Lamp', 'hc_lmp', 's', 1, 1, 1, '0', '0', '0', 1529, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(314, 'Nordic Table', 'hc_tbl', 's', 1, 3, 1, '1', '0', '0', 1528, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(315, 'Majestic Chair', 'hc_chr', 's', 1, 1, 1, '0', '1', '0', 1527, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(316, 'Study Desk', 'hc_dsk', 's', 1, 2, 1, '0', '0', '0', 1530, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(317, 'Night', 'nest', 's', 1, 1, 1, '1', '0', '0', 1531, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(318, 'Bones Mega Multipack', 'petfood1', 's', 1, 1, 1, '1', '0', '0', 1532, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(319, 'Sardines Mega Multipack', 'petfood2', 's', 1, 1, 1, '1', '0', '0', 1533, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(320, 'Cabbage Mega Multipack', 'petfood3', 's', 1, 1, 1, '1', '0', '0', 1534, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(321, 'Blue Water Bowl', 'waterbowl*4', 's', 1, 1, 1, '1', '0', '0', 1535, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(322, 'Brown Water Bowl', 'waterbowl*5', 's', 1, 1, 1, '1', '0', '0', 1536, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(323, 'Green Water Bowl', 'waterbowl*2', 's', 1, 1, 1, '1', '0', '0', 1537, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(324, 'Red Water Bowl', 'waterbowl*1', 's', 1, 1, 1, '1', '0', '0', 1538, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(325, 'Yellow Water Bowl', 'waterbowl*3', 's', 1, 1, 1, '1', '0', '0', 1539, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(326, 'Rubber Ball', 'toy1', 's', 1, 1, 1, '1', '0', '0', 1540, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(327, 'Rubber Ball', 'toy1*1', 's', 1, 1, 1, '1', '0', '0', 1541, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(328, 'Rubber Ball', 'toy1*2', 's', 1, 1, 1, '1', '0', '0', 1542, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(329, 'Rubber Ball', 'toy1*3', 's', 1, 1, 1, '1', '0', '0', 1543, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(330, 'Rubber Ball', 'toy1*4', 's', 1, 1, 1, '1', '0', '0', 1544, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(331, 'Marzipan Man', 'goodie1', 's', 1, 1, 1, '1', '0', '0', 1545, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(332, 'Marzipan Man', 'goodie1*1', 's', 1, 1, 1, '1', '0', '0', 1546, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(333, 'Marzipan Man', 'goodie1*2', 's', 1, 1, 1, '1', '0', '0', 1547, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(334, 'Chocolate Mouse', 'goodie2', 's', 1, 1, 1, '1', '0', '0', 1548, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(335, 'Bronze Habbo trophy', 'a0 prizetrophy7_b', 's', 1, 1, 1, '0', '0', '0', 1547, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(336, 'Gold Habbo trophy', 'a0 prizetrophy7_g', 's', 1, 1, 1, '0', '0', '0', 1548, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(337, 'Silver Habbo trophy', 'a0 prizetrophy7_s', 's', 1, 1, 1, '0', '0', '0', 1549, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(338, 'Red Laser Door', 'scifiport*0', 's', 1, 1, 0.001, '0', '0', '0', 1549, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(339, 'Violet Sci-Fi Port', 'scifiport*9', 's', 1, 1, 0.001, '0', '0', '0', 1550, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(340, 'Purple Sci-Fi Port', 'scifiport*8', 's', 1, 1, 0.001, '0', '0', '0', 1551, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(341, 'Aqua Laser Gate', 'scifiport*7', 's', 1, 1, 0.001, '0', '0', '0', 1552, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(342, 'White Sci-Fi Port', 'scifiport*6', 's', 1, 1, 0.001, '0', '0', '0', 1553, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(343, 'Security Fence', 'scifiport*5', 's', 1, 1, 0.001, '0', '0', '0', 1554, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(344, 'Pink Sci-Fi Port', 'scifiport*4', 's', 1, 1, 0.001, '0', '0', '0', 1555, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(345, 'Jade Sci-Fi Port', 'scifiport*3', 's', 1, 1, 0.001, '0', '0', '0', 1556, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(346, 'Blue Laser Gate', 'scifiport*2', 's', 1, 1, 0.001, '0', '0', '0', 1557, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(347, 'Gold Laser Gate', 'scifiport*1', 's', 1, 1, 0.001, '0', '0', '0', 1558, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(348, 'Neptune Smoke Machine', 'scifirocket*9', 's', 1, 1, 1, '0', '0', '0', 1559, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(349, 'From a space far', 'scifirocket*8', 's', 1, 1, 1, '0', '0', '0', 1560, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(350, 'Jupiter Smoke Machine', 'scifirocket*7', 's', 1, 1, 1, '0', '0', '0', 1561, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(351, 'Mercury Smoke Machine', 'scifirocket*6', 's', 1, 1, 1, '0', '0', '0', 1562, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(352, 'Uranus Smoke Machine', 'scifirocket*5', 's', 1, 1, 1, '0', '0', '0', 1563, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(353, 'Venus Smoke Machine', 'scifirocket*4', 's', 1, 1, 1, '0', '0', '0', 1564, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(354, 'Endor Smoke Machine', 'scifirocket*3', 's', 1, 1, 1, '0', '0', '0', 1565, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(355, 'Earth Smoke Machine', 'scifirocket*2', 's', 1, 1, 1, '0', '0', '0', 1566, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(356, 'Saturn Smoke Machine', 'scifirocket*1', 's', 1, 1, 1, '0', '0', '0', 1567, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(357, 'Mars Smoke Machine', 'scifirocket*0', 's', 1, 1, 1, '0', '0', '0', 1568, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(358, 'Violet Starship Door', 'scifidoor*10', 's', 1, 1, 0.001, '0', '0', '0', 1569, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(359, 'It''s blue', 'scifidoor*9', 's', 1, 1, 0.001, '0', '0', '0', 1570, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(360, 'Purple Spaceship Door', 'scifidoor*8', 's', 1, 1, 0.001, '0', '0', '0', 1571, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(361, 'Aqua Spaceship Door', 'scifidoor*7', 's', 1, 1, 0.001, '0', '0', '0', 1572, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(362, 'Black Monolith', 'scifidoor*6', 's', 1, 1, 0.001, '0', '0', '0', 1573, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(363, 'White Spaceship Door', 'scifidoor*5', 's', 1, 1, 0.001, '0', '0', '0', 1574, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(364, 'Emerald Spaceship Door', 'scifidoor*4', 's', 1, 1, 0.001, '0', '0', '0', 1575, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(365, 'Lightblue Spaceship Door', 'scifidoor*3', 's', 1, 1, 0.001, '0', '0', '0', 1576, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(366, 'Yellow Spaceship Door', 'scifidoor*2', 's', 1, 1, 0.001, '0', '0', '0', 1577, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(367, 'Pink Spaceship Door', 'scifidoor*1', 's', 1, 1, 0.001, '0', '0', '0', 1578, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(368, 'Puffy', 'pillow*5', 's', 1, 1, 1, '0', '1', '0', 1579, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(369, 'Puffy', 'pillow*8', 's', 1, 1, 1, '0', '1', '0', 1580, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(370, 'White Lace Pillow', 'pillow*0', 's', 1, 1, 1, '0', '1', '0', 1581, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(371, 'Puffy', 'pillow*1', 's', 1, 1, 1, '0', '1', '0', 1582, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(372, 'Puffy', 'pillow*2', 's', 1, 1, 1, '0', '1', '0', 1583, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(373, 'Purple Velvet Pillow', 'pillow*7', 's', 1, 1, 1, '0', '1', '0', 1584, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(374, 'Puffy', 'pillow*9', 's', 1, 1, 1, '0', '1', '0', 1585, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(375, 'Puffy', 'pillow*4', 's', 1, 1, 1, '0', '1', '0', 1586, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(376, 'Puffy', 'pillow*6', 's', 1, 1, 1, '0', '1', '0', 1587, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(377, 'Puffy', 'pillow*3', 's', 1, 1, 1, '0', '1', '0', 1588, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(378, 'Pink marquee', 'marquee*1', 's', 1, 1, 0.001, '0', '0', '0', 1589, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(379, 'Red Dragon Marquee', 'marquee*2', 's', 1, 1, 0.001, '0', '0', '0', 1590, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(380, 'Purple Marquee', 'marquee*7', 's', 1, 1, 0.001, '0', '0', '0', 1591, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(381, 'White Marquee', 'marquee*10', 's', 1, 1, 0.001, '0', '0', '0', 1592, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(382, 'Ultramarine Marquee', 'marquee*8', 's', 1, 1, 0.001, '0', '0', '0', 1593, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(383, 'Green Marquee', 'marquee*9', 's', 1, 1, 0.001, '0', '0', '0', 1594, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(384, 'Graphite Marquee', 'marquee*5', 's', 1, 1, 0.001, '0', '0', '0', 1595, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(385, 'Yellow Marquee', 'marquee*4', 's', 1, 1, 0.001, '0', '0', '0', 1596, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(386, 'Blue Marquee', 'marquee*6', 's', 1, 1, 0.001, '0', '0', '0', 1597, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(387, 'Aqua Marquee', 'marquee*3', 's', 1, 1, 0.001, '0', '0', '0', 1598, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(388, 'Pink Oriental screen', 'wooden_screen*1', 's', 1, 2, 1, '0', '0', '0', 1599, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(389, 'RosewoodScreen', 'wooden_screen*2', 's', 1, 2, 1, '0', '0', '0', 1600, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(390, 'Purple Oriental Screen', 'wooden_screen*7', 's', 1, 2, 1, '0', '0', '0', 1601, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(391, 'White Oriental Screen', 'wooden_screen*0', 's', 1, 2, 1, '0', '0', '0', 1602, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(392, 'Night Blue Oriental Screen', 'wooden_screen*8', 's', 1, 2, 1, '0', '0', '0', 1603, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(393, 'Gray Oriental Screen', 'wooden_screen*5', 's', 1, 2, 1, '0', '0', '0', 1604, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(394, 'Green Oriental Screen', 'wooden_screen*9', 's', 1, 2, 1, '0', '0', '0', 1605, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(395, 'Golden Oriental Screen', 'wooden_screen*4', 's', 1, 2, 1, '0', '0', '0', 1606, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(396, 'Blue Oriental Screen', 'wooden_screen*6', 's', 1, 2, 1, '0', '0', '0', 1607, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(397, 'Terracotta Pillar', 'wooden_screen*3', 's', 1, 2, 1, '0', '0', '0', 1608, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(398, 'Pink Marble Pillar', 'pillar*1', 's', 1, 1, 1, '0', '0', '0', 1610, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(399, 'Rock Pillar', 'pillar*9', 's', 1, 1, 1, '0', '0', '0', 1611, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(400, 'Classy architect', 'pillar*0', 's', 1, 1, 1, '0', '0', '0', 1612, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(401, 'Roman Pillar', 'pillar*8', 's', 1, 1, 1, '0', '0', '0', 1613, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(402, 'Nordic Pillar', 'pillar*2', 's', 1, 1, 1, '0', '0', '0', 1614, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(403, 'Pagan Pillar', 'pillar*5', 's', 1, 1, 1, '0', '0', '0', 1615, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(404, 'Dark Ages Pillar', 'pillar*4', 's', 1, 1, 1, '0', '0', '0', 1616, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(405, 'Atlantean Pillar', 'pillar*7', 's', 1, 1, 1, '0', '0', '0', 1617, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(406, 'blue pillar', 'pillar*3', 's', 1, 1, 1, '0', '0', '0', 1618, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(407, 'Serpent of Doom', 'rare_dragonlamp*4', 's', 1, 1, 1, '0', '0', '0', 1619, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(408, 'Fire Dragon Lamp', 'rare_dragonlamp*0', 's', 1, 1, 1, '0', '0', '0', 1620, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(409, 'Elf Green Dragon Lamp', 'rare_dragonlamp*5', 's', 1, 1, 1, '0', '0', '0', 1621, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(410, 'Jade Dragon Lamp', 'rare_dragonlamp*2', 's', 1, 1, 1, '0', '0', '0', 1622, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(411, 'Bronze Dragon Lamp', 'rare_dragonlamp*8', 's', 1, 1, 1, '0', '0', '0', 1623, '1', '1', '1', '1', '1', 'default', 2, '0', '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES
(412, 'Purple Dragon Lamp', 'rare_dragonlamp*9', 's', 1, 1, 1, '0', '0', '0', 1624, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(413, 'Sky Dragon Lamp', 'rare_dragonlamp*7', 's', 1, 1, 1, '0', '0', '0', 1625, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(414, 'Gold Dragon Lamp', 'rare_dragonlamp*6', 's', 1, 1, 1, '0', '0', '0', 1626, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(415, 'Sea Dragon Lamp', 'rare_dragonlamp*1', 's', 1, 1, 1, '0', '0', '0', 1627, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(416, 'Silver Dragon Lamp', 'rare_dragonlamp*3', 's', 1, 1, 1, '0', '0', '0', 1628, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(417, 'Blueberry Ice Cream Machine', 'rare_icecream*1', 's', 1, 1, 1, '0', '0', '0', 1629, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4', '0'),
(418, 'Chocolate Ice Cream Machine', 'rare_icecream*7', 's', 1, 1, 1, '0', '0', '0', 1630, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4', '0'),
(419, 'Peppermint Ice Cream Machine', 'rare_icecream*8', 's', 1, 1, 1, '0', '0', '0', 1631, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4', '0'),
(420, 'Pistachio Ice Cream Machine', 'rare_icecream*2', 's', 1, 1, 1, '0', '0', '0', 1632, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4', '0'),
(421, 'Toffee Ice Cream Machine', 'rare_icecream*6', 's', 1, 1, 1, '0', '0', '0', 1633, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4', '0'),
(422, 'Bubblegum Ice Cream Machine', 'rare_icecream*9', 's', 1, 1, 1, '0', '0', '0', 1634, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4', '0'),
(423, 'Blackcurrant Ice Cream Machine', 'rare_icecream*3', 's', 1, 1, 1, '0', '0', '0', 1635, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4', '0'),
(424, 'Cherry Ice Cream Machine', 'rare_icecream*0', 's', 1, 1, 1, '0', '0', '0', 1636, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4', '0'),
(425, 'Strawberry Ice Cream Machine', 'rare_icecream*4', 's', 1, 1, 1, '0', '0', '0', 1637, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4', '0'),
(426, 'Vanilla Ice Cream Machine', 'rare_icecream*5', 's', 1, 1, 1, '0', '0', '0', 1638, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4', '0'),
(427, 'Brown Powered Fan', 'rare_fan*7', 's', 1, 1, 1, '0', '0', '0', 1639, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(428, 'Ochre Powered Fan', 'rare_fan*6', 's', 1, 1, 1, '0', '0', '0', 1640, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(429, 'Fucsia Powered Fan', 'rare_fan*9', 's', 1, 1, 1, '0', '0', '0', 1641, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(430, 'Purple Dragon Skin Fan', 'rare_fan*3', 's', 1, 1, 1, '0', '0', '0', 1642, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(431, 'Festive Fan', 'rare_fan*0', 's', 1, 1, 1, '0', '0', '0', 1643, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(432, 'SUPERLOVE Fan', 'rare_fan*4', 's', 1, 1, 1, '0', '0', '0', 1644, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(433, 'Yellow Powered Fan', 'rare_fan*5', 's', 1, 1, 1, '0', '0', '0', 1645, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(434, 'Birthday Fan', 'rare_fan*1', 's', 1, 1, 1, '0', '0', '0', 1646, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(435, 'Stylish', 'rare_fan*8', 's', 1, 1, 1, '0', '0', '0', 1647, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(436, 'Green Powered Fan', 'rare_fan*2', 's', 1, 1, 1, '0', '0', '0', 1648, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(437, 'Ice Habbo Roller', 'queue_tile1*3', 's', 1, 1, 0.5, '1', '0', '1', 1649, '1', '1', '1', '1', '1', 'roller', 1, '0', '0'),
(438, 'Blue Habbo Roller', 'queue_tile1*6', 's', 1, 1, 0.5, '1', '0', '1', 1650, '1', '1', '1', '1', '1', 'roller', 1, '0', '0'),
(439, 'Gold Habbo Roller', 'queue_tile1*4', 's', 1, 1, 0.5, '1', '0', '1', 1651, '1', '1', '1', '1', '1', 'roller', 1, '0', '0'),
(440, 'Green Habbo Roller', 'queue_tile1*9', 's', 1, 1, 0.5, '1', '0', '1', 1652, '1', '1', '1', '1', '1', 'roller', 1, '0', '0'),
(441, 'Navy Habbo Roller', 'queue_tile1*8', 's', 1, 1, 0.5, '1', '0', '1', 1653, '1', '1', '1', '1', '1', 'roller', 1, '0', '0'),
(442, 'Knight Roller', 'queue_tile1*5', 's', 1, 1, 0.5, '1', '0', '1', 1654, '1', '1', '1', '1', '1', 'roller', 1, '0', '0'),
(443, 'Purple Habbo Roller', 'queue_tile1*7', 's', 1, 1, 0.5, '1', '0', '1', 1655, '1', '1', '1', '1', '1', 'roller', 1, '0', '0'),
(444, 'Red Habbo Roller', 'queue_tile1*2', 's', 1, 1, 0.5, '1', '0', '1', 1656, '1', '1', '1', '1', '1', 'roller', 1, '0', '0'),
(445, 'Pink Habbo Roller', 'queue_tile1*1', 's', 1, 1, 0.5, '1', '0', '1', 1657, '1', '1', '1', '1', '1', 'roller', 1, '0', '0'),
(446, 'White Quest Roller', 'queue_tile1*0', 's', 1, 1, 0.5, '1', '0', '1', 1658, '1', '1', '1', '1', '1', 'roller', 1, '0', '0'),
(20071, 'ads_gsArcade_2 name', 'ads_gsArcade_2', 's', 1, 1, 1, '1', '0', '0', 3278, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(448, 'Snow Rug', 'rare_snowrug', 's', 2, 2, 0, '1', '0', '1', 1738, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(449, 'Lantern', 'cn_lamp', 's', 1, 1, 1, '0', '0', '0', 1741, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(450, 'Chinese Sofa', 'cn_sofa', 's', 3, 1, 1, '0', '1', '0', 1742, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(451, 'Sport track straight', 'sporttrack1*1', 's', 2, 2, 0, '1', '0', '1', 1745, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(452, 'Sport track straight grass', 'sporttrack1*3', 's', 2, 2, 0, '1', '0', '1', 1747, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(453, 'Sport track straight asphalt', 'sporttrack1*2', 's', 2, 2, 0, '1', '0', '1', 1748, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(454, 'Sport corner tartan', 'sporttrack2*1', 's', 2, 2, 0, '1', '0', '1', 1750, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(455, 'Sport corner asphalt', 'sporttrack2*2', 's', 2, 2, 0, '1', '0', '1', 1751, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(456, 'Sport corner grass', 'sporttrack2*3', 's', 2, 2, 0, '1', '0', '1', 1752, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(457, 'Sport goal tartan', 'sporttrack3*1', 's', 2, 2, 0, '1', '0', '1', 1754, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(458, 'Sport goal asphalt', 'sporttrack3*2', 's', 2, 2, 0, '1', '0', '1', 1755, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(459, 'Sport goal grass', 'sporttrack3*3', 's', 2, 2, 0, '1', '0', '1', 1756, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(460, 'Football Lamp', 'footylamp', 's', 1, 1, 1, '0', '0', '0', 1757, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(461, 'Bar Stool', 'barchair_silo', 's', 1, 1, 1.2, '0', '1', '0', 1759, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(462, 'Habbos', 'divider_nor4*4', 's', 2, 1, 1, '0', '0', '0', 1760, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(463, 'Classic Traffic Light', 'traffic_light*1', 's', 1, 1, 1, '0', '0', '0', 1761, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(464, 'Blue Traffic Light', 'traffic_light*2', 's', 1, 1, 1, '0', '0', '0', 1762, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(465, 'Purple Traffic Light', 'traffic_light*3', 's', 1, 1, 1, '0', '0', '0', 1763, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(466, 'Yellow Traffic Light', 'traffic_light*4', 's', 1, 1, 1, '0', '0', '0', 1764, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(467, 'Red Traffic Light', 'traffic_light*6', 's', 1, 1, 1, '0', '0', '0', 1765, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(468, 'Blue Inflatable Chair', 'rubberchair*1', 's', 1, 1, 1, '0', '1', '0', 1766, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(469, 'Pink Inflatable Chair', 'rubberchair*2', 's', 1, 1, 1, '0', '1', '0', 1767, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(470, 'Orange Inflatable Chair', 'rubberchair*3', 's', 1, 1, 1, '0', '1', '0', 1768, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(471, 'Ocean Inflatable Chair', 'rubberchair*4', 's', 1, 1, 1, '0', '1', '0', 1769, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(472, 'Lime Inflatable Chair', 'rubberchair*5', 's', 1, 1, 1, '0', '1', '0', 1770, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(473, 'Violet Inflatable Chair', 'rubberchair*6', 's', 1, 1, 1, '0', '1', '0', 1771, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(474, 'Yellow Maze Barrier', 'barrier*1', 's', 1, 2, 1, '0', '0', '0', 1772, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(475, 'No trespassing', 'barrier*2', 's', 1, 2, 1, '0', '0', '0', 1773, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(476, 'No trespassing', 'barrier*3', 's', 1, 2, 1, '0', '0', '0', 1774, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(477, 'White Inflatable Chair', 'rubberchair*7', 's', 1, 1, 1, '0', '1', '0', 1775, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(478, 'Black Inflatable Chair', 'rubberchair*8', 's', 1, 1, 1, '0', '1', '0', 1776, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(479, 'Black Iced Table', 'table_norja_med*2', 's', 2, 2, 1, '1', '0', '0', 1777, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(480, 'White Iced Table', 'table_norja_med*3', 's', 2, 2, 1, '1', '0', '0', 1778, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(481, 'Urban Iced Coffee Table', 'table_norja_med*4', 's', 2, 2, 1, '1', '0', '0', 1779, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(482, 'Large Coffee Table Pink', 'table_norja_med*5', 's', 2, 2, 1, '1', '0', '0', 1780, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(483, 'Large Coffee Table Blue', 'table_norja_med*6', 's', 2, 2, 1, '1', '0', '0', 1781, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(484, 'Rural Iced Coffee Table', 'table_norja_med*7', 's', 2, 2, 1, '1', '0', '0', 1782, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(485, 'Large Coffee Table Yellow', 'table_norja_med*8', 's', 2, 2, 1, '1', '0', '0', 1783, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(486, 'Large Coffee Table Red', 'table_norja_med*9', 's', 2, 2, 1, '1', '0', '0', 1784, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(487, 'Black Iced Bench', 'couch_norja*2', 's', 2, 1, 1, '0', '1', '0', 1785, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(488, 'White Iced Bench', 'couch_norja*3', 's', 2, 1, 1, '0', '1', '0', 1786, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(489, 'Urban Iced Bench', 'couch_norja*4', 's', 2, 1, 1, '0', '1', '0', 1787, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(490, 'Pink Bench', 'couch_norja*5', 's', 2, 1, 1, '0', '1', '0', 1788, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(491, 'Blue Bench', 'couch_norja*6', 's', 2, 1, 1, '0', '1', '0', 1789, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(492, 'Rural Iced Bench', 'couch_norja*7', 's', 2, 1, 1, '0', '1', '0', 1790, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(493, 'Yellow Bench', 'couch_norja*8', 's', 2, 1, 1, '0', '1', '0', 1791, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(494, 'Red Bench', 'couch_norja*9', 's', 2, 1, 1, '0', '1', '0', 1792, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(495, 'Black Iced Bookcase', 'shelves_norja*2', 's', 1, 1, 1, '0', '0', '0', 1793, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(496, 'Urban Iced Bookcase', 'shelves_norja*3', 's', 1, 1, 1, '0', '0', '0', 1794, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(497, 'Pink Bookcase', 'shelves_norja*5', 's', 1, 1, 1, '0', '0', '0', 1796, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(498, 'Blue Bookcase', 'shelves_norja*6', 's', 1, 1, 1, '0', '0', '0', 1797, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(499, 'Rural Iced Bookcase', 'shelves_norja*7', 's', 1, 1, 1, '0', '0', '0', 1798, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(500, 'Yellow Bookcase', 'shelves_norja*8', 's', 1, 1, 1, '0', '0', '0', 1799, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(501, 'Red Bookcase', 'shelves_norja*9', 's', 1, 1, 1, '0', '0', '0', 1800, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(502, 'Black Iced Chair', 'chair_norja*2', 's', 1, 1, 1, '0', '1', '0', 1801, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(503, 'White Iced Chair', 'chair_norja*3', 's', 1, 1, 1, '0', '1', '0', 1802, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(504, 'Urban Iced Chair', 'chair_norja*4', 's', 1, 1, 1, '0', '1', '0', 1803, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(505, 'Pink Chair', 'chair_norja*5', 's', 1, 1, 1, '0', '1', '0', 1804, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(506, 'Blue Chair', 'chair_norja*6', 's', 1, 1, 1, '0', '1', '0', 1805, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(507, 'Rural Chair', 'chair_norja*7', 's', 1, 1, 1, '0', '1', '0', 1806, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(508, 'Yellow Chair', 'chair_norja*8', 's', 1, 1, 1, '0', '1', '0', 1807, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(509, 'Red Chair', 'chair_norja*9', 's', 1, 1, 1, '0', '1', '0', 1808, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(510, 'Black Iced Corner', 'divider_nor1*2', 's', 1, 1, 1, '0', '0', '0', 1809, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(511, 'Looks squishy', 'divider_nor1*3', 's', 1, 1, 1, '0', '0', '0', 1810, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(512, 'Urban Iced Corner', 'divider_nor1*4', 's', 1, 1, 1, '0', '0', '0', 1811, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(513, 'Pink Ice corner', 'divider_nor1*5', 's', 1, 1, 1, '0', '0', '0', 1812, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(514, 'Blue Ice corner', 'divider_nor1*6', 's', 1, 1, 1, '0', '0', '0', 1813, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(515, 'Rural Iced Corner', 'divider_nor1*7', 's', 1, 1, 1, '0', '0', '0', 1814, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(516, 'Yellow Ice corner', 'divider_nor1*8', 's', 1, 1, 1, '0', '0', '0', 1815, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(517, 'Red Ice corner', 'divider_nor1*9', 's', 1, 1, 1, '0', '0', '0', 1816, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(518, 'Black Iced Sofa', 'soft_sofa_norja*2', 's', 2, 1, 1, '0', '1', '0', 1817, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(519, 'Pristine white', 'soft_sofa_norja*3', 's', 2, 1, 1, '0', '1', '0', 1818, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(520, 'Urban Iced Sofa', 'soft_sofa_norja*4', 's', 2, 1, 1, '0', '1', '0', 1819, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(521, 'Pink Iced Sofa', 'soft_sofa_norja*5', 's', 2, 1, 1, '0', '1', '0', 1820, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(522, 'Blue Iced Sofa', 'soft_sofa_norja*6', 's', 2, 1, 1, '0', '1', '0', 1821, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(523, 'Rural Iced Sofa', 'soft_sofa_norja*7', 's', 2, 1, 1, '0', '1', '0', 1822, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(524, 'Yellow Iced Sofa', 'soft_sofa_norja*8', 's', 2, 1, 1, '0', '1', '0', 1823, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(525, 'Red Iced Sofa', 'soft_sofa_norja*9', 's', 2, 1, 1, '0', '1', '0', 1824, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(526, 'Black Iced Sofachair', 'soft_sofachair_norja*2', 's', 1, 1, 1, '0', '1', '0', 1825, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(527, 'White Iced Sofachair', 'soft_sofachair_norja*3', 's', 1, 1, 1, '0', '1', '0', 1826, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(528, 'Urban Iced Sofachair', 'soft_sofachair_norja*4', 's', 1, 1, 1, '0', '1', '0', 1827, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(529, 'Pink Iced Sofachair', 'soft_sofachair_norja*5', 's', 1, 1, 1, '0', '1', '0', 1828, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(530, 'Blue Iced Sofachair', 'soft_sofachair_norja*6', 's', 1, 1, 1, '0', '1', '0', 1829, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(531, 'Rural Iced Sofachair', 'soft_sofachair_norja*7', 's', 1, 1, 1, '0', '1', '0', 1830, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(532, 'Yellow Iced Sofachair', 'soft_sofachair_norja*8', 's', 1, 1, 1, '0', '1', '0', 1831, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(533, 'Red Iced Sofachair', 'soft_sofachair_norja*9', 's', 1, 1, 1, '0', '1', '0', 1832, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(534, 'Large', 'sofachair_silo*2', 's', 1, 1, 1.1, '0', '1', '0', 1833, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(535, 'Large', 'sofachair_silo*3', 's', 1, 1, 1.1, '0', '1', '0', 1834, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(536, 'Beige Area Armchair', 'sofachair_silo*4', 's', 1, 1, 1.1, '0', '1', '0', 1835, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(537, 'Pink Area Armchair', 'sofachair_silo*5', 's', 1, 1, 1.1, '0', '1', '0', 1836, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(538, 'Blue Area Armchair', 'sofachair_silo*6', 's', 1, 1, 1.1, '0', '1', '0', 1837, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(539, 'Green Area Armchair', 'sofachair_silo*7', 's', 1, 1, 1.1, '0', '1', '0', 1838, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(540, 'Large', 'sofachair_silo*8', 's', 1, 1, 1.1, '0', '1', '0', 1839, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(541, 'Red Area Armchair', 'sofachair_silo*9', 's', 1, 1, 1.1, '0', '1', '0', 1840, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(542, 'Black Occasional Table', 'table_silo_small*2', 's', 1, 1, 1, '1', '0', '0', 1841, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(543, 'White Occasional Table', 'table_silo_small*3', 's', 1, 1, 1, '1', '0', '0', 1842, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(544, 'Beige Area Occasional Table', 'table_silo_small*4', 's', 1, 1, 1, '1', '0', '0', 1843, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(545, 'Pink Area Occasional Table', 'table_silo_small*5', 's', 1, 1, 1, '1', '0', '0', 1844, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(546, 'Blue Area Occasional Table', 'table_silo_small*6', 's', 1, 1, 1, '1', '0', '0', 1845, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(547, 'Green Area Occasional Table', 'table_silo_small*7', 's', 1, 1, 1, '1', '0', '0', 1846, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(548, 'Yellow Occasional Table', 'table_silo_small*8', 's', 1, 1, 1, '1', '0', '0', 1847, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(549, 'Red Area Occasional Table', 'table_silo_small*9', 's', 1, 1, 1, '1', '0', '0', 1848, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(550, 'Black Corner Shelf', 'divider_silo1*2', 's', 1, 1, 1, '0', '0', '0', 1849, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(551, 'White Corner Shelf', 'divider_silo1*3', 's', 1, 1, 1, '0', '0', '0', 1850, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(552, 'Beige Area Corner Shelf', 'divider_silo1*4', 's', 1, 1, 1, '0', '0', '0', 1851, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(553, 'Pink Area Corner Shelf', 'divider_silo1*5', 's', 1, 1, 1, '0', '0', '0', 1852, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(554, 'Blue Area Corner Shelf', 'divider_silo1*6', 's', 1, 1, 1, '0', '0', '0', 1853, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(555, 'Green Area Corner Shelf', 'divider_silo1*7', 's', 1, 1, 1, '0', '0', '0', 1854, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(556, 'Yellow Corner Shelf', 'divider_silo1*8', 's', 1, 1, 1, '0', '0', '0', 1855, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(557, 'Red Area Corner Shelf', 'divider_silo1*9', 's', 1, 1, 1, '0', '0', '0', 1856, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(558, 'Black Area Gate', 'divider_silo3*2', 's', 1, 1, 0.001, '0', '0', '0', 1857, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(559, 'White Area Gate', 'divider_silo3*3', 's', 1, 1, 0.001, '0', '0', '0', 1858, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(560, 'Beige Area Gate', 'divider_silo3*4', 's', 1, 1, 0.001, '0', '0', '0', 1859, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(561, 'Pink Area Gate', 'divider_silo3*5', 's', 1, 1, 0.001, '0', '0', '0', 1860, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(562, 'Blue Area Gate', 'divider_silo3*6', 's', 1, 1, 0.001, '0', '0', '0', 1861, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(563, 'Green Area Gate', 'divider_silo3*7', 's', 1, 1, 0.001, '0', '0', '0', 1862, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(564, 'Yellow Area Gate', 'divider_silo3*8', 's', 1, 1, 0.001, '0', '0', '0', 1863, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(565, 'Red Area Gate', 'divider_silo3*9', 's', 1, 1, 0.001, '0', '0', '0', 1864, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(566, 'Black Coffee Table', 'table_silo_med*2', 's', 2, 2, 1, '1', '0', '0', 1865, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(567, 'White Coffee Table', 'table_silo_med*3', 's', 2, 2, 1, '1', '0', '0', 1866, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(568, 'Beige Area Coffee Table', 'table_silo_med*4', 's', 2, 2, 1, '1', '0', '0', 1867, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(569, 'Pink Area Coffee Table', 'table_silo_med*5', 's', 2, 2, 1, '1', '0', '0', 1868, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(570, 'Blue Area Coffee Table', 'table_silo_med*6', 's', 2, 2, 1, '1', '0', '0', 1869, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(571, 'Green Area Coffee Table', 'table_silo_med*7', 's', 2, 2, 1, '1', '0', '0', 1870, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(572, 'Yellow Coffee Table', 'table_silo_med*8', 's', 2, 2, 1, '1', '0', '0', 1871, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(573, 'Red Area Coffee Table', 'table_silo_med*9', 's', 2, 2, 1, '1', '0', '0', 1872, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(574, 'Cushioned', 'sofa_silo*2', 's', 2, 1, 1.1, '0', '1', '0', 1873, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(575, 'Cushioned', 'sofa_silo*3', 's', 2, 1, 1.1, '0', '1', '0', 1874, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(576, 'Beige Area Sofa', 'sofa_silo*4', 's', 2, 1, 1.1, '0', '1', '0', 1875, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(577, 'Pink Area Sofa', 'sofa_silo*5', 's', 2, 1, 1.1, '0', '1', '0', 1876, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(578, 'Blue Area Sofa', 'sofa_silo*6', 's', 2, 1, 1.1, '0', '1', '0', 1877, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(579, 'Green Area Sofa', 'sofa_silo*7', 's', 2, 1, 1.1, '0', '1', '0', 1878, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(580, 'Cushioned', 'sofa_silo*8', 's', 2, 1, 1.1, '0', '1', '0', 1879, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(581, 'Red Area Sofa', 'sofa_silo*9', 's', 2, 1, 1.1, '0', '1', '0', 1880, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(582, 'Black Mode Armchair', 'sofachair_polyfon*2', 's', 1, 1, 1.1, '0', '1', '0', 1881, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(583, 'White Armchair', 'sofachair_polyfon*3', 's', 1, 1, 1.1, '0', '1', '0', 1882, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(584, 'Beige Mode Armchair', 'sofachair_polyfon*4', 's', 1, 1, 1.1, '0', '1', '0', 1883, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(585, 'Blue Mode Armchair', 'sofachair_polyfon*6', 's', 1, 1, 1.1, '0', '1', '0', 1884, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(586, 'Green Armchair', 'sofachair_polyfon*7', 's', 1, 1, 1.1, '0', '1', '0', 1885, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(587, 'Yellow Mode Armchair', 'sofachair_polyfon*8', 's', 1, 1, 1.1, '0', '1', '0', 1886, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(588, 'Red Armchair', 'sofachair_polyfon*9', 's', 1, 1, 1.1, '0', '1', '0', 1887, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(589, 'Black Mode Sofa', 'sofa_polyfon*2', 's', 2, 1, 1.1, '0', '1', '0', 1888, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(590, 'White Two-seater Sofa', 'sofa_polyfon*3', 's', 2, 1, 1.1, '0', '1', '0', 1889, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(591, 'Beige Mode Sofa', 'sofa_polyfon*4', 's', 2, 1, 1.1, '0', '1', '0', 1890, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(592, 'Blue Mode Sofa', 'sofa_polyfon*6', 's', 2, 1, 1.1, '0', '1', '0', 1891, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(593, 'Green Two-seater Sofa', 'sofa_polyfon*7', 's', 2, 1, 1.1, '0', '1', '0', 1892, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(594, 'Yellow Mode Sofa', 'sofa_polyfon*8', 's', 2, 1, 1.1, '0', '1', '0', 1893, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(595, 'Black Mode Double Bed', 'sofa_polyfon*9', 's', 2, 1, 1.1, '0', '1', '0', 1894, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(596, 'White Double Bed', 'bed_polyfon*3', 's', 2, 3, 1.8, '0', '0', '0', 1896, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(597, 'Beige Mode Double Bed', 'bed_polyfon*4', 's', 2, 3, 1.8, '0', '0', '0', 1897, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(598, 'Blue Mode Double Bed', 'bed_polyfon*6', 's', 2, 3, 1.8, '0', '0', '0', 1898, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(599, 'Green Double Bed', 'bed_polyfon*7', 's', 2, 3, 1.8, '0', '0', '0', 1899, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(600, 'Yellow Mode Double Bed', 'bed_polyfon*8', 's', 2, 3, 1.8, '0', '0', '0', 1900, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(601, 'Red Double Bed', 'bed_polyfon*9', 's', 2, 3, 1.8, '0', '0', '0', 1901, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(602, 'Black Mode Single Bed', 'bed_polyfon_one*2', 's', 1, 3, 1.8, '0', '0', '0', 1902, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(603, 'White Single Bed', 'bed_polyfon_one*3', 's', 1, 3, 1.8, '0', '0', '0', 1903, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(604, 'Beige Mode Single Bed', 'bed_polyfon_one*4', 's', 1, 3, 1.8, '0', '0', '0', 1904, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(605, 'Blue Mode Single Bed', 'bed_polyfon_one*6', 's', 1, 3, 1.8, '0', '0', '0', 1905, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(606, 'Green Single Bed', 'bed_polyfon_one*7', 's', 1, 3, 1.8, '0', '0', '0', 1906, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(607, 'Yellow Mode Single Bed', 'bed_polyfon_one*8', 's', 1, 3, 1.8, '0', '0', '0', 1907, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(608, 'Red Single Bed', 'bed_polyfon_one*9', 's', 1, 3, 1.8, '0', '0', '0', 1908, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(609, 'Black Mode Bardesk', 'bardesk_polyfon*2', 's', 2, 1, 1, '1', '0', '0', 1909, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(610, 'White Bardesk', 'bardesk_polyfon*3', 's', 2, 1, 1, '1', '0', '0', 1910, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(611, 'Beige Mode Bardesk', 'bardesk_polyfon*4', 's', 2, 1, 1, '1', '0', '0', 1911, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(612, 'Candy Bar', 'bardesk_polyfon*5', 's', 2, 1, 1, '1', '0', '0', 1912, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(613, 'Blue Mode Bardesk', 'bardesk_polyfon*6', 's', 2, 1, 1, '1', '0', '0', 1913, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(614, 'Green Bardesk', 'bardesk_polyfon*7', 's', 2, 1, 1, '1', '0', '0', 1914, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(615, 'Yellow Mode Bardesk', 'bardesk_polyfon*8', 's', 2, 1, 1, '1', '0', '0', 1915, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(616, 'Red Bardesk', 'bardesk_polyfon*9', 's', 2, 1, 1, '1', '0', '0', 1916, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(617, 'Black Mode Bardesk Corner', 'bardeskcorner_polyfon*2', 's', 1, 1, 1, '1', '0', '0', 1917, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(618, 'White Corner Desk', 'bardeskcorner_polyfon*3', 's', 1, 1, 1, '1', '0', '0', 1918, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(619, 'Beige Mode Bardesk Corner', 'bardeskcorner_polyfon*4', 's', 1, 1, 1, '1', '0', '0', 1919, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(620, 'Candy Corner', 'bardeskcorner_polyfon*5', 's', 1, 1, 1, '1', '0', '0', 1920, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(621, 'Blue Mode Bardesk Corner', 'bardeskcorner_polyfon*6', 's', 1, 1, 1, '1', '0', '0', 1921, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(622, 'Green Corner Desk', 'bardeskcorner_polyfon*7', 's', 1, 1, 1, '1', '0', '0', 1922, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(623, 'Yellow Mode Bardesk Corner', 'bardeskcorner_polyfon*8', 's', 1, 1, 1, '1', '0', '0', 1923, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(624, 'Red Corner Desk', 'bardeskcorner_polyfon*9', 's', 1, 1, 1, '1', '0', '0', 1924, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(625, 'Black Mode Bardesk Gate', 'divider_poly3*2', 's', 1, 1, 0.001, '0', '0', '0', 1925, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(626, 'White Hatch', 'divider_poly3*3', 's', 1, 1, 0.001, '0', '0', '0', 1926, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(627, 'Beige Mode Bardesk Gate', 'divider_poly3*4', 's', 1, 1, 0.001, '0', '0', '0', 1927, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(628, 'Candy Hatch (Lockable)', 'divider_poly3*5', 's', 1, 1, 0.001, '0', '0', '0', 1928, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(629, 'Blue Mode Bardesk Gate', 'divider_poly3*6', 's', 1, 1, 0.001, '0', '0', '0', 1929, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(20073, 'ads_idol_l_carpet name', 'ads_idol_l_carpet', 's', 2, 7, 0, '1', '0', '0', 3276, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(631, 'Yellow Mode Bardesk Gate', 'divider_poly3*8', 's', 1, 1, 0.001, '0', '0', '0', 1931, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(632, 'Red Hatch', 'divider_poly3*9', 's', 1, 1, 0.001, '0', '0', '0', 1932, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(633, 'Black Dining Chair', 'chair_silo*2', 's', 1, 1, 1.1, '0', '1', '0', 1933, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(634, 'White Dining Chair', 'chair_silo*3', 's', 1, 1, 1.1, '0', '1', '0', 1934, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(635, 'Beige Silo Dining Chair', 'chair_silo*4', 's', 1, 1, 1.1, '0', '1', '0', 1935, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(636, 'Pink Silo Dining Chair', 'chair_silo*5', 's', 1, 1, 1.1, '0', '1', '0', 1936, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(637, 'Blue Area Dining Chair', 'chair_silo*6', 's', 1, 1, 1.1, '0', '1', '0', 1937, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(638, 'Green Area Dining Chair', 'chair_silo*7', 's', 1, 1, 1.1, '0', '1', '0', 1938, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(639, 'Yellow Dining Chair', 'chair_silo*8', 's', 1, 1, 1.1, '0', '1', '0', 1939, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(640, 'Red Area Dining Chair', 'chair_silo*9', 's', 1, 1, 1.1, '0', '1', '0', 1940, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(641, 'No way through', 'divider_nor3*2', 's', 1, 1, 1, '0', '0', '0', 1941, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(642, 'White Iced Gate', 'divider_nor3*3', 's', 1, 1, 0.001, '0', '0', '0', 1942, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(643, 'Urban Iced Gate', 'divider_nor3*4', 's', 1, 1, 0.001, '0', '0', '0', 1943, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(644, 'Pink Iced gate', 'divider_nor3*5', 's', 1, 1, 0.001, '0', '0', '0', 1944, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(645, 'Blue Iced gate', 'divider_nor3*6', 's', 1, 1, 0.001, '0', '0', '0', 1945, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(646, 'Rural Iced gate', 'divider_nor3*7', 's', 1, 1, 0.001, '0', '0', '0', 1946, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(647, 'Yellow Iced gate', 'divider_nor3*8', 's', 1, 1, 0.001, '0', '0', '0', 1947, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(648, 'Red Iced gate', 'divider_nor3*9', 's', 1, 1, 0.001, '0', '0', '0', 1948, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(649, 'Black Iced Bar-Desk', 'divider_nor2*2', 's', 2, 1, 1, '0', '0', '0', 1949, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(650, 'Strong', 'divider_nor2*3', 's', 2, 1, 1, '0', '0', '0', 1950, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(651, 'Urban Iced Bar', 'divider_nor2*4', 's', 2, 1, 1, '0', '0', '0', 1951, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(652, 'Pink Iced bar desk', 'divider_nor2*5', 's', 2, 1, 1, '0', '0', '0', 1952, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(653, 'Blue Iced  bar desk', 'divider_nor2*6', 's', 2, 1, 1, '0', '0', '0', 1953, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(654, 'Rural Iced Bar', 'divider_nor2*7', 's', 2, 1, 1, '0', '0', '0', 1954, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(655, 'Yellow Iced  bar desk', 'divider_nor2*8', 's', 2, 1, 1, '0', '0', '0', 1955, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(656, 'Red Iced  bar desk', 'divider_nor2*9', 's', 2, 1, 1, '0', '0', '0', 1956, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(657, 'Area Quest Desk', 'silo_studydesk', 's', 2, 1, 1, '1', '0', '0', 1957, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(658, 'White Solarium', 'solarium_norja', 's', 1, 1, 1, '0', '0', '0', 1958, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(659, 'Black Solarium', 'solarium_norja*1', 's', 1, 1, 1, '0', '0', '0', 1959, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(660, 'Beige Solarium', 'solarium_norja*2', 's', 1, 1, 1, '0', '0', '0', 1960, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(661, 'Urban Solarium', 'solarium_norja*3', 's', 1, 1, 1, '0', '0', '0', 1961, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(662, 'Pink Solarium', 'solarium_norja*5', 's', 1, 1, 1, '0', '0', '0', 1962, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(663, 'Blue Solarium', 'solarium_norja*6', 's', 1, 1, 1, '0', '0', '0', 1963, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(664, 'Rural Solarium', 'solarium_norja*7', 's', 1, 1, 1, '0', '0', '0', 1964, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(665, 'Yellow Solarium', 'solarium_norja*8', 's', 1, 1, 1, '0', '0', '0', 1965, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(666, 'Red Solarium', 'solarium_norja*9', 's', 1, 1, 1, '0', '0', '0', 1966, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(667, 'Tropical Beach Rug', 'sandrug', 's', 2, 2, 0, '1', '0', '1', 1967, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(668, 'Moon Patch', 'rare_moonrug', 's', 2, 2, 0, '1', '0', '1', 1968, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(669, 'Chinese Lacquer Chair', 'chair_china', 's', 1, 1, 1, '0', '1', '0', 1969, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(670, 'Chinese Lacquer Table', 'china_table', 's', 1, 1, 1, '1', '0', '0', 1970, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(671, 'Red Sleeping Bag', 'sleepingbag*1', 's', 1, 3, 0.8, '0', '0', '0', 1971, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(672, 'Lime Sleeping Bag', 'sleepingbag*2', 's', 1, 3, 0.8, '0', '0', '0', 1972, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(673, 'Ocean Sleeping Bag', 'sleepingbag*3', 's', 1, 3, 0.8, '0', '0', '0', 1973, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(674, 'Safety Sleeping Bag', 'sleepingbag*4', 's', 1, 3, 0.8, '0', '0', '0', 1974, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(675, 'Safe Minibar', 'safe_silo', 's', 1, 1, 1.3, '1', '0', '0', 1975, '1', '1', '1', '1', '1', 'vendingmachine', 0, '17', '0'),
(676, 'Orange Sleeping Bag', 'sleepingbag*7', 's', 1, 3, 0.8, '0', '0', '0', 1976, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(677, 'eXceptional Sleeping Bag', 'sleepingbag*9', 's', 1, 3, 0.8, '0', '0', '0', 1977, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(678, 'Graphite Sleeping Bag', 'sleepingbag*5', 's', 1, 3, 0.8, '0', '0', '0', 1978, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(679, 'Khaki Sleeping Bag', 'sleepingbag*10', 's', 1, 3, 0.8, '0', '0', '0', 1979, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(680, 'Purple Sleeping Bag', 'sleepingbag*6', 's', 1, 3, 0.8, '0', '0', '0', 1980, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(681, 'Golden Sleeping Bag', 'sleepingbag*8', 's', 1, 3, 0.8, '0', '0', '0', 1981, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(682, 'Chinese Bookshelf', 'china_shelve', 's', 2, 1, 1, '0', '0', '0', 1982, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(683, 'White Traffic Light', 'traffic_light*5', 's', 1, 1, 1, '0', '0', '0', 1983, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(684, 'Habbos', 'divider_nor4*2', 's', 2, 1, 1, '0', '0', '0', 1984, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(685, 'Habbos', 'divider_nor4*3', 's', 2, 1, 1, '0', '0', '0', 1985, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(686, 'Habbos', 'divider_nor4*5', 's', 2, 1, 1, '0', '0', '0', 1986, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(687, 'Habbos', 'divider_nor4*6', 's', 2, 1, 1, '0', '0', '0', 1987, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(688, 'Habbos', 'divider_nor4*7', 's', 2, 1, 1, '0', '0', '0', 1988, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(689, 'Habbos', 'divider_nor4*8', 's', 2, 1, 1, '0', '0', '0', 1989, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(690, 'Habbos', 'divider_nor4*9', 's', 2, 1, 1, '0', '0', '0', 1990, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(691, 'Black Iced Angle', 'divider_nor5*2', 's', 1, 1, 1, '0', '0', '0', 1991, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(692, 'White Iced Angle', 'divider_nor5*3', 's', 1, 1, 1, '0', '0', '0', 1992, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(693, 'Urban Iced Angle', 'divider_nor5*4', 's', 1, 1, 1, '0', '0', '0', 1993, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(694, 'Blue Iced Angle', 'divider_nor5*5', 's', 1, 1, 1, '0', '0', '0', 1994, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(695, 'Rural Iced Angle', 'divider_nor5*7', 's', 1, 1, 1, '0', '0', '0', 1996, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(696, 'Yellow Iced Angle', 'divider_nor5*8', 's', 1, 1, 1, '0', '0', '0', 1997, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(697, 'Red Iced Angle', 'divider_nor5*9', 's', 1, 1, 1, '0', '0', '0', 1998, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(698, 'Plain Iced Angle', 'divider_nor5', 's', 1, 1, 1, '0', '0', '0', 1999, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(699, 'Habbos', 'divider_nor4', 's', 2, 1, 1, '0', '0', '0', 2000, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(700, 'Dragon Screen', 'wall_china', 's', 1, 1, 1, '0', '0', '0', 2001, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(701, 'Firm', 'corner_china', 's', 1, 1, 1, '0', '0', '0', 2002, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(702, 'Black Bar Stool', 'barchair_silo*2', 's', 1, 1, 1.2, '0', '1', '0', 2003, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(703, 'White Bar Stool', 'barchair_silo*3', 's', 1, 1, 1.2, '0', '1', '0', 2004, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(704, 'Beige Bar Stool', 'barchair_silo*4', 's', 1, 1, 1.2, '0', '1', '0', 2005, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(705, 'Pink Bar Stool', 'barchair_silo*5', 's', 1, 1, 1.2, '0', '1', '0', 2006, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(706, 'Blue Bar Stool', 'barchair_silo*6', 's', 1, 1, 1.2, '0', '1', '0', 2007, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(707, 'Green Bar Stool', 'barchair_silo*7', 's', 1, 1, 1.2, '0', '1', '0', 2008, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(708, 'Yellow Bar Stool', 'barchair_silo*8', 's', 1, 1, 1.2, '0', '1', '0', 2009, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(709, 'Red Bar Stool', 'barchair_silo*9', 's', 1, 1, 1.2, '0', '1', '0', 2010, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(710, 'Black Safe Minibar', 'safe_silo*2', 's', 1, 1, 1.3, '1', '0', '0', 2011, '1', '1', '1', '1', '1', 'vendingmachine', 0, '17', '0'),
(711, 'White Safe Minibar', 'safe_silo*3', 's', 1, 1, 1.3, '1', '0', '0', 2012, '1', '1', '1', '1', '1', 'vendingmachine', 0, '17', '0'),
(712, 'Beige Safe Minibar', 'safe_silo*4', 's', 1, 1, 1.3, '1', '0', '0', 2013, '1', '1', '1', '1', '1', 'vendingmachine', 0, '17', '0'),
(713, 'Pink Safe Minibar', 'safe_silo*5', 's', 1, 1, 1.3, '1', '0', '0', 2014, '1', '1', '1', '1', '1', 'vendingmachine', 0, '17', '0'),
(714, 'Blue Safe Minibar', 'safe_silo*6', 's', 1, 1, 1.3, '1', '0', '0', 2015, '1', '1', '1', '1', '1', 'vendingmachine', 0, '17', '0'),
(715, 'Green Safe Minibar', 'safe_silo*7', 's', 1, 1, 1.3, '1', '0', '0', 2016, '1', '1', '1', '1', '1', 'vendingmachine', 0, '17', '0'),
(716, 'Yellow Safe Minibar', 'safe_silo*8', 's', 1, 1, 1.3, '1', '0', '0', 2017, '1', '1', '1', '1', '1', 'vendingmachine', 0, '17', '0'),
(717, 'Red Safe Minibar', 'safe_silo*9', 's', 1, 1, 1.3, '1', '0', '0', 2018, '1', '1', '1', '1', '1', 'vendingmachine', 0, '17', '0'),
(718, 'Glass shelf', 'glass_shelf', 's', 2, 1, 1, '0', '0', '0', 2019, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(719, 'Glass chair', 'glass_chair', 's', 1, 1, 1, '0', '1', '0', 2020, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(720, 'Glass stool', 'glass_stool', 's', 1, 1, 1, '0', '1', '0', 2021, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(721, 'Glass sofa', 'glass_sofa', 's', 2, 1, 1, '0', '1', '0', 2022, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(722, 'Glass table', 'glass_table', 's', 2, 2, 1, '1', '0', '0', 2023, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(723, 'Glass table', 'glass_table*2', 's', 2, 2, 1, '1', '0', '0', 2024, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(724, 'White Glass Table', 'glass_table*3', 's', 2, 2, 1, '1', '0', '0', 2025, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(725, 'Glass table', 'glass_table*4', 's', 2, 2, 1, '1', '0', '0', 2026, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(726, 'Candy Glass Table', 'glass_table*5', 's', 2, 2, 1, '1', '0', '0', 2027, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(727, 'Blue Glass Table', 'glass_table*6', 's', 2, 2, 1, '1', '0', '0', 2028, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(728, 'Green Glass Table', 'glass_table*7', 's', 2, 2, 1, '1', '0', '0', 2029, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(729, 'Yellow Glass Table', 'glass_table*8', 's', 2, 2, 1, '1', '0', '0', 2030, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(730, 'Glass table', 'glass_table*9', 's', 2, 2, 1, '1', '0', '0', 2031, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(731, 'Glass chair', 'glass_chair*2', 's', 1, 1, 1, '0', '1', '0', 2032, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(732, 'Glass chair', 'glass_chair*3', 's', 1, 1, 1, '0', '1', '0', 2033, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(733, 'Glass chair', 'glass_chair*4', 's', 1, 1, 1, '0', '1', '0', 2034, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(734, 'Candy Glass Chair', 'glass_chair*5', 's', 1, 1, 1, '0', '1', '0', 2035, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(735, 'Blue Glass Chair', 'glass_chair*6', 's', 1, 1, 1, '0', '1', '0', 2036, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(736, 'Green Glass Chair', 'glass_chair*7', 's', 1, 1, 1, '0', '1', '0', 2037, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(737, 'Yellow Glass Chair', 'glass_chair*8', 's', 1, 1, 1, '0', '1', '0', 2038, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(738, 'Glass chair', 'glass_chair*9', 's', 1, 1, 1, '0', '1', '0', 2039, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(739, 'Glass sofa', 'glass_sofa*2', 's', 2, 1, 1, '0', '1', '0', 2040, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(740, 'White Glass Sofa', 'glass_sofa*3', 's', 2, 1, 1, '0', '1', '0', 2041, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(741, 'Glass sofa', 'glass_sofa*4', 's', 2, 1, 1, '0', '1', '0', 2042, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(742, 'Candy Glass Sofa', 'glass_sofa*5', 's', 2, 1, 1, '0', '1', '0', 2043, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(743, 'Blue Glass Sofa', 'glass_sofa*6', 's', 2, 1, 1, '0', '1', '0', 2044, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(744, 'Green Glass Sofa', 'glass_sofa*7', 's', 2, 1, 1, '0', '1', '0', 2045, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(745, 'Yellow Glass Sofa', 'glass_sofa*8', 's', 2, 1, 1, '0', '1', '0', 2046, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(746, 'Glass sofa', 'glass_sofa*9', 's', 2, 1, 1, '0', '1', '0', 2047, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(747, 'Glass stool', 'glass_stool*2', 's', 1, 1, 1, '0', '1', '0', 2048, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(748, 'Glass stool', 'glass_stool*4', 's', 1, 1, 1, '0', '1', '0', 2050, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(749, 'Candy Glass Stool', 'glass_stool*5', 's', 1, 1, 1, '0', '1', '0', 2051, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(750, 'Blue Glass Stool', 'glass_stool*6', 's', 1, 1, 1, '0', '1', '0', 2052, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(751, 'Green Glass Stool', 'glass_stool*7', 's', 1, 1, 1, '0', '1', '0', 2053, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(752, 'Yellow Glass Stool', 'glass_stool*8', 's', 1, 1, 1, '0', '1', '0', 2054, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(753, 'White Glass Stool', 'glass_stool*3', 's', 1, 1, 1, '0', '1', '0', 2056, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(754, 'Glass stool', 'glass_stool*9', 's', 1, 1, 1, '0', '1', '0', 2057, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(755, 'Gold Coin', 'CF_10_coin_gold', 's', 1, 1, 0.2, '1', '0', '0', 2063, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(756, 'Bronze Coin', 'CF_1_coin_bronze', 's', 1, 1, 0.2, '1', '0', '0', 2064, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(757, 'Sack of Credits', 'CF_20_moneybag', 's', 1, 1, 1, '1', '0', '0', 2065, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(758, 'Gold Bar', 'CF_50_goldbar', 's', 1, 1, 0.2, '1', '0', '0', 2066, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(759, 'Silver Coin', 'CF_5_coin_silver', 's', 1, 1, 0.2, '1', '0', '0', 2067, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(760, 'Persian Carpet', 'hc_crpt', 's', 3, 5, 0, '1', '0', '0', 2068, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(761, 'Forget plasma', 'hc_tv', 's', 2, 1, 1.4, '0', '1', '0', 2069, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(762, 'Gothic Portcullis', 'gothgate', 's', 2, 1, 0.001, '0', '0', '0', 2070, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(763, 'Gothic Candelabra', 'gothiccandelabra', 's', 1, 1, 1, '0', '0', '0', 2071, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(764, 'Gothic Railing', 'gothrailing', 's', 2, 1, 1, '0', '0', '0', 2072, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(765, 'Gothic table', 'goth_table', 's', 1, 5, 1.7, '0', '0', '0', 2073, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(766, 'Medieval Bookcase', 'hc_bkshlf', 's', 1, 4, 1, '0', '0', '0', 2074, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(767, 'Electric Butler', 'hc_btlr', 's', 1, 1, 1, '0', '0', '0', 2075, '1', '1', '1', '1', '1', 'vendingmachine', 0, '24', '0'),
(768, 'Antique Drapery', 'hc_crtn', 's', 2, 1, 0.001, '0', '0', '0', 2076, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(769, 'The Grammophon', 'hc_djset', 's', 3, 1, 1, '0', '0', '0', 2077, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(770, 'Heavy Duty Fireplace', 'hc_frplc', 's', 1, 3, 1, '0', '0', '0', 2078, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(771, 'Victorian Street Light', 'hc_lmpst', 's', 1, 1, 1, '0', '0', '0', 2079, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(772, 'Weird Science Machine', 'hc_machine', 's', 1, 3, 1, '0', '0', '0', 2080, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(773, 'HC Rollers Set', 'hc_rllr', 's', 1, 1, 1, '0', '0', '1', 2081, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(774, 'X-Ray Divider', 'hc_rntgn', 's', 2, 1, 1, '0', '0', '0', 2082, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(775, 'Drinks Trolley', 'hc_trll', 's', 1, 2, 1, '0', '0', '0', 2083, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(776, 'Gothic Chair Pink', 'gothic_chair*1', 's', 1, 1, 1, '0', '1', '0', 2084, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(777, 'Gothic Sofa Pink', 'gothic_sofa*1', 's', 2, 1, 1, '0', '1', '0', 2085, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(778, 'Gothic Stool Pink', 'gothic_stool*1', 's', 1, 1, 1, '0', '1', '0', 2086, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(779, 'Golden Gothic Chair', 'gothic_chair*2', 's', 1, 1, 1, '0', '1', '0', 2087, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(780, 'Golden Gothic Sofa', 'gothic_sofa*2', 's', 2, 1, 1, '0', '1', '0', 2088, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(781, 'Golden Gothic Stool', 'gothic_stool*2', 's', 1, 1, 1, '0', '1', '0', 2089, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(782, 'Red Gothic Chair', 'gothic_chair*3', 's', 1, 1, 1, '0', '1', '0', 2090, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(783, 'Red Gothic Sofa', 'gothic_sofa*3', 's', 2, 1, 1, '0', '1', '0', 2091, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(784, 'Red Gothic Stool', 'gothic_stool*3', 's', 1, 1, 1, '0', '1', '0', 2092, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(785, 'Black Gothic Chair', 'gothic_chair*4', 's', 1, 1, 1, '0', '1', '0', 2093, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(786, 'Black Gothic Sofa', 'gothic_sofa*4', 's', 2, 1, 1, '0', '1', '0', 2094, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(787, 'Black Gothic Stool', 'gothic_stool*4', 's', 1, 1, 1, '0', '1', '0', 2095, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(788, 'Green Gothic Chair', 'gothic_chair*5', 's', 1, 1, 1, '0', '1', '0', 2096, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(789, 'Green Gothic Sofa', 'gothic_sofa*5', 's', 2, 1, 1, '0', '1', '0', 2097, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(790, 'Green Gothic Stool', 'gothic_stool*5', 's', 1, 1, 1, '0', '1', '0', 2098, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(791, 'Gothic Chair Blue', 'gothic_chair*6', 's', 1, 1, 1, '0', '1', '0', 2099, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(792, 'Gothic Sofa Blue', 'gothic_sofa*6', 's', 2, 1, 1, '0', '1', '0', 2100, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(793, 'Valentine''s Cauldron', 'gothic_stool*6', 's', 1, 1, 1, '0', '1', '0', 2101, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(794, 'Sound Machine', 'sound_machine', 's', 1, 1, 1, '0', '0', '0', 2105, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(795, 'Turquoise Romantique Piano Chair', 'romantique_pianochair*3', 's', 1, 1, 1, '0', '1', '0', 2106, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(796, 'Onyx Piano Stool', 'romantique_pianochair*5', 's', 1, 1, 1, '0', '1', '0', 2107, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(797, 'Lime Romantique Piano Chair', 'romantique_pianochair*2', 's', 1, 1, 1, '0', '1', '0', 2108, '1', '1', '1', '1', '1', 'default', 1, '0', '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES
(798, 'Amber Piano Stool', 'romantique_pianochair*4', 's', 1, 1, 1, '0', '1', '0', 2109, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(799, 'Rose Quartz Piano Stool', 'romantique_pianochair*1', 's', 1, 1, 1, '0', '1', '0', 2110, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(800, 'Turquoise Romantique Divan', 'romantique_divan*3', 's', 2, 1, 1, '0', '1', '0', 2111, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(801, 'Onyx Chaise-Longue', 'romantique_divan*5', 's', 2, 1, 1, '0', '1', '0', 2112, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(802, 'Emerald Chaise-Longue', 'romantique_divan*2', 's', 2, 1, 1, '0', '1', '0', 2113, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(803, 'Amber Chaise-Longue', 'romantique_divan*4', 's', 2, 1, 1, '0', '1', '0', 2114, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(804, 'Rose Quartz Chaise-Longue', 'romantique_divan*1', 's', 2, 1, 1, '0', '1', '0', 2115, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(805, 'Turquoise Romantique Chair', 'romantique_chair*3', 's', 1, 1, 1, '0', '1', '0', 2116, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(806, 'Onyx Chair', 'romantique_chair*5', 's', 1, 1, 1, '0', '1', '0', 2117, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(807, 'Lime Romantique Chair', 'romantique_chair*2', 's', 1, 1, 1, '0', '1', '0', 2118, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(808, 'Amber Chair', 'romantique_chair*4', 's', 1, 1, 1, '0', '1', '0', 2119, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(809, 'Rose Quartz Chair', 'romantique_chair*1', 's', 1, 1, 1, '0', '1', '0', 2120, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(811, 'Yellow Valentine Rose', 'plant_valentinerose*3', 's', 1, 1, 1, '0', '0', '0', 2123, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(812, 'Purple Valentine''s Rose', 'plant_valentinerose*5', 's', 1, 1, 1, '0', '0', '0', 2124, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(813, 'White Valentine''s Rose', 'plant_valentinerose*2', 's', 1, 1, 1, '0', '0', '0', 2125, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(814, 'Pink Valentine''s Rose', 'plant_valentinerose*4', 's', 1, 1, 1, '0', '0', '0', 2126, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(815, 'Red Valentine''s Rose', 'plant_valentinerose*1', 's', 1, 1, 1, '0', '0', '0', 2127, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(816, 'Maze Shrubbery Gate', 'plant_mazegate', 's', 2, 1, 0.001, '0', '0', '0', 2128, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(817, 'Maze Shrubbery', 'plant_maze', 's', 2, 1, 1, '0', '0', '0', 2129, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(818, 'Bulrush', 'plant_bulrush', 's', 1, 1, 1, '0', '0', '0', 2130, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(819, 'T-Bones Mega Multipack', 'petfood4', 's', 1, 1, 1, '1', '0', '0', 2131, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(820, 'Red carpet', 'carpet_valentine', 's', 2, 7, 0, '1', '0', '1', 2132, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(821, 'Cobbled Path', 'gothic_carpet', 's', 2, 4, 0, '1', '0', '1', 2133, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(822, 'Dungeon Floor', 'gothic_carpet2', 's', 2, 4, 0, '1', '0', '1', 2134, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(823, '', 'gothic_chair', 's', 1, 1, 1, '0', '1', '0', 2135, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(824, '', 'gothic_sofa', 's', 2, 1, 1, '0', '1', '0', 2136, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(825, '', 'gothic_stool', 's', 1, 1, 1, '0', '1', '0', 2137, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(826, 'Pink Grand Piano', 'grand_piano*3', 's', 2, 2, 1, '0', '0', '0', 2138, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(827, 'Onyx Grand Piano', 'grand_piano*5', 's', 2, 2, 1, '0', '0', '0', 2139, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(828, 'Black Grand Piano', 'grand_piano*2', 's', 2, 2, 1, '0', '0', '0', 2140, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(829, 'Amber Grand Piano', 'grand_piano*4', 's', 2, 2, 1, '0', '0', '0', 2141, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(830, 'Turquoise Grand Piano', 'grand_piano*1', 's', 2, 2, 1, '0', '0', '0', 2142, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(831, 'Deluxe Theatre Chair', 'theatre_seat', 's', 1, 1, 1.2, '0', '1', '0', 2143, '1', '1', '1', '1', '1', 'default', 6, '0', '0'),
(832, 'Treats Tray', 'romantique_tray2', 's', 1, 1, 1, '0', '0', '0', 2144, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(833, 'Breakfast Tray', 'romantique_tray1', 's', 1, 1, 1, '0', '0', '0', 2145, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(834, 'Turquoise Tray Table', 'romantique_smalltabl*3', 's', 1, 1, 1, '1', '0', '0', 2146, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(835, 'Onyx Tray Table', 'romantique_smalltabl*5', 's', 1, 1, 1, '1', '0', '0', 2147, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(836, 'Lime Tray Table', 'romantique_smalltabl*2', 's', 1, 1, 1, '1', '0', '0', 2148, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(837, 'Amber Tray Table', 'romantique_smalltabl*4', 's', 1, 1, 1, '1', '0', '0', 2149, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(838, 'Rose Quartz Tray Table', 'romantique_smalltabl*1', 's', 1, 1, 1, '1', '0', '0', 2150, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(839, 'Dressing Table', 'romantique_mirrortabl', 's', 1, 1, 1, '1', '0', '0', 2151, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(840, 'Turquoise Screen', 'romantique_divider*3', 's', 2, 1, 1, '0', '0', '0', 2152, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(841, 'Green Screen', 'romantique_divider*2', 's', 2, 1, 1, '1', '0', '0', 2153, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(842, 'Amber Screen', 'romantique_divider*4', 's', 2, 1, 1, '1', '0', '0', 2154, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(843, 'Rose Quartz Screen', 'romantique_divider*1', 's', 2, 1, 1, '1', '0', '0', 2155, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(844, 'Large Tatami Mat', 'jp_tatami2', 's', 2, 4, 0, '1', '0', '1', 2156, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(845, 'Small Tatami Mat', 'jp_tatami', 's', 2, 2, 0, '1', '0', '1', 2157, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(846, 'Director''s Chair', 'habbowood_chair', 's', 1, 1, 1.2, '0', '1', '0', 2158, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(847, 'Bamboo Forest', 'jp_bamboo', 's', 2, 2, 0, '1', '0', '1', 2159, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(848, 'Irori', 'jp_irori', 's', 2, 2, 1, '0', '0', '0', 2160, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(849, 'Pillow Chair', 'jp_pillow', 's', 1, 1, 0.8, '0', '1', '0', 2161, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(850, 'Habbo Sounds 1', 'sound_set_1', 's', 1, 1, 0.2, '1', '0', '0', 2162, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(851, 'Habbo Sounds 3', 'sound_set_2', 's', 1, 1, 0.2, '1', '0', '0', 2163, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(852, 'Electronic 1', 'sound_set_3', 's', 1, 1, 0.2, '1', '0', '0', 2164, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(853, 'Ambient 1', 'sound_set_4', 's', 1, 1, 0.2, '1', '0', '0', 2165, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(854, 'Ambient 4', 'sound_set_5', 's', 1, 1, 0.2, '1', '0', '0', 2166, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(855, 'Ambient 3', 'sound_set_6', 's', 1, 1, 0.2, '1', '0', '0', 2167, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(856, 'SFX 5', 'sound_set_7', 's', 1, 1, 0.2, '1', '0', '0', 2168, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(857, 'Ambient 2', 'sound_set_8', 's', 1, 1, 0.2, '1', '0', '0', 2169, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(858, 'Electronic 2', 'sound_set_9', 's', 1, 1, 0.2, '1', '0', '0', 2170, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(859, 'Traxmachine', 'sound_machine*1', 's', 1, 1, 1, '0', '0', '0', 2171, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(860, 'Habbowood Spotlight', 'spotlight', 's', 1, 1, 1, '0', '0', '0', 2519, '1', '1', '1', '1', '1', 'default', 6, '0', '0'),
(861, 'Ocean Traxmachine', 'sound_machine*2', 's', 1, 1, 1, '0', '0', '0', 2543, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(862, 'Green Traxmachine', 'sound_machine*3', 's', 1, 1, 1, '0', '0', '0', 2544, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(863, 'For Funky', 'sound_machine*4', 's', 1, 1, 1, '0', '0', '0', 2545, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(864, 'Brown Traxmachine', 'sound_machine*5', 's', 1, 1, 1, '0', '0', '0', 2546, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(865, 'Purple Traxmachine', 'sound_machine*6', 's', 1, 1, 1, '0', '0', '0', 2547, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(866, 'Red Traxmachine', 'sound_machine*7', 's', 1, 1, 1, '0', '0', '0', 2548, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(867, 'Crystal Lamp', 'rom_lamp', 's', 1, 1, 1, '0', '0', '0', 2551, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(868, 'Polar Sofa', 'rclr_sofa', 's', 2, 1, 1, '0', '1', '0', 2459, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(869, 'Water Garden', 'rclr_garden', 's', 1, 3, 1, '0', '0', '0', 2458, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(870, 'Palm Chair', 'rclr_chair', 's', 1, 1, 1, '0', '1', '0', 2562, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(871, 'Rock 2', 'sound_set_28', 's', 1, 1, 0.2, '1', '0', '0', 2496, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(872, 'Groove 2', 'sound_set_27', 's', 1, 1, 0.2, '1', '0', '0', 2549, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(873, 'Groove 1', 'sound_set_26', 's', 1, 1, 0.2, '1', '0', '0', 2508, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(874, 'Actually', 'sound_set_25', 's', 1, 1, 0.2, '1', '0', '0', 2470, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(875, 'It''s all about the Pentiums', 'sound_set_24', 's', 1, 1, 0.2, '1', '0', '0', 2492, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(876, 'SFX 4', 'sound_set_23', 's', 1, 1, 0.2, '1', '0', '0', 2457, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(877, 'With a hamper full of sounds', 'sound_set_22', 's', 1, 1, 0.2, '1', '0', '0', 2521, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(878, 'Rock 1', 'sound_set_21', 's', 1, 1, 0.2, '1', '0', '0', 2494, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(879, 'SFX 2', 'sound_set_20', 's', 1, 1, 0.2, '1', '0', '0', 2524, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(880, 'Hip Hop Beats 4', 'sound_set_19', 's', 1, 1, 0.2, '1', '0', '0', 2469, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(881, 'Groove 4', 'sound_set_18', 's', 1, 1, 0.2, '1', '0', '0', 2497, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(882, 'Groove 3', 'sound_set_17', 's', 1, 1, 0.2, '1', '0', '0', 2550, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(883, 'Ferry', 'sound_set_16', 's', 1, 1, 0.2, '1', '0', '0', 2561, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(884, 'RnB Grooves 6', 'sound_set_15', 's', 1, 1, 0.2, '1', '0', '0', 2495, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(885, 'Hip Hop Beats 2', 'sound_set_14', 's', 1, 1, 0.2, '1', '0', '0', 2482, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(886, 'Dance 5', 'sound_set_13', 's', 1, 1, 0.2, '1', '0', '0', 2523, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(887, 'Habbo Sounds 2', 'sound_set_12', 's', 1, 1, 0.2, '1', '0', '0', 2493, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(888, 'Dance 4', 'sound_set_11', 's', 1, 1, 0.2, '1', '0', '0', 2563, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(889, 'Hip Hop Beats 1', 'sound_set_10', 's', 1, 1, 0.2, '1', '0', '0', 2481, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(890, 'Rope Divider', 'rope_divider', 's', 2, 1, 0.001, '0', '0', '0', 2518, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(891, 'romantique_clock', 'romantique_clock', 's', 1, 1, 1, '0', '0', '0', 2520, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(892, 'Aqua Pura Module 5', 'rare_icecream_campaign', 's', 1, 1, 1, '0', '0', '0', 2507, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4', '0'),
(893, 'Pink Pura Module 5', 'pura_mdl5*2', 's', 1, 1, 1, '0', '1', '0', 2510, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(894, 'Black Pura Module 5', 'pura_mdl5*3', 's', 1, 1, 1, '0', '1', '0', 2511, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(895, 'White Pura Module 5', 'pura_mdl5*4', 's', 1, 1, 1, '0', '1', '0', 2512, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(896, 'beige pura module 5', 'pura_mdl5*5', 's', 1, 1, 1, '0', '1', '0', 2513, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(897, 'Blue Pura Module 5', 'pura_mdl5*6', 's', 1, 1, 1, '0', '1', '0', 2514, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(898, 'Green Pura Module 5', 'pura_mdl5*7', 's', 1, 1, 1, '0', '1', '0', 2515, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(899, 'Yellow Pura Module 5', 'pura_mdl5*8', 's', 1, 1, 1, '0', '1', '0', 2516, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(900, 'Red Pura Module 5', 'pura_mdl5*9', 's', 1, 1, 1, '0', '1', '0', 2517, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(901, 'Aqua Pura Module 4', 'pura_mdl4*1', 's', 1, 1, 1, '0', '1', '0', 2472, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(902, 'Pink Pura Module 4', 'pura_mdl4*2', 's', 1, 1, 1, '0', '1', '0', 2473, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(903, 'Black Pura Module 4', 'pura_mdl4*3', 's', 1, 1, 1, '0', '1', '0', 2474, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(904, 'White Pura Module 4', 'pura_mdl4*4', 's', 1, 1, 1, '0', '1', '0', 2475, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(905, 'beige pura module 4', 'pura_mdl4*5', 's', 1, 1, 1, '0', '1', '0', 2476, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(906, 'Blue Pura Module 4', 'pura_mdl4*6', 's', 1, 1, 1, '0', '1', '0', 2477, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(907, 'Green Pura Module 4', 'pura_mdl4*7', 's', 1, 1, 1, '0', '1', '0', 2478, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(908, 'yellow pura module 4', 'pura_mdl4*8', 's', 1, 1, 1, '0', '1', '0', 2479, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(909, 'Red Pura Module 4', 'pura_mdl4*9', 's', 1, 1, 1, '0', '1', '0', 2480, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(910, 'Aqua Pura Module 3', 'pura_mdl3*1', 's', 1, 1, 1, '0', '1', '0', 2534, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(911, 'Pink Pura Module 3', 'pura_mdl3*2', 's', 1, 1, 1, '0', '1', '0', 2535, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(912, 'Black Pura Module 3', 'pura_mdl3*3', 's', 1, 1, 1, '0', '1', '0', 2536, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(913, 'White Pura Module 3', 'pura_mdl3*4', 's', 1, 1, 1, '0', '1', '0', 2537, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(914, 'beige pura module 3', 'pura_mdl3*5', 's', 1, 1, 1, '0', '1', '0', 2538, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(915, 'Blue Pura Module 3', 'pura_mdl3*6', 's', 1, 1, 1, '0', '1', '0', 2539, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(916, 'Green Pura Module 3', 'pura_mdl3*7', 's', 1, 1, 1, '0', '1', '0', 2540, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(917, 'yellow pura module 3', 'pura_mdl3*8', 's', 1, 1, 1, '0', '1', '0', 2541, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(918, 'Red Pura Module 3', 'pura_mdl3*9', 's', 1, 1, 1, '0', '1', '0', 2542, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(919, 'Aqua Pura Module 2', 'pura_mdl2*1', 's', 1, 1, 1, '0', '1', '0', 2483, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(920, 'Pink Pura Module 2', 'pura_mdl2*2', 's', 1, 1, 1, '0', '1', '0', 2484, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(921, 'Black Pura Module 2', 'pura_mdl2*3', 's', 1, 1, 1, '0', '1', '0', 2485, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(922, 'White Pura Module 2', 'pura_mdl2*4', 's', 1, 1, 1, '0', '1', '0', 2486, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(923, 'beige pura module 2', 'pura_mdl2*5', 's', 1, 1, 1, '0', '1', '0', 2487, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(924, 'Blue Pura Module 2', 'pura_mdl2*6', 's', 1, 1, 1, '0', '1', '0', 2488, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(925, 'Green Pura Module 2', 'pura_mdl2*7', 's', 1, 1, 1, '0', '1', '0', 2489, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(926, 'yellow pura module 2', 'pura_mdl2*8', 's', 1, 1, 1, '0', '1', '0', 2490, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(927, 'Red Pura Module 2', 'pura_mdl2*9', 's', 1, 1, 1, '0', '1', '0', 2491, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(928, 'Aqua Pura Module 1', 'pura_mdl1*1', 's', 1, 1, 1, '0', '1', '0', 2460, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(929, 'Pink Pura Module 1', 'pura_mdl1*2', 's', 1, 1, 1, '0', '1', '0', 2461, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(930, 'Black Pura Module 1', 'pura_mdl1*3', 's', 1, 1, 1, '0', '1', '0', 2462, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(931, 'White Pura Module 1', 'pura_mdl1*4', 's', 1, 1, 1, '0', '1', '0', 2463, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(932, 'beige pura module 1', 'pura_mdl1*5', 's', 1, 1, 1, '0', '1', '0', 2464, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(933, 'Blue Pura Module 1', 'pura_mdl1*6', 's', 1, 1, 1, '0', '1', '0', 2465, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(934, 'Green Pura Module 1', 'pura_mdl1*7', 's', 1, 1, 1, '0', '1', '0', 2466, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(935, 'yellow pura module 1', 'pura_mdl1*8', 's', 1, 1, 1, '0', '1', '0', 2467, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(936, 'Red Pura Module 1', 'pura_mdl1*9', 's', 1, 1, 1, '0', '1', '0', 2468, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(937, 'Japanese Lantern', 'jp_lantern', 's', 1, 1, 1, '0', '0', '0', 2471, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(938, 'chair_basic', 'chair_basic*1', 's', 1, 1, 1.1, '0', '1', '0', 2525, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(939, 'Pink Pura Egg Chair', 'chair_basic*2', 's', 1, 1, 1.1, '0', '1', '0', 2526, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(940, 'Black Pura Egg Chair', 'chair_basic*3', 's', 1, 1, 1.1, '0', '1', '0', 2527, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(941, 'White Pura Egg Chair', 'chair_basic*4', 's', 1, 1, 1.1, '0', '1', '0', 2528, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(942, 'Beige Pura Egg Chair', 'chair_basic*5', 's', 1, 1, 1.1, '0', '1', '0', 2529, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(943, 'Blue Pura Egg Chair', 'chair_basic*6', 's', 1, 1, 1.1, '0', '1', '0', 2530, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(944, 'Green Pura Egg Chair', 'chair_basic*7', 's', 1, 1, 1.1, '0', '1', '0', 2531, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(945, 'chair_basic', 'chair_basic*8', 's', 1, 1, 1.1, '0', '1', '0', 2532, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(946, 'Red Pura Egg Chair', 'chair_basic*9', 's', 1, 1, 1.1, '0', '1', '0', 2533, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(947, '', 'bed_budget*1', 's', 2, 3, 1.9, '0', '0', '0', 2552, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(948, 'Pink Pura Double Bed', 'bed_budget*2', 's', 2, 3, 1.9, '0', '0', '0', 2553, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(949, 'Black Pura Double Bed', 'bed_budget*3', 's', 2, 3, 1.9, '0', '0', '0', 2554, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(950, 'White Pura Double Bed', 'bed_budget*4', 's', 2, 3, 1.9, '0', '0', '0', 2555, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(951, 'Beige Pura Double Bed', 'bed_budget*5', 's', 2, 3, 1.9, '0', '0', '0', 2556, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(952, 'Blue Pura Double Bed', 'bed_budget*6', 's', 2, 3, 1.9, '0', '0', '0', 2557, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(953, 'Green Pura Double Bed', 'bed_budget*7', 's', 2, 3, 1.9, '0', '0', '0', 2558, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(954, 'Yellow Pura Double Bed', 'bed_budget*8', 's', 2, 3, 1.9, '0', '0', '0', 2559, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(955, 'Red Pura Double Bed', 'bed_budget*9', 's', 2, 3, 1.9, '0', '0', '0', 2560, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(956, '', 'bed_budget_one*1', 's', 1, 3, 1.9, '0', '0', '0', 2498, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(957, 'Pink Pura Bed', 'bed_budget_one*2', 's', 1, 3, 1.9, '0', '0', '0', 2499, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(958, 'Black Pura Bed', 'bed_budget_one*3', 's', 1, 3, 1.9, '0', '0', '0', 2500, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(959, 'White Pura Bed', 'bed_budget_one*4', 's', 1, 3, 1.9, '0', '0', '0', 2501, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(960, 'Beige Pura Bed', 'bed_budget_one*5', 's', 1, 3, 1.9, '0', '0', '0', 2502, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(961, 'Blue Pura Bed', 'bed_budget_one*6', 's', 1, 3, 1.9, '0', '0', '0', 2503, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(962, 'Green Pura Bed', 'bed_budget_one*7', 's', 1, 3, 1.9, '0', '0', '0', 2504, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(963, 'Yellow Pura Bed', 'bed_budget_one*8', 's', 1, 3, 1.9, '0', '0', '0', 2505, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(964, 'Red Pura Bed', 'bed_budget_one*9', 's', 1, 3, 1.9, '0', '0', '0', 2506, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(965, 'Japanese Drawer', 'jp_drawer', 's', 1, 1, 1, '1', '0', '0', 2522, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(966, 'Star Tile', 'tile_stella', 's', 1, 1, 0.05, '1', '0', '1', 2568, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(967, 'Marble Tile', 'tile_marble', 's', 1, 1, 0.1, '1', '0', '1', 2566, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(968, 'Red Tile', 'tile_brown', 's', 1, 1, 0.05, '1', '0', '1', 2582, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(969, 'Blue Barbeque Grill', 'summer_grill*1', 's', 2, 1, 1, '0', '0', '0', 2587, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(970, 'Red Barbeque Grill', 'summer_grill*2', 's', 2, 1, 1, '0', '0', '0', 2588, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(971, 'Green Barbeque Grill', 'summer_grill*3', 's', 2, 1, 1, '0', '0', '0', 2589, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(972, 'Green Barbeque Grill', 'summer_grill*4', 's', 2, 1, 1, '0', '0', '0', 2590, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(973, 'Aqua Deck Chair', 'summer_chair*1', 's', 1, 1, 1, '0', '1', '0', 2571, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(974, 'Pink Deck Chair', 'summer_chair*2', 's', 1, 1, 1, '0', '1', '0', 2572, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(975, 'Black Deck Chair', 'summer_chair*3', 's', 1, 1, 1, '0', '1', '0', 2573, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(976, 'White Deck Chair', 'summer_chair*4', 's', 1, 1, 1, '0', '1', '0', 2574, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(977, 'Deck Chair', 'summer_chair*5', 's', 1, 1, 1, '0', '1', '0', 2575, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(978, 'Deck Chair', 'summer_chair*6', 's', 1, 1, 1, '0', '1', '0', 2576, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(979, 'Green Deck Chair', 'summer_chair*7', 's', 1, 1, 1, '0', '1', '0', 2577, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(980, 'Yellow Deck Chair', 'summer_chair*8', 's', 1, 1, 1, '0', '1', '0', 2578, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(981, 'Red Deck Chair', 'summer_chair*9', 's', 1, 1, 1, '0', '1', '0', 2579, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(982, 'Latin Love 1', 'sound_set_36', 's', 1, 1, 0.2, '1', '0', '0', 2583, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(983, 'Dance 6', 'sound_set_35', 's', 1, 1, 0.2, '1', '0', '0', 2595, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(984, 'Rock 5', 'sound_set_34', 's', 1, 1, 0.2, '1', '0', '0', 2570, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(985, 'Rock 3', 'sound_set_33', 's', 1, 1, 0.2, '1', '0', '0', 2564, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(986, 'Instrumental 2', 'sound_set_32', 's', 1, 1, 0.2, '1', '0', '0', 2569, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(987, 'Dance 3', 'sound_set_31', 's', 1, 1, 0.2, '1', '0', '0', 2596, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(988, 'Instrumental 1', 'sound_set_30', 's', 1, 1, 0.2, '1', '0', '0', 2585, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(989, 'Dance 2', 'sound_set_29', 's', 1, 1, 0.2, '1', '0', '0', 2580, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(990, 'Sound Machine Pro', 'sound_machine_pro', 's', 1, 1, 1, '0', '0', '0', 2606, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(991, 'Aqua One Way Gate', 'rare_mnstr', 's', 1, 1, 0.001, '0', '0', '0', 2584, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(992, 'Black HC Gate', 'one_way_door*2', 's', 1, 1, 0.001, '0', '0', '0', 2598, '1', '1', '1', '1', '1', 'onewaygate', 2, '0', '0'),
(993, 'White HC Gate', 'one_way_door*3', 's', 1, 1, 0.001, '0', '0', '0', 2599, '1', '1', '1', '1', '1', 'onewaygate', 2, '0', '0'),
(994, 'Beige One Way Gate', 'one_way_door*4', 's', 1, 1, 0.001, '0', '0', '0', 2600, '1', '1', '1', '1', '1', 'onewaygate', 2, '0', '0'),
(995, 'Pink One Way Gate', 'one_way_door*5', 's', 1, 1, 0.001, '0', '0', '0', 2601, '1', '1', '1', '1', '1', 'onewaygate', 2, '0', '0'),
(996, 'Blue HC Gate', 'one_way_door*6', 's', 1, 1, 0.001, '0', '0', '0', 2602, '1', '1', '1', '1', '1', 'onewaygate', 2, '0', '0'),
(997, 'Green One Way Gate', 'one_way_door*7', 's', 1, 1, 0.001, '0', '0', '0', 2603, '1', '1', '1', '1', '1', 'onewaygate', 2, '0', '0'),
(998, 'Yellow One Way Gate', 'one_way_door*8', 's', 1, 1, 0.001, '0', '0', '0', 2604, '1', '1', '1', '1', '1', 'onewaygate', 2, '0', '0'),
(999, 'Red One Way Gate', 'one_way_door*9', 's', 1, 1, 0.001, '0', '0', '0', 2605, '1', '1', '1', '1', '1', 'onewaygate', 2, '0', '0'),
(1000, 'Executive Rug', 'exe_rug', 's', 3, 3, 0, '1', '0', '1', 2567, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1001, 'Executive Glass Table', 'exe_s_table', 's', 2, 2, 1, '1', '0', '0', 2581, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1002, 'Sound set 37', 'sound_set_37', 's', 1, 1, 0.2, '1', '0', '0', 2565, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1003, 'Blue Summer Pool', 'summer_pool*1', 's', 2, 2, 0, '0', '0', '1', 2591, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1004, 'Red Summer Pool', 'summer_pool*2', 's', 2, 2, 0, '0', '0', '1', 2592, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1005, 'Green Summer Pool', 'summer_pool*3', 's', 2, 2, 0, '0', '0', '1', 2593, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1006, 'Yellow Summer Pool', 'summer_pool*4', 's', 2, 2, 0, '0', '0', '1', 2594, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1007, 'Burn', 'song_disk', 's', 1, 1, 0.1, '1', '0', '0', 2607, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1008, 'Jukebox', 'jukebox*1', 's', 1, 1, 1, '1', '0', '0', 2608, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1009, 'Welcome', 'carpet_soft_tut', 's', 1, 1, 0, '1', '0', '1', 2609, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1010, 'Graveyard Portal', 'sound_set_44', 's', 1, 1, 0.2, '1', '0', '0', 2610, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1011, 'SFX 1', 'sound_set_43', 's', 1, 1, 0.2, '1', '0', '0', 2614, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1012, 'Haunted Mansion', 'sound_set_42', 's', 1, 1, 0.2, '1', '0', '0', 2624, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1013, 'Rock 8', 'sound_set_41', 's', 1, 1, 0.2, '1', '0', '0', 2612, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1014, 'Rock 4', 'sound_set_40', 's', 1, 1, 0.2, '1', '0', '0', 2615, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1015, 'Rock 7', 'sound_set_39', 's', 1, 1, 0.2, '1', '0', '0', 2622, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1016, 'Rock 6', 'sound_set_38', 's', 1, 1, 0.2, '1', '0', '0', 2616, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1017, 'Grunge Chair', 'grunge_chair', 's', 1, 1, 1, '0', '1', '0', 2617, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1018, 'Grunge Mattress', 'grunge_mattress', 's', 3, 1, 1, '0', '1', '0', 2618, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1019, 'Radiator', 'grunge_radiator', 's', 1, 1, 1, '0', '0', '0', 2621, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1020, 'Grunge Bookshelf', 'grunge_shelf', 's', 3, 1, 1, '0', '0', '0', 2619, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1021, 'Road Sign', 'grunge_sign', 's', 1, 1, 1, '0', '0', '0', 2613, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1022, 'Grunge Table', 'grunge_table', 's', 2, 2, 1, '1', '0', '0', 2623, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1023, 'Creepy Crypt', 'habboween_crypt', 's', 1, 3, 1.1, '0', '0', '0', 2611, '1', '1', '1', '1', '1', 'bed', 2, '0', '0'),
(1024, 'Unholy Ground', 'habboween_grass', 's', 2, 2, 0, '0', '0', '1', 2626, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1025, 'Habboween Cauldron', 'hal_cauldron', 's', 1, 1, 1, '0', '0', '0', 2625, '1', '1', '1', '1', '1', 'vendingmachine', 0, '30', '0'),
(1026, 'Haunted Grave', 'hal_grave', 's', 1, 1, 1, '0', '0', '0', 2620, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1027, 'Christmas Party', 'sound_set_52', 's', 1, 1, 0.2, '1', '0', '0', 2633, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1028, 'Club 6', 'sound_set_51', 's', 1, 1, 0.2, '1', '0', '0', 2631, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1029, 'Club 5', 'sound_set_50', 's', 1, 1, 0.2, '1', '0', '0', 2632, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1030, 'Club 4', 'sound_set_49', 's', 1, 1, 0.2, '1', '0', '0', 2634, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1031, 'Club 3', 'sound_set_48', 's', 1, 1, 0.2, '1', '0', '0', 2629, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1032, 'Club 2', 'sound_set_47', 's', 1, 1, 0.2, '1', '0', '0', 2627, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1033, 'Club 1', 'sound_set_46', 's', 1, 1, 0.2, '1', '0', '0', 2630, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1034, 'Lost_Beatness', 'sound_set_45', 's', 1, 1, 0.2, '1', '0', '0', 2628, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1035, 'Lantern Bundle 2', 'xmas_icelamp', 's', 1, 1, 1, '1', '0', '0', 2641, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1036, 'Ice Castle Wall', 'xmas_cstl_wall', 's', 2, 1, 1, '0', '0', '0', 2646, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1037, 'Ice Castle Tower', 'xmas_cstl_twr', 's', 1, 1, 1, '0', '0', '0', 2651, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1038, 'Ice Castle Gate', 'xmas_cstl_gate', 's', 2, 1, 0.001, '0', '0', '0', 2636, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(1039, 'Snowy Christmas Tree', 'tree7', 's', 1, 1, 1, '0', '0', '0', 2653, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1040, 'Flashy Christmas Tree', 'tree6', 's', 1, 1, 1, '0', '0', '0', 2638, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1041, 'Oh Blinging Tree', 'sound_set_54', 's', 1, 1, 0.2, '1', '0', '0', 2649, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1042, 'Snowy Surprise', 'sound_set_53', 's', 1, 1, 0.2, '1', '0', '0', 2652, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1043, 'postbank Safe', 'safe_silo_pb', 's', 1, 1, 1.3, '1', '0', '0', 2642, '1', '1', '1', '1', '1', 'vendingmachine', 0, '17', '0'),
(1044, 'Snowy Maze Gate', 'plant_mazegate_snow', 's', 2, 1, 0.001, '0', '0', '1', 2640, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(1045, 'Snowy Maze Bundle 2', 'plant_maze_snow', 's', 2, 1, 1, '0', '0', '1', 2635, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1046, 'Winter Sleigh', 'christmas_sleigh', 's', 2, 2, 1, '0', '1', '0', 2648, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1047, 'Reindeer', 'christmas_reindeer', 's', 1, 2, 1, '0', '0', '0', 2637, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1048, 'Reindeer Droppings', 'christmas_poop', 's', 1, 1, 1, '0', '0', '0', 2654, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1049, 'Executive Bar Desk', 'exe_bardesk', 's', 1, 1, 1, '1', '0', '0', 2643, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1050, 'Executive Sofa Chair', 'exe_chair', 's', 1, 1, 1, '0', '1', '0', 2647, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1051, 'Executive Boss Chair', 'exe_chair2', 's', 1, 1, 1, '0', '1', '0', 2650, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1052, 'Executive Corner Desk', 'exe_corner', 's', 1, 1, 1, '1', '0', '0', 2655, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1053, 'Executive Drinks Tray', 'exe_drinks', 's', 1, 1, 1, '0', '0', '0', 2645, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1054, '3-Seater Sofa', 'exe_sofa', 's', 3, 1, 1, '0', '1', '0', 2639, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1055, 'Take a memo', 'exe_table', 's', 3, 2, 1.1, '0', '0', '0', 2644, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1056, 'RnB Grooves 5', 'sound_set_59', 's', 1, 1, 0.2, '1', '0', '0', 2670, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1057, 'RnB Grooves 4', 'sound_set_58', 's', 1, 1, 0.2, '1', '0', '0', 2656, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1058, 'RnB Grooves 3', 'sound_set_57', 's', 1, 1, 0.2, '1', '0', '0', 2673, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1059, 'RnB Grooves 2', 'sound_set_56', 's', 1, 1, 0.2, '1', '0', '0', 2669, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1060, 'RnB Grooves 1', 'sound_set_55', 's', 1, 1, 0.2, '1', '0', '0', 2671, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1061, 'Lightweight', 'noob_table*1', 's', 2, 2, 1, '1', '0', '0', 2687, '0', '0', '1', '0', '1', 'default', 1, '0', '0'),
(1062, 'Lightweight', 'noob_table*2', 's', 2, 2, 1, '1', '0', '0', 2688, '0', '0', '1', '0', '1', 'default', 1, '0', '0'),
(1063, 'Lightweight', 'noob_table*3', 's', 2, 2, 1, '1', '0', '0', 2689, '0', '0', '1', '0', '1', 'default', 1, '0', '0'),
(1064, 'Lightweight', 'noob_table*4', 's', 2, 2, 1, '1', '0', '0', 2690, '0', '0', '1', '0', '1', 'default', 1, '0', '0'),
(1065, 'Lightweight', 'noob_table*5', 's', 2, 2, 1, '1', '0', '0', 2691, '0', '0', '1', '0', '1', 'default', 1, '0', '0'),
(1066, 'Lightweight', 'noob_table*6', 's', 2, 2, 1, '1', '0', '0', 2692, '0', '0', '1', '0', '1', 'default', 1, '0', '0'),
(1067, 'My first Habbo stool', 'noob_stool*1', 's', 1, 1, 1, '0', '1', '0', 2657, '0', '0', '1', '0', '1', 'default', 1, '0', '0'),
(1068, 'My first Habbo stool', 'noob_stool*2', 's', 1, 1, 1, '0', '1', '0', 2658, '0', '0', '1', '0', '1', 'default', 1, '0', '0'),
(1069, 'My first Habbo stool', 'noob_stool*3', 's', 1, 1, 1, '0', '1', '0', 2659, '0', '0', '1', '0', '1', 'default', 1, '0', '0'),
(1070, 'My first Habbo stool', 'noob_stool*4', 's', 1, 1, 1, '0', '1', '0', 2660, '0', '0', '1', '0', '1', 'default', 1, '0', '0'),
(1071, 'My first Habbo stool', 'noob_stool*5', 's', 1, 1, 1, '0', '1', '0', 2661, '0', '0', '1', '0', '1', 'default', 1, '0', '0'),
(1072, 'My first Habbo stool', 'noob_stool*6', 's', 1, 1, 1, '0', '1', '0', 2662, '0', '0', '1', '0', '1', 'default', 1, '0', '0'),
(1073, 'My first Habbo rug', 'noob_rug*1', 's', 2, 3, 0, '1', '0', '1', 2681, '0', '1', '1', '0', '1', 'default', 1, '0', '0'),
(1074, 'My first Habbo rug', 'noob_rug*2', 's', 2, 3, 0, '1', '0', '1', 2682, '0', '1', '1', '0', '1', 'default', 1, '0', '0'),
(1075, 'My first Habbo rug', 'noob_rug*3', 's', 2, 3, 0, '1', '0', '1', 2683, '0', '1', '1', '0', '1', 'default', 1, '0', '0'),
(1076, 'My first Habbo rug', 'noob_rug*4', 's', 2, 3, 0, '1', '0', '1', 2684, '0', '1', '1', '0', '1', 'default', 1, '0', '0'),
(1077, 'My first Habbo rug', 'noob_rug*5', 's', 2, 3, 0, '1', '0', '1', 2685, '0', '1', '1', '0', '1', 'default', 1, '0', '0'),
(1078, 'My first Habbo rug', 'noob_rug*6', 's', 2, 3, 0, '1', '0', '1', 2686, '0', '1', '1', '0', '1', 'default', 1, '0', '0'),
(1079, 'My first Habbo lamp', 'noob_lamp*1', 's', 1, 1, 1, '0', '0', '0', 2663, '0', '0', '1', '0', '1', 'default', 2, '0', '0'),
(1080, 'My first Habbo lamp', 'noob_lamp*2', 's', 1, 1, 1, '0', '0', '0', 2664, '0', '0', '1', '0', '1', 'default', 2, '0', '0'),
(1081, 'My first Habbo lamp', 'noob_lamp*3', 's', 1, 1, 1, '0', '0', '0', 2665, '0', '0', '1', '0', '1', 'default', 2, '0', '0'),
(1082, 'My first Habbo lamp', 'noob_lamp*4', 's', 1, 1, 1, '0', '0', '0', 2666, '0', '0', '1', '0', '1', 'default', 2, '0', '0'),
(1083, 'My first Habbo lamp', 'noob_lamp*5', 's', 1, 1, 1, '0', '0', '0', 2667, '0', '0', '1', '0', '1', 'default', 2, '0', '0'),
(1084, 'My first Habbo lamp', 'noob_lamp*6', 's', 1, 1, 1, '0', '0', '0', 2668, '0', '0', '1', '0', '1', 'default', 2, '0', '0'),
(1085, 'Lightweight', 'noob_chair*1', 's', 1, 1, 1, '0', '1', '0', 2675, '0', '0', '1', '0', '1', 'default', 1, '0', '0'),
(1086, ' practical', 'noob_chair*2', 's', 1, 1, 1, '0', '1', '0', 2676, '0', '0', '1', '0', '1', 'default', 1, '0', '0'),
(1087, ' practical', 'noob_chair*3', 's', 1, 1, 1, '0', '1', '0', 2677, '0', '0', '1', '0', '1', 'default', 1, '0', '0'),
(1088, ' practical', 'noob_chair*4', 's', 1, 1, 1, '0', '1', '0', 2678, '0', '0', '1', '0', '1', 'default', 1, '0', '0'),
(1089, ' practical', 'noob_chair*5', 's', 1, 1, 1, '0', '1', '0', 2679, '0', '0', '1', '0', '1', 'default', 1, '0', '0'),
(1090, 'Power Globe', 'noob_chair*6', 's', 1, 1, 1, '0', '1', '0', 2680, '0', '0', '1', '0', '1', 'default', 1, '0', '0'),
(1091, 'Executive Plant', 'exe_plant', 's', 1, 1, 1, '0', '0', '0', 2674, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1092, 'Grey Share Bear', 'val_teddy*1', 's', 1, 1, 1, '0', '1', '0', 2699, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1093, 'Pink Share Bear', 'val_teddy*2', 's', 1, 1, 1, '0', '1', '0', 2700, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1094, 'Green Share Bear', 'val_teddy*3', 's', 1, 1, 1, '0', '1', '0', 2701, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1095, 'Brown Share Bear', 'val_teddy*4', 's', 1, 1, 1, '0', '1', '0', 2702, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1096, 'Yellow Share Bear', 'val_teddy*5', 's', 1, 1, 1, '0', '1', '0', 2703, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1097, 'Blue Share Bear', 'val_teddy*6', 's', 1, 1, 1, '0', '1', '0', 2704, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1098, 'Love Randomiser', 'val_randomizer', 's', 4, 1, 1.4, '0', '1', '0', 2696, '1', '1', '1', '1', '1', 'loveshuffler', 1, '0', '0'),
(1099, 'Heart Shaped Chocs', 'val_choco', 's', 1, 1, 1, '0', '0', '0', 2697, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1100, 'Teleport Door', 'teleport_door', 's', 1, 1, 0.1, '1', '0', '1', 2693, '1', '1', '1', '1', '1', 'teleport', 2, '0', '0'),
(1101, 'Latin Love 3', 'sound_set_61', 's', 1, 1, 0.2, '1', '0', '0', 2698, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1102, 'Latin Love 2', 'sound_set_60', 's', 1, 1, 0.2, '1', '0', '0', 2695, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1103, 'Crystal Ball', 'fortune', 's', 1, 1, 1, '0', '0', '0', 2694, '1', '1', '1', '1', '1', 'dice', 1, '0', '0'),
(1104, 'Adventure Desk', 'sw_table', 's', 1, 2, 1, '0', '0', '0', 2713, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1105, 'Raven', 'sw_raven', 's', 1, 1, 1, '0', '0', '0', 2711, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1106, 'Ye Olde Chest', 'sw_chest', 's', 1, 2, 1, '0', '0', '0', 2709, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1107, 'Sand Castle Wall', 'sand_cstl_wall', 's', 2, 1, 1, '0', '0', '0', 2710, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1108, 'Sand Castle Tower', 'sand_cstl_twr', 's', 1, 1, 1, '0', '0', '0', 2705, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1109, 'Sand Castle Gate', 'sand_cstl_gate', 's', 2, 1, 0.001, '0', '0', '0', 2712, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(1110, 'Candle Box', 'grunge_candle', 's', 1, 1, 1, '0', '0', '0', 2708, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1111, 'Bench', 'grunge_bench', 's', 3, 1, 1, '0', '0', '0', 2707, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1112, 'Flaming Barrel', 'grunge_barrel', 's', 1, 1, 1, '0', '0', '0', 2706, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1113, 'Moon Lamp', 'rclr_lamp', 's', 1, 1, 1, '0', '0', '0', 2733, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1115, 'Bubble trophy', 'a0 prizetrophy8_g', 's', 1, 1, 1, '0', '0', '0', 2426, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(1116, 'nouvelle_trax', 'nouvelle_trax', 's', 1, 1, 1, '0', '0', '0', 2736, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1117, 'Bubble Juice Floor', 'md_rug', 's', 4, 4, 0, '1', '0', '1', 2727, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1118, 'Sushi Kohada', 'jp_tray6', 's', 1, 1, 1, '0', '0', '0', 2720, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1119, 'Sushi Tamago', 'jp_tray5', 's', 1, 1, 1, '0', '0', '0', 2717, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1120, 'Sushi Uni', 'jp_tray4', 's', 1, 1, 1, '0', '0', '0', 2725, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1121, 'Sushi Ikura', 'jp_tray3', 's', 1, 1, 1, '0', '0', '0', 2726, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1122, 'Sushi Ika', 'jp_tray2', 's', 1, 1, 1, '0', '0', '0', 2724, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1123, 'Sushi Maguro', 'jp_tray1', 's', 1, 1, 1, '0', '0', '0', 2715, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1124, 'Tea Maker', 'arabian_teamk', 's', 1, 1, 1, '0', '0', '0', 2716, '1', '1', '1', '1', '1', 'vendingmachine', 0, '1', '0'),
(1125, 'Ornamental Urn', 'arabian_snake', 's', 1, 1, 1, '0', '0', '0', 2732, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1126, 'Berber Kilim Rug', 'arabian_rug', 's', 3, 5, 0, '0', '0', '1', 2719, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1127, 'Green Blossom Pillow', 'arabian_pllw', 's', 1, 1, 0.8, '0', '1', '0', 2722, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1128, 'Soft wooden screen', 'arabian_divdr', 's', 1, 2, 1, '0', '0', '0', 2730, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1129, 'Exotic', 'arabian_chair', 's', 1, 1, 1.2, '0', '1', '0', 2721, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1130, 'Amanjena Table', 'arabian_bigtb', 's', 3, 2, 0.8, '1', '0', '0', 2731, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1131, 'Hexagonal Tea Table', 'arabian_tetbl', 's', 1, 1, 1, '1', '0', '0', 2714, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1132, 'Mint Tea Tray', 'arabian_tray1', 's', 1, 1, 1, '0', '0', '0', 2734, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1133, 'Candle Tray', 'arabian_tray2', 's', 1, 1, 1, '0', '0', '0', 2735, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1134, 'Sweets Tray', 'arabian_tray3', 's', 1, 1, 1, '0', '0', '0', 2723, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1135, 'Sweet', 'arabian_tray4', 's', 1, 1, 1, '0', '0', '0', 2728, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1136, 'Alhambra Trax 3', 'sound_set_64', 's', 1, 1, 0.2, '1', '0', '0', 2738, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1137, 'Alhambra Trax 2', 'sound_set_63', 's', 1, 1, 0.2, '1', '0', '0', 2740, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1138, 'Alhambra Trax 1', 'sound_set_62', 's', 1, 1, 0.2, '1', '0', '0', 2741, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1139, 'Jukebox Pacha TV', 'jukebox_ptv*1', 's', 1, 1, 1, '0', '0', '0', 2739, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1140, 'Calippo icecream machine', 'calippo', 's', 1, 1, 1, '0', '0', '0', 2737, '1', '1', '1', '1', '1', 'vendingmachine', 0, '4', '0'),
(1141, 'traxsilver', 'traxsilver', 's', 1, 1, 1, '1', '0', '0', 2744, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1142, 'traxgold', 'traxgold', 's', 1, 1, 1, '1', '0', '0', 2742, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1143, 'traxbronze', 'traxbronze', 's', 1, 1, 1, '1', '0', '0', 2743, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1144, 'bench_puffet', 'bench_puffet', 's', 2, 1, 1, '0', '1', '0', 2745, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1145, 'Gold Bar (China)', 'CFC_500_goldbar', 's', 1, 1, 0.4, '1', '0', '0', 2764, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1146, 'Sack of Credits (China)', 'CFC_200_moneybag', 's', 1, 1, 1, '1', '0', '0', 2770, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20006, 'Mesh Corner', 'urban_fence_corner', 's', 1, 1, 1, '1', '0', '0', 3275, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1148, 'Gold Coin (China)', 'CFC_100_coin_gold', 's', 1, 1, 0.2, '1', '0', '0', 2796, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1149, 'Silver Coin (China)', 'CFC_50_coin_silver', 's', 1, 1, 0.2, '1', '0', '0', 2772, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1150, 'Chabu Dai', 'jp_table', 's', 2, 2, 1, '0', '0', '0', 2749, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(1151, 'Shishi Odishi', 'jp_rare', 's', 2, 2, 1, '0', '0', '0', 2750, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1152, 'Katana Green', 'jp_katana3', 's', 1, 1, 1, '0', '0', '0', 2748, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1153, 'Katana Blue', 'jp_katana2', 's', 1, 1, 1, '0', '0', '0', 2747, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1154, 'HC Katana Red', 'jp_katana1', 's', 1, 1, 1, '0', '0', '0', 2751, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1156, 'Tiki Waterfall', 'tiki_waterfall', 's', 3, 2, 1, '0', '0', '0', 2757, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1157, 'Tiki Pig Tray', 'tiki_tray4', 's', 1, 1, 1, '0', '0', '0', 2765, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1158, 'Tiki Fish Tray', 'tiki_tray3', 's', 1, 1, 1, '0', '0', '0', 2753, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1159, 'Tiki Pineapple Plate', 'tiki_tray2', 's', 1, 1, 1, '0', '0', '0', 2768, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1160, 'Tiki Fruit Tray', 'tiki_tray1', 's', 1, 1, 1, '0', '0', '0', 2755, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1161, 'Empty Tray', 'tiki_tray0', 's', 1, 1, 1, '0', '0', '0', 2792, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1162, 'Toucan', 'tiki_toucan', 's', 1, 1, 1, '0', '0', '0', 2756, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1163, 'Beach Torch', 'tiki_torch', 's', 1, 1, 1, '0', '0', '0', 2773, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1164, 'Tribal Statue', 'tiki_statue', 's', 1, 1, 1, '0', '0', '0', 2782, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1165, 'Island Sand Patch', 'tiki_sand', 's', 2, 2, 0, '1', '0', '1', 2798, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1166, 'Tiki Parasol', 'tiki_parasol', 's', 1, 1, 1, '0', '0', '0', 2769, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1167, 'Jungle Patch', 'tiki_junglerug', 's', 2, 2, 0, '1', '0', '1', 2781, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1168, 'Tiki Bar Corner', 'tiki_corner', 's', 1, 1, 1, '1', '0', '0', 2794, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1169, 'Butterflies', 'tiki_bflies', 's', 1, 1, 1, '0', '0', '0', 2785, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(1170, 'Tiki Bar Stool', 'tiki_bench', 's', 1, 1, 1.3, '0', '1', '0', 2784, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1171, 'Tiki Bar Desk', 'tiki_bardesk', 's', 1, 1, 1, '1', '0', '0', 2795, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1172, 'tampax_rug', 'tampax_rug', 's', 3, 4, 0, '1', '0', '1', 2754, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1173, 'Sound set 70', 'sound_set_70', 's', 1, 1, 0.2, '1', '0', '0', 2767, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1174, 'Sound set 69', 'sound_set_69', 's', 1, 1, 0.2, '1', '0', '0', 2799, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1175, 'Sound set 68', 'sound_set_68', 's', 1, 1, 0.2, '1', '0', '0', 2793, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1176, 'Sound set 67', 'sound_set_67', 's', 1, 1, 0.2, '1', '0', '0', 2771, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1177, 'Sound set 66', 'sound_set_66', 's', 1, 1, 0.2, '1', '0', '0', 2752, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1178, 'Sound set 65', 'sound_set_65', 's', 1, 1, 0.2, '1', '0', '0', 2766, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20024, 'Square Dining Table', 'table_plasto_square*9', 's', 1, 1, 1, '1', '0', '0', 118, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20021, 'Giant Heart', 'heart', 's', 2, 1, 1, '0', '0', '0', 227, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20016, 'Street Lamp', 'urban_lamp', 's', 1, 1, 1, '1', '0', '0', 3265, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1185, 'Lucky Bamboo', 'noob_plant', 's', 1, 1, 1, '0', '0', '0', 2783, '0', '1', '1', '0', '1', 'default', 1, '0', '0'),
(20018, 'Street Wall', 'urban_wall', 'i', 0, 0, 1, '1', '0', '0', 4244, '1', '1', '1', '1', '1', 'default', 5, '0', '0'),
(20022, 'Champion trophy', 'a0 prizetrophy6_b', 's', 1, 1, 1, '0', '0', '0', 1510, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(1197, 'Japanese Teamaker', 'jp_teamaker', 's', 1, 1, 1, '0', '0', '0', 2774, '1', '1', '1', '1', '1', 'vendingmachine', 0, '28', '0'),
(1198, 'September 2008', 'svnr_uk', 's', 1, 1, 1, '0', '0', '0', 2838, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1199, 'August 2008', 'svnr_nl', 's', 1, 2, 1, '0', '1', '0', 2825, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1200, 'July 2008', 'svnr_it', 's', 2, 1, 1, '0', '1', '0', 2813, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1201, 'October 2008', 'svnr_de', 's', 1, 1, 1, '0', '0', '0', 2801, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1202, 'November 2008', 'svnr_aus', 's', 1, 1, 1, '0', '0', '0', 2836, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1203, 'Accompaniments', 'diner_tray_7', 's', 1, 1, 1, '0', '0', '0', 2840, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1204, 'Vanilla', 'diner_tray_6', 's', 1, 1, 1, '0', '0', '0', 2826, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1205, 'Bacon and Eggs', 'diner_tray_5', 's', 1, 1, 1, '0', '0', '0', 2815, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1206, 'Pancakes', 'diner_tray_4', 's', 1, 1, 1, '0', '0', '0', 2800, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1207, 'Spaghetti Meatballs', 'diner_tray_3', 's', 1, 1, 1, '0', '0', '0', 2841, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1208, 'Steak and Mash', 'diner_tray_2', 's', 1, 1, 1, '0', '0', '0', 2802, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1209, 'Burger and Chips', 'diner_tray_1', 's', 1, 1, 1, '0', '0', '0', 2839, '1', '1', '1', '1', '1', 'default', 1, '0', '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES
(1210, 'Had your fill', 'diner_tray_0', 's', 1, 1, 0.1, '1', '0', '0', 2837, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1211, 'Aqua Diner Sofa 2', 'diner_sofa_2*1', 's', 1, 1, 1, '0', '1', '0', 2804, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1212, 'Pink Diner Sofa 2', 'diner_sofa_2*2', 's', 1, 1, 1, '0', '1', '0', 2805, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1213, 'Black Diner Sofa 2', 'diner_sofa_2*3', 's', 1, 1, 1, '0', '1', '0', 2806, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1214, 'White Diner Sofa 2', 'diner_sofa_2*4', 's', 1, 1, 1, '0', '1', '0', 2807, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1215, 'Latte Diner Sofa 2', 'diner_sofa_2*5', 's', 1, 1, 1, '0', '1', '0', 2808, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1216, 'Blue Diner Sofa 2', 'diner_sofa_2*6', 's', 1, 1, 1, '0', '1', '0', 2809, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1217, 'Green Diner Sofa 2', 'diner_sofa_2*7', 's', 1, 1, 1, '0', '1', '0', 2810, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1218, 'Yellow Diner Sofa 2', 'diner_sofa_2*8', 's', 1, 1, 1, '0', '1', '0', 2811, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1219, 'Red Diner Sofa 2', 'diner_sofa_2*9', 's', 1, 1, 1, '0', '1', '0', 2812, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1220, 'Diner Shaker', 'diner_shaker', 's', 1, 1, 1, '0', '0', '0', 2814, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1221, 'Diner Floor', 'diner_rug', 's', 2, 2, 0, '1', '0', '1', 2803, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1222, 'Aqua Gumball Machine', 'diner_gumvendor*1', 's', 1, 1, 1, '0', '0', '0', 2827, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1223, 'Pink Gumball Machine', 'diner_gumvendor*2', 's', 1, 1, 1, '0', '0', '0', 2828, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1224, 'Black Gumball Machine', 'diner_gumvendor*3', 's', 1, 1, 1, '0', '0', '0', 2829, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1225, 'White Gumball Machine', 'diner_gumvendor*4', 's', 1, 1, 1, '0', '0', '0', 2830, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1226, 'Latte Gumball Machine', 'diner_gumvendor*5', 's', 1, 1, 1, '0', '0', '0', 2831, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1227, 'Blue Gumball Machine', 'diner_gumvendor*6', 's', 1, 1, 1, '0', '0', '0', 2832, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1228, 'Green Gumball Machine', 'diner_gumvendor*7', 's', 1, 1, 1, '0', '0', '0', 2833, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1229, 'Yellow Gumball Machine', 'diner_gumvendor*8', 's', 1, 1, 1, '0', '0', '0', 2834, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1230, 'Red Gumball Machine', 'diner_gumvendor*9', 's', 1, 1, 1, '0', '0', '0', 2835, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1231, 'Aqua Diner Till', 'diner_cashreg*1', 's', 1, 1, 1, '0', '0', '0', 2816, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1232, 'Pink Diner Till', 'diner_cashreg*2', 's', 1, 1, 1, '0', '0', '0', 2817, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1233, 'Black Diner Till', 'diner_cashreg*3', 's', 1, 1, 1, '0', '0', '0', 2818, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1234, 'White Diner Till', 'diner_cashreg*4', 's', 1, 1, 1, '0', '0', '0', 2819, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1235, 'Latte Diner Till', 'diner_cashreg*5', 's', 1, 1, 1, '0', '0', '0', 2820, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1236, 'Blue Diner Till', 'diner_cashreg*6', 's', 1, 1, 1, '0', '0', '0', 2821, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1237, 'Green Diner Till', 'diner_cashreg*7', 's', 1, 1, 1, '0', '0', '0', 2822, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1238, 'Yellow Diner Till', 'diner_cashreg*8', 's', 1, 1, 1, '0', '0', '0', 2823, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1239, 'Red Diner Till', 'diner_cashreg*9', 's', 1, 1, 1, '0', '0', '0', 2824, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1240, 'Aqua Diner Table', 'diner_table_2*1', 's', 3, 2, 1, '1', '0', '0', 2879, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1241, 'Pink Diner Table', 'diner_table_2*2', 's', 3, 2, 1, '1', '0', '0', 2880, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1242, 'Black Diner Table', 'diner_table_2*3', 's', 3, 2, 1, '1', '0', '0', 2881, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1243, 'White Diner Table', 'diner_table_2*4', 's', 3, 2, 1, '1', '0', '0', 2882, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1244, 'Latte Diner Table', 'diner_table_2*5', 's', 3, 2, 1, '1', '0', '0', 2883, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1245, 'Blue Diner Table', 'diner_table_2*6', 's', 3, 2, 1, '1', '0', '0', 2884, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1246, 'Green Diner Table', 'diner_table_2*7', 's', 3, 2, 1, '1', '0', '0', 2885, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1247, 'Yellow Diner Table', 'diner_table_2*8', 's', 3, 2, 1, '1', '0', '0', 2886, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1248, 'Red Diner Table', 'diner_table_2*9', 's', 3, 2, 1, '1', '0', '0', 2887, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1249, 'Aqua Diner Booth Table', 'diner_table_1*1', 's', 2, 2, 1, '1', '0', '0', 2897, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1250, 'Pink Diner Booth Table', 'diner_table_1*2', 's', 2, 2, 1, '1', '0', '0', 2898, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1251, 'Black Diner Booth Table', 'diner_table_1*3', 's', 2, 2, 1, '1', '0', '0', 2899, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1252, 'White Diner Booth Table', 'diner_table_1*4', 's', 2, 2, 1, '1', '0', '0', 2900, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1253, 'Latte Diner Booth Table', 'diner_table_1*5', 's', 2, 2, 1, '1', '0', '0', 2901, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1254, 'Blue Diner Booth Table', 'diner_table_1*6', 's', 2, 2, 1, '1', '0', '0', 2902, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1255, 'Green Diner Booth Table', 'diner_table_1*7', 's', 2, 2, 1, '1', '0', '0', 2903, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1256, 'Yellow Diner Booth Table', 'diner_table_1*8', 's', 2, 2, 1, '1', '0', '0', 2904, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1257, 'Red Diner Booth Table', 'diner_table_1*9', 's', 2, 2, 1, '1', '0', '0', 2905, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1258, 'Aqua Diner Sofa 1', 'diner_sofa_1*1', 's', 1, 1, 1, '0', '1', '0', 2888, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1259, 'Pink Diner Sofa 1', 'diner_sofa_1*2', 's', 1, 1, 1, '0', '1', '0', 2889, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1260, 'Black Diner Sofa 1', 'diner_sofa_1*3', 's', 1, 1, 1, '0', '1', '0', 2890, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1261, 'White Diner Sofa 1', 'diner_sofa_1*4', 's', 1, 1, 1, '0', '1', '0', 2891, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1262, 'Latte Diner Sofa 1', 'diner_sofa_1*5', 's', 1, 1, 1, '0', '1', '0', 2892, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1263, 'Blue Diner Sofa 1', 'diner_sofa_1*6', 's', 1, 1, 1, '0', '1', '0', 2893, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1264, 'Green Diner Sofa 1', 'diner_sofa_1*7', 's', 1, 1, 1, '0', '1', '0', 2894, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1265, 'Yellow Diner Sofa 1', 'diner_sofa_1*8', 's', 1, 1, 1, '0', '1', '0', 2895, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1266, 'Red Diner Sofa 1', 'diner_sofa_1*9', 's', 1, 1, 1, '0', '1', '0', 2896, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1267, 'Aqua Diner Stool', 'diner_chair*1', 's', 1, 1, 1.4, '0', '1', '0', 2861, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1268, 'Pink Diner Stool', 'diner_chair*2', 's', 1, 1, 1.4, '0', '1', '0', 2862, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1269, 'Black Diner Stool', 'diner_chair*3', 's', 1, 1, 1.4, '0', '1', '0', 2863, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1270, 'White Diner Stool', 'diner_chair*4', 's', 1, 1, 1.4, '0', '1', '0', 2864, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1271, 'Latte Diner Stool', 'diner_chair*5', 's', 1, 1, 1.4, '0', '1', '0', 2865, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1272, 'Blue Diner Stool', 'diner_chair*6', 's', 1, 1, 1.4, '0', '1', '0', 2866, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1273, 'Green Diner Stool', 'diner_chair*7', 's', 1, 1, 1.4, '0', '1', '0', 2867, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1274, 'Yellow Diner Stool', 'diner_chair*8', 's', 1, 1, 1.4, '0', '1', '0', 2868, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1275, 'Red Diner Stool', 'diner_chair*9', 's', 1, 1, 1.4, '0', '1', '0', 2869, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1276, 'Aqua Diner Gate', 'diner_bardesk_gate*1', 's', 1, 1, 0.001, '0', '0', '0', 2842, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(1277, 'Pink Diner Gate', 'diner_bardesk_gate*2', 's', 1, 1, 0.001, '0', '0', '0', 2843, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(1278, 'Black Diner Gate', 'diner_bardesk_gate*3', 's', 1, 1, 0.001, '0', '0', '0', 2844, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(1279, 'White Diner Gate', 'diner_bardesk_gate*4', 's', 1, 1, 0.001, '0', '0', '0', 2845, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(1280, 'Latte Diner Gate', 'diner_bardesk_gate*5', 's', 1, 1, 0.001, '0', '0', '0', 2846, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(1281, 'Blue Diner Gate', 'diner_bardesk_gate*6', 's', 1, 1, 0.001, '0', '0', '0', 2847, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(1282, 'Green Diner Gate', 'diner_bardesk_gate*7', 's', 1, 1, 0.001, '0', '0', '0', 2848, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(1283, 'Yellow Diner Gate', 'diner_bardesk_gate*8', 's', 1, 1, 0.001, '0', '0', '0', 2849, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(1284, 'Red Diner Gate', 'diner_bardesk_gate*9', 's', 1, 1, 0.001, '0', '0', '0', 2850, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(1285, 'Aqua Diner Corner', 'diner_bardesk_corner*1', 's', 1, 1, 1, '1', '0', '0', 2870, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1286, 'Pink Diner Corner', 'diner_bardesk_corner*2', 's', 1, 1, 1, '1', '0', '0', 2871, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1287, 'Black Diner Corner', 'diner_bardesk_corner*3', 's', 1, 1, 1, '1', '0', '0', 2872, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1288, 'Latte Diner Corner', 'diner_bardesk_corner*4', 's', 1, 1, 1, '1', '0', '0', 2873, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1289, 'Blue Diner Corner', 'diner_bardesk_corner*6', 's', 1, 1, 1, '1', '0', '0', 2875, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1290, 'Green Diner Corner', 'diner_bardesk_corner*7', 's', 1, 1, 1, '1', '0', '0', 2876, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1291, 'Yellow Diner Corner', 'diner_bardesk_corner*8', 's', 1, 1, 1, '1', '0', '0', 2877, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1292, 'Red Diner Corner', 'diner_bardesk_corner*9', 's', 1, 1, 1, '1', '0', '0', 2878, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1293, 'Aqua Diner Bar', 'diner_bardesk*1', 's', 1, 1, 1, '1', '0', '0', 2851, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1294, 'Pink Diner Bar', 'diner_bardesk*2', 's', 1, 1, 1, '1', '0', '0', 2852, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1295, 'Black Diner Bar', 'diner_bardesk*3', 's', 1, 1, 1, '1', '0', '0', 2853, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1296, 'White Diner Bar', 'diner_bardesk*4', 's', 1, 1, 1, '1', '0', '0', 2854, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1297, 'Latte Diner Bar', 'diner_bardesk*5', 's', 1, 1, 1, '1', '0', '0', 2855, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1298, 'Blue Diner Bar', 'diner_bardesk*6', 's', 1, 1, 1, '1', '0', '0', 2856, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1299, 'Green Diner Bar', 'diner_bardesk*7', 's', 1, 1, 1, '1', '0', '0', 2857, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1300, 'Yellow Diner Bar', 'diner_bardesk*8', 's', 1, 1, 1, '1', '0', '0', 2858, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1301, 'Red Diner Bar', 'diner_bardesk*9', 's', 1, 1, 1, '1', '0', '0', 2859, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1302, 'ads_dave_cns', 'ads_dave_cns', 's', 1, 1, 1, '0', '0', '0', 2860, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1303, 'easy_carpet name', 'easy_carpet', 's', 4, 4, 0, '1', '0', '1', 2911, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1304, 'easy_bowl2', 'easy_bowl2', 's', 1, 1, 1, '1', '0', '0', 2907, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1305, 'Greek Corner', 'greek_corner', 's', 1, 1, 1, '0', '0', '0', 2910, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1306, 'Enter mortal', 'greek_gate', 's', 2, 1, 0.001, '0', '0', '0', 2908, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(1307, 'Greek Pillars', 'greek_pillars', 's', 2, 1, 1, '0', '0', '0', 2909, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1308, 'Greek Seat', 'greek_seat', 's', 1, 1, 0.5, '0', '1', '0', 2906, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1309, 'Greek trophy', 'a0 greektrophy_g', 's', 1, 1, 1, '0', '0', '0', 2622, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(1310, 'Greek trophy', 'a0 greektrophy_s', 's', 1, 1, 1, '0', '0', '0', 2623, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(1311, 'Greek trophy', 'a0 greektrophy_b', 's', 1, 1, 1, '0', '0', '0', 2624, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(1312, 'greek_block', 'greek_block', 's', 2, 1, 0.8, '0', '1', '0', 2915, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1313, 'Glass Table', 'hcc_table', 's', 1, 2, 1, '0', '0', '0', 2923, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1314, 'Bookshelf', 'hcc_shelf', 's', 1, 2, 1, '0', '0', '0', 2917, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1315, 'Low Back Sofa', 'hcc_sofa', 's', 2, 1, 1.2, '0', '1', '0', 2921, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1316, 'Cool look', 'hcc_minibar', 's', 1, 1, 1, '0', '0', '0', 2924, '1', '1', '1', '1', '1', 'vendingmachine', 0, '24', '0'),
(1317, 'Trendy Stool', 'hcc_chair', 's', 1, 1, 1, '0', '1', '0', 2919, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1318, 'Crime scene', 'det_divider', 's', 2, 1, 1, '0', '0', '0', 2918, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1319, 'netari_carpet', 'netari_carpet', 's', 3, 5, 0, '1', '0', '1', 2916, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1320, 'Chalk Outline', 'det_body', 's', 2, 3, 0, '0', '0', '1', 2922, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1321, 'Antique Stool', 'hcc_stool', 's', 1, 1, 1.2, '0', '1', '0', 2920, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1322, 'Reclining Chair', 'hcc_sofachair', 's', 1, 1, 1.2, '0', '1', '0', 2925, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1323, 'Glass Corner', 'hcc_crnr', 's', 1, 1, 1, '0', '0', '0', 2926, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1324, 'Glass Divider', 'hcc_dvdr', 's', 2, 1, 1, '0', '0', '0', 2927, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1325, 'sob_carpet', 'sob_carpet', 's', 3, 5, 0, '1', '0', '1', 2928, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1326, 'My Hump', 'igor_seat', 's', 1, 1, 1, '0', '1', '0', 2929, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1327, 'The Brain', 'ads_igorbrain', 's', 1, 1, 1, '0', '0', '0', 2936, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1328, 'Igor Switch', 'ads_igorswitch', 's', 1, 1, 1, '0', '0', '0', 2934, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1329, 'ads_711', 'ads_711*1', 's', 1, 1, 1, '0', '0', '0', 2930, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19', '0'),
(1330, 'ads_711', 'ads_711*2', 's', 1, 1, 1, '0', '0', '0', 2931, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19', '0'),
(1331, 'ads_711', 'ads_711*3', 's', 1, 1, 1, '0', '0', '0', 2932, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19', '0'),
(1332, 'ads_711', 'ads_711*4', 's', 1, 1, 1, '0', '0', '0', 2933, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19', '0'),
(1333, 'Igor Ray Gun', 'ads_igorraygun', 's', 1, 2, 1, '0', '0', '0', 2935, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1334, 'Blood Sink', 'hween08_sink', 's', 1, 1, 1, '0', '0', '0', 2944, '1', '1', '1', '1', '1', 'vendingmachine', 0, '29', '0'),
(1335, 'Hospital Curtain (blood)', 'hween08_curtain', 's', 3, 1, 1, '0', '0', '0', 2942, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1336, 'Blood Bath', 'hween08_bath', 's', 1, 2, 1, '0', '1', '0', 2948, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1337, 'Life Support (blood)', 'hween08_defibs', 's', 1, 1, 1, '0', '0', '0', 2938, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1338, 'Body Bag', 'hween08_bbag', 's', 1, 3, 1.3, '0', '0', '0', 2943, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(1339, 'Hospital Curtain (ooze)', 'hween08_curtain2', 's', 3, 1, 1, '0', '0', '0', 2949, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1340, 'Life Support (ooze)', 'hween08_defibs2', 's', 1, 1, 1, '0', '0', '0', 2939, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1341, 'Hospital Bed (blood)', 'hween08_bed', 's', 1, 3, 2, '0', '0', '0', 2945, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(1342, 'Ooze Sink', 'hween08_sink2', 's', 1, 1, 1, '0', '0', '0', 2940, '1', '1', '1', '1', '1', 'vendingmachine', 0, '30', '0'),
(1343, 'Hospital Bed (ooze)', 'hween08_bed2', 's', 1, 3, 1, '0', '0', '0', 2937, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(1344, 'Ooze Bath', 'hween08_bath2', 's', 1, 2, 1, '0', '1', '0', 2947, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1345, 'Manhole', 'hween08_manhole', 's', 1, 1, 1, '0', '0', '0', 2946, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1346, ' poke', 'hween08_trll', 's', 1, 1, 1, '0', '0', '0', 2941, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1347, 'Glass High Bar Table', 'party_table', 's', 1, 1, 1, '1', '0', '0', 2956, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1348, 'Spotlight', 'party_discol', 's', 1, 1, 1, '0', '0', '0', 2963, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(1349, 'Stage Block Large', 'party_block2', 's', 2, 2, 0.7, '1', '0', '1', 2950, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1350, 'Bar Corner', 'party_barcorn', 's', 1, 1, 1, '1', '0', '0', 2957, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1351, 'High Class Bar Stool', 'party_chair', 's', 1, 1, 1.3, '0', '1', '0', 2960, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1352, 'Small Stage', 'party_block', 's', 1, 1, 0.9, '1', '0', '1', 2959, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1353, 'Dance Floor Laser', 'party_ravel', 's', 1, 1, 1, '0', '0', '0', 2965, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(1354, 'Despite being made a lava', 'party_tube_lava', 's', 1, 1, 1, '0', '0', '0', 2966, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(1355, 'Club Tray', 'party_tray', 's', 1, 1, 1, '0', '0', '0', 2955, '1', '1', '1', '1', '1', 'vendingmachine', 0, '31', '0'),
(1356, 'Scratch it', 'party_djtable', 's', 1, 2, 1, '0', '0', '0', 2954, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1357, 'Disco Floor', 'party_floor', 's', 2, 2, 0, '1', '0', '1', 2958, '1', '1', '1', '1', '1', 'default', 10, '0', '0'),
(1358, 'Glitter Ball', 'party_ball', 's', 1, 1, 0, '0', '0', '1', 2964, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1359, 'Bubbles Machine', 'party_tube_bubble', 's', 1, 1, 1, '0', '0', '0', 2951, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(1360, ' MC', 'party_mic', 's', 1, 1, 1, '0', '0', '0', 2953, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1361, 'Dance Floor Beamer', 'party_beamer', 's', 1, 1, 1, '0', '0', '0', 2961, '1', '1', '1', '1', '1', 'default', 7, '0', '0'),
(1362, 'Bar Centre', 'party_bardesk', 's', 1, 1, 1, '1', '0', '0', 2962, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1363, 'Club seat', 'party_seat', 's', 1, 1, 1.1, '0', '1', '0', 2952, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1364, 'Snow Seat', 'xmas08_snowpl', 's', 1, 1, 1, '0', '1', '1', 3005, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1365, 'Emperor Penguin', 'penguin_basic', 's', 1, 1, 1, '0', '0', '0', 2977, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1366, 'Arctic Penguin Trophy', 'xmas08_trph1', 's', 1, 1, 1, '0', '0', '0', 2972, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1367, 'Musketeer Penguin', 'penguin_musketeer', 's', 1, 1, 1, '0', '0', '0', 2995, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1368, 'Icy table', 'xmas08_table', 's', 2, 2, 1, '1', '0', '0', 3009, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1369, 'Hot Tub', 'xmas08_hottub', 's', 2, 2, 1, '0', '1', '0', 2986, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1370, 'Luchador Penguin', 'penguin_wrestler', 's', 1, 1, 1, '0', '0', '0', 2990, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1371, 'Blow it up', 'fx_explosion', 's', 1, 1, 1, '0', '0', '0', 3011, '0', '0', '1', '0', '1', 'rentals', 2, '0', '0'),
(1372, 'Robot Penguin', 'penguin_robot', 's', 1, 1, 1, '0', '0', '0', 2969, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1373, 'Icy Christmas Tree', 'xmas08_icetree', 's', 1, 1, 1, '0', '0', '0', 2967, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1374, 'Camp fire', 'campfire', 's', 1, 1, 1, '1', '0', '0', 2974, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(1375, 'Ice', 'xmas08_icerug', 's', 2, 2, 0, '1', '0', '1', 3002, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(1376, 'Executive Penguin', 'penguin_suit', 's', 1, 1, 1, '0', '0', '0', 3008, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1377, 'December 2008', 'svnr_fi', 's', 1, 1, 1, '0', '0', '0', 2991, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1378, 'Snow Storm', 'xmas_snow', 's', 1, 1, 0, '1', '0', '1', 2982, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1379, 'Hockey Penguin', 'penguin_icehockey', 's', 1, 1, 1, '0', '0', '0', 2988, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1380, 'Pilot Penguin', 'penguin_pilot', 's', 1, 1, 1, '0', '0', '0', 3007, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1381, 'Ballerina Penguin', 'penguin_ballet', 's', 1, 1, 1, '0', '0', '0', 2996, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1382, 'Arctic SFX', 'sound_set_71', 's', 1, 1, 0.2, '1', '0', '0', 3000, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1383, 'Boxer Penguin', 'penguin_boxer', 's', 1, 1, 1, '0', '0', '0', 2979, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1384, 'Fluorescent Penguin', 'penguin_glow', 's', 1, 1, 1, '0', '0', '0', 2993, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1385, 'Summer Penguin', 'penguin_swim', 's', 1, 1, 1, '0', '0', '0', 2984, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1386, 'Sumo Penguin', 'penguin_sumo', 's', 1, 1, 1, '0', '0', '0', 2994, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1387, 'Bubbles', 'xmas08_geysir', 's', 2, 2, 1, '0', '0', '0', 2985, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1388, 'Clown Penguin', 'penguin_clown', 's', 1, 1, 1, '0', '0', '0', 2989, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1389, 'Infected Penguin', 'penguin_infected', 's', 1, 1, 1, '0', '0', '0', 2983, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1390, 'Firestarter', 'fx_flare', 's', 1, 1, 1, '1', '0', '0', 3013, '0', '0', '1', '0', '1', 'rentals', 2, '0', '0'),
(1391, 'Snowball Lantern Pile', 'xmas08_lantern', 's', 1, 1, 1, '0', '0', '0', 2968, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1392, 'Ice chair', 'xmas08_chair', 's', 1, 1, 1, '0', '1', '0', 3001, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1393, 'Superhero Penguin', 'penguin_super', 's', 1, 1, 1, '0', '0', '0', 2998, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1394, 'Icy Teleport', 'xmas08_telep', 's', 1, 1, 0.001, '0', '0', '0', 2978, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0'),
(1395, 'Cube Tree', 'xmas08_cubetree', 's', 1, 1, 1, '0', '0', '0', 3006, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1396, 'Disco Penguin', 'penguin_rock', 's', 1, 1, 1, '0', '0', '0', 3010, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1397, 'Ice divider', 'xmas08_dvdr1', 's', 2, 1, 1, '0', '0', '0', 2992, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1398, 'Ice Fish Hole', 'xmas08_hole', 's', 1, 1, 1, '0', '0', '0', 2980, '1', '1', '1', '1', '1', 'vendingmachine', 0, '34', '0'),
(1399, 'XC Penguin', 'penguin_ski', 's', 1, 1, 1, '0', '0', '0', 2981, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1400, 'Skater Penguin', 'penguin_skater', 's', 1, 1, 1, '0', '0', '0', 2973, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1401, 'Icy Divider Corner', 'xmas08_dvdr2', 's', 1, 1, 1, '0', '0', '0', 2970, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1402, 'Christmas Penguin', 'penguin_elf', 's', 1, 1, 1, '0', '0', '0', 2971, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1403, 'Bunny Penguin', 'penguin_bunny', 's', 1, 1, 1, '0', '0', '0', 2975, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1404, 'Ninja Penguin', 'penguin_ninja', 's', 1, 1, 1, '0', '0', '0', 2976, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1405, 'Magic Penguin', 'penguin_magician', 's', 1, 1, 1, '0', '0', '0', 2997, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1406, 'Beautiful Penguin', 'penguin_hunchback', 's', 1, 1, 1, '0', '0', '0', 3003, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1407, 'Cowboy Penguin', 'penguin_cowboy', 's', 1, 1, 1, '0', '0', '0', 2987, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1408, 'Punk Penguin', 'penguin_punk', 's', 1, 1, 1, '0', '0', '0', 3004, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1409, 'Pirate Penguin', 'penguin_pirate', 's', 1, 1, 1, '0', '0', '0', 2999, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1410, 'ads_ob_pillow name', 'ads_ob_pillow', 's', 1, 1, 1, '0', '1', '0', 3018, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1411, 'Leviathon', 'lostc_merdragon', 's', 1, 3, 1, '0', '0', '0', 3016, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1412, 'Idea Agency Desk', 'ads_cldesk', 's', 2, 2, 1, '0', '0', '0', 3017, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1413, 'Eco Friendly Penguin', 'xmas08_trph2', 's', 1, 1, 1, '0', '0', '0', 3015, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1414, 'Whatever your Idea', 'ads_cltele', 's', 1, 1, 0.001, '0', '0', '0', 3014, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0'),
(1415, 'Childline Rug', 'ads_clfloor', 's', 3, 5, 0, '0', '0', '1', 3019, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1417, 'Mall tele-door', 'ads_mall_tele', 's', 1, 1, 0.001, '1', '0', '1', 3020, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0'),
(1418, 'Moongate', 'china_moongt', 's', 1, 3, 0.001, '0', '0', '1', 3024, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(1419, 'Lotus Pool', 'bolly_lotus_pool', 's', 2, 2, 0, '0', '0', '0', 3022, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(1420, 'Ox Statue', 'china_ox', 's', 1, 1, 1, '0', '0', '0', 3025, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1422, 'Petal Flurry', 'bolly_petals', 's', 2, 2, 0, '1', '0', '1', 3026, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(1423, 'Palm Tree', 'bolly_tree', 's', 1, 1, 1, '0', '0', '0', 3042, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1424, 'Swing low', 'bolly_swing', 's', 2, 1, 1.5, '0', '1', '0', 3037, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1425, 'Star Pillow', 'bolly_pillow', 's', 1, 1, 0.8, '0', '1', '0', 3030, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1426, 'Bollywood Corner', 'bolly_corner', 's', 1, 1, 1, '1', '0', '0', 3031, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1427, 'Elephant MiniBar', 'bolly_phant', 's', 1, 1, 1, '0', '0', '0', 3033, '1', '1', '1', '1', '1', 'vendingmachine', 0, '35', '0'),
(1428, 'Monkey Lamp', 'bolly_monkey_lamp', 's', 1, 1, 1, '0', '0', '0', 3036, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1429, 'Green Curtain', 'bolly_drapeb', 's', 3, 1, 0.001, '0', '0', '0', 3040, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(1430, 'Planet of Love', 'planet_of_love', 's', 1, 1, 1, '1', '0', '0', 3044, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1431, 'Chandelier', 'bolly_lamp', 's', 1, 1, 1, '0', '0', '0', 3041, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1432, 'Bollywood Desk', 'bolly_desk', 's', 2, 1, 1, '1', '0', '0', 3034, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1433, 'Vase of Flowers', 'bolly_vase', 's', 1, 1, 1, '0', '0', '0', 3043, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1434, 'Standard Tile', 'bolly_tile2', 's', 2, 2, 0, '1', '0', '1', 3027, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1435, 'Large Ornamental Table', 'bolly_table', 's', 2, 2, 1, '1', '0', '0', 3035, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1436, 'Yellow Curtain', 'bolly_drapec', 's', 3, 1, 0.001, '0', '0', '0', 3032, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(1437, 'Extravagant Fountain', 'bolly_fountain', 's', 2, 2, 1, '0', '0', '0', 3029, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20046, 'Executive Teleport', 'exe_elevator', 's', 1, 1, 0.001, '0', '0', '0', 3305, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0'),
(1439, 'Ornamental Tile', 'bolly_tile1', 's', 2, 2, 0, '1', '0', '1', 3028, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1440, 'Pink Curtain', 'bolly_drapea', 's', 3, 1, 0.001, '0', '0', '0', 3038, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(1441, 'ads_idol_floor1 name', 'ads_idol_floor1', 's', 2, 2, 0, '0', '0', '1', 3045, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1442, 'Inventor''s Desk', 'ads_igor_dsk', 's', 2, 1, 1, '0', '0', '0', 3049, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1443, 'ads_idol_desk', 'ads_idol_desk', 's', 1, 4, 1, '0', '0', '0', 3050, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1444, 'ads_idol_ch', 'ads_idol_ch', 's', 1, 1, 1.2, '0', '1', '0', 3051, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1445, 'Glass Flask', 'ads_igor_flask', 's', 1, 1, 1, '0', '0', '0', 3046, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1446, 'ads_idol_drape name', 'ads_idol_drape', 's', 3, 1, 0.001, '0', '0', '0', 3048, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(1447, 'ads_idol_floor2 name', 'ads_idol_floor2', 's', 2, 2, 0, '0', '0', '1', 3047, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1448, 'Kraken', 'lostc_octopus', 's', 1, 2, 1, '0', '0', '0', 3052, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1449, 'Marble Floor Tile', 'lc_tile1', 's', 2, 2, 0, '1', '0', '1', 3076, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1450, 'Small Jellyfish Lamp', 'lc_medusa2', 's', 1, 1, 1, '0', '0', '0', 3073, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1451, 'Sally Lightfoot', 'lc_crab2', 's', 1, 1, 1, '0', '0', '0', 3068, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1452, 'March Collectable 2009', 'lostc_teleport', 's', 1, 1, 0.001, '0', '0', '1', 3071, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0'),
(1453, 'ads_idol_piano name', 'ads_idol_piano', 's', 2, 2, 1, '0', '0', '0', 3058, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1454, 'Large Coral Divider', 'lc_coral_divider_hi', 's', 2, 1, 1, '0', '0', '0', 3078, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1455, 'ads_711shelf name', 'ads_711shelf', 's', 1, 2, 1, '0', '0', '0', 3066, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19', '0'),
(1456, 'Water Tube Corner', 'lc_tubes_corners', 's', 1, 1, 1, '0', '0', '0', 3072, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1457, 'Captain''s Table', 'lc_table', 's', 2, 2, 1, '1', '0', '0', 3067, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1458, 'Cobbled Stones', 'lc_tile2', 's', 2, 2, 0, '1', '0', '1', 3069, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1459, 'Anemone', 'lc_anemone', 's', 1, 1, 1, '0', '0', '0', 3074, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(1460, 'Small Coral Divider', 'lc_coral_divider_low', 's', 2, 1, 1, '0', '0', '0', 3077, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1461, 'Ocean Window Rug', 'lc_glass_floor', 's', 2, 3, 0, '0', '0', '1', 3060, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1462, 'Large Jellyfish Lamp', 'lc_medusa1', 's', 1, 1, 1, '0', '0', '0', 3064, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1463, 'Crab Patch', 'lc_crab1', 's', 2, 2, 1, '0', '0', '0', 3062, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1464, 'ads_idol_jukebox name', 'ads_idol_jukebox*1', 's', 1, 1, 1, '0', '0', '0', 3059, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1465, 'ads_idol_pchair name', 'ads_idol_pchair', 's', 1, 1, 1, '0', '1', '0', 3056, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1466, 'Water Tube Straight', 'lc_tubes_straight', 's', 1, 1, 1, '0', '0', '0', 3065, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1467, 'ads_idol_audChr name', 'ads_idol_audChr', 's', 1, 1, 1, '0', '1', '0', 3057, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1468, 'ads_idol_trax name', 'ads_idol_trax', 's', 1, 1, 1, '0', '0', '0', 3055, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1469, 'ads_idol_tele', 'ads_idol_tele', 's', 1, 1, 0.001, '0', '0', '1', 3053, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0'),
(1470, 'Wooden Corner', 'lc_corner', 's', 1, 1, 1, '1', '0', '0', 3075, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1471, 'Wooden Stool', 'lc_stool', 's', 1, 1, 1, '0', '1', '0', 3063, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1472, 'No rusty nails', 'lc_chair', 's', 1, 1, 1, '0', '1', '0', 3061, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1473, 'Wooden Bar Desk', 'lc_desk', 's', 2, 1, 1, '1', '0', '0', 3070, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1474, 'ads_idol_mic name', 'ads_idol_mic', 's', 1, 1, 1, '0', '0', '0', 3054, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1475, 'ads_idol_hotspot name', 'ads_idol_hotspot', 's', 1, 1, 0.2, '0', '0', '1', 3080, '1', '1', '1', '1', '1', 'default', 103, '0', '0'),
(1476, 'ads_idol_clRack name', 'ads_idol_clRack', 's', 3, 1, 1, '0', '0', '0', 3079, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1477, 'ads_idol_voting_ch name', 'ads_idol_voting_ch', 's', 1, 1, 1.2, '0', '1', '0', 3081, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1478, 'Ecotron prize', 'ecotron_box', 's', 1, 1, 1, '1', '0', '0', 3095, '0', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1479, 'Eco Light 2', 'eco_light2', 's', 1, 1, 1, '1', '0', '0', 3082, '0', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1480, 'Eco Stool 3', 'eco_chair3', 's', 1, 1, 1, '0', '1', '0', 3094, '0', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1481, 'Eco Coffee Table 3', 'eco_table3', 's', 2, 2, 1, '1', '0', '0', 3086, '0', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1482, 'Eco Lamp 2', 'eco_lamp2', 's', 1, 1, 1, '1', '0', '0', 3092, '0', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1483, 'Eco Armchair 3', 'eco_sofa3', 's', 1, 1, 1, '0', '1', '0', 3088, '0', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1484, 'Eco Coffee Table 2', 'eco_table2', 's', 2, 2, 1, '1', '0', '0', 3089, '0', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1485, 'Fruit Bowl 2', 'eco_fruits2', 's', 1, 1, 1, '1', '0', '0', 3102, '0', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1486, 'Eco Armchair 1', 'eco_sofa1', 's', 1, 1, 1, '0', '1', '0', 3096, '0', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1487, 'Fruit Bowl 3', 'eco_fruits3', 's', 1, 1, 1, '1', '0', '0', 3104, '0', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1488, 'Eco Light 1', 'eco_light1', 's', 1, 1, 1, '1', '0', '0', 3098, '0', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1489, 'Actually', 'eco_tree1', 's', 1, 1, 1, '0', '0', '0', 3093, '0', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1490, 'Potted Cactus 2', 'eco_cactus2', 's', 1, 1, 1, '1', '0', '0', 3105, '0', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1491, 'Talk To FRANK Brain Lamp', 'ads_frankb', 's', 1, 1, 1, '0', '0', '0', 3111, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1492, 'Road Signs', 'bump_signs', 's', 1, 1, 1, '0', '0', '0', 3090, '1', '1', '1', '0', '1', 'default', 7, '0', '0'),
(1493, 'Potted Cactus 1', 'eco_cactus1', 's', 1, 1, 1, '1', '0', '0', 3083, '0', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1494, 'Eco Stool 2', 'eco_chair2', 's', 1, 1, 1, '0', '1', '0', 3106, '0', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1495, 'Potted Cactus 3', 'eco_cactus3', 's', 1, 1, 1, '1', '0', '0', 3085, '0', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1496, 'Bumper Tyres', 'bump_tires', 's', 1, 1, 0.8, '1', '0', '0', 3101, '1', '1', '1', '0', '1', 'default', 3, '0', '0'),
(1497, 'Traffic Lights', 'bump_lights', 's', 1, 1, 1, '0', '0', '0', 3103, '1', '1', '1', '0', '1', 'default', 3, '0', '0'),
(1498, 'Eco Lamp 3', 'eco_lamp3', 's', 1, 1, 1, '1', '0', '0', 3091, '0', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1499, 'Eco Coffee Table 1', 'eco_table1', 's', 2, 2, 1, '1', '0', '0', 3099, '0', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1500, 'Eco Stool 1', 'eco_chair1', 's', 1, 1, 1, '0', '1', '0', 3084, '0', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1501, 'Eco Armchair 2', 'eco_sofa2', 's', 1, 1, 1, '0', '1', '0', 3100, '0', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1502, 'Road', 'bump_road', 's', 2, 2, 0, '1', '0', '1', 3110, '1', '1', '1', '0', '1', 'default', 4, '0', '0'),
(1503, 'Fruit Bowl 1', 'eco_fruits1', 's', 1, 1, 1, '1', '0', '0', 3107, '0', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1504, 'Eco Lamp 1', 'eco_lamp1', 's', 1, 1, 1, '1', '0', '0', 3097, '0', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1505, 'Eco Light 3', 'eco_light3', 's', 1, 1, 1, '1', '0', '0', 3108, '0', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1506, 'Pear Tree', 'eco_tree2', 's', 1, 1, 1, '0', '0', '0', 3109, '0', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1507, 'Totem Leg', 'totem_leg', 's', 1, 1, 1.2, '1', '0', '0', 3113, '1', '1', '1', '1', '1', 'default', 9, '0', '0'),
(1508, 'ads_grefusa_cactus name', 'ads_grefusa_cactus', 's', 1, 1, 1, '0', '0', '0', 3112, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1509, 'ads_idol_tube name', 'ads_idol_tube', 's', 1, 1, 1, '0', '0', '0', 3126, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1510, 'Executive Light', 'exe_light', 's', 1, 1, 0, '1', '0', '1', 3122, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(1511, 'ads_idol_cork name', 'ads_idol_cork', 's', 3, 1, 1, '0', '0', '0', 3120, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1512, 'Idea Agency Jukebox', 'ads_cl_jukeb', 's', 1, 1, 1, '0', '0', '0', 3127, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1513, 'Grass patch', 'env_grass', 's', 2, 2, 0, '1', '0', '1', 3129, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1514, 'Forest Trunk Seat', 'env_tree3', 's', 1, 1, 1, '0', '0', '0', 3125, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1515, 'Eco Hedgerow', 'env_bushes', 's', 1, 2, 1, '0', '0', '0', 3115, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1516, 'Eco Hedgerows Gate', 'env_bushes_gate', 's', 1, 2, 0.001, '0', '0', '0', 3128, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(1517, 'Executive Gate', 'exe_gate', 's', 1, 1, 0.001, '0', '0', '0', 3119, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(1518, 'ads_idol_newsDsk name', 'ads_idol_newsDsk', 's', 2, 2, 1, '0', '0', '0', 3116, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1519, 'Forest Tree Chair', 'env_tree1', 's', 1, 1, 1, '0', '1', '0', 3117, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1520, 'Forest Tree Americana', 'env_tree2', 's', 1, 1, 1, '0', '1', '0', 3123, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1521, 'Cubist Light', 'exe_cubelight', 's', 1, 1, 1, '0', '0', '0', 3121, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(1522, 'The Four Seasons Tree', 'env_tree4', 's', 2, 2, 1, '0', '0', '0', 3118, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(1523, 'Sphere Lamp', 'exe_artlamp', 's', 1, 1, 1, '0', '0', '0', 3114, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1524, 'ads_idol_ichair name', 'ads_idol_ichair', 's', 1, 1, 1.4, '0', '1', '0', 3124, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1525, 'Wedding Cake', 'tray_cake', 's', 1, 1, 1, '0', '0', '0', 3133, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1526, 'ads_reebok_block2', 'ads_reebok_block2', 's', 2, 2, 0.8, '1', '0', '1', 3132, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1527, 'ads_malaco_rug_name', 'ads_malaco_rug', 's', 3, 3, 0, '0', '0', '1', 3135, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1528, 'Champagne Bucket', 'tray_champagne', 's', 1, 1, 1, '0', '0', '0', 3134, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1529, 'Champagne Tower', 'tray_glasstower', 's', 1, 1, 1, '0', '0', '0', 3130, '1', '1', '1', '1', '1', 'vendingmachine', 0, '40', '0'),
(1530, 'ads_malaco_gu', 'ads_malaco_gu', 's', 1, 1, 1, '0', '0', '0', 3131, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1531, 'Idea Agency Super Cake', 'ads_clcake', 's', 1, 1, 1, '0', '0', '0', 3139, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1532, 'Idea Agency Sofa', 'ads_cl_sofa', 's', 2, 1, 1, '0', '1', '0', 3137, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1533, 'Function Table', 'ads_idol_tblCloth', 's', 2, 2, 1, '1', '0', '0', 3136, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1534, 'ads_idol_carpet name', 'ads_idol_carpet', 's', 2, 7, 0, '0', '0', '1', 3140, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1535, 'Function Lamp', 'ads_idol_lamp', 's', 1, 1, 0, '1', '0', '1', 3138, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1536, 'Rain Shower', 'country_rain', 's', 1, 1, 0, '1', '0', '1', 3153, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1537, 'Scarecrow', 'country_scarecrow', 's', 1, 1, 1, '0', '0', '0', 3160, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(1538, 'Porta-House', 'env_telep', 's', 1, 1, 0.001, '0', '0', '0', 3161, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0'),
(1539, 'Crop Field', 'country_soil', 's', 2, 2, 0, '1', '0', '1', 3145, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(1540, 'Field Grass', 'country_grass', 's', 2, 2, 0, '1', '0', '1', 3162, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(1541, 'The Golden Tablet', 'ads_goldtabl', 's', 1, 1, 1, '0', '0', '0', 3151, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1542, 'Witch Mushroom', 'eco_mush1', 's', 1, 1, 1, '1', '0', '0', 3142, '0', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1543, 'Tractor', 'country_trctr', 's', 2, 2, 1, '0', '0', '0', 3147, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1544, 'Stone Wall', 'country_fnc2', 's', 2, 1, 1, '0', '0', '0', 3141, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1545, 'Stick Fence', 'country_fnc1', 's', 2, 1, 1, '0', '0', '0', 3154, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1546, 'Wishing Well', 'country_well', 's', 1, 1, 1, '0', '0', '0', 3149, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1547, 'Fairy Mushroom', 'eco_mush2', 's', 1, 1, 1, '1', '0', '0', 3155, '0', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1548, 'Rainbow', 'country_rbw', 's', 1, 1, 1, '0', '0', '0', 3143, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1549, 'Golden Wheat', 'country_wheat', 's', 2, 2, 1, '0', '0', '0', 3163, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1550, 'Farm Gate', 'country_gate', 's', 2, 1, 0.001, '0', '0', '0', 3150, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(1551, 'Country Trax', 'sound_set_72', 's', 1, 1, 0.2, '1', '0', '0', 3144, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1552, 'Wooden Stage', 'country_stage', 's', 2, 2, 1, '1', '0', '1', 3148, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1553, 'ads_calip_cola_1 name', 'ads_calip_cola*1', 's', 1, 1, 1, '0', '0', '0', 3156, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19', '0'),
(1554, 'ads_calip_cola_2 name', 'ads_calip_cola*2', 's', 1, 1, 1, '0', '0', '0', 3157, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19', '0'),
(1555, 'ads_calip_cola_3 name', 'ads_calip_cola*3', 's', 1, 1, 1, '0', '0', '0', 3158, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19', '0'),
(1556, 'ads_calip_cola_4 name', 'ads_calip_cola*4', 's', 1, 1, 1, '0', '0', '0', 3159, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19', '0'),
(1557, 'Log Bench', 'country_log', 's', 2, 1, 1, '0', '1', '0', 3146, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1558, 'Stone Pile', 'country_fnc3', 's', 1, 1, 1, '0', '0', '0', 3152, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1559, 'Wooden Patio Tile', 'country_patio', 's', 1, 1, 1, '0', '0', '0', 3166, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1560, 'Country Ditch Corner', 'country_corner', 's', 1, 1, 1, '0', '0', '0', 3164, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1561, 'Country Ditch', 'country_ditch', 's', 1, 2, 0.001, '0', '0', '0', 3165, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(1562, 'ads_calip_chair name', 'ads_calip_chair', 's', 1, 1, 1, '0', '1', '0', 3168, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1563, 'ads_idol_trophy name', 'ads_idol_trophy', 's', 1, 1, 1, '0', '0', '0', 3169, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(1564, 'Totem Spirit Head', 'totem_head', 's', 1, 1, 1.7, '1', '0', '0', 3167, '1', '1', '1', '1', '1', 'default', 10, '0', '0'),
(1565, 'ads_calip_pool name', 'ads_calip_pool', 's', 2, 2, 0, '0', '0', '1', 3182, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1566, 'laptopdesk name', 'laptopdesk', 's', 2, 2, 1, '0', '0', '0', 3173, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1567, 'Skull', 'LT_skull', 's', 1, 1, 1, '0', '0', '0', 3189, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1568, 'Large Tribal Block', 'lt_stage2', 's', 2, 2, 0.9, '1', '0', '1', 3175, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1569, 'Lava Corner', 'lt_lavac', 's', 1, 1, 1, '0', '0', '0', 3180, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1570, 'Tribal Gate', 'lt_gate', 's', 2, 1, 0.001, '0', '0', '0', 3172, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(1571, 'Planet of Eternity', 'saturn', 's', 1, 1, 1, '1', '0', '0', 3181, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1572, 'ads_calip_tele name', 'ads_calip_tele', 's', 1, 1, 0.001, '0', '0', '0', 3190, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0'),
(1573, 'Stone Statue', 'lt_statue', 's', 1, 1, 1, '0', '0', '0', 3185, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1574, 'Tarantula', 'lt_spider', 's', 1, 1, 1, '0', '0', '0', 3178, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1575, 'Tribal Stone Wall', 'lt_stone2', 's', 2, 1, 1.2, '1', '0', '0', 3177, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1576, 'Tribal Seat', 'LT_throne', 's', 1, 1, 1.5, '0', '1', '0', 3171, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1577, 'audChr name', 'audChr', 's', 1, 1, 1, '0', '1', '0', 3179, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1578, 'Moss Patch', 'lt_patch', 's', 2, 2, 0, '1', '0', '1', 3188, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1579, 'Lava Ditch', 'lt_lava', 's', 1, 2, 1, '0', '0', '0', 3176, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1580, 'Small Tribal Torch', 'LT_pillar2', 's', 1, 1, 1, '0', '0', '0', 3170, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1581, 'Ant Hill', 'lt_bughill', 's', 1, 1, 1, '0', '0', '0', 3174, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1582, 'noticeboard name', 'noticeboard', 's', 3, 1, 1, '0', '0', '0', 3186, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1583, 'clrack name', 'clrack', 's', 3, 1, 0, '1', '0', '0', 3184, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1584, 'Large Tribal Torch', 'LT_pillar', 's', 1, 1, 1, '0', '0', '0', 3187, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1585, 'Small Tribal Block', 'lt_stage1', 's', 1, 1, 0.9, '1', '0', '1', 3183, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1586, 'transparent_floor name', 'transparent_floor', 's', 2, 2, 0, '1', '0', '1', 3199, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1587, 'ads_calip_lava name', 'ads_calip_lava', 's', 1, 1, 1, '0', '0', '0', 3197, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1588, 'Tribal Stone Corner', 'lt_stone1', 's', 1, 1, 1.2, '1', '0', '0', 3196, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1589, 'ads_calip_fan', 'ads_calip_fan', 's', 1, 1, 1, '0', '0', '0', 3198, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1590, 'voting_ch name', 'voting_ch', 's', 1, 1, 1.3, '0', '1', '0', 3201, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1591, 'Quick Coffee Stop', 'ads_mall_coffeem', 's', 1, 1, 1, '0', '0', '0', 3202, '1', '1', '1', '1', '1', 'vendingmachine', 0, '41', '0'),
(1592, 'Totem Planet', 'totem_planet', 's', 1, 1, 1, '0', '0', '0', 3200, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(1593, 'Don''t worry', 'SF_reactor', 's', 1, 1, 1, '1', '0', '0', 3212, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1594, 'Pack all you want', 'SF_crate_2', 's', 2, 1, 1, '1', '0', '0', 3204, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1595, 'Space Crew Chair', 'SF_chair_blue', 's', 1, 1, 1.2, '0', '1', '0', 3207, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1596, 'Cryogenic Bed', 'sf_pod', 's', 1, 3, 1.36, '0', '0', '0', 3219, '1', '1', '1', '1', '1', 'bed', 2, '0', '0'),
(1597, 'Command Console', 'SF_panel1', 's', 1, 1, 1, '0', '0', '0', 3217, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(1598, 'Starship Table', 'SF_table', 's', 2, 2, 1, '1', '0', '0', 3220, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1599, 'Welcome aboard', 'SF_chair_green', 's', 1, 1, 1.2, '0', '1', '0', 3215, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1600, 'Small Crate', 'SF_crate_1', 's', 1, 1, 1, '1', '0', '0', 3205, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1601, 'Alien Lifeform', 'SF_alien', 's', 1, 1, 1, '0', '0', '0', 3210, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1602, 'Engineering Console', 'SF_panel2', 's', 2, 1, 1, '0', '0', '0', 3218, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1603, 'Display Gate', 'sf_gate', 's', 2, 1, 0.001, '0', '0', '0', 3221, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(1604, 'Navigation Panel', 'SF_panel3', 's', 1, 1, 1, '0', '0', '0', 3208, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(1605, 'Starship Floor 2', 'SF_floor_2', 's', 2, 2, 0, '1', '0', '1', 3211, '1', '1', '1', '1', '1', 'default', 1, '0', '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES
(1606, 'Sci Fi Lamp', 'SF_lamp', 's', 1, 1, 1, '0', '0', '0', 3224, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1607, 'Captain''s Chair', 'SF_chair_red', 's', 1, 1, 1.2, '0', '1', '0', 3223, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1608, 'Transparent Floor', 'sf_floor', 's', 2, 4, 0, '1', '0', '1', 3213, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1609, 'Starship Roof', 'sf_roof', 's', 2, 4, 0, '1', '0', '1', 3203, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1610, 'Light Pole', 'sf_stick', 's', 1, 1, 1, '0', '0', '0', 3206, '1', '1', '1', '1', '1', 'default', 5, '0', '0'),
(1611, 'Starship Floor 1', 'SF_floor_1', 's', 2, 2, 0, '1', '0', '1', 3222, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1612, ' sweets', 'ads_mall_kiosk', 's', 1, 2, 1, '0', '0', '0', 3216, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1613, 'Futuristic Teleport', 'sf_tele', 's', 1, 1, 0.001, '0', '0', '0', 3214, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0'),
(1614, 'Sci Fi Roller', 'sf_roller', 's', 1, 1, 0.5, '1', '0', '1', 3209, '1', '1', '1', '1', '1', 'roller', 1, '0', '0'),
(1615, 'Hot Trophy', 'prizetrophy_hot', 's', 1, 1, 1, '0', '0', '0', 3229, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(1616, 'Pink Inflatable Raft', 'summer_raft1', 's', 1, 1, 1, '0', '1', '0', 3228, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1617, 'Cool Trophy', 'prizetrophy_cool', 's', 1, 1, 1, '0', '0', '0', 3225, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(1618, 'Blue Inflatable Raft', 'summer_raft2', 's', 1, 1, 1, '0', '1', '0', 3227, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1619, 'ads_elisa_gnome name', 'ads_elisa_gnome', 's', 1, 1, 1, '0', '0', '0', 3226, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1620, 'Summer Cool Box', 'summer_icebox', 's', 1, 1, 1, '0', '0', '0', 3231, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1621, 'ads_oc_soda', 'ads_oc_soda', 's', 1, 1, 1, '0', '0', '0', 3230, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19', '0'),
(1622, 'Mars Patch', 'marsrug', 's', 2, 2, 0, '1', '0', '1', 3232, '1', '1', '1', '1', '1', 'default', 5, '0', '0'),
(1623, 'White Candle', 'rela_candle1', 's', 1, 1, 1, '0', '0', '0', 3238, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20066, 'Dead Tree', 'tree2', 's', 1, 1, 1, '0', '0', '0', 2104, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1625, 'Red Candles', 'rela_candles2', 's', 1, 1, 1, '0', '0', '0', 3245, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1626, 'Stones', 'rela_stone', 's', 1, 1, 0.5, '0', '0', '1', 3233, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1627, 'Wicker Chair', 'rela_hchair', 's', 1, 1, 1.3, '0', '1', '0', 3247, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1628, 'Red Candle', 'rela_candle2', 's', 1, 1, 1, '0', '0', '0', 3244, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1629, 'ads_711', 'ads_711*5', 's', 1, 1, 1, '0', '0', '0', 3241, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19', '0'),
(1630, 'ads_711', 'ads_711*6', 's', 1, 1, 1, '0', '0', '0', 3242, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19', '0'),
(1631, 'ads_711', 'ads_711*7', 's', 1, 1, 1, '0', '0', '0', 3243, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19', '0'),
(1632, 'Purple Candle', 'rela_candle3', 's', 1, 1, 1, '0', '0', '0', 3235, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1633, 'Asteroid', 'pix_asteroid', 's', 1, 1, 1, '1', '0', '0', 3237, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1634, 'Bushy Houseplant', 'rela_plant', 's', 1, 1, 1, '0', '0', '0', 3246, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1635, 'White Candles', 'rela_candles1', 's', 1, 1, 1, '0', '0', '0', 3234, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1636, 'Purple Candles', 'rela_candles3', 's', 1, 1, 1, '0', '0', '0', 3236, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1637, 'Orchid', 'rela_orchid', 's', 1, 1, 1, '0', '0', '0', 3239, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1638, 'Rocks', 'rela_rock', 's', 1, 1, 0.8, '0', '1', '0', 3248, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1639, 'ktchn_stove name', 'ktchn_stove', 's', 2, 1, 1, '0', '0', '0', 3256, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(1640, 'ktchn_light name', 'ktchn_light', 's', 2, 1, 0, '1', '0', '1', 3258, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1641, 'ktchn_plates name', 'ktchn_plates', 's', 1, 1, 1, '0', '0', '0', 3263, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(1642, 'ktchn_countr_1 name', 'ktchn_countr_1', 's', 1, 1, 1, '1', '0', '0', 3261, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1643, 'ktchn_pots name', 'ktchn_pots', 's', 2, 1, 0, '1', '0', '1', 3252, '1', '1', '1', '1', '1', 'default', 10, '0', '0'),
(1644, 'ktchn_cornr name', 'ktchn_cornr', 's', 1, 1, 1, '0', '0', '0', 3257, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1645, 'ktchn_desk name', 'ktchn_desk', 's', 2, 1, 1, '1', '0', '0', 3260, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1646, 'ktchn_trash name', 'ktchn_trash', 's', 1, 1, 1, '0', '0', '0', 3264, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1647, 'ktchn_countr_2 name', 'ktchn_countr_2', 's', 2, 1, 1, '1', '0', '0', 3253, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1648, 'ktchn_bBlock name', 'ktchn_bBlock', 's', 1, 1, 1, '0', '0', '0', 3255, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(1649, 'ktchn_dvdr name', 'ktchn_dvdr', 's', 2, 1, 1, '0', '0', '0', 3259, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1650, 'ktchn_inspctr name', 'ktchn_inspctr', 's', 1, 1, 1, '1', '0', '0', 3250, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1651, 'ktchn_fridge name', 'ktchn_fridge', 's', 1, 1, 1, '1', '0', '0', 3249, '1', '1', '1', '1', '1', 'vendingmachine', 0, '3,36,37,38', '0'),
(1652, 'ads_1800tele', 'ads_1800tele', 's', 1, 1, 0.001, '0', '0', '0', 3251, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0'),
(1653, 'ktchn_sink name', 'ktchn_sink', 's', 2, 1, 1, '0', '0', '0', 3262, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(1654, 'ktchn_gate name', 'ktchn_gate', 's', 2, 1, 0.001, '0', '0', '0', 3254, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(1655, 'Pad of stickies', 'post.it', 'i', 0, 0, 1, '0', '0', '0', 1, '0', '0', '1', '0', '1', 'postit', 1, '0', '0'),
(1656, 'Heart Stickies', 'post.it.vd', 'i', 0, 0, 1, '0', '0', '0', 2, '0', '0', '1', '0', '1', 'postit', 1, '0', '0'),
(20067, 'Green Hatch', 'divider_poly3*7', 's', 1, 1, 0.001, '0', '0', '0', 1930, '1', '1', '1', '1', '1', 'gate', 1, '0', '0'),
(20068, 'Idea Agency Lava Lamp', 'ads_cllava2', 's', 1, 1, 1, '0', '0', '0', 3021, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1665, 'Gothic Ectoplasm Fountain', 'gothicfountain', 'i', 0, 0, 1, '0', '0', '0', 4002, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1666, 'Retro Wall Lamp', 'hc_wall_lamp', 'i', 0, 0, 1, '0', '0', '0', 4003, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1667, 'Industrial Turbine', 'industrialfan', 'i', 0, 0, 1, '0', '0', '0', 4004, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1668, 'Gothic Torch', 'torch', 'i', 0, 0, 1, '0', '0', '0', 4005, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1669, 'Heart Light', 'val_heart', 'i', 0, 0, 1, '0', '0', '0', 4006, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1670, 'Mirror', 'wallmirror', 'i', 0, 0, 1, '0', '0', '0', 4007, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1671, 'Ninja Stars', 'jp_ninjastars', 'i', 0, 0, 1, '0', '0', '0', 4008, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1672, 'Habbowood Mirror', 'habw_mirror', 'i', 0, 0, 1, '0', '0', '0', 4009, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1673, 'So you gotta ask yourself', 'habbowheel', 'i', 0, 0, 1, '0', '0', '0', 4010, '1', '1', '1', '1', '1', 'habbowheel', 1, '0', '0'),
(1674, 'Skull Guitar', 'guitar_skull', 'i', 0, 0, 1, '0', '0', '0', 4011, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1675, 'V Guitar', 'guitar_v', 'i', 0, 0, 1, '0', '0', '0', 4012, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1676, 'Christmas Lights', 'xmas_light', 'i', 0, 0, 1, '0', '0', '0', 4015, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1677, 'Anchor', 'hrella_poster_3', 'i', 0, 0, 1, '0', '0', '0', 4016, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1678, 'Life Buoy', 'hrella_poster_2', 'i', 0, 0, 1, '0', '0', '0', 4013, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1679, 'Porthole', 'hrella_poster_1', 'i', 0, 0, 1, '0', '0', '0', 4014, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1680, 'Swords', 'sw_swords', 'i', 0, 0, 1, '0', '0', '0', 4017, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1681, 'Mysterious Necklace', 'sw_stone', 'i', 0, 0, 1, '0', '0', '0', 4018, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1682, 'Ventilation Duct', 'sw_hole', 'i', 0, 0, 1, '0', '0', '0', 4019, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1683, 'Mood Light', 'roomdimmer', 'i', 0, 0, 1, '0', '0', '0', 4027, '1', '1', '1', '1', '1', 'dimmer', 1, '0', '0'),
(1684, 'Bubble Juice Can', 'md_logo_wall', 'i', 0, 0, 1, '0', '0', '0', 4023, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1685, 'Kakejiku Hokusai', 'jp_sheet3', 'i', 0, 0, 1, '0', '0', '0', 4021, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1686, 'Kakejiku Ninjya', 'jp_sheet2', 'i', 0, 0, 1, '0', '0', '0', 4026, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1687, 'Kakejiku Ziritsu', 'jp_sheet1', 'i', 0, 0, 1, '0', '0', '0', 4024, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1688, 'Ancestral Scimitars', 'arabian_swords', 'i', 0, 0, 1, '0', '0', '0', 4020, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1689, 'Arabian Window Frame', 'arabian_wndw', 'i', 0, 0, 1, '0', '0', '0', 4022, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1690, 'Jungle Wallplant', 'tiki_wallplnt', 'i', 0, 0, 1, '0', '0', '0', 4030, '0', '0', '1', '1', '1', 'default', 1, '0', '0'),
(1691, 'Surfboard', 'tiki_surfboard', 'i', 0, 0, 1, '0', '0', '0', 4028, '1', '1', '1', '1', '1', 'default', 9, '0', '0'),
(1692, 'tampax_wall', 'tampax_wall', 'i', 0, 0, 1, '0', '0', '0', 4029, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1693, 'Single Window', 'window_single_default', 'i', 0, 0, 1, '0', '0', '0', 4031, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1694, 'Double Window', 'window_double_default', 'i', 0, 0, 1, '0', '0', '0', 4032, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1695, 'Window', 'noob_window_double', 'i', 0, 0, 1, '0', '0', '0', 4033, '0', '0', '1', '0', '1', 'default', 1, '0', '0'),
(1696, 'Bay Window', 'window_triple', 'i', 0, 0, 1, '0', '0', '0', 4045, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1697, 'Glass Square Window', 'window_square', 'i', 0, 0, 1, '0', '0', '0', 4036, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1698, 'Large Romantic Window', 'window_romantic_wide', 'i', 0, 0, 1, '0', '0', '0', 4041, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1699, 'Small Romantic Window', 'window_romantic_narrow', 'i', 0, 0, 1, '0', '0', '0', 4037, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1700, 'Grunge Window', 'window_grunge', 'i', 0, 0, 1, '0', '0', '0', 4044, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1701, 'Golden Window', 'window_golden', 'i', 0, 0, 1, '0', '0', '0', 4035, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1702, 'Large Oriental Window', 'window_chinese_wide', 'i', 0, 0, 1, '0', '0', '0', 4034, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1703, 'Small Oriental Window', 'window_chinese_narrow', 'i', 0, 0, 1, '0', '0', '0', 4038, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1704, 'Basic Window', 'window_basic', 'i', 0, 0, 1, '0', '0', '0', 4042, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1705, 'Large 70s Window', 'window_70s_wide', 'i', 0, 0, 1, '0', '0', '0', 4039, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1706, 'Small 70s Window', 'window_70s_narrow', 'i', 0, 0, 1, '0', '0', '0', 4040, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1707, 'Sunny Delight', 'ads_sunnyd', 'i', 0, 0, 1, '0', '0', '0', 4043, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1708, 'Good grub', 'window_diner2', 'i', 0, 0, 1, '0', '0', '0', 4046, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1709, 'Large Diner Window', 'window_diner', 'i', 0, 0, 1, '0', '0', '0', 4049, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1710, 'Diner Side Table', 'diner_walltable', 'i', 0, 0, 1, '0', '0', '0', 4048, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1711, 'ads_dave_wall', 'ads_dave_wall', 'i', 0, 0, 1, '0', '0', '0', 4047, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1712, 'Window', 'window_hole', 'i', 0, 0, 1, '0', '0', '0', 4052, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1713, 'easy_poster', 'easy_poster', 'i', 0, 0, 1, '0', '0', '0', 4051, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1714, 'ads_nokia_logo name', 'ads_nokia_logo', 'i', 0, 0, 1, '0', '0', '0', 4050, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1715, 'ads_nokia_phone name', 'ads_nokia_phone', 'i', 0, 0, 1, '0', '0', '0', 4053, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1717, 'Skyscraper Window', 'window_skyscraper', 'i', 0, 0, 1, '0', '0', '0', 4054, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1718, 'netari_poster', 'netari_poster', 'i', 0, 0, 1, '0', '0', '0', 4057, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1719, 'Bullet Hole', 'det_bhole', 'i', 0, 0, 1, '0', '0', '0', 4056, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1720, 'Red V Guitar', 'ads_campguitar', 'i', 0, 0, 1, '0', '0', '0', 4058, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1721, 'Nuclear Radiation Sign', 'hween08_rad', 'i', 0, 0, 1, '0', '0', '0', 4059, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1722, 'Broken Window (small)', 'hween08_wndwb', 'i', 0, 0, 1, '0', '0', '0', 4061, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1723, 'Broken Window (large)', 'hween08_wndw', 'i', 0, 0, 1, '0', '0', '0', 4062, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1724, 'Biohazard Sign', 'hween08_bio', 'i', 0, 0, 1, '0', '0', '0', 4063, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1725, 'X-Ray Light Box', 'hw_08_xray', 'i', 0, 0, 1, '0', '0', '0', 4060, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(1726, 'Red Gothic Fountain', 'gothicfountain2', 'i', 0, 0, 1, '0', '0', '0', 4065, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20052, 'Volturi Crest', 'ads_twi_crest', 'i', 0, 0, 1, '1', '0', '0', 4275, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1728, 'TBD Central Musical TV', 'ads_cmusic', 'i', 0, 0, 1, '0', '0', '0', 4067, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1729, 'Stand up or sitting down', 'party_wc_boy', 'i', 0, 0, 1, '0', '0', '0', 4070, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1730, 'Big Wall Lights', 'party_led', 'i', 0, 0, 1, '0', '0', '0', 4066, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(1731, 'Neon Heart Light', 'party_neon5', 'i', 0, 0, 1, '0', '0', '0', 4074, '1', '1', '1', '1', '1', 'default', 5, '0', '0'),
(1732, 'Neon Right Arrows', 'party_neon1', 'i', 0, 0, 1, '0', '0', '0', 4069, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(1733, 'Neon Left Arrows', 'party_neon2', 'i', 0, 0, 1, '0', '0', '0', 4073, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(1734, 'Girls Toilets', 'party_wc_girl', 'i', 0, 0, 1, '0', '0', '0', 4068, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1735, 'Neon Pink Flamingo', 'party_neon3', 'i', 0, 0, 1, '0', '0', '0', 4075, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1736, 'Bar Shelf', 'party_shelf', 'i', 0, 0, 1, '0', '0', '0', 4071, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(1737, 'Neon Skull Light', 'party_neon4', 'i', 0, 0, 1, '0', '0', '0', 4072, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(1738, 'Snowy Posters', 'xmas08_wallpaper', 'i', 0, 0, 1, '0', '0', '0', 4077, '0', '0', '1', '1', '1', 'roomeffect', 1, '0', '0'),
(1739, 'Icy Wall', 'xmas08_icewall', 'i', 0, 0, 1, '0', '0', '0', 4076, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(1741, 'Idea Agency Plasma 1', 'ads_clwall1', 'i', 0, 0, 1, '0', '0', '0', 4082, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1742, 'Idea Agency Plasma 2', 'ads_clwall2', 'i', 0, 0, 1, '0', '0', '0', 4078, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1743, 'Idea Agency Plasma 3', 'ads_clwall3', 'i', 0, 0, 1, '0', '0', '0', 4079, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1744, 'ads_ob_wall', 'ads_ob_wall', 'i', 0, 0, 1, '0', '0', '0', 4081, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1745, 'Mall Window', 'ads_mall_window', 'i', 0, 0, 1, '0', '0', '0', 4083, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1746, 'Dragon Poster', 'china_pstr2', 'i', 0, 0, 1, '0', '0', '0', 4085, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1747, 'Chinese Wall Lamp', 'china_light', 'i', 0, 0, 1, '0', '0', '0', 4086, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1748, 'Ox Poster', 'china_pstr1', 'i', 0, 0, 1, '0', '0', '0', 4084, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1749, 'Bolly Window', 'bolly_wdw_wd', 'i', 0, 0, 1, '0', '0', '0', 4087, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(1750, 'Monster Plan Poster', 'ads_igor_wall', 'i', 0, 0, 1, '0', '0', '0', 4090, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1751, 'Evil Bone', 'ads_igorevilb', 'i', 0, 0, 1, '0', '0', '0', 4089, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1752, 'ads_idol_wall name', 'ads_idol_wall', 'i', 0, 0, 1, '0', '0', '0', 4088, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1753, 'Mall Furni Showroom', 'ads_mall_winfur', 'i', 0, 0, 1, '0', '0', '0', 4092, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1754, 'Mall Pet Shop Window', 'ads_mall_winpet', 'i', 0, 0, 1, '0', '0', '0', 4091, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1755, 'Rock Wall', 'lc_wall1', 'i', 0, 0, 1, '0', '0', '0', 4095, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1756, 'Aquarium Window', 'lc_window2', 'i', 0, 0, 1, '0', '0', '0', 4096, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1757, 'Wooden Window', 'lc_window1', 'i', 0, 0, 1, '0', '0', '0', 4094, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1758, 'American Idol TV', 'ads_idol_tv', 'i', 0, 0, 1, '0', '0', '0', 4093, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1759, 'Coral Wall', 'lc_wall2', 'i', 0, 0, 1, '0', '0', '0', 4097, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1760, 'ads_idol_mirror name', 'ads_idol_mirror', 'i', 0, 0, 1, '0', '0', '0', 4099, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1761, 'Mall Cinema Window', 'ads_mall_wincin', 'i', 0, 0, 1, '0', '0', '0', 4098, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1762, 'Strum', 'ads_mall_winmus', 'i', 0, 0, 1, '0', '0', '0', 4101, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1763, 'Mall Beauty Salon', 'ads_mall_winbea', 'i', 0, 0, 1, '0', '0', '0', 4100, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1764, 'Eco Curtain 1', 'eco_curtains1', 'i', 0, 0, 1, '0', '0', '0', 4105, '0', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1765, 'Mall Idea Agency Window', 'ads_mall_winchi', 'i', 0, 0, 1, '0', '0', '0', 4103, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1766, 'Eco Curtain 3', 'eco_curtains3', 'i', 0, 0, 1, '0', '0', '0', 4104, '0', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1767, 'Eco Curtain 2', 'eco_curtains2', 'i', 0, 0, 1, '0', '0', '0', 4102, '0', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1768, 'Mall Ice Cream Parlour Window', 'ads_mall_winice', 'i', 0, 0, 1, '0', '0', '0', 4109, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1769, 'Whatever your sporting dibble', 'ads_mall_winspo', 'i', 0, 0, 1, '0', '0', '0', 4106, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1770, 'ads_idol_logo name', 'ads_idol_logo', 'i', 0, 0, 1, '0', '0', '0', 4108, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(1771, 'World Map', 'exe_map', 'i', 0, 0, 1, '0', '0', '0', 4110, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1772, 'Wall Fall', 'exe_wfall', 'i', 0, 0, 1, '0', '0', '0', 4107, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(1773, 'ads_lin_wh_c name', 'ads_lin_wh_c', 'i', 0, 0, 1, '0', '0', '0', 4115, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1774, 'ads_malaco_tv name', 'ads_malaco_tv', 'i', 0, 0, 1, '0', '0', '0', 4113, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1775, 'ads_puffet_tv name', 'ads_puffet_tv', 'i', 0, 0, 1, '0', '0', '0', 4111, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1776, 'ads_reebok_tv name', 'ads_reebok_tv', 'i', 0, 0, 1, '0', '0', '0', 4112, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1777, 'Forest Wall Poster', 'country_forestwall', 'i', 0, 0, 1, '0', '0', '0', 4114, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1778, 'Marble Fireplace', 'country_fp', 'i', 0, 0, 1, '0', '0', '0', 4117, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1779, 'Farmhouse Wall', 'country_wall', 'i', 0, 0, 1, '0', '0', '0', 4118, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1780, 'Ye Olde Lantern', 'country_lantern', 'i', 0, 0, 1, '0', '0', '0', 4116, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1781, 'Norwegian Flag', 'flag_norway', 'i', 0, 0, 1, '0', '0', '0', 4119, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1782, 'Diner Poster', 'diner_poster', 'i', 0, 0, 1, '0', '0', '0', 4120, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1783, '', 'lt_jngl_wall', 'i', 0, 0, 1, '0', '0', '0', 4121, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1784, 'ads_mirror name', 'ads_mirror', 'i', 0, 0, 1, '0', '0', '0', 4122, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1785, 'lt_wall', 'lt_wall', 'i', 0, 0, 1, '0', '0', '0', 4123, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1787, 'Starship Window', 'sf_window', 'i', 0, 0, 1, '0', '0', '0', 4224, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1788, 'Starship Wall', 'sf_wall2', 'i', 0, 0, 1, '0', '0', '0', 4228, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(1789, 'ads_wwe_poster name', 'ads_wwe_poster', 'i', 0, 0, 1, '0', '0', '0', 4226, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1790, 'Fly me to the moon', 'ads_mall_wintra', 'i', 0, 0, 1, '0', '0', '0', 4225, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1791, 'Starship Corner', 'sf_wall3', 'i', 0, 0, 1, '0', '0', '0', 4223, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1793, 'ads_veet name', 'ads_veet', 'i', 0, 0, 1, '0', '0', '0', 4222, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1794, 'Wall Tiles', 'rela_wall', 'i', 0, 0, 1, '0', '0', '0', 4232, '1', '1', '1', '1', '1', 'default', 6, '0', '0'),
(1795, 'flag_belgium', 'flag_belgium', 'i', 0, 0, 1, '0', '0', '0', 4229, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1796, 'flag_portugal', 'flag_portugal', 'i', 0, 0, 1, '0', '0', '0', 4231, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1797, 'ads_mall_wingar', 'ads_mall_wingar', 'i', 0, 0, 1, '0', '0', '0', 4230, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1798, 'ktchn_wall name', 'ktchn_wall', 'i', 0, 0, 1, '0', '0', '0', 4235, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1799, 'ads_mall_winclo', 'ads_mall_winclo', 'i', 0, 0, 1, '0', '0', '0', 4236, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(1800, 'ktchn_oven name', 'ktchn_oven', 'i', 0, 0, 1, '0', '0', '0', 4234, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(1801, 'ktchn_knives name', 'ktchn_knives', 'i', 0, 0, 1, '0', '0', '0', 4233, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(1802, 'Mood Controller (Large)', 'dimmer_fuse6', 'i', 0, 0, 1, '0', '0', '0', 4240, '1', '1', '1', '1', '1', 'dimmer', 1, '0', '0'),
(1803, 'Mood Switch (Large)', 'dimmer_swtch', 'i', 0, 0, 1, '0', '0', '0', 4237, '1', '1', '1', '1', '1', 'dimmer', 1, '0', '0'),
(1804, 'Mood Controller (Small)', 'dimmer_fuse2', 'i', 0, 0, 1, '0', '0', '0', 4239, '1', '1', '1', '1', '1', 'dimmer', 1, '0', '0'),
(1805, 'Mood Switch (Small)', 'dimmer_buttn', 'i', 0, 0, 1, '0', '0', '0', 4238, '1', '1', '1', '1', '1', 'dimmer', 1, '0', '0'),
(19877, '', 'avatar_effect9', 'e', 1, 1, 1, '0', '0', '0', 9, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(19878, '', 'avatar_effect6', 'e', 1, 1, 1, '0', '0', '0', 6, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(19879, '', 'avatar_effect16', 'e', 1, 1, 1, '0', '0', '0', 16, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(19880, '', 'avatar_effect2', 'e', 1, 1, 1, '0', '0', '0', 2, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(19881, '', 'avatar_effect14', 'e', 1, 1, 1, '0', '0', '0', 14, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(19882, '', 'avatar_effect15', 'e', 1, 1, 1, '0', '0', '0', 15, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(19883, '', 'avatar_effect3', 'e', 1, 1, 1, '0', '0', '0', 3, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(19884, '', 'avatar_effect17', 'e', 1, 1, 1, '0', '0', '0', 17, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(19885, '', 'avatar_effect18', 'e', 1, 1, 1, '0', '0', '0', 18, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(19886, '', 'avatar_effect1', 'e', 1, 1, 1, '0', '0', '0', 1, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(19887, '', 'avatar_effect4', 'e', 1, 1, 1, '0', '0', '0', 4, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(19888, '', 'avatar_effect5', 'e', 1, 1, 1, '0', '0', '0', 5, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(19889, '', 'avatar_effect7', 'e', 1, 1, 1, '0', '0', '0', 7, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(19890, '', 'avatar_effect8', 'e', 1, 1, 1, '0', '0', '0', 8, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(19891, '', 'avatar_effect10', 'e', 1, 1, 1, '0', '0', '0', 10, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(19892, '', 'avatar_effect12', 'e', 1, 1, 1, '0', '0', '0', 12, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(19893, '', 'avatar_effect13', 'e', 1, 1, 1, '0', '0', '0', 13, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(19894, '', 'a2 l', 'i', 1, 1, 1, '0', '0', '0', 3002, '0', '0', '1', '1', '0', 'roomeffect', 1, '0', '0'),
(19895, '', 'a2 t', 'i', 1, 1, 1, '0', '0', '0', 3001, '0', '0', '1', '1', '0', 'roomeffect', 1, '0', '0'),
(19896, '', 'wallpaper 1', 'i', 1, 1, 1, '0', '0', '0', 3001, '0', '0', '1', '1', '0', 'roomeffect', 1, '0', '0'),
(19926, '', 'landscape 10', 'i', 1, 1, 1, '0', '0', '0', 4055, '0', '0', '1', '1', '0', 'roomeffect', 1, '0', '0'),
(19938, '', 'hween09_floor', 's', 2, 2, 0, '1', '0', '1', 3288, '0', '0', '1', '1', '1', 'default', 1, '0', '0'),
(19939, '', 'hween09_jar', 's', 1, 1, 1, '0', '0', '0', 3287, '0', '0', '1', '1', '1', 'default', 2, '0', '0'),
(19940, 'City Bench (Clean)', 'urban_bench_plain', 's', 2, 1, 1, '0', '1', '0', 3284, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(19941, '', 'hween09_organ', 's', 2, 1, 1, '0', '0', '0', 3282, '0', '0', '1', '1', '1', 'default', 2, '0', '0'),
(19942, '', 'byesw_hand', 's', 1, 1, 1.35, '0', '1', '0', 3291, '0', '1', '1', '1', '1', 'default', 1, '0', '0'),
(19943, '', 'byesw_hotel', 's', 1, 1, 1, '0', '0', '0', 3289, '0', '1', '1', '1', '1', 'default', 6, '0', '0'),
(19944, '', 'hween09_table', 's', 1, 3, 1, '0', '0', '0', 3286, '0', '0', '1', '1', '1', 'default', 2, '0', '0'),
(19945, '', 'hween09_chair', 's', 1, 1, 1, '0', '1', '0', 3295, '0', '0', '1', '1', '1', 'default', 1, '0', '0'),
(19946, '', 'hween09_mirror', 's', 1, 1, 1, '0', '1', '0', 3293, '0', '0', '1', '1', '1', 'default', 2, '0', '0'),
(19947, 'Trap Door', 'hween09_hatch', 's', 2, 2, 0.001, '0', '0', '1', 3285, '0', '0', '1', '1', '1', 'gate', 2, '0', '0'),
(19948, '', 'hween09_ghost', 's', 1, 1, 1, '0', '0', '0', 3290, '0', '0', '1', '1', '1', 'default', 2, '0', '0'),
(19949, '', 'hween09_tv', 's', 2, 1, 1, '0', '0', '0', 3292, '0', '0', '1', '1', '1', 'default', 3, '0', '0'),
(19950, '', 'hween09_chandelier', 's', 1, 1, 1, '0', '0', '1', 3294, '0', '0', '1', '1', '1', 'default', 3, '0', '0'),
(19951, '', 'hween09_crnr1', 'i', 0, 0, 1, '0', '0', '0', 4247, '0', '0', '1', '1', '1', 'default', 4, '0', '0'),
(19952, '', 'hween09_paint', 'i', 0, 0, 1, '0', '0', '0', 4263, '0', '0', '1', '1', '1', 'default', 2, '0', '0'),
(19953, '', 'hween09_treewall', 'i', 0, 0, 1, '0', '0', '0', 4269, '0', '0', '1', '1', '1', 'default', 2, '0', '0'),
(19954, '', 'hween09_wall1', 'i', 0, 0, 1, '0', '0', '0', 4257, '0', '0', '1', '1', '1', 'default', 4, '0', '0'),
(19955, '', 'hween09_stonewall', 'i', 0, 0, 1, '0', '0', '0', 4259, '0', '0', '1', '1', '1', 'default', 5, '0', '0'),
(19956, '', 'hween09_win', 'i', 0, 0, 1, '0', '0', '0', 4271, '0', '0', '1', '1', '1', 'default', 10, '0', '0'),
(19957, '', 'avatar_effect22', 'e', 1, 1, 1, '0', '0', '0', 22, '0', '0', '1', '0', '1', 'default', 1, '0', '0'),
(19958, '', 'avatar_effect19', 'e', 1, 1, 1, '0', '0', '0', 19, '0', '0', '1', '0', '1', 'default', 1, '0', '0'),
(19959, '', 'avatar_effect20', 'e', 1, 1, 1, '0', '0', '0', 20, '0', '0', '1', '0', '1', 'default', 1, '0', '0'),
(19960, '', 'avatar_effect21', 'e', 1, 1, 1, '0', '0', '0', 21, '0', '0', '1', '0', '1', 'default', 1, '0', '0'),
(19989, 'Snowman Base', 'xm09_man_a', 's', 1, 1, 1, '1', '0', '0', 3330, '1', '1', '1', '1', '1', 'default', 5, '0', '0'),
(19971, 'Snowman Middle', 'xm09_man_b', 's', 1, 1, 0.8, '1', '0', '0', 3328, '1', '1', '1', '1', '1', 'default', 9, '0', '0'),
(19972, 'Snowman Head', 'xm09_man_c', 's', 1, 1, 1, '0', '0', '0', 3329, '1', '1', '1', '1', '1', 'default', 8, '0', '0'),
(19973, 'Christmas Table', 'xm09_table', 's', 2, 6, 1, '1', '0', '0', 3335, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(19974, '6-Seater Bench', 'xm09_bench', 's', 6, 1, 1, '0', '1', '0', 3340, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(19976, 'Snowy Fir Trees', 'xm09_firwall', 'i', 0, 0, 1, '0', '0', '0', 4307, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(19977, 'Snowy Forest', 'xm09_forestwall', 'i', 0, 0, 1, '0', '0', '0', 4308, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(19978, 'Lodge Wall', 'xm09_lodgewall', 'i', 0, 0, 1, '1', '0', '0', 4311, '0', '1', '1', '1', '1', 'default', 8, '0', '0'),
(19979, 'Gold Heart Bauble', 'xm09_bauble_25', 'i', 0, 0, 1, '1', '0', '0', 4286, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(19980, 'Silver Heart Bauble', 'xm09_bauble_26', 'i', 0, 0, 1, '1', '0', '0', 4306, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(19981, 'Pink Heart Bauble', 'xm09_bauble_27', 'i', 0, 0, 1, '1', '0', '0', 4279, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(19982, 'Pink Heart Bauble', 'xm09_bauble_27', 'i', 0, 0, 1, '1', '0', '0', 4313, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(19983, 'Blue Heart Bauble', 'xm09_bauble_23', 'i', 0, 0, 1, '1', '0', '0', 4292, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(19984, 'Green Heart Bauble', 'xm09_bauble_24', 'i', 0, 0, 1, '1', '0', '0', 4278, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(19985, 'Candy Cane', 'xm09_candyCane', 's', 1, 1, 1, '0', '0', '0', 3314, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(19986, 'Big Stocking', 'xm09_stocking', 'i', 0, 0, 1, '1', '0', '0', 4280, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(19994, 'Fountain', 'ads_twi_fountn', 's', 2, 2, 1, '0', '0', '0', 3301, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(19995, 'Clock Tower wall', 'ads_twi_dvdr2', 's', 2, 1, 1, '0', '0', '0', 3302, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(19996, 'Standing Rose Bouquet', 'ads_twi_roses', 's', 1, 1, 1, '0', '0', '0', 3304, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(19997, 'Cake on Table with Presents', 'ads_twi_table', 's', 2, 2, 1, '0', '0', '0', 3297, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(19998, 'Volturi Royal Chair', 'ads_twi_chair', 's', 1, 1, 1, '0', '1', '0', 3300, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(19999, 'Half wall', 'ads_twi_dvdr1', 's', 2, 1, 1, '0', '0', '0', 3303, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20000, 'Broken Piano', 'ads_twi_piano', 's', 2, 2, 1, '0', '0', '0', 3299, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20001, 'ads_twi_tower name', 'ads_twi_tower', 's', 1, 1, 1, '0', '0', '0', 3298, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20002, 'Toolbox', 'ads_twi_toolbx', 's', 1, 1, 1, '0', '0', '0', 3296, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20003, 'Mist', 'ads_twi_mist', 's', 1, 1, 0, '1', '0', '1', 3308, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20011, 'Water Hydrant', 'urban_wpost', 's', 1, 1, 1, '0', '0', '0', 3272, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20010, 'Pavement Slab', 'urban_sidewalk', 's', 2, 2, 0.2, '1', '0', '1', 3274, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(20008, 'City Bench (Dirty)', 'urban_bench', 's', 2, 1, 1, '0', '1', '0', 3269, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20007, 'Taxi Sofa', 'urban_carsofa', 's', 2, 1, 1, '0', '1', '0', 3268, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20014, 'Concrete Block', 'urban_blocker', 's', 1, 1, 1, '0', '0', '0', 3270, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20013, 'Garbage Bin', 'urban_bin', 's', 1, 1, 1, '0', '0', '0', 3266, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20012, 'Mesh Fencing', 'urban_fence', 's', 1, 2, 1, '0', '0', '0', 3267, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20015, 'Basketball Pole', 'urban_bsktbll', 's', 1, 1, 1, '0', '0', '0', 3271, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20025, 'Terracotta Pillar', 'pillar*6', 's', 1, 1, 1, '0', '0', '0', 1609, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20026, 'Urban Iced Bookcase', 'shelves_norja*4', 's', 1, 1, 1, '0', '0', '0', 1795, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20027, 'Black Mode Double Bed', 'bed_polyfon*2', 's', 2, 3, 1.8, '0', '0', '0', 1895, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(20028, 'Blue Iced Angle', 'divider_nor5*6', 's', 1, 1, 1, '0', '0', '0', 1995, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20029, 'Valentine''s Cauldron', 'val_cauldron', 's', 1, 1, 1, '0', '0', '0', 2103, '1', '1', '1', '1', '1', 'vendingmachine', 0, '25', '0'),
(20030, 'Aqua Pura Module 5', 'pura_mdl5*1', 's', 1, 1, 1, '0', '1', '0', 2509, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20031, 'Aqua One Way Gate', 'one_way_door*1', 's', 1, 1, 0.001, '0', '0', '0', 2597, '1', '1', '1', '1', '1', 'onewaygate', 2, '0', '0'),
(20032, 'Power Globe', 'exe_globe', 's', 1, 1, 1, '0', '0', '0', 2672, '1', '1', '1', '1', '1', 'default', 10, '0', '0'),
(20034, 'Latte Diner Corner', 'diner_bardesk_corner*5', 's', 1, 1, 1, '1', '0', '0', 2874, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20035, 'Bubbles', 'fx_bubble', 's', 1, 1, 1, '1', '0', '0', 3012, '0', '0', '1', '0', '1', 'rentals', 2, '0', '0'),
(20036, 'Safety Cone', 'bump_tottero', 's', 1, 1, 1, '0', '0', '0', 3087, '1', '1', '1', '0', '1', 'default', 1, '0', '0'),
(20037, 'ads_calip_parasol name', 'ads_calip_parasol', 's', 1, 1, 1, '0', '0', '0', 3195, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20041, '2010 Poster', 'year2010', 'i', 0, 0, 1, '1', '0', '0', 4313, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20042, 'Party Lantern', 'party_lantern', 's', 1, 1, 0, '1', '0', '1', 3327, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20043, 'Party Lights', 'party_lights', 'i', 0, 0, 1, '0', '0', '0', 4310, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20047, 'Soothing Stick', 'rela_stick', 's', 1, 1, 1, '0', '0', '0', 3240, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20048, 'Mall Lift', 'ads_mall_elevator', 's', 1, 1, 0.001, '0', '0', '0', 3306, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0'),
(20050, 'Flatscreen TV', 'xm09_infotv', 'i', 0, 0, 1, '1', '0', '0', 4309, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20051, 'Twilight Trophy', 'ads_twi_trophy', 's', 1, 1, 1, '1', '0', '0', 3311, '1', '1', '1', '1', '1', 'trophy', 1, '0', '0'),
(20053, 'Painting', 'ads_twi_paint', 'i', 0, 0, 1, '1', '0', '0', 4272, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20054, 'Window with Candles', 'ads_twi_windw', 'i', 0, 0, 1, '1', '0', '0', 4277, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20055, 'Truck and Motorcycles', 'ads_twi_bwall2', 'i', 0, 0, 1, '1', '0', '0', 4276, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20056, 'Dream Catcher', 'ads_twi_dreamc', 'i', 0, 0, 1, '1', '0', '0', 4273, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20057, 'Barn Wall', 'ads_twi_bwall1', 'i', 0, 0, 1, '1', '0', '0', 4274, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20059, 'Arabian Wall', 'arabian_wall', 'i', 0, 0, 1, '1', '0', '0', 4287, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20060, 'DEAL_HC_1', 'DEAL_HC_1', 'h', 0, 0, 0, '0', '0', '0', 0, '0', '0', '1', '0', '0', 'default', 0, '0', '0'),
(20072, 'ads_gsArcade_1 name', 'ads_gsArcade_1', 's', 1, 1, 1, '1', '0', '0', 3277, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20063, 'Hot Choc Machine', 'xm09_cocoa', 's', 1, 1, 1, '1', '0', '0', 3337, '1', '1', '1', '1', '1', 'vendingmachine', 0, '10', '0'),
(20064, 'Astro-Bar', 'sf_mbar', 's', 1, 1, 1, '1', '0', '0', 3273, '1', '1', '1', '1', '1', 'vendingmachine', 0, '44', '0'),
(20074, 'Silver MTV EMA Trophy', 'ads_mtvtrophy_silver', 's', 1, 1, 1, '0', '0', '0', 3281, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20075, 'ads_spang_sleep', 'ads_spang_sleep', 's', 1, 3, 0.8, '1', '0', '0', 3280, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(20076, 'Gold MTV EMA Trophy', 'ads_mtvtrophy_gold', 's', 1, 1, 1, '0', '0', '0', 3279, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20077, 'ktchn_hlthNut name', 'ktchn_hlthNut', 's', 1, 1, 1, '1', '0', '0', 3307, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20078, 'Chicken', 'petfood8', 's', 1, 1, 1, '1', '0', '0', 3325, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20079, 'nest_plow_reg', 'nest_plow_reg', 's', 1, 1, 1, '1', '0', '0', 3318, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20080, 'Yellow Pet Snuggle', 'nest_snug_yel', 's', 1, 1, 1, '1', '0', '0', 3319, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20081, 'Salmon', 'petfood9', 's', 1, 1, 1, '1', '0', '0', 3322, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20082, 'Leveling Cake', 'petfood10', 's', 1, 1, 1, '1', '0', '0', 3326, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20083, 'Ice Apples', 'petfood7', 's', 1, 1, 1, '1', '0', '0', 3321, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20084, 'Red Apples', 'petfood6', 's', 1, 1, 1, '1', '0', '0', 3323, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20085, 'Green Pet Snuggle', 'nest_snug_grn', 's', 1, 1, 1, '1', '0', '0', 3310, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20086, 'nest_snug_red', 'nest_snug_red', 's', 1, 1, 1, '1', '0', '0', 3317, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20087, 'Green Pet Snuggle', 'nest_snug_grn', 's', 1, 1, 1, '1', '0', '0', 3023, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20088, 'nest_plow_bro', 'nest_plow_bro', 's', 1, 1, 1, '1', '0', '0', 3309, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20089, 'Red Pet Pillow', 'nest_plow_red', 's', 1, 1, 1, '1', '0', '0', 3320, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20090, 'nest_snug_blu', 'nest_snug_blu', 's', 1, 1, 1, '1', '0', '0', 3315, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20091, 'Green Apples', 'petfood5', 's', 1, 1, 1, '1', '0', '0', 3324, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20092, 'Blue Pet Pillow', 'nest_plow_blu', 's', 1, 1, 1, '1', '0', '0', 3316, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20093, 'Giant Bauble', 'xm09_lrgBauble', 's', 1, 1, 1, '1', '0', '0', 3313, '1', '1', '1', '1', '1', 'default', 10, '0', '0'),
(20094, 'nest_dirt', 'nest_dirt', 's', 1, 1, 1, '1', '0', '0', 3331, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20095, 'nest_snug_prp', 'nest_snug_prp', 's', 1, 1, 1, '1', '0', '0', 3332, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20096, 'nest_nest', 'nest_nest', 's', 1, 1, 1, '1', '0', '0', 3334, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20097, 'nest_nails', 'nest_nails', 's', 1, 1, 1, '1', '0', '0', 3336, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20098, 'nest_basket', 'nest_basket', 's', 1, 1, 1, '1', '0', '0', 3333, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20099, 'Polar Bear Nest', 'nest_ice', 's', 1, 1, 1, '1', '0', '0', 3339, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20100, 'nest_plow_skl', 'nest_plow_skl', 's', 1, 1, 1, '1', '0', '0', 3341, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20101, 'nest_snug_bla', 'nest_snug_bla', 's', 1, 1, 1, '1', '0', '0', 3338, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20102, 'The Moodi Machine', 'ads_cl_moodi', 's', 1, 1, 1, '1', '0', '0', 3342, '1', '1', '1', '1', '1', 'vendingmachine', 1, '46,47,45', '0'),
(20103, 'org_chairpnk', 'org_chairpnk', 's', 1, 1, 1.2, '0', '1', '0', 3354, '1', '1', '1', '1', '1', 'default', 0, '0', '0'),
(20104, 'org_tblpnk', 'org_tblpnk', 's', 1, 1, 1, '1', '0', '0', 3352, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20105, 'org_lampblk', 'org_lampblk', 's', 1, 1, 1.2, '0', '0', '0', 3353, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20106, 'org_lamppnk', 'org_lamppnk', 's', 1, 1, 1.2, '0', '0', '0', 3348, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20107, 'org_table', 'org_table', 's', 2, 2, 1, '1', '0', '0', 3356, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20108, 'china_tiger', 'china_tiger', 's', 1, 1, 1, '1', '0', '0', 3344, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20109, 'xm09_trophy name', 'xm09_trophy', 's', 1, 1, 1, '1', '0', '0', 3351, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20110, 'china_plmTree name', 'china_plmTree', 's', 1, 1, 1, '1', '0', '0', 3355, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20111, 'org_chairblk', 'org_chairblk', 's', 1, 1, 1.2, '0', '1', '0', 3349, '1', '1', '1', '1', '1', 'default', 0, '0', '0'),
(20112, 'org_tblblk', 'org_tblblk', 's', 1, 1, 1, '1', '0', '0', 3347, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20113, 'org_chrblk', 'org_chrblk', 's', 1, 1, 1.2, '0', '1', '0', 3345, '1', '1', '1', '1', '1', 'default', 0, '0', '0'),
(20114, 'china_tigrSeat name', 'china_tigrSeat', 's', 1, 2, 1, '1', '0', '0', 3346, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20115, 'org_chrpnk', 'org_chrpnk', 's', 1, 1, 1.2, '0', '1', '0', 3350, '1', '1', '1', '1', '1', 'default', 0, '0', '0'),
(20116, 'ads_chups name', 'ads_chups', 's', 1, 1, 1, '1', '0', '0', 3367, '1', '1', '1', '1', '1', 'vendingmachine', 1, '48', '0'),
(20117, 'bling_fridge', 'bling_fridge', 's', 1, 1, 1, '0', '0', '0', 3366, '1', '1', '1', '1', '1', 'vendingmachine', 0, '50', '0'),
(20118, 'petfood12 name', 'petfood12', 's', 1, 1, 1, '1', '0', '0', 3370, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20119, 'ads_droetker_paula name', 'ads_droetker_paula', 's', 1, 1, 1, '1', '0', '0', 3365, '1', '1', '1', '1', '1', 'vendingmachine', 1, '49', '0'),
(20120, 'petfood11 name', 'petfood11', 's', 1, 1, 1, '1', '0', '0', 3358, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20121, 'bling_chair_a', 'bling_chair_a', 's', 1, 1, 1, '0', '1', '0', 3368, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20122, 'petfood13 name', 'petfood13', 's', 1, 1, 1, '1', '0', '0', 3359, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20123, 'bling_pool', 'bling_pool', 's', 3, 1, 0.01, '0', '1', '0', 3369, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20124, 'bling_toilet', 'bling_toilet', 's', 1, 1, 1.2, '0', '1', '0', 3362, '1', '1', '1', '1', '1', 'default', 0, '0', '0'),
(20125, 'val09_floor', 'val09_floor', 's', 2, 2, 0, '1', '0', '1', 3363, '1', '1', '1', '1', '1', 'default', 6, '0', '0'),
(20126, 'bling_chair_c', 'bling_chair_c', 's', 1, 1, 1, '0', '1', '0', 3361, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20127, 'bling_chair_b', 'bling_chair_b', 's', 1, 1, 1, '0', '1', '0', 3360, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20128, 'bling_shwr name', 'bling_shwr', 's', 1, 1, 0, '1', '0', '1', 3396, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20129, 'bling_bed name', 'bling_bed', 's', 2, 3, 1.6, '0', '1', '0', 3364, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20130, 'bling_sofa', 'bling_sofa', 's', 2, 1, 1.5, '0', '1', '0', 3371, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20131, 'val09_floor2', 'val09_floor2', 's', 2, 2, 0, '1', '0', '1', 3357, '1', '1', '1', '1', '1', 'default', 6, '0', '0'),
(20132, 'teddy_basic', 'teddy_basic', 's', 1, 1, 1, '1', '0', '0', 3393, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20133, 'teddy_pendergrass', 'teddy_pendergrass', 's', 1, 1, 1, '1', '0', '0', 3384, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20134, 'val_hSeat_1 name', 'val_hSeat*1', 's', 1, 1, 1, '0', '1', '0', 3386, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20135, 'val_hSeat_2 name', 'val_hSeat*2', 's', 1, 1, 1, '0', '1', '0', 3387, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20136, 'val_hSeat_3 name', 'val_hSeat*3', 's', 1, 1, 1, '0', '1', '0', 3388, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20137, 'val_hSeat_4 name', 'val_hSeat*4', 's', 1, 1, 1, '0', '1', '0', 3389, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20138, 'val_hSeat_5 name', 'val_hSeat*5', 's', 1, 1, 1, '0', '1', '0', 3390, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20139, 'val_hSeat_6 name', 'val_hSeat*6', 's', 1, 1, 1, '0', '1', '0', 3391, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20140, 'val_hSeat_7 name', 'val_hSeat*7', 's', 1, 1, 1, '0', '1', '0', 3392, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20141, 'Valentines gift basket', 'val_basket', 's', 1, 1, 1, '1', '0', '0', 3382, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20142, 'teddy_bear', 'teddy_bear', 's', 1, 1, 1, '1', '0', '0', 3385, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20143, 'teddy_pink', 'teddy_pink', 's', 1, 1, 1, '1', '0', '0', 3383, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20144, 'bling_fridge_restricted name', 'bling_fridge_restricted', 's', 1, 1, 1, '0', '0', '0', 3394, '1', '1', '1', '1', '1', 'vendingmachine', 0, '50', '0'),
(20145, 'ads_percyrock name', 'ads_percyrock', 's', 2, 2, 1, '1', '0', '0', 3395, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20146, 'Bubble Juice Can', 'md_can', 'i', 0, 0, 1, '1', '0', '0', 4025, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20147, 'ads_idol_l_logo name', 'ads_idol_l_logo', 'i', 0, 0, 1, '1', '0', '0', 4243, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20148, 'Latin American Idol TV', 'ads_idol_l_tv', 'i', 0, 0, 1, '1', '0', '0', 4245, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20149, 'Big MTV', 'ads_mtv_bigtv', 'i', 0, 0, 1, '1', '0', '0', 4241, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20150, 'Small MTV', 'ads_mtv_tv', 'i', 0, 0, 1, '1', '0', '0', 4242, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20151, 'flag_singapore', 'flag_singapore', 'i', 0, 0, 1, '1', '0', '0', 4249, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20152, 'Old Curtain', 'hween09_curt', 'i', 0, 0, 1, '1', '0', '0', 4266, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20153, 'flag_columbia', 'flag_columbia', 'i', 0, 0, 1, '1', '0', '0', 4258, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20154, 'flag_chile', 'flag_chile', 'i', 0, 0, 1, '1', '0', '0', 4256, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20155, 'flag_ecuador', 'flag_ecuador', 'i', 0, 0, 1, '1', '0', '0', 4268, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20156, 'flag_dominicanrepublic', 'flag_dominicanrepublic', 'i', 0, 0, 1, '1', '0', '0', 4265, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20157, 'flag_newzealand', 'flag_newzealand', 'i', 0, 0, 1, '1', '0', '0', 4260, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20158, 'flag_malaysia', 'flag_malaysia', 'i', 0, 0, 1, '1', '0', '0', 4252, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20159, 'Loading Poster', 'byesw_loadscreen', 'i', 0, 0, 1, '1', '0', '0', 4267, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20160, 'flag_venezl', 'flag_venezl', 'i', 0, 0, 1, '1', '0', '0', 4254, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20161, 'flag_algeria', 'flag_algeria', 'i', 0, 0, 1, '1', '0', '0', 4270, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20162, 'flag_tunisia', 'flag_tunisia', 'i', 0, 0, 1, '1', '0', '0', 4248, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20163, 'flag_panama', 'flag_panama', 'i', 0, 0, 1, '1', '0', '0', 4262, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20164, 'flag_mexico', 'flag_mexico', 'i', 0, 0, 1, '1', '0', '0', 4250, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20165, 'flag_argentina', 'flag_argentina', 'i', 0, 0, 1, '1', '0', '0', 4261, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20166, 'flag_philippines', 'flag_philippines', 'i', 0, 0, 1, '1', '0', '0', 4251, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20167, 'flag_greece', 'flag_greece', 'i', 0, 0, 1, '1', '0', '0', 4253, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20168, 'flag_peru', 'flag_peru', 'i', 0, 0, 1, '1', '0', '0', 4246, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20169, 'flag_morocco', 'flag_morocco', 'i', 0, 0, 1, '1', '0', '0', 4264, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20170, 'flag_turkey', 'flag_turkey', 'i', 0, 0, 1, '1', '0', '0', 4255, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20171, 'Blue Long Bauble', 'xm09_bauble_12', 'i', 0, 0, 1, '1', '0', '0', 4304, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20172, 'Purple Long Bauble', 'xm09_bauble_16', 'i', 0, 0, 1, '1', '0', '0', 4303, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20173, 'Red Long Bauble', 'xm09_bauble_17', 'i', 0, 0, 1, '1', '0', '0', 4281, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20174, 'Silver Long Bauble', 'xm09_bauble_15', 'i', 0, 0, 1, '1', '0', '0', 4301, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20175, 'Silver Round Bauble', 'xm09_bauble_10', 'i', 0, 0, 1, '1', '0', '0', 4293, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20176, 'Gold Round Bauble', 'xm09_bauble_9', 'i', 0, 0, 1, '1', '0', '0', 4294, '1', '1', '1', '1', '1', 'default', 1, '0', '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES
(20177, 'Green Long Bauble', 'xm09_bauble_18', 'i', 0, 0, 1, '1', '0', '0', 4298, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20178, 'Green Long Bauble', 'xm09_bauble_13', 'i', 0, 0, 1, '1', '0', '0', 4299, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20179, 'Blue Round Bauble', 'xm09_bauble_2', 'i', 0, 0, 1, '1', '0', '0', 4297, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20180, 'Red Round Bauble', 'xm09_bauble_1', 'i', 0, 0, 1, '1', '0', '0', 4300, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20181, 'Red Heart Bauble', 'xm09_bauble_22', 'i', 0, 0, 1, '1', '0', '0', 4302, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20182, 'Green Round Bauble', 'xm09_bauble_3', 'i', 0, 0, 1, '1', '0', '0', 4285, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20183, 'Silver Long Bauble', 'xm09_bauble_21', 'i', 0, 0, 1, '1', '0', '0', 4305, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20184, 'Green Round Bauble', 'xm09_bauble_8', 'i', 0, 0, 1, '1', '0', '0', 4295, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20185, 'Gold Round Bauble', 'xm09_bauble_4', 'i', 0, 0, 1, '1', '0', '0', 4282, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20186, 'Silver Round Bauble', 'xm09_bauble_5', 'i', 0, 0, 1, '1', '0', '0', 4288, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20187, 'Red Long Bauble', 'xm09_bauble_11', 'i', 0, 0, 1, '1', '0', '0', 4289, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20188, 'Gold Long Bauble', 'xm09_bauble_20', 'i', 0, 0, 1, '1', '0', '0', 4296, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20190, 'val_table1 name', 'val_table1', 's', 1, 1, 1, '0', '0', '0', 3397, '1', '1', '1', '1', '1', 'default', 0, '0', '0'),
(20191, 'Gold Long Bauble', 'xm09_bauble_14', 'i', 0, 0, 1, '1', '0', '0', 4290, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20192, 'Blue Round Bauble', 'xm09_bauble_7', 'i', 0, 0, 1, '1', '0', '0', 4291, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20193, 'Red Round Bauble', 'xm09_bauble_6', 'i', 0, 0, 1, '1', '0', '0', 4284, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20194, 'Blue Long Bauble', 'xm09_bauble_19', 'i', 0, 0, 1, '1', '0', '0', 4283, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20195, 'china_pstr3 name', 'china_pstr3', 'i', 0, 0, 1, '1', '0', '0', 4314, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20196, 'ads_tv_jaapuisto name', 'ads_tv_jaapuisto', 'i', 0, 0, 1, '1', '0', '0', 4315, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20197, 'Empire State Building Clock', 'ads_percyw', 'i', 0, 0, 1, '1', '0', '0', 4322, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20198, 'val09_wdrobe_b', 'val09_wdrobe_b', 'i', 0, 0, 1, '1', '0', '0', 4320, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20199, 'val09_wall2', 'val09_wall2', 'i', 0, 0, 1, '1', '0', '0', 4316, '1', '1', '1', '1', '1', 'default', 5, '0', '0'),
(20200, 'bling_sink', 'bling_sink', 'i', 0, 0, 1, '1', '0', '0', 4319, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20201, 'val09_wall1', 'val09_wall1', 'i', 0, 0, 1, '1', '0', '0', 4318, '1', '1', '1', '1', '1', 'default', 10, '0', '0'),
(20202, 'bling_cabinet', 'bling_cabinet', 'i', 0, 0, 1, '1', '0', '0', 4321, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20204, 'val09_wdrobe_g', 'val09_wdrobe_g', 'i', 0, 0, 1, '1', '0', '0', 4317, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20207, 'rare_ironmaiden name', 'rare_ironmaiden', 's', 1, 1, 0.001, '0', '0', '0', 3399, '1', '1', '1', '1', '1', 'teleport', 2, '0', '0'),
(20208, 'rare_trex name', 'rare_trex', 's', 3, 7, 1, '0', '0', '0', 3398, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20209, 'beanstalk', 'beanstalk', 's', 1, 1, 1, '1', '0', '0', 3401, '1', '1', '1', '1', '1', 'default', 6, '0', '0'),
(20210, 'rare_vdoll name', 'rare_vdoll', 's', 1, 1, 1, '0', '0', '0', 3403, '1', '1', '1', '1', '1', 'default', 10, '0', '0'),
(20211, 'Sofa Mamut', 'Sofa Mamut', 's', 2, 1, 1, '0', '1', '0', 3402, '1', '1', '1', '1', '1', 'default', 0, '0', '0'),
(20212, 'crystal_patch', 'crystal_patch', 's', 3, 3, 0, '0', '0', '1', 3400, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20213, 'ads_boost_surfb name', 'ads_boost_surfb', 'i', 0, 0, 1, '1', '0', '0', 4323, '1', '1', '1', '1', '1', 'default', 0, '0', '0'),
(20214, 'ads_tlc_wheel name', 'ads_tlc_wheel', 'i', 0, 0, 1, '1', '0', '0', 4324, '1', '1', '1', '1', '1', 'habbowheel', 1, '0', '0'),
(20220, 'Pigs', 'a0 pet5', 's', 1, 1, 1, '1', '0', '0', 1532, '0', '0', '1', '0', '0', 'pet', 0, '0', '0'),
(20221, 'White moon lupine', 'garden_lupin4', 's', 1, 1, 0.000000001, '0', '0', '0', 3419, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20222, 'Gold rush', 'garden_mursu3', 's', 1, 1, 1, '0', '0', '0', 3408, '1', '1', '1', '1', '1', 'default', 0, '0', '0'),
(20223, 'Purple Lupine', 'garden_lupin5', 's', 1, 1, 1, '0', '0', '0', 3411, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20224, 'Violet Blossom', 'garden_seed', 's', 1, 1, 1, '0', '0', '0', 3406, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20225, 'Snapping teleporter', 'garden_flytrap', 's', 1, 1, 0.001, '0', '0', '0', 3420, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0'),
(20226, 'Pink pandemic', 'garden_flo3', 's', 1, 1, 1, '1', '0', '1', 3426, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20227, 'Belching pod', 'garden_volcano', 's', 2, 2, 1, '0', '0', '0', 3424, '1', '1', '1', '1', '1', 'alert', 2, '0', '0'),
(20228, 'Wonder lamp', 'garden_flolamp', 's', 1, 1, 1, '0', '0', '0', 3415, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20229, 'Red rush', 'garden_mursu2', 's', 1, 1, 1, '0', '0', '0', 3412, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20230, 'Star flower', 'garden_jyrki', 's', 1, 1, 1, '0', '0', '0', 3405, '1', '1', '1', '1', '1', 'default', 8, '0', '0'),
(20231, 'White rush', 'garden_mursu4', 's', 1, 1, 1, '0', '0', '0', 3414, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20232, 'Garden leaves', 'garden_leaves', 's', 1, 1, 1, '0', '0', '0', 3425, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20233, 'Sky blue lupine', 'garden_lupin2', 's', 1, 1, 1, '0', '0', '0', 3416, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20234, 'Red lupine', 'garden_lupin3', 's', 1, 1, 1, '0', '0', '0', 3407, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20235, 'Pink rush', 'garden_mursu', 's', 1, 1, 1, '0', '0', '0', 3404, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20238, 'Bauhinia orchid tree', 'garden_orchtree', 's', 1, 1, 1, '0', '0', '0', 3413, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20237, 'Yellow happiness', 'garden_flo2', 's', 1, 1, 0, '1', '0', '1', 3409, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20239, 'Orange lupine', 'garden_lupin1', 's', 1, 1, 1, '0', '0', '0', 3421, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20240, 'Weird staring bush', 'garden_staringbush', 's', 1, 3, 1, '0', '0', '0', 3417, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20241, 'ads_grefusa_yum name', 'ads_grefusa_yum', 's', 1, 1, 1, '1', '0', '0', 3423, '1', '1', '1', '1', '1', 'vendingmachine', 1, '51, 52', '0'),
(20242, 'Blue passion', 'garden_flo1', 's', 1, 1, 1, '1', '0', '1', 3418, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20243, 'Duck grass', 'garden_jungle', 's', 1, 1, 0, '1', '0', '0', 3422, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20244, 'merger_chest name', 'merger_chest', 's', 2, 1, 1, '0', '0', '0', 3455, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20245, 'Suave Fireplace', 'hc2_frplc', 's', 1, 2, 1, '0', '0', '0', 3458, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20246, 'Leather Bar Stool', 'hc2_barchair', 's', 1, 1, 1.7, '0', '1', '0', 3439, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20247, 'runway_display name', 'runway_display', 's', 1, 1, 1, '0', '0', '0', 3457, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20248, 'runway_bigchr_5 name', 'runway_bigchr_5', 's', 1, 1, 0.8, '1', '1', '0', 3463, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20249, 'runway_bigchr_4 name', 'runway_bigchr_4', 's', 1, 1, 0.8, '1', '1', '0', 3435, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20250, 'VIP Duvan', 'hc3_dc', 's', 1, 3, 1, '0', '0', '0', 3461, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(20252, 'Glass Table', 'hc2_sofatbl', 's', 2, 2, 0.5, '1', '0', '0', 3434, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20253, 'runway_stool name', 'runway_stool', 's', 1, 1, 1.2, '0', '1', '0', 3442, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20254, 'runway_dvdr name', 'runway_dvdr', 's', 2, 1, 1, '0', '0', '0', 3456, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20255, 'runway_block_2 name', 'runway_block_2', 's', 2, 2, 0.8, '1', '0', '1', 3443, '1', '1', '1', '1', '1', 'default', 10, '0', '0'),
(20256, 'runway_bigchr_1 name', 'runway_bigchr_1', 's', 1, 1, 0.8, '0', '1', '0', 3462, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20257, 'Black Lamp', 'hc2_biglamp', 's', 1, 1, 1, '0', '0', '0', 3446, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20258, 'Leather Sofa', 'hc2_sofa', 's', 2, 1, 1, '0', '1', '0', 3452, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20259, 'Trendy Rug', 'hc2_carpet', 's', 3, 5, 0, '1', '0', '1', 3440, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20260, 'runway_block_1 name', 'runway_block_1', 's', 2, 2, 0.8, '1', '0', '1', 3433, '1', '1', '1', '1', '1', 'default', 10, '0', '0'),
(20261, 'runway_bench name', 'runway_bench', 's', 2, 1, 1.4, '0', '1', '0', 3464, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20262, 'runway_chair_2 name', 'runway_chair_2', 's', 1, 1, 1.4, '0', '1', '0', 3429, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20263, 'ads_cheetos name', 'ads_cheetos', 's', 1, 1, 1, '0', '0', '0', 3453, '1', '1', '1', '1', '1', 'vendingmachine', 1, '51, 52', '0'),
(20264, 'VIP Coffee Table', 'hc3_table', 's', 2, 2, 0.5, '1', '0', '0', 3466, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20265, 'runway_bigchr_3 name', 'runway_bigchr_3', 's', 1, 1, 0.8, '1', '1', '0', 3454, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20266, 'VIP Stool', 'hc3_stool', 's', 1, 1, 1.7, '0', '1', '0', 3448, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20267, 'VIP Sofa', 'hc3_sofa', 's', 2, 1, 1, '0', '1', '0', 3441, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20268, 'runway_bigchr_2 name', 'runway_bigchr_2', 's', 1, 1, 0.8, '1', '1', '0', 3427, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20269, 'Leather Armchair', 'hc2_armchair', 's', 1, 1, 1, '1', '1', '0', 3436, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20270, 'runway_table_2 name', 'runway_table_2', 's', 2, 1, 1, '0', '0', '0', 3444, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20271, 'runway_table_1 name', 'runway_table_1', 's', 3, 2, 1, '1', '0', '0', 3460, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20272, 'runway_manqn_1 name', 'runway_manqn_1', 's', 1, 1, 1, '0', '0', '0', 3437, '1', '1', '1', '1', '1', 'default', 5, '0', '0'),
(20273, 'Leather Duvan', 'hc2_dvn', 's', 1, 3, 1, '0', '0', '0', 3459, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(20274, 'VIP Light', 'hc3_light', 's', 2, 1, 0, '1', '0', '1', 3465, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20275, 'VIP Shelves', 'hc3_shelf', 's', 3, 1, 1.75, '1', '0', '0', 3438, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20276, 'runway_head name', 'runway_head', 's', 1, 1, 1, '1', '0', '0', 3432, '1', '1', '1', '1', '1', 'default', 7, '0', '0'),
(20277, 'runway_manqn_2 name', 'runway_manqn_2', 's', 1, 1, 1, '0', '0', '0', 3467, '1', '1', '1', '1', '1', 'default', 5, '0', '0'),
(20278, 'Black Divider', 'hc2_divider', 's', 1, 3, 1, '0', '0', '0', 3449, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20279, 'Espresso Machine', 'hc2_coffee', 's', 1, 1, 1, '0', '0', '0', 3450, '1', '1', '1', '1', '1', 'vendingmachine', 0, '9,8,14,15,6,10,11,12,17,13', '0'),
(20280, 'Service Trolley', 'hc2_cart', 's', 1, 1, 1, '0', '0', '0', 3430, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20281, 'VIP Bar Desk', 'hc3_bard', 's', 2, 1, 1.05, '1', '0', '0', 3445, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20282, 'VIP Lamp', 'hc3_hugelamp', 's', 1, 1, 0, '1', '0', '1', 3447, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20283, 'VIP Divider', 'hc3_divider', 's', 1, 3, 1, '0', '0', '0', 3431, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20284, 'Black Vase', 'hc2_vase', 's', 1, 1, 1, '0', '0', '0', 3428, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20285, 'runway_chair_1 name', 'runway_chair_1', 's', 1, 1, 1.4, '0', '1', '0', 3451, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20286, 'Green been vines', 'garden_wall', 'i', 0, 0, 1, '1', '0', '0', 4325, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20287, 'ads_tv_yle name', 'ads_tv_yle', 'i', 0, 0, 1, '1', '0', '0', 4326, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20288, 'VIP Wall Art', 'hc3_walldeco', 'i', 0, 0, 1, '1', '0', '0', 4329, '1', '1', '1', '1', '1', 'default', 10, '0', '0'),
(20289, 'runway_shelf name', 'runway_shelf', 'i', 0, 0, 1, '1', '0', '0', 4327, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(20290, 'ads_nokia_x6 name', 'ads_nokia_x6', 'i', 0, 0, 1, '1', '0', '0', 4330, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20291, 'ads_target_wall name', 'ads_target_wall', 'i', 0, 0, 1, '1', '0', '0', 4332, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20292, 'runway_fabric name', 'runway_fabric', 'i', 0, 0, 1, '1', '0', '0', 4331, '1', '1', '1', '1', '1', 'default', 8, '0', '0'),
(20293, 'ads_latrobe_flag name', 'ads_latrobe_flag', 'i', 0, 0, 1, '1', '0', '0', 4328, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20295, 'Camera', 'camera', 's', 1, 1, 1, '0', '0', '0', 263, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20296, 'Holly', 'holly', 'i', 0, 0, 0, '1', '0', '0', 4001, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20299, 'Wetting Ice Sculpture', 'wed_icesculp', 's', 1, 1, 3, '0', '0', '0', 3488, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20300, 'Wedding Car', 'wed_carsofa', 's', 2, 1, 1.25, '0', '1', '0', 3493, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20297, 'Wedding Arch', 'wed_arch', 's', 3, 1, 0.001, '1', '0', '1', 3483, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20298, 'Wedding Plant', 'wed_plant', 's', 1, 1, 1, '0', '0', '0', 3482, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20301, 'Terrier', 'a0 pet3', 's', 1, 1, 1, '1', '0', '0', 4026, '0', '0', '1', '0', '0', 'pet', 0, '0', '0'),
(20303, 'Bear', 'a0 pet4', 's', 1, 1, 1, '1', '0', '0', 4027, '0', '0', '1', '0', '0', 'pet', 0, '0', '0'),
(20304, 'Cat', 'a0 pet1', 's', 1, 1, 1, '1', '0', '0', 453, '0', '0', '1', '0', '0', 'pet', 0, '0', '0'),
(20305, 'Dog', 'a0 pet0', 's', 1, 1, 1, '1', '0', '0', 452, '0', '0', '1', '0', '0', 'pet', 0, '0', '0'),
(20306, 'Crocodile', 'a0 pet2', 's', 1, 1, 1, '1', '0', '0', 1290, '0', '0', '1', '0', '0', 'pet', 0, '0', '0'),
(20392, 'Cereal', 'ads_chocapic', 's', 2, 1, 1, '0', '0', '0', 3486, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20393, 'TV Chocapic', 'ads_tv_chocapic_01', 'i', 0, 0, 0, '0', '0', '0', 4335, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20394, 'Poster Super Pop', 'ads_super_pop', 'i', 0, 0, 0, '0', '0', '0', 4333, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20395, 'Caja Fiesta', 'party_crate1_1', 's', 0, 1, 1, '0', '0', '0', 3487, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20396, 'Caja Fiesta', 'party_crate1_2', 's', 0, 1, 1, '0', '0', '0', 3489, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20397, 'Caja Fiesta', 'party_crate1_3', 's', 0, 1, 1, '0', '0', '0', 3481, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20398, 'Caja Fiesta', 'party_crate1_4', 's', 0, 1, 1, '0', '0', '0', 3485, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20399, 'Caja Fiesta', 'party_crate2_1', 's', 0, 1, 1, '0', '0', '0', 3480, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20400, 'Caja Fiesta', 'party_crate2_2', 's', 0, 1, 1, '0', '0', '0', 3490, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20401, 'Caja Fiesta', 'party_crate2_3', 's', 0, 1, 1, '0', '0', '0', 3491, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20402, 'Caja Fiesta', 'party_crate2_4', 's', 0, 1, 1, '0', '0', '0', 3492, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20403, 'Stereo Fiesta', 'party_djset', 's', 1, 3, 3, '0', '0', '0', 3484, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20354, 'fball_score_y', 'fball_score_y', 's', 1, 1, 1, '0', '0', '0', 3506, '1', '1', '1', '1', '1', 'yellow_score', 1, '0', '0'),
(20353, 'fball_score_r', 'fball_score_r', 's', 1, 1, 1, '0', '0', '0', 3522, '1', '1', '1', '1', '1', 'red_score', 1, '0', '0'),
(20352, 'fball_score_g', 'fball_score_g', 's', 1, 1, 1, '0', '0', '0', 3512, '1', '1', '1', '1', '1', 'green_score', 1, '0', '0'),
(20351, 'fball_score_b', 'fball_score_b', 's', 1, 1, 1, '0', '0', '0', 3496, '1', '1', '1', '1', '1', 'blue_score', 1, '0', '0'),
(20350, 'fball_ptch8 name', 'fball_ptch8', 's', 3, 3, 0, '1', '0', '0', 3502, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20349, 'fball_ptch7 name', 'fball_ptch7', 's', 3, 3, 0, '1', '0', '0', 3509, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20348, 'fball_ptch6 name', 'fball_ptch6', 's', 3, 3, 0, '1', '0', '0', 3517, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20347, 'fball_ptch5 name', 'fball_ptch5', 's', 3, 3, 0, '1', '0', '0', 3498, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20346, 'fball_ptch4 name', 'fball_ptch4', 's', 3, 3, 0, '1', '0', '0', 3504, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20345, 'fball_ptch3 name', 'fball_ptch3', 's', 3, 3, 0, '1', '0', '0', 3513, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20344, 'fball_ptch2 name', 'fball_ptch2', 's', 3, 3, 0, '1', '0', '0', 3511, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20343, 'fball_ptch1', 'fball_ptch1', 's', 3, 3, 0, '1', '0', '0', 3524, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20342, 'fball_ptch0', 'fball_ptch0', 's', 3, 3, 0, '1', '0', '0', 3520, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20341, 'fball_counter name', 'fball_counter', 's', 2, 1, 1, '0', '0', '0', 3525, '1', '1', '1', '1', '1', 'counter', 2, '0', '0'),
(20340, 'fball_gate name', 'fball_gate', 's', 1, 1, 0, '0', '0', '1', 3516, '1', '1', '1', '1', '1', 'fbgate', 1, '0', '0'),
(20339, 'fball_light name', 'fball_light', 's', 1, 1, 1, '0', '0', '0', 3499, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20338, 'fball_goal_y name', 'fball_goal_y', 's', 3, 1, 0, '1', '0', '1', 3523, '1', '1', '1', '1', '1', 'yellow_goal', 1, '0', '0'),
(20337, 'fball_goal_r name', 'fball_goal_r', 's', 3, 1, 0, '1', '0', '1', 3514, '1', '1', '1', '1', '1', 'red_goal', 1, '0', '0'),
(20336, 'fball_goal_g', 'fball_goal_g', 's', 3, 1, 0, '1', '0', '1', 3519, '1', '1', '1', '1', '1', 'green_goal', 1, '0', '0'),
(20335, 'fball_goal_b name', 'fball_goal_b', 's', 3, 1, 0, '1', '0', '1', 3515, '1', '1', '1', '1', '1', 'blue_goal', 1, '0', '0'),
(20334, 'fball_fnc3 name', 'fball_fnc3', 's', 1, 3, 1, '0', '0', '0', 3495, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20333, 'fball_fnc1 name', 'fball_fnc1', 's', 1, 1, 1, '0', '0', '0', 3501, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20332, 'fball_crnr name', 'fball_crnr', 's', 1, 1, 1, '0', '0', '0', 3503, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20331, 'fball_cote name', 'fball_cote', 's', 3, 1, 0, '0', '0', '0', 3507, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20330, 'fball_bench name', 'fball_bench', 's', 3, 1, 1, '0', '1', '0', 3494, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20329, 'fball_ball5 name', 'fball_ball5', 's', 1, 1, 0, '0', '0', '1', 3518, '1', '1', '1', '1', '1', 'ball', 2, '0', '0'),
(20328, 'fball_ball4 name', 'fball_ball4', 's', 1, 1, 0, '0', '0', '1', 3521, '1', '1', '1', '1', '1', 'ball', 2, '0', '0'),
(20327, 'fball_ball3 name', 'fball_ball3', 's', 1, 1, 0, '0', '0', '1', 3497, '1', '1', '1', '1', '1', 'ball', 2, '0', '0'),
(20326, 'fball_ball2 name', 'fball_ball2', 's', 1, 1, 0, '0', '0', '1', 3510, '1', '1', '1', '1', '1', 'ball', 2, '0', '0'),
(20325, 'fball_ball name', 'fball_ball', 's', 1, 1, 0, '0', '0', '1', 3508, '1', '1', '1', '1', '1', 'ball', 2, '0', '0'),
(20324, 'fball_audbench name', 'fball_audbench', 's', 4, 1, 1, '0', '1', '0', 3500, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20323, 'fball_trophy name', 'fball_trophy', 's', 1, 1, 1, '0', '0', '0', 3505, '1', '1', '1', '1', '1', 'trophy', 1, '0', '0'),
(20428, 'Pac-Sun', 'ads_capri_arcade', 's', 2, 1, 1, '0', '0', '0', 3553, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20427, 'Arbolito Sun', 'ads_capri_tree', 's', 2, 1, 1, '0', '0', '0', 3546, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20426, 'Tubo De Lava Capri', 'ads_capri_lava', 's', 0, 1, 1, '0', '0', '0', 3536, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20425, 'Silla CapriSun', 'ads_capri_chair', 's', 0, 1, 1, '0', '1', '0', 3535, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20404, 'Efecto Lido', 'avatar_effect29', 'e', 1, 1, 1, '0', '0', '0', 29, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20415, 'Vikingo', 'avatar_effect27', 'e', 1, 1, 1, '0', '0', '0', 27, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20317, 'cmp_fish_s name', 'cmp_fish_s', 's', 1, 2, 1, '0', '0', '0', 3468, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20316, 'cmp_fish_r name', 'cmp_fish_r', 's', 1, 2, 1, '0', '0', '0', 3477, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20315, 'cmp_fish_gr name', 'cmp_fish_gr', 's', 1, 2, 1, '0', '0', '0', 3474, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20314, 'cmp_fish_g name', 'cmp_fish_g', 's', 1, 2, 1, '0', '0', '0', 3475, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20313, 'cmp_fish_bk name', 'cmp_fish_bk', 's', 1, 2, 1, '0', '0', '0', 3469, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20917, 'cmp_fish_s name', 'cmp_fish_s', 's', 1, 2, 1, '0', '0', '0', 3468, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(21217, 'cmp_fish_s name', 'cmp_fish_s', 's', 1, 2, 1, '0', '0', '0', 3468, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(21216, 'cmp_fish_r name', 'cmp_fish_r', 's', 1, 2, 1, '0', '0', '0', 3477, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(21215, 'cmp_fish_gr name', 'cmp_fish_gr', 's', 1, 2, 1, '0', '0', '0', 3474, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(21214, 'cmp_fish_g name', 'cmp_fish_g', 's', 1, 2, 1, '0', '0', '0', 3475, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(21213, 'cmp_fish_bk name', 'cmp_fish_bk', 's', 1, 2, 1, '0', '0', '0', 3469, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(21298, 'cmp_fish_b name', 'cmp_fish_b', 's', 1, 2, 1, '0', '0', '0', 3472, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(25367, 'bw_ball', 'bw_ball', 's', 1, 1, 1, '0', '0', '1', 3547, '1', '1', '1', '1', '1', 'ball', 2, '0', '0'),
(25366, 'bw_table', 'bw_table', 's', 2, 2, 1, '1', '0', '0', 3545, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(25365, 'bw_chair', 'bw_chair', 's', 1, 1, 0.8, '1', '1', '0', 3544, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(25364, 'bw_sboard', 'bw_sboard', 's', 2, 1, 0, '0', '0', '0', 3543, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(25363, 'bw_croc', 'bw_croc', 's', 1, 3, 1, '1', '1', '0', 3542, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(25362, 'bw_water_2', 'bw_water_2', 's', 2, 2, 0.1, '1', '0', '1', 3541, '1', '1', '1', '1', '1', 'water', 1, '0', '0'),
(25361, 'bw_shower', 'bw_shower', 's', 1, 1, 2, '1', '0', '0', 3540, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(25360, 'bw_ccnuts', 'bw_ccnuts', 's', 1, 1, 1, '0', '0', '0', 3539, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(25359, 'bw_fin', 'bw_fin', 's', 1, 1, 1, '1', '0', '0', 3538, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(25357, 'bw_sofa', 'bw_sofa', 's', 2, 1, 1, '1', '1', '0', 3533, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(25355, 'bw_lgchair', 'bw_lgchair', 's', 1, 1, 3, '0', '1', '0', 3529, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(25354, 'bw_boat', 'bw_boat', 's', 2, 2, 1, '1', '1', '0', 3527, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(39911, 'prison_dvdr2', 'prison_dvdr2', 's', 2, 1, 3.5, '1', '0', '0', 3532, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(39912, 'prison_gate', 'prison_gate', 's', 1, 1, 0.1, '0', '0', '0', 3526, '1', '1', '1', '1', '1', 'gate', 1, '0', '0'),
(39913, 'prison_dvdr1', 'prison_dvdr1', 's', 1, 1, 3.5, '1', '0', '0', 3534, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(39914, 'prison_stone', 'prison_stone', 's', 1, 1, 1, '0', '0', '0', 3537, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(39915, 'prison_tower', 'prison_tower', 's', 1, 1, 3, '1', '0', '1', 3531, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(39916, 'prison_crnr', 'prison_crnr', 's', 1, 1, 3.5, '1', '0', '0', 3528, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(39917, 'hc3_stereo', 'hc3_stereo', 's', 3, 1, 1, '1', '0', '0', 3470, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20450, 'Trofeo Pulgar', 'prizetrophy_thumb', 's', 1, 1, 1, '0', '0', '0', 3410, '1', '1', '1', '1', '0', 'trophy', 1, '0', '0'),
(39918, 'Jarr?n VIP', 'hc3_vase', 's', 0, 1, 1, '0', '0', '0', 3185, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(96401, 'Submarino', 'cmp_sub', 's', 7, 1, 3, '0', '0', '0', 3478, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(96400, 'Nobox Amarillo', 'cmp_nobox_3', 's', 1, 1, 1, '0', '0', '0', 3473, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(96398, 'Nobox Rojo', 'cmp_nobox', 's', 1, 1, 1, '0', '0', '0', 3476, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(96399, 'Nobox Azul', 'cmp_nobox_2', 's', 1, 1, 1, '0', '0', '0', 3471, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(95394, 'bw_sofa_p', 'bw_sofa_p', 's', 2, 1, 1, '1', '1', '0', 3561, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(95393, 'bw_sofa_g', 'bw_sofa_g', 's', 2, 1, 1, '1', '1', '0', 3575, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(95392, 'bw_van_g', 'bw_van_g', 's', 2, 2, 1, '0', '1', '0', 3574, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(95391, 'bw_van_p', 'bw_van_p', 's', 2, 2, 1, '0', '1', '0', 3570, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(95390, 'bw_table_p', 'bw_table_p', 's', 2, 1, 0, '1', '0', '0', 3578, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(95389, 'bw_table_g', 'bw_table_g', 's', 2, 2, 1, '1', '0', '0', 3566, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(95388, 'bw_sboard_p', 'bw_sboard_p', 's', 2, 1, 0, '0', '0', '0', 3571, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(59918, 'Vase vip', 'hc3_vase', 's', 1, 1, 1, '1', '0', '0', 3479, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(95387, 'bw_sboard_g', 'bw_sboard_g', 's', 2, 1, 0, '0', '0', '0', 3562, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(95371, 'Lava', 'Lava', 's', 0, 0, 0, '0', '0', '0', 3021, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(95386, 'bw_fnc_crnr_p', 'bw_fnc_crnr_p', 's', 1, 2, 1, '0', '0', '0', 3576, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(95385, 'bw_pool_b1', 'bw_pool_b1', 's', 1, 1, 1, '1', '0', '0', 3560, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(95374, 'ads_grefusa_surfb', 'ads_grefusa_surfb', 'i', 0, 0, 0, '0', '0', '0', 3600, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(95375, 'ads_pepsi0', 'ads_pepsi0', 's', 1, 1, 3, '0', '0', '0', 3554, '1', '1', '1', '1', '1', 'vendingmachine', 1, '55', '0'),
(95384, 'bw_pool_a1', 'bw_pool_a1', 's', 1, 1, 1, '1', '1', '0', 3577, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(95383, 'bw_pool_a3', 'bw_pool_a3', 's', 1, 1, 0, '1', '0', '0', 3556, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(95382, 'bw_pool_a2', 'bw_pool_a2', 's', 2, 1, 1, '1', '0', '0', 3564, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(95381, 'bw_pool_b2', 'bw_pool_b2', 's', 2, 1, 1, '1', '0', '0', 3565, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(95380, 'bw_mttrss_g', 'bw_mttrss_g', 's', 1, 3, 0.8, '1', '0', '0', 3558, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(25368, 'bw_mttrss', 'bw_mttrss', 's', 1, 3, 0.8, '1', '1', '0', 3548, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(25369, 'bw_van', 'bw_van', 's', 2, 2, 1, '0', '1', '0', 3549, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(25371, 'bw_fnc_crnr', 'bw_fnc crnr', 's', 1, 2, 1, '1', '0', '0', 3551, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(25372, 'bw_fnc', 'bw_fnc', 's', 2, 1, 1, '1', '0', '0', 3552, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(59919, 'Mandibula', 'bw_jaws', 'i', 0, 0, 0, '0', '0', '0', 3602, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(59939, 'Mandibula', 'bw_jaws', 'i', 0, 0, 0, '0', '0', '0', 3602, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(95376, 'bw_fnc_p', 'bw_fnc_p', 's', 2, 1, 1, '1', '0', '0', 3569, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(95377, 'bw_fnc_crnr_g', 'bw_fnc_crnr_g', 's', 1, 2, 1, '1', '0', '0', 3563, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(95378, 'bw_sofa_p', 'bw_sofa_p', 's', 2, 1, 1, '1', '1', '1', 3567, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(95379, 'bw_boat_g', 'bw_boat_g', 's', 2, 2, 0.8, '1', '1', '0', 3568, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(95395, 'bw_fnc_g name', 'bw_fnc_g', 's', 2, 1, 1, '1', '0', '0', 3557, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(95397, 'bw_tele', 'bw_tele', 's', 1, 1, 3, '0', '0', '0', 3550, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0'),
(21001, 'Bast??n de mando', 'avatar_effect26', 'e', 1, 1, 1, '0', '0', '0', 26, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(21002, 'Llamaradas', 'avatar_effect25', 'e', 1, 1, 1, '0', '0', '0', 25, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(21003, 'Bajo Lluvia', 'avatar_effect24', 'e', 1, 1, 1, '0', '0', '0', 24, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(21004, 'Levitaci??n', 'avatar_effect23', 'e', 1, 1, 1, '0', '0', '0', 23, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(96402, '', 'newitem', 's', 1, 1, 1, '1', '0', '0', 1, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(10289, 'easel_0', 'easel_0', 's', 1, 1, 1, '0', '0', '0', 3582, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(10290, 'easel_1', 'easel_1', 's', 1, 1, 1, '0', '0', '0', 3594, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(10291, 'easel_2', 'easel_2', 's', 1, 1, 1, '0', '0', '0', 3603, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(10292, 'easel_3', 'easel_3', 's', 1, 1, 1, '1', '0', '0', 3596, '1', '1', '1', '1', '1', 'default', 6, '0', '0'),
(10293, 'easel_4', 'easel_4', 's', 1, 1, 1, '0', '0', '0', 3600, '1', '1', '1', '1', '1', 'default', 5, '0', '0'),
(10294, 'easel_2', 'easel_2', 's', 1, 1, 1, '0', '0', '0', 3603, '1', '1', '1', '1', '1', 'default', 6, '0', '0'),
(10278, 'hosptl_bbag name', 'hosptl_bbag', 's', 1, 3, 1, '0', '0', '0', 3591, '1', '1', '1', '1', '1', 'bed', 2, '0', '0'),
(10279, 'hosptl_bed', 'hosptl_bed', 's', 1, 3, 2, '0', '0', '0', 3590, '1', '1', '1', '1', '1', 'bed', 2, '0', '0'),
(10280, 'hosptl_cab1', 'hosptl_cab1', 's', 1, 1, 1, '0', '0', '0', 3586, '1', '1', '1', '1', '1', 'vendingmachine', 2, '35', '0'),
(10281, 'hosptl_cab2', 'hosptl_cab2', 's', 2, 1, 1, '0', '0', '0', 3608, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(10282, 'hosptl_curtain', 'hosptl_curtain', 's', 3, 1, 1, '0', '0', '0', 3588, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(10283, 'hosptl_defibs', 'hosptl_defibs', 's', 1, 1, 1, '0', '0', '0', 3606, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(10284, 'hosptl_light', 'hosptl_light', 's', 1, 1, 1, '0', '0', '0', 3610, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(10285, 'hosptl_seat', 'hosptl_seat', 's', 2, 1, 2, '0', '1', '0', 3611, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(10286, 'hosptl_skele', 'hosptl_skele', 's', 1, 1, 1, '0', '0', '0', 3604, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(10287, 'hosptl_xray', 'hosptl_xray', 'i', 0, 0, 0, '0', '0', '0', 4339, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(10355, 'african_tree2', 'african_tree2', 's', 1, 1, 1, '0', '0', '0', 3605, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(10354, 'african_tree1', 'african_tree1', 's', 1, 1, 1, '0', '0', '0', 3584, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(10353, 'african_stage', 'african_stage', 's', 2, 2, 1, '1', '0', '1', 3607, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(10352, 'african_patch', 'african_patch', 's', 2, 2, 1, '0', '0', '1', 3602, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(10351, 'african_fence', 'african_fence', 's', 1, 2, 1, '0', '0', '0', 3579, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(10350, 'african_bones', 'african_bones', 's', 1, 1, 1, '0', '0', '0', 3609, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(97419, 'ktchn10_block', 'ktchn10_block', 's', 1, 1, 1, '1', '0', '0', 3589, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(97420, 'ktchn10_cabnt', 'ktchn10_cabnt', 'i', 1, 1, 1, '1', '0', '0', 4338, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(97421, 'ktchn10_pot', 'ktchn10_pot', 's', 1, 1, 1, '1', '0', '0', 3580, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(97422, 'ktchn10_sink', 'ktchn10_sink', 's', 2, 1, 1, '1', '0', '0', 3612, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(97423, 'ktchn10_stove', 'ktchn10_stove', 's', 2, 1, 1.2, '1', '0', '0', 3581, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(97424, 'ktchn10_tea', 'ktchn10_tea', 's', 1, 1, 1, '1', '0', '0', 3592, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(3530, 'bw_water_1', 'bw_water_1', 's', 2, 2, 0.1, '1', '0', '1', 3530, '1', '1', '1', '1', '1', 'water', 1, '0', '0'),
(97111, 'Cheetos', 'Cheester Rules!', 'e', 1, 1, 1, '0', '0', '0', 31, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(3568275, 'despicableme_desc', 'despicableme_desc', 'e', 1, 1, 1, '0', '0', '0', 32, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(2785108, 'bb_painimies2', 'bb_painimies2', 'i', 1, 1, 1, '0', '0', '1', 4342, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(2785078, 'bb_score_b', 'bb_score_b', 's', 1, 1, 1, '0', '0', '0', 3615, '1', '1', '1', '1', '1', 'blue_score', 2, '0', '0'),
(2785079, 'bb_robo', 'bb_robo', 's', 2, 2, 2, '0', '0', '0', 3616, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(2785080, 'bb_dragon', 'bb_dragon', 's', 3, 1, 2.5, '0', '0', '0', 3617, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(2785081, 'bb_ducklight', 'bb_ducklight', 's', 1, 1, 3, '0', '0', '0', 3618, '1', '1', '1', '1', '1', 'default', 8, '0', '0'),
(2785082, 'bb_caterhead', 'bb_caterhead', 's', 1, 1, 1, '0', '0', '0', 3619, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(2785083, 'bb_cargobox', 'bb_cargobox', 's', 2, 1, 1, '0', '0', '0', 3620, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(2785084, 'bb_gate_g', 'bb_gate_g', 's', 1, 1, 0, '0', '0', '1', 3621, '1', '1', '1', '1', '1', 'bb_green_gate', 2, '0', '0'),
(2785085, 'bb_crchair3', 'bb_crchair3', 's', 1, 1, 1, '0', '1', '0', 3622, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(2785086, 'bb_score_g', 'bb_score_g', 's', 1, 1, 1, '0', '0', '0', 3623, '1', '1', '1', '1', '1', 'green_score', 1, '0', '0'),
(2785087, 'bb_crchair', 'bb_crchair', 's', 1, 1, 1, '0', '1', '0', 3624, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(2785088, 'bb_crchair2', 'bb_crchair2', 's', 1, 1, 1, '0', '1', '0', 3625, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(2785089, 'bb_score_y', 'bb_score_y', 's', 1, 1, 1, '0', '0', '0', 3626, '1', '1', '1', '1', '1', 'yellow_score', 2, '0', '0'),
(2785090, 'bb_knj1', 'bb_knj1', 's', 2, 1, 1, '0', '0', '0', 3627, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(2785091, 'bb_gate_r', 'bb_gate_r', 's', 1, 1, 0, '0', '0', '1', 3628, '1', '1', '1', '1', '1', 'bb_red_gate', 2, '0', '0'),
(2785092, 'bb_tddhnd', 'bb_tddhnd', 's', 1, 1, 1, '1', '0', '0', 3629, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(2785093, 'bb_lightdiv', 'bb_lightdiv', 's', 1, 1, 1, '1', '0', '0', 3630, '1', '1', '1', '1', '1', 'default', 8, '0', '0'),
(2785094, 'bb_tddhead', 'bb_tddhead', 's', 2, 2, 2, '0', '0', '0', 3631, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(2785095, 'bb_pyramid', 'bb_pyramid', 's', 1, 1, 0, '0', '0', '0', 3632, '1', '1', '1', '1', '1', 'gate', 3, '0', '0'),
(2785096, 'bb_patch1', 'bb_patch1', 's', 1, 1, 0.1, '1', '0', '1', 3633, '1', '1', '1', '1', '1', 'bb_patch', 1, '0', '0'),
(2785097, 'bb_fnc3', 'bb_fnc3', 's', 1, 3, 1, '0', '0', '0', 3634, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(2785098, 'bb_gate_y', 'bb_gate_y', 's', 1, 1, 0, '0', '0', '1', 3635, '1', '1', '1', '1', '1', 'bb_yellow_gate', 1, '0', '0'),
(2785099, 'bb_apparatus', 'bb_apparatus', 's', 2, 2, 0, '1', '0', '1', 3637, '1', '1', '1', '1', '1', 'default', 8, '0', '0'),
(2785100, 'bb_caterbody', 'bb_caterbody', 's', 1, 1, 1.7, '1', '1', '0', 3638, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(2785101, 'bb_knj2', 'bb_knj2', 's', 1, 1, 2, '1', '0', '0', 3639, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(2785102, 'bb_fnc1', 'bb_fnc1', 's', 1, 1, 1, '0', '0', '0', 3640, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(2785103, 'bb_puck', 'bb_puck', 's', 1, 1, 0.6, '1', '0', '1', 3641, '1', '1', '1', '1', '1', 'ball', 3, '0', '0'),
(2785104, 'bb_rnd_tele', 'bb_rnd_tele', 's', 1, 1, 0.3, '0', '0', '1', 3642, '1', '1', '1', '1', '1', 'bb_teleport', 8000, '0', '0'),
(2785105, 'bb_gate_b', 'bb_gate_b', 's', 1, 1, 0, '0', '0', '1', 3643, '1', '1', '1', '1', '1', 'bb_blue_gate', 1, '0', '0'),
(2785106, 'bb_score_r', 'bb_score_r', 's', 1, 1, 1, '0', '0', '0', 3644, '1', '1', '1', '1', '1', 'red_score', 2, '0', '0'),
(2785107, 'bb_painimies1', 'bb_painimies1', 'i', 1, 1, 1, '0', '0', '1', 4341, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(2785077, 'bb_crnr', 'bb_crnr', 's', 1, 1, 1, '0', '0', '0', 3614, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(2785116, 'hween10_fogwall', 'hween10_fogwall', 'i', 1, 1, 1, '0', '0', '1', 4340, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(2785115, 'hween10_zombie', 'hween10_zombie', 's', 1, 1, 3, '0', '0', '0', 3636, '1', '1', '1', '1', '1', 'vendingmachine', 2, '58', '0'),
(97222, 'Battle Ball P??rpura', '??A saltar se ha dicho!', 'e', 1, 1, 1, '0', '0', '0', 33, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(97333, 'Battle Ball Az??l', '??A saltar se ha dicho!', 'e', 1, 1, 1, '0', '0', '0', 34, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(97444, 'Battle Ball Verde', '??A saltar se ha dicho!', 'e', 1, 1, 1, '0', '0', '0', 35, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(97555, 'Battle Ball Amarilla', '??A saltar se ha dicho!', 'e', 1, 1, 1, '0', '0', '0', 36, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(3568276, 'nest_lion', 'nest_lion', 's', 1, 1, 1, '1', '0', '1', 3601, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(3568277, 'nest_lion2', 'nest_lion2', 's', 1, 1, 0.5, '1', '0', '1', 3587, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(3568278, 'nest_rhino', 'nest_rhino', 's', 1, 1, 0.2, '1', '0', '1', 3597, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(3568279, 'petfood14', 'petfood14', 's', 1, 1, 0, '0', '0', '1', 3599, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(3568280, 'petfood15', 'petfood15', 's', 1, 1, 0.1, '1', '0', '1', 3583, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(84586, 'Lion', 'a0 pet6', 's', 1, 1, 1, '1', '0', '0', 7457, '1', '1', '1', '1', '1', 'pet', 0, '0', '0'),
(83545, 'Rhino', 'a0 pet7', 's', 1, 1, 1, '1', '0', '0', 5354, '0', '0', '1', '0', '0', 'pet', 0, '0', '0'),
(2785117, 'hween10_bat', 'hween10_bat', 's', 1, 1, 1, '0', '0', '0', 3662, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(2785118, 'hween10_card_1', 'hween10_card_1', 'i', 1, 1, 1, '1', '0', '0', 4346, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(2785119, 'hween10_card_2', 'hween10_card_2', 'i', 1, 1, 1, '1', '0', '0', 4350, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(2785120, 'hween10_card_3', 'hween10_card_3', 'i', 1, 1, 1, '1', '0', '0', 4345, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(2785121, 'hween10_card_4', 'hween10_card_4', 'i', 1, 1, 1, '1', '0', '0', 4347, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(2785122, 'hween10_card_5', 'hween10_card_5', 'i', 1, 1, 1, '1', '0', '0', 4351, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(2785123, 'hween10_card_6', 'hween10_card_6', 'i', 1, 1, 1, '1', '0', '0', 4348, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(2785124, 'hween10_chicken', 'hween10_chicken', 's', 2, 1, 3, '0', '0', '0', 3658, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(2785125, 'hween10_ffly', 'hween10_ffly', 's', 1, 1, 0, '0', '0', '1', 3657, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(2785126, 'hween10_fog', 'hween10_fog', 's', 2, 2, 0.0001, '1', '0', '1', 3652, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(2785127, 'hween10_jar', 'hween10_jar', 's', 1, 1, 3, '0', '0', '0', 3651, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(2785128, 'hween10_logs', 'hween10_logs', 's', 1, 1, 0.05, '1', '0', '1', 3656, '1', '1', '1', '1', '1', 'pressure_pad', 1, '0', '0'),
(2785129, 'hween10_pond', 'hween10_pond', 's', 2, 2, 0.1, '1', '0', '1', 3650, '1', '1', '1', '1', '1', 'water', 1, '0', '0'),
(2785130, 'hween10_portch', 'hween10_potch', 's', 1, 1, 1, '0', '0', '1', 3661, '1', '1', '1', '1', '1', 'default', 7, '0', '0'),
(2785131, 'hween10_skullpost', 'hween10_skullpost', 's', 1, 1, 3, '0', '0', '0', 3654, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(2785132, 'hween10_swamp', 'hween10_swamp', 's', 2, 2, 0.01, '0', '0', '1', 3649, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(2785133, 'hween10_tarot', 'hween10_tarot', 's', 1, 1, 1, '1', '0', '0', 3646, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(2785134, 'hween10_tele', 'hween10_tele', 's', 1, 1, 0.001, '0', '0', '0', 3659, '1', '1', '1', '1', '1', 'teleport', 2, '0', '0'),
(2785135, 'hween10_throne', 'hween10_throne', 's', 1, 1, 1.1, '0', '1', '0', 3660, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(2785136, 'hween10_tree', 'hween10_tree', 's', 1, 1, 5, '1', '0', '0', 3648, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(2785137, 'hween10_voodoo1', 'hween10_voodoo1', 's', 1, 1, 3, '1', '0', '0', 3647, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(2785138, 'hween10_voodoo2', 'hween10_voodoo2', 's', 1, 1, 3, '1', '0', '0', 3653, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(2785139, 'hween10_voodoo3', 'hween10_voodoo3', 's', 1, 1, 3, '1', '0', '0', 3655, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(2785140, 'hween10_wallskull', 'hween10_wallskull', 'i', 1, 1, 4, '1', '0', '0', 4349, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(89914, 'nest_frog', 'nest_frog', 's', 1, 1, 0.1, '0', '0', '1', 3830, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(972592, 'Efecto Escalofriante', '??Que miedo!', 'e', 1, 1, 1, '0', '0', '0', 37, '0', '0', '1', '0', '0', 'default', 1, '0', '0'),
(2785109, 'bb_counter', 'bb_counter', 's', 1, 4, 0.1, '0', '0', '0', 3645, '1', '1', '1', '1', '1', 'counter', 1, '0', '0'),
(3568401, 'exe_copier', 'exe_copier', 's', 1, 1, 1, '0', '0', '0', 9215, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(3568402, 'exe_glassdvdr', 'exe_glassdvdr', 's', 2, 1, 1, '0', '0', '0', 9216, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(3568403, 'exe_wrkdesk', 'exe_wrkdesk', 's', 2, 1, 1, '0', '0', '0', 9217, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(3568404, 'exe_seccam', 'exe_seccam', 's', 1, 1, 0, '0', '0', '1', 9218, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(3568405, 'exe_sensor', 'exe_sensor', 'i', 1, 1, 1, '0', '0', '0', 4355, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99000, 'qt_xm10_nest', 'qt_xm10_nest', 's', 1, 1, 1, '0', '0', '0', 3742, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99001, 'qt_xm10_icedragon', 'qt_xm10_icedragon', 's', 1, 1, 1, '0', '0', '0', 3746, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99002, 'qt_xm10_stone', 'qt_xm10_stone', 's', 2, 1, 1, '0', '0', '0', 3747, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99003, 'qt_xm10_icetiger', 'qt_xm10_icetiger', 's', 1, 1, 1, '0', '0', '0', 3728, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99004, 'qt_xm10_trex', 'qt_xm10_trex', 's', 3, 7, 1, '0', '0', '0', 3722, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99005, 'qt_xm10_palm_tree', 'qt_xm10_palm_tree', 's', 1, 1, 3, '0', '0', '0', 3720, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99006, 'qt_xm10_bench', 'qt_xm10_bench', 's', 2, 1, 1, '0', '0', '0', 3750, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99007, 'qt_xm10_icelupin', 'qt_xm10_icelupin', 's', 1, 1, 1, '0', '0', '0', 3732, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99008, 'qt_xm10_xmduck', 'qt_xm10_xmduck', 's', 1, 1, 1, '0', '0', '0', 3719, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99009, 'qt_xm10_iceduck', 'qt_xm10_iceduck', 's', 1, 1, 1, '0', '0', '0', 3727, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99010, 'qt_xm10_bauble1', 'qt_xm10_bauble1', 'i', 1, 1, 1, '0', '0', '0', 4365, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99011, 'qt_xm10_bauble2', 'qt_xm10_bauble2', 'i', 1, 1, 1, '0', '0', '0', 4361, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99012, 'qt_xm10_bauble3', 'qt_xm10_bauble3', 'i', 1, 1, 1, '0', '0', '0', 4368, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99013, 'qt_xm10_iceplasto', 'qt_xm10_iceplasto', 's', 1, 1, 1, '0', '1', '0', 3730, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99014, 'qt_xm10_ice_fish', 'qt_xm10_ice_fish', 's', 1, 2, 3, '0', '0', '0', 3748, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99015, 'qt_xm10_gnome', 'qt_xm10_gnome', 's', 1, 2, 1, '0', '0', '0', 3726, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99016, 'qt_xm10_icesilotable', 'qt_xm10_icesilotable', 's', 1, 1, 1, '0', '0', '0', 3743, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99017, 'qt_xm10_iceteddy', 'qt_xm10_iceteddy', 's', 1, 1, 1, '0', '0', '0', 3734, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99018, 'qt_xm10_elephant', 'qt_xm10_elephant', 's', 1, 1, 1, '0', '0', '0', 3724, '1', '1', '1', '1', '1', 'vendingmachine', 2, '0', '0'),
(99019, 'qt_xm10_iceclubsofa', 'qt_xm10_iceclubsofa', 's', 2, 1, 1, '0', '1', '0', 3718, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99020, 'es_skating_ice', 'es_skating_ice', 's', 2, 2, 0.01, '1', '0', '1', 3736, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99021, 'es_sidewalk', 'es_sidewalk', 's', 2, 2, 0.2, '0', '0', '1', 3716, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99022, 'es_wpost', 'es_wpost', 's', 1, 1, 1, '0', '0', '0', 3725, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99023, 'es_tagging', 'es_tagging', 's', 1, 1, 3, '0', '0', '0', 3741, '1', '1', '1', '1', '1', 'tagpole', 2, '0', '0'),
(99024, 'es_santa', 'es_santa', 's', 1, 1, 1, '0', '0', '0', 3740, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99025, 'es_window', 'es_window', 'i', 1, 1, 1, '0', '0', '0', 4367, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99026, 'es_bench', 'es_bench', 's', 2, 1, 1, '0', '1', '0', 3712, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99027, 'es_fnc_1', 'es_fnc_1', 's', 1, 1, 1, '0', '0', '0', 3729, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99028, 'es_fnc_2', 'es_fnc_2', 's', 1, 1, 1, '0', '0', '0', 3714, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99029, 'es_fnc_crnr', 'es_fnc_crnr', 's', 1, 1, 1, '0', '0', '0', 3721, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99030, 'es_epictree', 'es_epictree', 's', 2, 2, 4, '0', '0', '0', 3723, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99031, 'es_icestar_g', 'es_icestar_g', 's', 1, 1, 6, '0', '0', '0', 3731, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99032, 'es_icestar_r', 'es_icestar_r', 's', 1, 1, 6, '0', '0', '0', 3745, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99033, 'es_icestar_y', 'es_icestar_y', 's', 1, 1, 6, '0', '0', '0', 3749, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99034, 'es_icestar', 'es_icestar', 's', 1, 1, 6, '0', '0', '0', 3713, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99035, 'es_puck', 'es_puck', 's', 1, 1, 0, '0', '0', '1', 3739, '1', '1', '1', '1', '1', 'ball', 2, '0', '0'),
(99036, 'es_roaster', 'es_roaster', 's', 1, 1, 2, '0', '0', '0', 3738, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99037, 'es_lmppst', 'es_lmppst', 's', 1, 1, 4, '0', '0', '0', 3735, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99038, 'es_statue', 'es_statue', 's', 1, 1, 1, '0', '0', '0', 3717, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99904, 'year2011_waver_b', 'year2011_waver_b', 's', 1, 1, 1, '1', '0', '0', 3781, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99905, 'year2011_waver_g', 'year2011_waver_g', 's', 1, 1, 1, '1', '0', '0', 3780, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99906, 'year2011_waver_r', 'year2011_waver_r', 's', 1, 1, 1, '1', '0', '0', 3777, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99907, 'year2011_waver_y', 'year2011_waver_y', 's', 1, 1, 1, '1', '0', '0', 3768, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99908, 'prizetrophy_2011_y', 'prizetrophy_2011_y', 's', 1, 1, 1, '1', '0', '0', 3771, '1', '1', '1', '1', '1', 'trophy', 1, '0', '0'),
(99909, 'prizetrophy_2011_b', 'prizetrophy_2011_b', 's', 1, 1, 1, '1', '0', '0', 3773, '1', '1', '1', '1', '1', 'trophy', 1, '0', '0'),
(99910, 'prizetrophy_2011_r', 'prizetrophy_2011_r', 's', 1, 1, 1, '1', '0', '0', 3770, '1', '1', '1', '1', '1', 'trophy', 1, '0', '0'),
(99911, 'prizetrophy_2011_p', 'prizetrophy_2011_p', 's', 1, 1, 1, '1', '0', '0', 3775, '1', '1', '1', '1', '1', 'trophy', 1, '0', '0'),
(99912, 'prizetrophy_2011_g', 'prizetrophy_2011_g', 's', 1, 1, 1, '1', '0', '0', 3781, '1', '1', '1', '1', '1', 'trophy', 1, '0', '0'),
(99913, 'prizetrophy_2011_w', 'prizetrophy_2011_w', 's', 1, 1, 1, '1', '0', '0', 3778, '1', '1', '1', '1', '1', 'trophy', 1, '0', '0'),
(99914, 'year2011', 'year2011', 'i', 1, 1, 1, '1', '0', '0', 4373, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(29281, 'wf_act_move_rotate', 'wf_act_move_rotate', 's', 1, 1, 0.5, '1', '0', '0', 3663, '1', '1', '1', '1', '1', 'wf_act_moverotate', 1, '0', '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES
(29282, 'wf_wire2', 'wf_wire2', 's', 1, 1, 0, '0', '0', '0', 3664, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(29283, 'wf_cnd_time_more_than', 'wf_cnd_time_more_than', 's', 1, 1, 0.5, '1', '0', '0', 3665, '1', '1', '1', '1', '1', 'wired', 1, '0', '0'),
(29284, 'wf_colortile', 'wf_colortile', 's', 1, 1, 0.1, '0', '0', '1', 3666, '1', '1', '1', '1', '1', 'pressure_pad', 1, '0', '0'),
(29285, 'wf_floor_switch2', 'wf_floor_switch2', 's', 1, 1, 1, '0', '0', '0', 3667, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(29286, 'wf_trg_state_changed', 'wf_trg_state_changed', 's', 1, 1, 0.5, '1', '0', '0', 3668, '1', '1', '1', '1', '1', 'wf_trg_furnistate', 1, '0', '0'),
(29287, 'wf_xtra_random', 'wf_xtra_random', 's', 1, 1, 0.5, '1', '0', '0', 3669, '1', '1', '1', '1', '1', 'wired', 1, '0', '0'),
(29288, 'wf_xtra_unseen', 'wf_xtra_unseen', 's', 1, 1, 0.5, '1', '0', '0', 3670, '1', '1', '1', '1', '1', 'wired', 1, '0', '0'),
(29289, 'wf_trg_periodically', 'wf_trg_periodically', 's', 1, 1, 0.5, '1', '0', '0', 3671, '1', '1', '1', '1', '1', 'wf_trg_timer', 1, '0', '0'),
(29290, 'wf_pyramid', 'wf_pyramid', 's', 1, 1, 0.1, '0', '0', '0', 3672, '1', '1', '1', '1', '1', 'gate', 1, '0', '0'),
(29291, 'wf_trg_score_achieved', 'wf_trg_score_achieved', 's', 1, 1, 0.5, '1', '0', '0', 3673, '1', '1', '1', '1', '1', 'wf_trg_atscore', 1, '0', '0'),
(29292, 'wf_act_teleport_to', 'wf_act_teleport_to', 's', 1, 1, 0.5, '1', '0', '0', 3674, '1', '1', '1', '1', '1', 'wf_act_moveuser', 1, '0', '0'),
(29293, 'wf_trg_says_something', 'wf_trg_says_something', 's', 1, 1, 0.5, '1', '0', '0', 3675, '1', '1', '1', '1', '1', 'wf_trg_onsay', 1, '0', '0'),
(29294, 'wf_colorwheel', 'wf_colorwheel', 's', 1, 1, 1, '0', '0', '0', 3676, '1', '1', '1', '1', '1', 'dice', 1, '0', '0'),
(29295, 'wf_wire4', 'wf_wire4', 's', 1, 1, 0, '0', '0', '0', 3677, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(29296, 'wf_trg_walks_off_furni', 'wf_trg_walks_off_furni', 's', 1, 1, 0.5, '1', '0', '0', 3678, '1', '1', '1', '1', '1', 'wf_trg_offfurni', 1, '0', '0'),
(29297, 'wf_trg_at_given_time', 'wf_trg_at_given_time', 's', 1, 1, 0.5, '1', '0', '0', 3679, '1', '1', '1', '1', '1', 'wf_trg_attime', 1, '0', '0'),
(29298, 'wf_trg_game_ends', 'wf_trg_game_ends', 's', 1, 1, 0.5, '1', '0', '0', 3680, '1', '1', '1', '1', '1', 'wf_trg_gameend', 1, '0', '0'),
(29299, 'wf_act_show_message', 'wf_act_show_message', 's', 1, 1, 0.5, '1', '0', '0', 3681, '1', '1', '1', '1', '1', 'wf_act_saymsg', 1, '0', '0'),
(29300, 'wf_cnd_time_less_than', 'wf_cnd_time_less_than', 's', 1, 1, 0.5, '1', '0', '0', 3682, '1', '1', '1', '1', '1', 'wired', 1, '0', '0'),
(29301, 'wf_trg_enter_room', 'wf_trg_enter_room', 's', 1, 1, 0.5, '1', '0', '0', 3683, '1', '1', '1', '1', '1', 'wf_trg_enterroom', 1, '0', '0'),
(29303, 'wf_act_toggle_state', 'wf_act_toggle_state', 's', 1, 1, 0.5, '1', '0', '0', 3685, '1', '1', '1', '1', '1', 'wf_act_togglefurni', 1, '0', '0'),
(29304, 'wf_firegate', 'wf_firegate', 's', 1, 1, 0.1, '0', '0', '0', 3686, '1', '1', '1', '1', '1', 'gate', 1, '0', '0'),
(29305, 'wf_ringplate', 'wf_ringplate', 's', 1, 1, 0.1, '0', '0', '1', 3687, '1', '1', '1', '1', '1', 'pressure_pad', 1, '0', '0'),
(29306, 'wf_pressureplate', 'wf_pressureplate', 's', 1, 1, 0.1, '0', '0', '1', 3688, '1', '1', '1', '1', '1', 'pressure_pad', 1, '0', '0'),
(29307, 'wf_glowball', 'wf_glowball', 's', 1, 1, 1, '0', '0', '0', 3689, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(29309, 'wf_act_reset_timers', 'wf_act_reset_timers', 's', 1, 1, 0.5, '1', '0', '0', 3691, '1', '1', '1', '1', '1', 'wired', 1, '0', '0'),
(29310, 'wf_cnd_furnis_hv_avtrs', 'wf_cnd_furnis_hv_avtrs', 's', 1, 1, 0.5, '1', '0', '0', 3692, '1', '1', '1', '1', '1', 'wired', 1, '0', '0'),
(29311, 'wf_arrowplate', 'wf_arrowplate', 's', 1, 1, 0.1, '0', '0', '1', 3693, '1', '1', '1', '1', '1', 'pressure_pad', 1, '0', '0'),
(29312, 'wf_cnd_trggrer_on_frn', 'wf_cnd_trggrer_on_frn', 's', 1, 1, 0.5, '1', '0', '0', 3694, '1', '1', '1', '1', '1', 'wired', 1, '0', '0'),
(29313, 'wf_cnd_match_snapshot', 'wf_cnd_match_snapshot', 's', 1, 1, 0.5, '1', '0', '0', 3695, '1', '1', '1', '1', '1', 'wired', 1, '0', '0'),
(29314, 'wf_wire1', 'wf_wire1', 's', 1, 1, 0, '0', '0', '0', 3696, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(29315, 'wf_act_give_score', 'wf_act_give_score', 's', 1, 1, 0.5, '1', '0', '0', 3697, '1', '1', '1', '1', '1', 'wf_act_givepoints', 1, '0', '0'),
(29316, 'wf_wire3', 'wf_wire3', 's', 1, 1, 0, '0', '0', '0', 3698, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(29317, 'wf_glassdoor', 'wf_glassdoor', 's', 1, 1, 0.1, '0', '0', '0', 3699, '1', '1', '1', '1', '1', 'gate', 1, '0', '0'),
(29318, 'wf_act_match_to_sshot', 'wf_act_match_to_sshot', 's', 1, 1, 0.5, '1', '0', '0', 3700, '1', '1', '1', '1', '1', 'wired', 1, '0', '0'),
(29319, 'wf_floor_switch1', 'wf_floor_switch1', 's', 1, 1, 1, '0', '0', '0', 3701, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(29320, 'wf_trg_game_starts', 'wf_trg_game_starts', 's', 1, 1, 0.5, '1', '0', '0', 3702, '1', '1', '1', '1', '1', 'wf_trg_gamestart', 1, '0', '0'),
(292308, 'ads_hh_safe', 'ads_hh_safe', 's', 1, 1, 0, '0', '0', '0', 3684, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(29321, 'wf_trg_walks_on_furni', 'wf_trg_walks_on_furni', 's', 1, 1, 0.5, '1', '0', '0', 3703, '1', '1', '1', '1', '1', 'wf_trg_onfurni', 1, '0', '0'),
(77701, 'bling11_block', 'bling11_block', 's', 1, 1, 2, '1', '0', '0', 3801, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(77702, 'bling11_dvd', 'bling11_dvd', 's', 1, 2, 1.6, '1', '0', '0', 3793, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(77703, 'bling11_dvn', 'bling11_dnv', 's', 1, 3, 1.2, '0', '0', '0', 3798, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(77704, 'bling11_floor', 'bling11_floor', 's', 1, 1, 0.1, '1', '0', '0', 3794, '1', '1', '1', '1', '1', 'default', 9, '0', '0'),
(77705, 'bling11_pillar', 'bling11_pillar', 's', 1, 1, 3.3, '1', '0', '0', 3802, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(77706, 'bling11_plant', 'bling11_plant', 's', 1, 1, 1, '0', '0', '0', 3795, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(77707, 'bling11_rug1', 'bling11_rug1', 's', 2, 2, 0.1, '1', '0', '1', 3788, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(77708, 'bling11_rug2', 'bling11_rug2', 's', 3, 3, 0.2, '1', '0', '1', 3797, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(77709, 'bling11_seat1', 'bling11_seat1', 's', 1, 1, 1, '0', '1', '0', 3800, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(77710, 'bling11_seat2', 'bling11_seat2', 's', 1, 1, 1.2, '0', '1', '0', 3799, '1', '1', '1', '1', '1', 'default', 5, '0', '0'),
(77711, 'bling11_slot', 'bling11_slot', 's', 1, 1, 1, '0', '0', '0', 3786, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(77712, 'bling11_sofa', 'bling11_sofa', 's', 3, 1, 0.4, '0', '1', '0', 3790, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(77713, 'bling11_statue1', 'bling11_statue1', 's', 1, 1, 1, '0', '0', '0', 3791, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(77714, 'bling11_statue2', 'bling11_statue2', 's', 2, 2, 1, '0', '0', '0', 3785, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(77715, 'bling11_tele', 'bling11_tele', 's', 1, 1, 0.1, '0', '0', '0', 3789, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0'),
(77716, 'bling11_towels', 'bling11_towels', 's', 1, 1, 1, '0', '0', '0', 3787, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(77717, 'val11_floor', 'val11_floor', 's', 2, 2, 0.1, '1', '0', '1', 3792, '1', '1', '1', '1', '1', 'rollerskate', 1, '0', '0'),
(77801, 'china_rabbit', 'china_rabbit', 's', 1, 1, 1, '0', '0', '0', 3796, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(77900, 'qt_val11_holoduck', 'qt_val11_holoduck', 's', 1, 1, 1, '0', '0', '0', 3803, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(77901, 'qt_val11_holoheart', 'qt_val11_holoheart', 's', 1, 1, 1, '0', '0', '0', 3813, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(77902, 'qt_val11_discoball', 'qt_val11_discoball', 's', 1, 1, 0, '1', '0', '0', 3805, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(77903, 'qt_val11_duckformer', 'qt_val11_duckformer', 's', 1, 1, 1, '1', '0', '0', 3809, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(77904, 'qt_val11_heartlights', 'qt_val11_heartlights', 'i', 1, 1, 0, '0', '0', '0', 4378, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(77905, 'qt_val11_jellychair', 'qt_val11_jellychair', 's', 1, 1, 1, '1', '1', '0', 3810, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(77906, 'qt_val11_jellyheart', 'qt_val11_jellyheart', 's', 1, 1, 1, '1', '0', '0', 3811, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(77907, 'val11_chair', 'val11_chair', 's', 1, 1, 1.2, '0', '1', '0', 3806, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(77908, 'val11_playa', 'val11_playa', 's', 1, 1, 1, '1', '0', '0', 3804, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(77909, 'val11_rail', 'val11_rail', 's', 1, 2, 0.5, '1', '0', '0', 3812, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(89915, 'pond', 'pond', 's', 1, 1, 0.01, '0', '0', '1', 3831, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(89916, 'val11_present', 'val11_present', 's', 1, 1, 1.2, '1', '0', '0', 3832, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(89917, 'prizetrophy_cine', 'prizetrophy_cine', 's', 1, 1, 1, '0', '0', '0', 3833, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(89918, 'cine_vipsign', 'cine_vipsign', 's', 1, 1, 1, '0', '0', '0', 3834, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(89919, 'limo_b_mid3', 'limo_b_mid3', 's', 2, 1, 1, '0', '0', '0', 3835, '1', '1', '1', '1', '1', 'vendingmachine', 1, '50', '0'),
(89920, 'limo_b_mid2', 'limo_b_mid2', 's', 2, 1, 0.3, '0', '0', '1', 3836, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(89921, 'limo_b_front', 'limo_b_front', 's', 2, 1, 1, '0', '0', '0', 3837, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(89922, 'limo_b_mid', 'limo_b_mid', 's', 2, 1, 1.2, '0', '1', '0', 3838, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(89923, 'cine_star', 'cine_star', 's', 1, 1, 0.1, '1', '0', '1', 3839, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(89924, 'limo_b_back', 'limo_b_back', 's', 2, 1, 1.2, '0', '1', '0', 3840, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(89925, 'ads_bigtv_missmix', 'ads_bigtv_missmix', 'i', 1, 1, 1, '0', '0', '0', 4381, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(89926, 'cine_curtain', 'cine_curtain', 's', 8, 1, 0.001, '0', '0', '0', 3841, '1', '1', '1', '1', '1', 'gate', 2, '0', '0'),
(89927, 'cine_screen', 'cine_screen', 's', 8, 1, 1, '0', '0', '0', 3842, '1', '1', '1', '1', '1', 'default', 7, '0', '0'),
(89928, 'theatre_seat_g', 'theatre_seat_g', 's', 1, 1, 1, '0', '1', '0', 3843, '1', '1', '1', '1', '1', 'default', 6, '0', '0'),
(89929, 'cine_tile', 'cine_tile', 's', 1, 1, 0.1, '0', '0', '1', 3844, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(89930, 'cine_bench_b', 'cine_bench_b', 's', 3, 1, 1.1, '0', '1', '0', 3845, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(89931, 'theatre_seat_b', 'theatre_seat_b', 's', 1, 1, 1, '0', '1', '0', 3846, '1', '1', '1', '1', '1', 'default', 6, '0', '0'),
(89932, 'cine_roof', 'cine_roof', 's', 3, 3, 0.1, '1', '0', '1', 3847, '1', '1', '1', '1', '1', 'default', 5, '0', '0'),
(89933, 'cine_popcorn', 'cine_popcorn', 's', 1, 1, 1, '0', '0', '0', 3848, '1', '1', '1', '1', '1', 'vendingmachine', 1, '63', '0'),
(89934, 'cine_bench', 'cine_bench', 's', 3, 1, 1.1, '0', '1', '0', 3849, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(89935, 'cine_bench_g', 'cine_bench_g', 's', 3, 1, 1.1, '0', '1', '0', 3850, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(89936, 'cine_ticket_booth', 'cine_ticket_booth', 's', 1, 1, 1.5, '0', '1', '0', 3851, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(89937, 'cine_projector', 'cine_projector', 's', 1, 1, 1, '0', '0', '0', 3852, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(89907, 'gothic_st_glass', 'gothic_st_glass', 'i', 1, 1, 1, '0', '0', '0', 4380, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(89908, 'gothic_candles', 'gothic_candles', 's', 1, 1, 1, '0', '0', '0', 3825, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(89909, 'gothic_bed', 'gothic_bed', 's', 2, 3, 1.6, '0', '1', '0', 3824, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(89910, 'gothic_bowl', 'gothic_bowl', 's', 1, 1, 1, '0', '0', '0', 3828, '1', '1', '1', '1', '1', 'vendingmachine', 1, '62', '0'),
(89911, 'gothic_desk', 'gothic_desk', 's', 1, 2, 1, '0', '0', '0', 3826, '1', '1', '1', '1', '1', 'default', 5, '0', '0'),
(89912, 'ads_grefu_trophy', 'ads_grefu_trophy', 's', 1, 1, 1, '0', '0', '0', 3827, '1', '1', '1', '1', '1', 'trophy', 1, '0', '0'),
(89900, 'limo_w_front', 'limo_w_front', 's', 2, 1, 1, '0', '0', '0', 3823, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(89901, 'limo_w_mid', 'limo_w_mid', 's', 2, 1, 1, '0', '1', '0', 3819, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(89902, 'limo_w_mid2', 'limo_w_mid2', 's', 2, 1, 0.3, '0', '0', '1', 3820, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(89903, 'limo_w_back', 'limo_w_back', 's', 2, 1, 1, '0', '1', '0', 3822, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(89904, 'petfood19', 'petfood19', 's', 1, 1, 0.001, '0', '0', '1', 3821, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(89905, 'petfood18', 'petfood18', 's', 1, 1, 0.001, '0', '0', '1', 3816, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(89906, 'petfood17', 'petfood17', 's', 1, 1, 0.001, '0', '0', '1', 3817, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(89950, 'fireworks_01', 'fireworks_01', 's', 1, 1, 1, '0', '0', '0', 3772, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(89951, 'fireworks_02', 'fireworks_02', 's', 1, 1, 1, '0', '0', '0', 3776, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(89952, 'fireworks_03', 'fireworks_03', 's', 1, 1, 1, '0', '0', '0', 3774, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(89953, 'fireworks_04', 'fireworks_04', 's', 1, 1, 1, '0', '0', '0', 3784, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(89954, 'fireworks_05', 'fireworks_05', 's', 1, 1, 1, '0', '0', '0', 3779, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(89955, 'fireworks_06', 'fireworks_06', 's', 1, 1, 1, '0', '0', '0', 3783, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(89956, 'fireworks_07', 'fireworks_07', 's', 1, 1, 1, '0', '0', '0', 3782, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(89938, 'wf_box', 'wf_box', 's', 1, 1, 1.2, '1', '0', '0', 3853, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(89939, 'wf_maze', 'wf_maze', 's', 1, 1, 1, '0', '0', '0', 3854, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(89940, 'ads_rangocactus', 'ads_rangocactus', 's', 1, 1, 1, '0', '0', '0', 3855, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(89941, 'cine_glass', 'cine_glass', 's', 1, 1, 0.01, '1', '0', '0', 3856, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(89942, 'wf_cnd_has_furni_on', 'wf_cnd_has_furni_on', 's', 1, 1, 0.6, '1', '0', '0', 3857, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(89943, 'cine_light2', 'cine_light2', 'i', 1, 1, 1, '1', '0', '0', 4382, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(89944, 'cine_light1', 'cine_light1', 'i', 1, 1, 1, '1', '0', '0', 4383, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99947, 'cubie_shelf_3_p', 'cubie_shelf_3_p', 's', 2, 1, 1, '1', '0', '0', 3873, '1', '1', '1', '1', '1', 'default', 9, '0', '0'),
(99948, 'cubie_shelf_4_b', 'cubie_shelf_4_b', 's', 3, 1, 1, '1', '0', '0', 3882, '1', '1', '1', '1', '1', 'default', 6, '0', '0'),
(99949, 'cubie_shelf_1_b', 'cubie_shelf_1_b', 's', 1, 1, 1, '0', '0', '0', 3875, '1', '1', '1', '1', '1', 'default', 14, '0', '0'),
(99950, 'cubie_shelf_1_p', 'cubie_shelf_1_p', 's', 1, 1, 1, '0', '0', '0', 3874, '1', '1', '1', '1', '1', 'default', 14, '0', '0'),
(99951, 'cubie_chair_p', 'cubie_chair_p', 's', 1, 1, 1.2, '0', '1', '0', 3879, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(99952, 'cubie_shelf_4_p', 'cubie_shelf_4_p', 's', 3, 1, 1, '0', '0', '0', 3866, '1', '1', '1', '1', '1', 'default', 6, '0', '0'),
(99953, 'cubie_bigtable_p', 'cubie_bigtable_p', 's', 2, 2, 0.5, '1', '0', '1', 3876, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99954, 'cubie_shelf_0_p', 'cubie_shelf_0_p', 's', 1, 1, 0.5, '1', '0', '0', 3884, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(99955, 'cubie_beanbag_b', 'cubie_beanbag_b', 's', 1, 1, 1, '0', '1', '0', 3877, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(99956, 'cubie_chair_b', 'cubie_chair_b', 's', 1, 1, 1.2, '0', '1', '0', 3859, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(99957, 'cubie_bed_b', 'cubie_bed_b', 's', 1, 3, 1.8, '0', '0', '0', 3871, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(99958, 'cubie_bigtable_b', 'cubie_bigtable_b', 's', 2, 2, 0.5, '1', '0', '1', 3861, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99959, 'cubie_stool_b', 'cubie_stool_b', 's', 1, 1, 1.2, '0', '1', '0', 3869, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(99960, 'cubie_beanbag_p', 'cubie_beanbag_p', 's', 1, 1, 1, '0', '1', '0', 3862, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(99961, 'cubie_shelf_0_b', 'cubie_shelf_0_b', 's', 1, 1, 0.5, '1', '0', '0', 3865, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(99962, 'cubie_shelf_2_p', 'cubie_shelf_2_p', 's', 2, 1, 1, '1', '0', '0', 3867, '1', '1', '1', '1', '1', 'default', 17, '0', '0'),
(99963, 'cubie_rug_p', 'cubie_rug_p', 's', 2, 3, 0.1, '1', '0', '1', 3870, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(99964, 'cubie_sofaseat_b', 'cubie_sofaseat_b', 's', 1, 1, 1, '0', '1', '0', 3881, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(99965, 'cubie_table', 'cubie_table', 's', 1, 2, 1, '1', '0', '0', 3880, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(99966, 'cubie_sofaseat_p', 'cubie_sofaseat_p', 's', 1, 1, 1, '0', '1', '0', 3864, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(99967, 'cubie_bed_p', 'cubie_bed_p', 's', 1, 3, 1.8, '0', '0', '0', 3868, '1', '1', '1', '1', '1', 'bed', 1, '0', '0'),
(99968, 'cubie_shelf_3_b', 'cubie_shelf_3_b', 's', 2, 1, 1, '1', '0', '0', 3872, '1', '1', '1', '1', '1', 'default', 9, '0', '0'),
(99969, 'cubie_shelf_2_b', 'cubie_shelf_2_b', 's', 2, 1, 1, '1', '0', '0', 3883, '1', '1', '1', '1', '1', 'default', 14, '0', '0'),
(99970, 'cubie_lamp_b', 'cubie_lamp_b', 's', 1, 1, 1, '0', '0', '0', 3858, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(99971, 'cubie_stool_p', 'cubie_stool_p', 's', 1, 1, 1.2, '0', '1', '0', 3878, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(99972, 'cubie_wallshelf_b', 'cubie_wallshelf_b', 'i', 1, 1, 1, '1', '0', '0', 4389, '1', '1', '1', '1', '1', 'default', 7, '0', '0'),
(99973, 'cubie_decklight_p', 'cubie_decklight_p', 'i', 1, 1, 1, '1', '0', '0', 4385, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99974, 'cubie_wallshelf_p', 'cubie_wallshelf_p', 'i', 1, 1, 1, '1', '0', '0', 4392, '1', '1', '1', '1', '1', 'default', 7, '0', '0'),
(99975, 'cubie_decal_0', 'cubie_decal_0', 'i', 1, 1, 1, '1', '0', '0', 4395, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(99976, 'cubie_decal_3', 'cubie_decal_3', 'i', 1, 1, 1, '1', '0', '0', 4384, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(99977, 'cubie_decal_1_p', 'cubie_decal_1_p', 'i', 1, 1, 1, '1', '0', '0', 4390, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99978, 'cubie_decklight_b', 'cubie_decklight_b', 'i', 1, 1, 1, '1', '0', '0', 4394, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99979, 'cubie_decal_1_b', 'cubie_decal_1_b', 'i', 1, 1, 1, '1', '0', '0', 4386, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99980, 'cubie_decal_2_b', 'cubie_decal_2_b', 'i', 1, 1, 1, '1', '0', '0', 4387, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99981, 'cubie_decal_3_p', 'cubie_decal_3_p', 'i', 1, 1, 1, '1', '0', '0', 4388, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(99982, 'cubie_decal_2_p', 'cubie_decal_2_p', 'i', 1, 1, 1, '1', '0', '0', 4393, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(99983, 'cubie_decal_3_b', 'cubie_decal_3_b', 'i', 1, 1, 1, '1', '0', '0', 4384, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(80378, 'waasa_rug1', 'waasa_rug1', 's', 2, 4, 0.01, '1', '0', '1', 3899, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(80379, 'waasa_rug2', 'waasa_rug2', 's', 2, 4, 0.01, '1', '0', '1', 3904, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(80380, 'waasa_rug3', 'waasa_rug3', 's', 2, 4, 0.01, '1', '0', '1', 3900, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(80381, 'waasa_rug4', 'waasa_rug4', 's', 2, 4, 0.01, '1', '0', '1', 3902, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(80382, 'waasa_rug5', 'waasa_rug5', 's', 2, 4, 0.01, '1', '0', '1', 3898, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(80383, 'waasa_chair_wood', 'waasa_chair_wood', 's', 1, 1, 1, '0', '1', '0', 3903, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(80384, 'waasa_aquarium', 'waasa_aquarium', 's', 1, 2, 0, '0', '0', '0', 3901, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(80385, 'newbie_nest', 'newbie_nest', 's', 1, 1, 0.01, '0', '0', '1', 3897, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(99946, 'cubie_lamp_p', 'cubie_lamp_p', 's', 1, 1, 1, '0', '0', '0', 3863, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(99945, 'cubie_rug_b', 'cubie_rug_b', 's', 2, 3, 0.1, '1', '0', '1', 3860, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(89984, 'newbie_present', 'newbie_present', 's', 1, 1, 1, '1', '0', '0', 3885, '1', '1', '1', '1', '1', 'default', 5, '0', '0'),
(89985, 'tv_flat', 'tv_flat', 's', 2, 1, 1, '0', '0', '0', 3886, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(89986, 'waasa_table2', 'waasa_table2', 's', 2, 1, 1, '1', '0', '0', 3887, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(89987, 'computer_flatscreen', 'computer_flatscreen', 's', 1, 1, 1, '0', '0', '0', 3888, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(89988, 'waasa_chair', 'waasa_chair', 's', 1, 1, 1.2, '0', '1', '0', 3889, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(89989, 'waasa_ship2', 'waasa_ship2', 's', 2, 1, 1, '0', '0', '0', 3890, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(89990, 'waasa_ship1', 'waasa_ship1', 's', 1, 1, 1, '0', '0', '0', 3891, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(89991, 'waasa_bunk_bed', 'waasa_bunk_bed', 's', 3, 1, 1, '1', '0', '0', 3892, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(89992, 'computer_laptop', 'computer_laptop', 's', 1, 1, 1, '0', '0', '0', 3893, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(89993, 'computer_old', 'computer_old', 's', 1, 1, 1, '0', '0', '0', 3894, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(89994, 'waasa_table1', 'waasa_table1', 's', 1, 1, 1, '1', '0', '0', 3895, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(89995, 'waasa_desk', 'waasa_desk', 's', 2, 1, 1, '1', '0', '0', 3896, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(89996, 'waasa_wall_shelf2', 'waasa_wall_shelf2', 'i', 1, 1, 1, '1', '0', '0', 4396, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(89997, 'waasa_wall_shelf1', 'waasa_wall_shelf1', 'i', 1, 1, 1, '1', '0', '0', 4397, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20600, 'Spiders', 'a0 pet8', 's', 1, 1, 1, '1', '0', '0', 3817, '0', '0', '1', '0', '0', 'pet', 0, '0', '0'),
(20601, 'Frogs', 'a0 pet11', 's', 1, 1, 1, '1', '0', '0', 1532, '0', '0', '1', '0', '0', 'pet', 0, '0', '0'),
(20602, 'Chicks', 'a0 pet10', 's', 1, 1, 1, '1', '0', '0', 1532, '0', '0', '1', '0', '0', 'pet', 0, '0', '0'),
(20603, 'Dragon', 'a0 pet12', 's', 1, 1, 1, '1', '0', '0', 10117, '0', '0', '1', '0', '0', 'pet', 0, '0', '0'),
(3004327, 'edice_val12_therm', 'edice_val12_therm', 's', 1, 1, 2, '0', '0', '0', 3004327, '1', '1', '1', '1', '1', 'default', 8, '0', '0'),
(3004328, 'hole3', 'hole3', 's', 1, 1, 1, '0', '0', '0', 3004328, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(3004331, 'val12_carpet', 'val12_carpet', 's', 2, 2, 0, '1', '0', '1', 3004331, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(3004332, 'val12_elevine', 'val12_elevine', 's', 1, 1, 0.1, '0', '0', '0', 3004332, '1', '1', '1', '1', '1', 'default', 5, '0', '0'),
(3004333, 'val12_flower', 'val12_flower', 's', 1, 1, 0, '0', '0', '1', 3004333, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(3004334, 'val12_hopper1', 'val12_hopper1', 's', 1, 1, 1, '1', '0', '0', 3004334, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(3004335, 'val12_hopper2', 'val12_hopper2', 's', 1, 1, 1, '1', '0', '0', 3004335, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(3004336, 'val12_kbooth', 'val12_kbooth', 's', 2, 1, 0.7, '0', '1', '0', 3004336, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(3004337, 'val12_lantern', 'val12_lantern', 's', 1, 1, 0, '0', '0', '1', 3004337, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(3004338, 'val12_marble1', 'val12_marble1', 's', 2, 2, 0.1, '1', '0', '1', 3004338, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(3004339, 'val12_marble2', 'val12_marble2', 's', 2, 2, 0.1, '1', '0', '1', 3004339, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(3004340, 'val12_pillar1', 'val12_pillar1', 's', 1, 1, 3, '0', '0', '0', 3004340, '1', '1', '1', '1', '1', 'default', 4, '0', '0'),
(3004341, 'val12_pillar2', 'val12_pillar2', 's', 1, 1, 3, '0', '0', '0', 3004341, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(3004342, 'val12_shocker', 'val12_shocker', 's', 2, 1, 0.1, '0', '0', '1', 3004342, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(3004343, 'val12_sofa', 'val12_sofa', 's', 2, 1, 1, '0', '1', '0', 3004343, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(3004344, 'val12_table', 'val12_table', 's', 1, 1, 1.3, '1', '0', '0', 3004344, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(3004345, 'val12_therm_nfs', 'val12_therm_nfs', 's', 1, 1, 3, '1', '0', '0', 3004345, '1', '1', '1', '1', '1', 'default', 8, '0', '0'),
(3004346, 'val12_vines', 'val12_vines', 's', 1, 2, 0.1, '0', '0', '0', 3004346, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(3004347, 'val12_xray', 'val12_xray', 's', 1, 2, 2, '0', '0', '0', 3004347, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(826389, 'ads_background', 'ads_background', 's', 1, 1, 1.6, '1', '0', '0', 826389, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(90077, 'picnic_blanket_yel', 'picnic_blanket_yel', 's', 3, 3, 0.01, '1', '0', '1', 3980, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(90078, 'picnic_pillow_yel', 'picnic_pillow_yel', 's', 1, 1, 0.8, '0', '1', '0', 3981, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(90079, 'picnic_food1', 'picnic_food1', 's', 1, 1, 1, '1', '0', '0', 3982, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(90080, 'note_tag', 'note_tag', 's', 1, 1, 1, '0', '0', '0', 3983, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(90081, 'picnic_wfall', 'picnic_wfall', 's', 2, 2, 1, '0', '0', '0', 3984, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(90082, 'picnic_blanket_blu', 'picnic_blanket_blu', 's', 3, 3, 0.01, '1', '0', '1', 3985, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(90083, 'picnic_food3', 'picnic_food3', 's', 1, 1, 1, '0', '0', '0', 3986, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(90084, 'picnic_blanket', 'picnic_blanket', 's', 3, 3, 0.01, '1', '0', '1', 3987, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(90085, 'picnic_pillow_blu', 'picnic_pillow_blu', 's', 1, 1, 0.8, '0', '1', '0', 3988, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(90086, 'picnic_food2', 'picnic_food2', 's', 1, 1, 1, '0', '0', '0', 3989, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(90087, 'picnic_tele', 'picnic_tele', 's', 1, 1, 0.001, '0', '0', '0', 3990, '1', '1', '1', '1', '1', 'teleport', 1, '0', '0'),
(90088, 'picnic_basket', 'picnic_basket', 's', 1, 1, 1, '0', '0', '0', 3991, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(90089, 'picnic_pillow', 'picnic_pillow', 's', 1, 1, 0.8, '0', '1', '0', 3992, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(90090, 'picnic_chair', 'picnic_chair', 's', 1, 1, 1, '0', '1', '0', 3993, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(90091, 'picnic_3brds', 'picnic_3brds', 's', 1, 1, 1, '0', '0', '0', 3994, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(700016, 'Iceg6', 'Iceg6', 's', 1, 1, 0.001, '0', '0', '0', 7000117, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(700015, 'Iceg5', 'Iceg5', 's', 1, 1, 0.001, '0', '0', '0', 7000116, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(700014, 'Iceg4', 'Iceg4', 's', 1, 1, 0.001, '0', '0', '0', 7000115, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(700013, 'Iceg3', 'Iceg3', 's', 1, 1, 0.001, '0', '0', '0', 7000114, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(700012, 'Iceg2', 'Iceg2', 's', 1, 1, 0.001, '0', '0', '0', 7000113, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(700011, 'Iceg1', 'Iceg1', 's', 1, 1, 0.001, '0', '0', '0', 7000112, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(833720, 'gdicsy', 'gdicsy', 's', 1, 1, 1, '1', '0', '0', 833720, '1', '1', '1', '1', '1', 'dice', 1, '0', '0'),
(891034, 'CF_1000000_purb', 'CF_100000_purb', 's', 1, 1, 0.4, '1', '0', '0', 891034, '0', '1', '0', '1', '1', 'default', 1, '0', '0'),
(891033, 'CF_750000_purba', 'CF_750000_purba', 's', 1, 1, 0.4, '1', '0', '0', 891033, '0', '1', '0', '1', '1', 'default', 1, '0', '0'),
(30000, 'Monkey', 'a0 pet14', 's', 1, 1, 1, '0', '0', '0', 14, '0', '0', '0', '0', '1', 'pet', 1, '0', '0'),
(10934, 'turtle', 'a0 pet9', 's', 1, 1, 1, '1', '0', '0', 10934, '1', '1', '1', '1', '1', 'pet', 0, '0', '0'),
(891030, 'CF_100000_purba', 'CF_100000_purba', 's', 1, 1, 0.4, '1', '0', '0', 891030, '0', '1', '0', '1', '1', 'default', 1, '0', '0'),
(891031, 'CF_250000_purba', 'CF_250000_purba', 's', 1, 1, 0.4, '1', '0', '0', 891031, '0', '1', '0', '1', '1', 'default', 1, '0', '0'),
(891032, 'CF_500000_purba', 'CF_500000_purba', 's', 1, 1, 0.4, '1', '0', '0', 891032, '0', '1', '0', '1', '1', 'default', 1, '0', '0'),
(423942, 'ConstrdragonRx', 'ConstrdragonRx', 's', 1, 1, 1, '1', '0', '0', 423942, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(32400122, 'Devil Dragon', 'DevilDragonVkr', 's', 1, 1, 1, '1', '0', '0', 32400122, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(32400121, 'Angel Dragon', 'AngelDragonVkr', 's', 1, 1, 1, '1', '0', '0', 32400121, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(92630, 'NewYearsDjSyns', 'NewYearsDjSyns', 's', 1, 1, 1, '1', '0', '0', 92630, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(51249, 'Gothic_Dj_Syn', 'Gothic_Dj_Syn', 's', 1, 1, 1, '1', '0', '0', 51249, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(926505, 'DragSkinDjSyn2', 'DragSkinDjSyn2', 's', 1, 1, 1, '1', '0', '0', 926505, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(926504, 'DragSkinDjSyn1', 'DragSkinDjSyn1', 's', 1, 1, 1, '1', '0', '0', 926504, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(7000198, 'dn_wingedinoi3', 'dn_wingedinoi3', 's', 1, 1, 0.001, '0', '0', '0', 70001198, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(30200762, 'Vip Egg', 'VIPE2', 's', 1, 1, 1, '1', '0', '0', 30200762, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(30200761, 'Vip Egg', 'VIPE1', 's', 1, 1, 1, '1', '0', '0', 30200761, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(23814, 'vdeg5', 'vdeg5', 's', 1, 1, 1, '1', '0', '0', 23814, '1', '1', '1', '1', '1', 'default', 0, '0', '0'),
(23813, 'vdeg4', 'vdeg4', 's', 1, 1, 1, '1', '0', '0', 23813, '1', '1', '1', '1', '1', 'default', 0, '0', '0'),
(23812, 'vdeg3', 'vdeg3', 's', 1, 1, 1, '1', '0', '0', 23812, '1', '1', '1', '1', '1', 'default', 0, '0', '0'),
(23811, 'vdeg2', 'vdeg2', 's', 1, 1, 1, '1', '0', '0', 23811, '1', '1', '1', '1', '1', 'default', 0, '0', '0'),
(23810, 'vdeg1', 'vdeg1', 's', 1, 1, 1, '1', '0', '0', 23810, '1', '1', '1', '1', '1', 'default', 0, '0', '0'),
(6736480, 'Eggturkeyfhyu1', 'Eggturkeyfhyu1', 's', 1, 1, 1, '1', '0', '0', 6736480, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(378224, 'Sonc4', 'Sonc4', 's', 1, 1, 1, '1', '0', '0', 378224, '1', '1', '1', '1', '1', 'default', 0, '0', '0'),
(378223, 'Sonc3', 'Sonc3', 's', 1, 1, 1, '1', '0', '0', 378223, '1', '1', '1', '1', '1', 'default', 0, '0', '0'),
(378222, 'Sonc2', 'Sonc2', 's', 1, 1, 1, '1', '0', '0', 378222, '1', '1', '1', '1', '1', 'default', 0, '0', '0'),
(700017, 'Iceg7', 'Iceg7', 's', 1, 1, 0.001, '0', '0', '0', 7000118, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(700018, 'Iceg8', 'Iceg8', 's', 1, 1, 0.001, '0', '0', '0', 7000119, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(7000121, 'Iceg9', 'Iceg9', 's', 1, 1, 0.001, '0', '0', '0', 70001122, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(7000122, 'Iceh1', 'Iceh2', 's', 1, 1, 0.001, '0', '0', '0', 70001123, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(7000123, 'Iceh2', 'Iceh1', 's', 1, 1, 0.001, '0', '0', '0', 70001124, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(51264, 'DSEG1', 'DSEG1', 's', 1, 1, 1, '1', '0', '0', 51264, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(51265, 'DSEG2', 'DSEG2', 's', 1, 1, 1, '1', '0', '0', 51265, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(51266, 'DSEG3', 'DSEG3', 's', 1, 1, 1, '1', '0', '0', 51266, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(23820, 'FBegs', 'FBegs', 's', 1, 1, 1, '1', '0', '0', 23820, '1', '1', '1', '1', '1', 'default', 0, '0', '0'),
(303023, 'Frse6', 'Frse6', 's', 1, 1, 1, '1', '0', '0', 303023, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(3047234, 'KnightEggRaix1', 'KnightEggRaix1', 's', 1, 1, 1, '1', '0', '0', 3047234, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(30430161, 'WedEG', 'WedEG', 's', 1, 1, 1, '1', '0', '0', 30430161, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(692641, 'MickeyMouseXms', 'MickeyMouseXms', 's', 1, 1, 1, '1', '0', '0', 692641, '1', '1', '1', '1', '1', 'default', 0, '0', '0'),
(587161, 'halowenEggpum1', 'halowenEggpum1', 's', 1, 1, 1, '1', '0', '0', 587161, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(174000, 'StRw1', 'StRw1', 's', 1, 1, 1, '1', '0', '0', 174000, '1', '1', '1', '1', '1', 'default', 0, '0', '0'),
(378221, 'Sonc1', 'Sonc1', 's', 1, 1, 1, '1', '0', '0', 378221, '1', '1', '1', '1', '1', 'default', 0, '0', '0'),
(51242, 'TMNT_fountin2', 'TMNT_fountin2', 's', 1, 1, 1, '1', '0', '0', 51242, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(51241, 'TMNT_fountin1', 'TMNT_fountin1', 's', 1, 1, 1, '1', '0', '0', 51241, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(30300353, 'Bronze Nelly Fountain', 'nelyft_brnze', 's', 1, 1, 1, '1', '0', '0', 30300353, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(30300352, 'Silver Nelly Fountain', 'nelyft_silvr', 's', 1, 1, 1, '1', '0', '0', 30300352, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(30300351, 'Golden Nelly Fountain', 'nelyft_goldd', 's', 1, 1, 1, '1', '0', '0', 30300351, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(51236, 'SynDino_Foun6', 'SynDino_Foun6', 's', 1, 1, 1, '1', '0', '0', 51236, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(51235, 'SynDino_Foun5', 'SynDino_Foun5', 's', 1, 1, 1, '1', '0', '0', 51235, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(51234, 'SynDino_Foun4', 'SynDino_Foun4', 's', 1, 1, 1, '1', '0', '0', 51234, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(325110, 'syn_Gothcdragon', 'syn_Gothcdragon', 's', 1, 1, 1, '0', '0', '0', 325110, '0', '1', '0', '1', '1', 'default', 2, '0', '0'),
(51231, 'SynDino_Foun1', 'SynDino_Foun1', 's', 1, 1, 1, '1', '0', '0', 51231, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(51232, 'SynDino_Foun2', 'SynDino_Foun2', 's', 1, 1, 1, '1', '0', '0', 51232, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(51233, 'SynDino_Foun3', 'SynDino_Foun3', 's', 1, 1, 1, '1', '0', '0', 51233, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(56856, 'Tyatue', 'Tyatue', 's', 1, 1, 1, '1', '0', '0', 56856, '1', '1', '1', '1', '1', 'vendingmachine', 2, '17', '0'),
(83491, 'XmasNellyRaix1', 'XmasNellyRaix1', 's', 1, 1, 1, '1', '0', '0', 83491, '1', '1', '1', '1', '1', 'vendingmachine', 2, '17', '0'),
(51270, 'NaturePs4', 'NaturePs4', 'i', 0, 0, 1, '0', '0', '0', 51270, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(51269, 'NaturePs3', 'NaturePs3', 'i', 0, 0, 1, '0', '0', '0', 51269, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(51268, 'NaturePs2', 'NaturePs2', 'i', 0, 0, 1, '0', '0', '0', 51268, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(51267, 'NaturePs1', 'NaturePs1', 'i', 0, 0, 1, '0', '0', '0', 51267, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(24854, 'TeenTitanPICM5', 'TeenTitanPICM5', 's', 1, 1, 1, '1', '0', '0', 24854, '1', '1', '1', '1', '1', 'vendingmachine', 1, '4', '0'),
(24853, 'TeenTitanBICM4', 'TeenTitanBICM4', 's', 1, 1, 1, '1', '0', '0', 24853, '1', '1', '1', '1', '1', 'vendingmachine', 1, '4', '0'),
(24852, 'TeenTitanPICM3', 'TeenTitanPICM3', 's', 1, 1, 1, '1', '0', '0', 24852, '1', '1', '1', '1', '1', 'vendingmachine', 1, '4', '0'),
(24851, 'TeenTitanGICM2', 'TeenTitanGICM2', 's', 1, 1, 1, '1', '0', '0', 24851, '1', '1', '1', '1', '1', 'vendingmachine', 1, '4', '0'),
(24850, 'TeenTitanRICM1', 'TeenTitanRICM1', 's', 1, 1, 1, '1', '0', '0', 24850, '1', '1', '1', '1', '1', 'vendingmachine', 1, '4', '0'),
(56855, 'Thatue', 'Thatue', 's', 1, 1, 1, '1', '0', '0', 56855, '1', '1', '1', '1', '1', 'vendingmachine', 2, '17', '0'),
(51262, 'DragonBalZICM3', 'DragonBalZICM3', 's', 1, 1, 1, '1', '0', '0', 51262, '1', '1', '1', '1', '1', 'vendingmachine', 1, '4', '0'),
(51261, 'DragonBalZICM2', 'DragonBalZICM2', 's', 1, 1, 1, '1', '0', '0', 51261, '1', '1', '1', '1', '1', 'vendingmachine', 1, '4', '0'),
(51260, 'DragonBalZICM1', 'DragonBalZICM1', 's', 1, 1, 1, '1', '0', '0', 51260, '1', '1', '1', '1', '1', 'vendingmachine', 1, '4', '0'),
(30300463, 'Golden Spider', 'Spidryg', 's', 1, 1, 1, '1', '0', '0', 30300463, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(30300462, 'Golden Pig', 'Pigieyg', 's', 1, 1, 1, '1', '0', '0', 30300462, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(30300461, 'Golden Dog', 'Dogieyg', 's', 1, 1, 1, '1', '0', '0', 30300461, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(30300154, 'Golden Dragon', 'Dragoyg', 's', 1, 1, 1, '1', '0', '0', 30300154, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(30300153, 'Golden Turtle', 'Turtlyg', 's', 1, 1, 1, '1', '0', '0', 30300153, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(30300152, 'Golden Frog', 'Frogeyg', 's', 1, 1, 1, '1', '0', '0', 30300152, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(30300151, 'Golden Chick', 'Chickyg', 's', 1, 1, 1, '1', '0', '0', 30300151, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(30000355, 'monkeyg', 'monkeyg', 's', 1, 1, 1, '1', '0', '0', 3000504, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(759262, 'treGOW', 'treGOW', 's', 1, 1, 1, '0', '1', '0', 759262, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(759261, 'GoWPil', 'GoWPil', 's', 1, 1, 1, '1', '0', '0', 759261, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(51243, 'TMNT_fountin3', 'TMNT_fountin3', 's', 1, 1, 1, '1', '0', '0', 51243, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(51244, 'TMNT_fountin4', 'TMNT_fountin4', 's', 1, 1, 1, '1', '0', '0', 51244, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(759260, 'GoWeg', 'GoWeg', 's', 1, 1, 1, '1', '0', '0', 759260, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(482030, 'newscfilz', 'newscfilz', 's', 1, 1, 0.001, '0', '0', '0', 482030, '1', '1', '0', '1', '1', 'gate', 2, '0', '0'),
(623546, 'MonkeyButler01', 'MonkeyButler01', 's', 1, 1, 1, '1', '0', '0', 623546, '1', '1', '1', '1', '1', 'vendingmachine', 0, '24', '0'),
(30000141, 'Stone Bar', 'Stonesy_bar2', 's', 1, 1, 1, '1', '0', '0', 30000141, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(30000140, 'Stone Bar', 'Stonesy_bar1', 's', 1, 1, 1, '1', '0', '0', 30000140, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(84027, 'ChicknestRaix1', 'ChicknestRaix1', 's', 1, 1, 1, '1', '0', '0', 84027, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(33402331, 'Jewlery display Case', 'Jewlerydiscase', 's', 1, 1, 1, '1', '0', '0', 33402331, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(324390, 'Horse_Synstir', 'Horse_Synstir', 's', 1, 1, 1, '1', '0', '0', 324390, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(334021211, 'VekHCwinecbnit', 'VekHCwinecbnit', 's', 1, 1, 1, '1', '0', '0', 334021211, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(51263, 'Gothic_pillar', 'Gothic_pillar', 's', 1, 1, 1, '1', '0', '0', 51263, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(51259, 'Easter_fountn', 'Easter_fountn', 's', 1, 1, 1, '1', '0', '0', 51259, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(51258, 'East3r', 'East3r', 's', 1, 1, 1, '1', '0', '0', 51258, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(51257, 'BunnyS_statue', 'BunnyS_statue', 's', 1, 1, 1, '1', '0', '0', 51257, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(51256, 'BunnyG_statue', 'BunnyG_statue', 's', 1, 1, 1, '1', '0', '0', 51256, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(51255, 'Easter_pillar', 'Easter_pillar', 's', 1, 1, 1, '1', '0', '0', 51255, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(56857, 'Diatue', 'Diatue', 's', 1, 1, 1, '1', '0', '0', 56857, '1', '1', '1', '1', '1', 'vendingmachine', 2, '17', '0'),
(378201, 'Project_H_0001', 'Project_H_0001', 's', 1, 1, 1, '1', '0', '0', 378201, '1', '1', '1', '1', '1', 'default', 0, '0', '0'),
(378202, 'Project_H_0002', 'Project_H_0002', 's', 1, 1, 1, '1', '0', '0', 378202, '1', '1', '1', '1', '1', 'default', 0, '0', '0'),
(378203, 'Project_H_0003', 'Project_H_0003', 's', 1, 1, 1, '1', '0', '0', 378203, '1', '1', '1', '1', '1', 'default', 0, '0', '0'),
(92780, 'snta_globe', 'snta_globe', 's', 1, 1, 1, '0', '0', '0', 92780, '1', '1', '0', '1', '1', 'default', 2, '0', '0'),
(51237, 'SynDrag_statu', 'SynDrag_statu', 's', 1, 1, 1, '1', '0', '0', 51237, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(42340, 'Arcade_Punish', 'Arcade_Punish', 's', 1, 1, 1, '1', '0', '0', 42340, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(51245, 'USAV_Roller', 'USAV_Roller', 's', 1, 1, 0.5, '1', '0', '1', 51245, '1', '1', '0', '1', '1', 'roller', 1, '0', '0'),
(348420, 'CoDPostr1', 'CoDPostr1', 'i', 0, 0, 1, '0', '0', '0', 348420, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(348421, 'CoDPostr2', 'CoDPostr2', 'i', 0, 0, 1, '0', '0', '0', 348421, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(348422, 'CoDPostr3', 'CoDPostr3', 'i', 0, 0, 1, '0', '0', '0', 348422, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(348423, 'CoDPostr4', 'CoDPostr4', 'i', 0, 0, 1, '0', '0', '0', 348423, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(348424, 'CoDPostr5', 'CoDPostr5', 'i', 0, 0, 1, '0', '0', '0', 348424, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(51246, 'flag_Facebok', 'flag_Facebok', 'i', 0, 0, 1, '0', '0', '0', 51246, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(824513, 'Arplwt1', 'post_JabP01', 'i', 1, 1, 0, '0', '0', '0', 824513, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(345240, 'SynShef', 'SynShef', 'i', 0, 0, 1, '0', '0', '0', 345240, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(700324, 'V_ColorR1Nely1', 'V_ColorR1Nely1', 's', 1, 1, 0.001, '0', '0', '0', 7002215, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(700325, 'V_ColorR1Nely2', 'V_ColorR1Nely2', 's', 1, 1, 0.001, '0', '0', '0', 7002216, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(700326, 'V_ColorR1Nely3', 'V_ColorR1Nely3', 's', 1, 1, 0.001, '0', '0', '0', 7002217, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(700327, 'V_ColorR1Nely4', 'V_ColorR1Nely4', 's', 1, 1, 0.001, '0', '0', '0', 7002218, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(700328, 'V_ColorR1Nely5', 'V_ColorR1Nely5', 's', 1, 1, 0.001, '0', '0', '0', 7002219, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(700329, 'V_ColorR1Nely6', 'V_ColorR1Nely6', 's', 1, 1, 0.001, '0', '0', '0', 7002220, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(51250, 'angth1', 'angth1', 's', 1, 1, 1, '0', '1', '0', 51250, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(51251, 'angth2', 'angth2', 's', 1, 1, 1, '0', '1', '0', 51251, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(51252, 'angth3', 'angth3', 's', 1, 1, 1, '0', '1', '0', 51252, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(51253, 'angth4', 'angth4', 's', 1, 1, 1, '0', '1', '0', 51253, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(51254, 'angth5', 'angth5', 's', 1, 1, 1, '0', '1', '0', 51254, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(30001142, 'thsyd1', 'thsyd1', 's', 1, 1, 1, '0', '1', '0', 30001142, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(30002142, 'thsyd2', 'thsyd2', 's', 1, 1, 1, '0', '1', '0', 30002142, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(30003142, 'thsyd3', 'thsyd3', 's', 1, 1, 1, '0', '1', '0', 30003142, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(71000144, 'Peter FG Throne', 'Famgy1', 's', 1, 1, 1, '0', '1', '0', 71000144, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(71000145, 'Lois FG Throne', 'Famgy2', 's', 1, 1, 1, '0', '1', '0', 71000145, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(71000146, 'Chris FG Throne', 'Famgy3', 's', 1, 1, 1, '0', '1', '0', 71000146, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(71000147, 'Meg FG Throne', 'Famgy4', 's', 1, 1, 1, '0', '1', '0', 71000147, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(71000148, 'Stewie FG Throne', 'Famgy5', 's', 1, 1, 1, '0', '1', '0', 71000148, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(71000149, 'Brian FG Throne', 'Famgy6', 's', 1, 1, 1, '0', '1', '0', 71000149, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(71000142, 'Green Lanturn Throne', 'Greete', 's', 1, 1, 1, '0', '1', '0', 71000142, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(71000143, 'Hello Kitty Throne', 'HeloKt', 's', 1, 1, 1, '0', '1', '0', 71000143, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(345303, 'Japan_Trax_Syn', 'Japan_Trax_Syn', 's', 1, 1, 1, '1', '0', '0', 345303, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(926510, 'ROTW_Music_Con', 'ROTW_Music_Con', 's', 1, 1, 1, '1', '0', '0', 926510, '1', '1', '1', '1', '1', 'trophy', 1, '0', '0'),
(829465, 'SnoStormAwrdSS', 'SnoStormAwrdSS', 's', 1, 1, 1, '1', '0', '0', 829465, '1', '1', '1', '1', '1', 'trophy', 0, '0', '0'),
(31125, 'chair_plasto2', 'chair_plasto2', 's', 1, 1, 1, '0', '1', '0', 4574, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(31126, 'chair_plasto3', 'chair_plasto3', 's', 1, 1, 1, '0', '1', '0', 4562, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(31127, 'chair_plasto_lm1', 'chair_plasto_lm1', 's', 1, 1, 1, '0', '1', '0', 4575, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(31128, 'chair_plasty2', 'chair_plasty2', 's', 1, 1, 1, '0', '1', '0', 4560, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(31129, 'chair_plasty3', 'chair_plasty3', 's', 1, 1, 1, '0', '1', '0', 4564, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(31130, 'chair_plasty_lm1', 'chair_plasty_lm1', 's', 1, 1, 1, '0', '1', '0', 4566, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(31131, 'table_plasto2_4leg', 'table_plasto2_4leg', 's', 2, 2, 1, '1', '0', '0', 4571, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(31132, 'table_plasto3_4leg', 'table_plasto3_4leg', 's', 2, 2, 1, '1', '0', '0', 4563, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(31133, 'table_plasto_4leg_lm1', 'table_plasto_4leg_lm1', 's', 2, 2, 1, '1', '0', '0', 4573, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(31134, 'table_plasto2_bigsq', 'table_plasto2_bigsq', 's', 2, 2, 1, '1', '0', '0', 4570, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(31135, 'table_plasto3_bigsq', 'table_plasto3_bigsq', 's', 2, 2, 1, '1', '0', '0', 4567, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(31136, 'table_plasto_bigsq_lm1', 'table_plasto_bigsq_lm1', 's', 2, 2, 1, '1', '0', '0', 4569, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(31137, 'table_plasto2_round', 'table_plasto2_round', 's', 2, 2, 1, '1', '0', '0', 4572, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(31138, 'table_plasto3_round', 'table_plasto3_round', 's', 2, 2, 1, '1', '0', '0', 4576, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(31139, 'table_plasto_round_lm1', 'table_plasto_round_lm1', 's', 2, 2, 1, '1', '0', '0', 4559, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(31140, 'table_plasto2_sq', 'table_plasto2_sq', 's', 1, 1, 1, '1', '0', '0', 4561, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(31141, 'table_plasto3_sq', 'table_plasto3_sq', 's', 1, 1, 1, '1', '0', '0', 4568, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(31142, 'table_plasto_sq_lm1', 'table_plasto_sq_lm1', 's', 1, 1, 1, '1', '0', '0', 4565, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(31143, 'easel_5', 'easel_5', 's', 1, 1, 1, '1', '0', '0', 4577, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(31144, 'mnstr_seed', 'mnstr_seed', 's', 1, 1, 1, '0', '0', '0', 10085, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(31145, 'mnstr_revival', 'mnstr_revival', 's', 1, 1, 1, '0', '0', '0', 10081, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(31146, 'watering_can', 'watering_can', 's', 1, 1, 1, '0', '0', '0', 10084, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(31147, 'gardening_box', 'gardening_box', 's', 1, 1, 1, '0', '0', '0', 10083, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(31148, 'gh_div_cor', 'gh_div_cor', 's', 1, 1, 1, '0', '0', '0', 10082, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(31149, 'gh_div_wall', 'gh_div_wall', 's', 2, 1, 1, '0', '0', '0', 10080, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(20604, 'Black+Yellow USVA Wallrug', 'usva2_wallrug', 'i', 0, 0, 0, '1', '0', '0', 4417, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20605, 'Green USVA Rug', 'usva3_rug', 's', 0, 0, 0, '1', '0', '0', 4108, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20606, 'Blue USVA Sofa', 'usva5_sofa', 's', 2, 1, 0.9, '1', '1', '0', 4109, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20607, 'Red USVA Table Lamp', 'usva4_lamble', 's', 0, 0, 0, '1', '0', '0', 4110, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20608, 'Green USVA Block Shelf', 'usva3_shelf', 's', 0, 0, 0.7, '1', '0', '1', 4111, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20609, 'White USVA Rug', 'usva_rug', 's', 0, 0, 0, '1', '0', '0', 4112, '1', '1', '1', '1', '1', 'default', 3, '0', '0');
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES
(20610, 'Yellow USVA table', 'usva2_table', 's', 2, 2, 0.9, '1', '0', '0', 4113, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20611, 'White USVA Shelf', 'usva_shelf2', 's', 0, 0, 0.7, '1', '0', '0', 4114, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20612, 'Red USVA Sofa', 'usva4_sofa', 's', 2, 1, 0.9, '1', '1', '0', 4115, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20613, 'Pink USVA table', 'usva_table', 's', 2, 2, 0.9, '1', '0', '0', 4116, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20614, 'Blue USVA Table', 'usva5_table', 's', 2, 2, 0.9, '1', '0', '0', 4117, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20615, 'Pink USVA Table Lamp', 'usva_lamble', 's', 0, 0, 0, '1', '0', '0', 4118, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20616, 'Yellow USVA Sofa', 'usva2_sofa', 's', 2, 1, 0.9, '1', '1', '0', 4119, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20617, 'Yellow USVA Chair', 'usva2_chair', 's', 0, 0, 0.9, '1', '1', '0', 4120, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20618, 'Pink USVA Lamp', 'usva_lamp', 's', 0, 0, 0, '1', '0', '0', 4121, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20619, 'Black USVA Shelf', 'usva2_shelf2', 's', 0, 0, 0.7, '1', '0', '0', 4122, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20620, 'Pink USVA Chair', 'usva_chair', 's', 0, 0, 0.9, '1', '1', '0', 4123, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20621, 'Blue USVA Desk Lamp', 'usva5_lamble', 's', 0, 0, 0, '1', '0', '0', 4124, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20622, 'Yellow USVA Lamp', 'usva2_lamp', 's', 0, 0, 0, '1', '0', '0', 4125, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20623, 'Red USVA Chair', 'usva4_chair', 's', 0, 0, 0.9, '1', '1', '0', 4126, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20624, 'Green USVA Shelf', 'usva3_shelf2', 's', 0, 0, 0.7, '1', '0', '0', 4127, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20625, 'Green USVA Table', 'usva3_table', 's', 2, 2, 0.9, '1', '0', '0', 4128, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20626, 'Black USVA Rug', 'usva2_rug', 's', 0, 0, 0, '1', '0', '0', 4129, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20627, 'Red USVA table', 'usva4_table', 's', 2, 2, 0.9, '1', '0', '0', 4130, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20628, 'Blue USVA Lamp', 'usva5_lamp', 's', 0, 0, 0, '1', '0', '0', 4131, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20629, 'Green USVA Chair', 'usva3_chair', 's', 0, 0, 0.9, '1', '1', '0', 4132, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20630, 'Green USVA Table Lamp', 'usva3_lamble', 's', 0, 0, 0, '1', '0', '0', 4133, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20631, 'Pink USVA Sofa', 'usva_sofa', 's', 2, 1, 0.9, '1', '1', '0', 4134, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20632, 'White USVA Block Shelf', 'usva_shelf', 's', 0, 0, 0.7, '1', '0', '1', 4135, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20633, 'Red USVA Lamp', 'usva4_lamp', 's', 0, 0, 0, '1', '0', '0', 4136, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20634, 'Yellow USVA Table Lamp', 'usva2_lamble', 's', 0, 0, 0, '1', '0', '0', 4137, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20635, 'Green USVA Lamp', 'usva3_lamp', 's', 0, 0, 0, '1', '0', '0', 4138, '1', '1', '1', '1', '1', 'default', 2, '0', '0'),
(20636, 'Red USVA Rug', 'usva4_rug', 's', 0, 0, 0, '1', '0', '0', 4139, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20637, 'Black USVA Block Shelf', 'usva2_shelf', 's', 0, 0, 0.7, '1', '0', '1', 4140, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20638, 'Green USVA Sofa', 'usva3_sofa', 's', 2, 1, 0.9, '1', '1', '0', 4141, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20639, 'Blue USVA Rug', 'usva5_rug', 's', 0, 0, 0, '1', '0', '0', 4142, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20640, 'Blue USVA Chair', 'usva5_chair', 's', 0, 0, 0.9, '1', '1', '0', 4143, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(20641, 'White+Blue USVA Wallrug', 'usva5_wallrug', 'i', 1, 1, 1, '1', '0', '0', 4413, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20642, 'Green USVA Wallrug', 'usva3_wallrug', 'i', 1, 1, 1, '1', '0', '0', 4414, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20643, 'White+Pink USVA Wallrug', 'usva_wallrug', 'i', 1, 1, 1, '1', '0', '0', 4415, '1', '1', '1', '1', '1', 'default', 3, '0', '0'),
(20644, 'Red USVA Wallrug', 'usva4_wallrug', 'i', 1, 1, 1, '1', '0', '0', 4416, '1', '1', '1', '1', '1', 'default', 3, '0', '0');


/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;


[SIZE=4]


Furnidata.txt:
Code:
[/SIZE][["s","13","shelves_norja","34082","0","1","1","#ffffff,#F7EBBC","Beige Bookcase","For nic naks and books.","","142872","5"],["s","14","shelves_polyfon","34082","0","2","1","0,0,0","Bookcase","Make your books look sleek.","","142875","6"],["s","15","shelves_silo","34082","0","2","1","0,0,0","Bookcase","For nic naks and books.","","142862","7"],["s","17","table_polyfon_small","34347","0","2","2","0,0,0","Small Coffee Table","For serving a stylish latte.","","142875","8"],["s","18","chair_polyfon","34082","0","1","1","0,0,0","Dining Chair","Metallic seating experience","","142875","9"],["s","20","table_norja_med","34082","0","2","2","#ffffff,#F7EBBC","Beige Coffee Table","For larger gatherings.","","142872","10"],["s","21","table_silo_med","34082","0","2","2","#ffffff,#ABD0D2","Gray Coffee Table","Perfect for entertaining.","","142862","157"],["s","22","table_plasto_4leg","34082","0","2","2","0,0,0","Occasional Table","Hip plastic furniture","","142878","12"],["s","23","table_plasto_round","34082","0","2","2","0,0,0","Round Dining Table","Hip plastic furniture","","142878","13"],["s","24","table_plasto_bigsquare","34082","0","2","2","#ffffff,#ffffff","Square Dining Table","Hip plastic furniture","","142878","14"],["s","25","stand_polyfon_z","34082","0","1","1","0,0,0","Z Shelf","Tidy up or stack it high!","","142875","15"],["s","26","chair_silo","34082","0","1","1","#ffffff,#ffffff,#ABD0D2,#ABD0D2","Gray Dining Chair","Keep it simple.","","142862","16"],["s","28","sofa_silo","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#ABD0D2,#ABD0D2,#ABD0D2,#ABD0D2","Gray Sofa","Cushioned comfort.","","142862","17"],["s","29","couch_norja","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#F7EBBC,#F7EBBC,#F7EBBC,#F7EBBC","Beige Bench","Two can perch comfortably.","","142872","18"],["s","30","chair_norja","34082","0","1","1","#ffffff,#ffffff,#F7EBBC,#F7EBBC","Beige Chair","Sleek and chic.","","142872","19"],["s","31","table_polyfon_med","34082","0","2","2","0,0,0","Large Coffee Table","For serving a stylish latte.","","142875","20"],["s","32","doormat_love","34082","0","1","1","0,0,0","Doormat","Welcome Habbos in style","","142883","21"],["s","33","doormat_plain","34082","0","1","1","0,0,0","Doormat","Available in a variety of colors","","142883","22"],["s","34","sofachair_polyfon","34082","0","1","1","#ffffff,#ffffff,#ABD0D2,#ABD0D2","Aquamarine Armchair","Loft-style comfort.","","142875","23"],["s","35","sofa_polyfon","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#ABD0D2,#ABD0D2,#ABD0D2,#ABD0D2","Aquamarine Sofa","Comfort for stylish couples.","","142875","24"],["s","36","sofachair_silo","34082","0","1","1","#ffffff,#ffffff,#ABD0D2,#ABD0D2","Gray Armchair","Large, but worth it.","","142862","25"],["s","38","chair_plasty","34926","0","1","1","0,0,0","Plastic Pod Chair","Hip plastic furniture","","142878","26"],["s","39","chair_plasto","34926","0","1","1","0,0,0","Chair","Hip plastic furniture","","142878","27"],["s","40","table_plasto_square","34082","0","1","1","0,0,0","Occasional Table","Hip plastic furniture","","142878","28"],["s","41","bed_polyfon","34082","0","2","3","#ffffff,#ffffff,#ABD0D2,#ABD0D2","Aquamarine Double Bed","Give yourself space to stretch out.","","142875","29"],["s","42","bed_polyfon_one","34082","0","1","3","#ffffff,#ffffff,#ffffff,#ABD0D2,#ABD0D2","Aquamarine Single Bed","Sleep tight.","","142875","30"],["s","43","bed_trad_one","34082","0","2","3","0,0,0","Plain Single Bed","All you need for a good night's sleep","","-1","-1"],["s","44","bed_trad","34082","0","2","3","0,0,0","Plain Double Bed","Sweet dreams for two","","-1","-1"],["s","45","bed_silo_one","34082","0","1","3","0,0,0","Single Bed","Plain and simple.","","142862","31"],["s","46","bed_silo_two","34082","0","2","3","0,0,0","Double Bed","Plain and simple x2.","","142862","32"],["s","47","table_silo_small","34082","0","1","1","#ffffff,#ABD0D2","Gray Occasional Table","For those random moments.","","142862","33"],["s","48","bed_armas_two","34082","0","2","3","0,0,0","Double Bed","King-sized pine comfort.","","142874","34"],["s","49","bed_budget_one","34082","0","1","3","#FFFFFF,#FFFFFF,#FFFFFF,#ABD0D2,#ABD0D2,#ABD0D2","Aquamarine Single Bed","All you need for a good night's sleep.","","142880","35"],["s","50","bed_budget","34082","0","2","3","#FFFFFF,#FFFFFF,#FFFFFF,#ABD0D2,#ABD0D2,#ABD0D2","Plain Double Bed","Sweet dreams for two","","-1","-1"],["s","51","shelves_armas","34082","0","2","1","0,0,0","Bookcase","For fire-side stories.","","142874","37"],["s","52","bench_armas","34082","0","2","1","0,0,0","Bench","To complete the dining set.","","142874","38"],["s","53","table_armas","34082","0","2","2","0,0,0","Dining Table","For informal dining.","","142874","39"],["s","54","small_table_armas","34082","0","1","1","0,0,0","Occasional Table","Practical and beautiful.","","142874","40"],["s","55","small_chair_armas","34082","0","1","1","0,0,0","Stool","Rustic charm at it's best.","","142874","41"],["s","56","fireplace_armas","34082","0","2","1","#FFFFFF,#FFFFFF,#FFFFFF","Fireplace","Authentic and cozy.","","142874","42"],["s","57","lamp_armas","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF","Table Lamp","Ambient lighting is essential.","","142874","43"],["s","58","bed_armas_one","34082","0","1","3","0,0,0","Single Bed","Rustic charm for one","","142874","44"],["s","59","carpet_standard","34082","0","3","5","0,0,0","Floor rug","Available in a variety of colors","","142883","45"],["s","60","carpet_armas","34082","0","2","4","0,0,0","Hand-Woven Rug","Adds instant warmth","","142883","46"],["s","61","carpet_polar","34082","0","2","3","#ffffff,#ffffff,#ffffff","Faux-Fur Bear Rug","You didn't hear about the polar bear?","","142883","47"],["s","62","fireplace_polyfon","34082","2","2","1","#FFFFFF,#FFFFFF,#FFFFFF","Fireplace","Comfort in stainless steel.","","142875","48"],["s","63","table_plasto_4leg*1","34082","0","2","2","#ffffff,#ff1f08","Occasional Table","Hip plastic furniture","","142878","50"],["s","64","table_plasto_bigsquare*1","34082","0","2","2","#ffffff,#ff1f08","Square Dining Table","Hip plastic furniture","","142878","51"],["s","65","table_plasto_round*1","34082","0","2","2","#ffffff,#ff1f08","Round Dining Table","Hip plastic furniture","","142878","52"],["s","66","table_plasto_square*1","34082","0","1","1","#ffffff,#ff1f08","Occasional Table","Hip plastic furniture","","142878","53"],["s","67","chair_plasto*1","34926","0","1","1","#ffffff,#ff1f08,#ffffff,#ff1f08","Chair","Hip plastic furniture","","142878","54"],["s","68","carpet_standard*1","34082","0","3","5","#ff1f08","Floor Rug","Available in a variety of colors","","142883","55"],["s","69","doormat_plain*1","34082","0","1","1","#ff1f08","Doormat","Available in a variety of colors","","142883","56"],["s","70","table_plasto_4leg*2","34082","0","2","2","#ffffff,#99DCCC","Occasional Table","Hip plastic furniture","","142878","57"],["s","71","table_plasto_bigsquare*2","34082","0","2","2","#ffffff,#99DCCC","Square Dining Table","Hip plastic furniture","","142878","58"],["s","72","table_plasto_round*2","34082","0","2","2","#ffffff,#99DCCC","Round Dining Table","Hip plastic furniture","","142878","59"],["s","73","table_plasto_square*2","34082","0","1","1","#ffffff,#99DCCC","Occasional Table","Hip plastic furniture","","142878","60"],["s","74","chair_plasto*2","34926","0","1","1","#ffffff,#99DCCC,#ffffff,#99DCCc","Chair","Hip plastic furniture","","142878","61"],["s","75","doormat_plain*2","34082","0","1","1","#99DCCC","Doormat","Available in a variety of colors","","142883","62"],["s","76","carpet_standard*2","34082","0","3","5","#99DCCC","Floor Rug","Available in a variety of colors","","142883","63"],["s","77","table_plasto_4leg*3","34082","0","2","2","#ffffff,#ffee00","Occasional Table","Hip plastic furniture","","142878","64"],["s","78","table_plasto_bigsquare*3","34082","0","2","2","#ffffff,#ffee00","Square Dining Table","Hip plastic furniture","","142878","65"],["s","79","table_plasto_round*3","34082","0","2","2","#ffffff,#ffee00","Round Dining Table","Hip plastic furniture","","142878","66"],["s","80","table_plasto_square*3","34082","0","1","1","#ffffff,#ffee00","Occasional Table","Hip plastic furniture","","142878","67"],["s","81","chair_plasto*3","34926","0","1","1","#ffffff,#ffee00,#ffffff,#ffee00","Chair","Hip plastic furniture","","142878","68"],["s","82","carpet_standard*3","34082","0","3","5","#ffee00","Floor Rug","Available in a variety of colors","","142883","69"],["s","83","doormat_plain*3","34082","0","1","1","#ffee00","Doormat","Available in a variety of colors","","142883","70"],["s","84","table_plasto_4leg*4","34082","0","2","2","#ffffff,#ccddff","Square Dining Table","Hip plastic furniture","","-1","-1"],["s","85","table_plasto_bigsquare*4","34082","0","2","2","#ffffff,#ccddff","Square Dining Table","Hip plastic furniture","","142878","71"],["s","86","table_plasto_round*4","34082","0","2","2","#ffffff,#ccddff","Round Dining Table","Hip plastic furniture","","142878","72"],["s","87","table_plasto_square*4","34082","0","1","1","#ffffff,#ccddff","Occasional Table","Hip plastic furniture","","142878","73"],["s","88","chair_plasto*4","34926","0","1","1","#ffffff,#ccddff,#ffffff,#ccddff","Chair","Hip plastic furniture","","142878","74"],["s","89","carpet_standard*4","34082","0","3","5","#ccddff","Floor Rug","Available in a variety of colors","","142883","75"],["s","90","doormat_plain*4","34082","0","1","1","#ccddff","Doormat","Available in a variety of colors","","142883","76"],["s","91","doormat_plain*6","34082","0","1","1","#777777","Doormat","Available in a variety of colors","","142883","77"],["s","93","doormat_plain*5","34082","0","1","1","#ddccff","Doormat","Available in a variety of colors","","142883","78"],["s","94","carpet_standard*5","34082","0","3","5","#ddccff","Floor Rug","Available in a variety of colors","","142883","79"],["s","95","table_plasto_4leg*5","34082","0","2","2","#ffffff,#54ca00","Occasional Table","Hip plastic furniture","","142878","80"],["s","96","table_plasto_bigsquare*5","34082","0","2","2","#ffffff,#54ca00","Square Dining Table","Hip plastic furniture","","142878","81"],["s","97","table_plasto_round*5","34082","0","2","2","#ffffff,#54ca00","Round Dining Table","Hip plastic furniture","","142878","82"],["s","98","table_plasto_square*5","34082","0","1","1","#ffffff,#54ca00","Occasional Table","Hip plastic furniture","","142878","83"],["s","99","chair_plasto*5","34926","0","1","1","#ffffff,#54ca00,#ffffff,#54ca00","Chair","Hip plastic furniture","","142878","84"],["s","100","table_plasto_4leg*6","34082","0","2","2","#ffffff,#3444ff","Occasional Table","Hip plastic furniture","","142878","85"],["s","101","table_plasto_bigsquare*6","34082","0","2","2","#ffffff,#3444ff","Square Dining Table","Hip plastic furniture","","142878","86"],["s","102","table_plasto_round*6","34082","0","2","2","#ffffff,#3444ff","Round Dining Table","Hip plastic furniture","","142878","87"],["s","103","table_plasto_square*6","34082","0","1","1","#ffffff,#3444ff","Occasional Table","Hip plastic furniture","","142878","88"],["s","104","chair_plasto*6","34926","0","1","1","#ffffff,#3444ff,#ffffff,#3444ff","Chair","Hip plastic furniture","","142878","89"],["s","105","table_plasto_4leg*7","34082","0","2","2","#ffffff,#ff6d00","Occasional Table","Hip plastic furniture","","142878","90"],["s","106","table_plasto_bigsquare*7","34082","0","2","2","#ffffff,#ff6d00","Square Dining Table","Hip plastic furniture","","142878","91"],["s","107","table_plasto_round*7","34082","0","2","2","#ffffff,#ff6d00","Round Dining Table","Hip plastic furniture","","142878","92"],["s","108","table_plasto_square*7","34082","0","1","1","#ffffff,#ff6d00","Occasional Table","Hip plastic furniture","","142878","93"],["s","109","chair_plasto*7","34926","0","1","1","#ffffff,#ff6d00,#ffffff,#ff6d00","Chair","Hip plastic furniture","","142878","94"],["s","110","table_plasto_4leg*8","34082","0","2","2","#ffffff,#c38d1a","Occasional Table","Hip plastic furniture","","142878","95"],["s","111","table_plasto_bigsquare*8","34082","0","2","2","#ffffff,#c38d1a","Square Dining Table","Hip plastic furniture","","142878","96"],["s","112","table_plasto_round*8","34082","0","2","2","#ffffff,#c38d1a","Round Dining Table","Hip plastic furniture","","142878","97"],["s","113","table_plasto_square*8","34082","0","1","1","#ffffff,#c38d1a","Occasional Table","Hip plastic furniture","","142878","98"],["s","114","chair_plasto*8","34926","0","1","1","#ffffff,#c38d1a,#ffffff,#c38d1a","Chair","Hip plastic furniture","","142878","99"],["s","115","table_plasto_4leg*9","34082","0","2","2","#ffffff,#533e10","Occasional Table","Hip plastic furniture","","142878","100"],["s","116","table_plasto_bigsquare*9","34082","0","2","2","#ffffff,#533e10","Square Dining Table","Hip plastic furniture","","142878","101"],["s","117","table_plasto_round*9","34082","0","2","2","#ffffff,#533e10","Round Dining Table","Hip plastic furniture","","142878","102"]][["s","118","table_plasto_square*9","34082","0","1","1","#ffffff,#533e10","Occasional Table","Hip plastic furniture","","142878","103"],["s","119","chair_plasto*9","34926","0","1","1","#ffffff,#533e10,#ffffff,#533e10","Chair","Hip plastic furniture","","142878","104"],["s","120","carpet_standard*6","34082","0","3","5","#777777","Floor Rug","Available in a variety of colors","","142883","105"],["s","121","chair_plasty*1","34926","0","1","1","#ffffff,#8EB5D1,#ffffff,#8EB5D1","Plastic Pod Chair","Hip plastic furniture","","142878","106"],["s","122","pizza","34082","0","1","1","","Pizza Box","You dirty Habbo.","","142859","107"],["s","123","drinks","34082","0","1","1","","Empty Cans","Are you a slob too?","","142859","108"],["s","124","chair_plasty*2","34926","0","1","1","#ffffff,#ff9900,#ffffff,#ff9900","Plastic Pod Chair","Hip plastic furniture","","142878","109"],["s","125","chair_plasty*3","34926","0","1","1","#ffffff,#ff2200,#ffffff,#ff2200","Plastic Pod Chair","Hip plastic furniture","","142878","110"],["s","126","chair_plasty*4","34926","0","1","1","#ffffff,#00cc00,#ffffff,#00cc00","Plastic Pod Chair","Hip plastic furniture","","142878","111"],["s","127","bar_polyfon","34082","2","1","1","","Mini-bar","You naughty Habbo!","","142875","112"],["s","128","plant_cruddy","34082","0","1","1","","Aloe Vera","Goodbye Bert...","","-1","-1"],["s","129","bottle","34082","0","1","1","","Empty Spinning Bottle","For interesting games!","","142859","114"],["s","130","bardesk_polyfon","34926","0","2","1","#ffffff,#ffffff,#ABD0D2,#ABD0D2","Aquamarine Bar","Perfect for work or play.","","142875","115"],["s","131","bardeskcorner_polyfon","34926","0","1","1","#ffffff,#ABD0D2","Aquamarine Corner","Round this corner...","","142875","116"],["s","132","floortile","0","0","1","1","","Floor Tile","In Variety of Colors","","-1","-1"],["s","133","bar_armas","34082","2","1","1","","Barrel Minibar","It's a barrel of laughs and a great talking point.","","142874","118"],["s","134","bartable_armas","34082","0","1","3","","Bar","Great for any ski-lodge!","","142874","119"],["s","135","bar_chair_armas","34082","0","1","1","","Barrel Stool","The ultimate recycled Furni.","","142874","120"],["s","136","carpet_soft","34082","0","2","4","","Soft Wool Rug","Soft Wool Rug","","142883","121"],["s","137","carpet_soft*1","34082","0","2","4","#CC3333","Soft Wool Rug","Soft Wool Rug","","142883","122"],["s","138","carpet_soft*2","34082","0","2","4","#66FFFF","Soft Wool Rug","Soft Wool Rug","","142883","123"],["s","139","carpet_soft*3","34082","0","2","4","#FFCC99","Soft Wool Rug","Soft Wool Rug","","142883","124"],["s","140","carpet_soft*4","34082","0","2","4","#FFCCFF","Soft Wool Rug","Soft Wool Rug","","142883","125"],["s","141","carpet_soft*5","34082","0","2","4","#FFFF66","Soft Wool Rug","Soft Wool Rug","","142883","126"],["s","143","carpet_soft*6","34082","0","2","4","#669933","Soft Wool Rug","Soft Wool Rug","","142883","127"],["s","144","red_tv","34082","2","1","1","","Portable TV","Don't miss those soaps.","","142859","128"],["s","145","wood_tv","34082","0","1","2","","Large TV","For family viewing.","","142859","129"],["s","146","carpet_polar*1","34082","0","2","3","#ffbbcf,#ffbbcf,#ffddef","Pink Faux-Fur Bear Rug","Soft and cute","","-1","-1"],["s","147","chair_plasty*5","34926","0","1","1","#ffffff,#00508f,#ffffff,#00508f","Plastic Pod Chair","Hip plastic furniture","","142878","131"],["s","148","carpet_polar*2","34082","0","2","3","#ccddff,#ccddff,#ffffff","Arctic Bear Rug","For cuddling up on","","-1","-1"],["s","149","carpet_polar*3","34082","0","2","3","#ffee99,#ffee99,#ffffff","Faux-Fur Bear Rug","For cuddling up on","","-1","-1"],["s","150","carpet_polar*4","34082","0","2","3","#ddffaa,#ddffaa,#ffffff","Faux-Fur Bear Rug","For cuddling up on","","-1","-1"],["s","151","chair_plasty*6","34926","0","1","1","#ffffff,#ffee00,#ffffff,#ffee00","Plastic Pod Chair","Hip plastic furniture","","142878","135"],["s","152","table_polyfon","34082","0","2","2","","Large Table","Enjoy a cup of joe at this table!","","142875","136"],["s","153","smooth_table_polyfon","34082","0","2","2","","Large Dining Table","Serves meals red hot!","","142875","137"],["s","154","sofachair_polyfon_girl","34082","0","1","1","#ffffff,#ffffff,#EE7EA4,#EE7EA4","Pink Armchair","Loft-style comfort.","","142875","182"],["s","155","bed_polyfon_girl_one","34082","0","1","3","#ffffff,#ffffff,#ffffff,#EE7EA4,#EE7EA4","Pink Single Bed","Sleep tight.","","142875","138"],["s","156","bed_polyfon_girl","34082","0","2","3","#ffffff,#ffffff,#EE7EA4,#EE7EA4","Pink Double Bed","Give yourself space to stretch out.","","142875","139"],["s","157","sofa_polyfon_girl","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#EE7EA4,#EE7EA4,#EE7EA4,#EE7EA4","Pink Sofa","Comfort for stylish couples.","","142875","140"],["s","158","bed_budgetb_one","34082","0","1","3","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","White Single Bed","All you need for a good night's sleep.","","142880","141"],["s","159","bed_budgetb","34082","0","2","3","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Plain Double Bed","Sweet dreams for two","","-1","-1"],["s","160","plant_pineapple","34082","0","1","1","","Pineapple Plant","Needs loving glances.","","142877","143"],["s","161","plant_fruittree","34082","0","1","1","","Cherry Tree","With fruit all year round!","","142877","144"],["s","162","plant_small_cactus","34082","0","1","1","","Small Cactus","Even less watering than the real world.","","142877","145"],["s","163","plant_bonsai","34082","0","1","1","","Bonsai Tree","Calming and relaxing.","","142877","146"],["s","164","plant_big_cactus","34082","0","1","1","","Mature Cactus","Big in style and substance.","","142877","147"],["s","165","plant_yukka","34082","0","1","1","","Yucca Plant","Easy to care for.","","142877","148"],["s","166","carpet_standard*7","34082","0","3","5","#99CCFF,#99CCFF,#99CCFF","Floor Rug","Available in a variety of colors","","142883","149"],["s","167","carpet_standard*8","34082","0","3","5","#999966,#999966,#999966","Floor Rug","Available in a variety of colors","","142883","150"],["s","168","carpet_standard*9","34082","0","3","5","#FFDD00,#FFDD00,#FFDD00","Floor Rug","Available in a variety of colors","","-1","-1"],["s","169","carpet_standard*10","34082","0","3","5","#55AC00,#55AC00,#55AC00","Floor Rug","Available in a variety of colors","","142883","152"],["s","170","carpet_standard*11","34082","0","3","5","#336666,#336666,#336666","Floor Rug","Available in a variety of colors","","142883","153"],["s","171","plant_sunflower","34082","0","1","1","","Cut Sunflower","For happy Habbos.","","142877","154"],["s","172","plant_rose","34082","0","1","1","","Cut Roses","Sweet and romantic.","","142877","155"],["s","173","tv_luxus","34082","0","1","3","","Digital TV","Bang up to date.","","142859","156"],["s","174","bath","34082","0","1","2","","Bubble Bath","The ultimate in pampering.","","142863","165"],["s","177","sink","34082","2","1","1","","Sink","Hot and cold thrown in for no extra charge.","","142863","166"],["s","178","toilet","34082","0","1","1","","Blue Loo Seat","Can a Habbo get some privacy?","","142863","167"],["s","179","duck","34082","0","1","1","","Rubber Duck","You're the one.","","142863","168"],["s","180","tile","34082","0","4","4","","Blue Floor Tiles","Slip free.","","142863","169"],["s","181","toilet_red","34082","0","1","1","","Pink Loo Seat","Can a Habbo get some privacy?","","142863","170"],["s","182","toilet_yell","34082","0","1","1","","Yellow Loo Seat","Can a Habbo get some privacy?","","142863","171"],["s","183","tile_red","34082","0","4","4","","Pink Floor Tiles","Slip free.","","142863","172"],["s","184","tile_yell","34082","0","4","4","","Yellow Floor Tiles","Slip free.","","142863","173"],["s","185","prize1","34082","0","1","1","0,0,0","Gold Trophy","Gorgeously glittery","","-1","-1"],["s","186","prize2","34082","0","1","1","0,0,0","Silver Trophy","Nice and shiny","","-1","-1"],["s","187","present_gen","34082","0","1","1","","Gift","What's inside?","","-1","-1"],["s","188","present_gen1","34082","0","1","1","","Gift","What's inside?","","-1","-1"],["s","189","present_gen2","34082","0","1","1","","Gift","What's inside?","","-1","-1"],["s","190","present_gen3","34082","0","1","1","","Gift","What's inside?","","-1","-1"],["s","191","present_gen4","34082","0","1","1","","Gift","What's inside?","","-1","-1"],["s","192","present_gen5","34082","0","1","1","","Gift","What's inside?","","-1","-1"],["s","193","present_gen6","34082","0","1","1","","Gift","What's inside?","","-1","-1"],["s","195","bar_basic","34082","2","1","1","","Pura Minibar","Fancy a drink?","","142880","185"],["s","196","shelves_basic","34082","0","2","1","0,0,0","pura shelves","pura series 404 shelves","","142880","346"],["s","197","soft_sofachair_norja","34082","0","1","1","#ffffff,#F7EBBC,#F7EBBC","Beige Sofachair","Chill out!","","142872","184"],["s","198","soft_sofa_norja","34082","0","2","1","#ffffff,#F7EBBC,#ffffff,#F7EBBC,#F7EBBC,#F7EBBC","Beige Sofa","Relax a while.","","142872","183"],["s","199","lamp_basic","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Pura lamp","Switch on the atmosphere with this sophisticated light","","142880","188"],["s","200","lamp2_armas","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF","Lodge candle","Wax lyrical with some old-world charm","","142874","189"],["s","201","fridge","34082","2","1","1","#FFFFFF,#FFFFFF","Pura Refrigerator","Keep cool with a chilled snack or drink.","","142880","187"],["s","202","door","34082","2","1","1","","Telephone Box","Move to another room in traditional English style","","142886","206"],["s","204","doorB","34926","2","1","1","","Wardrobe","Narnia has nothing on this teleport device!","","142886","208"],["s","205","doorC","34082","2","1","1","","Portaloo","Festival-chic inter-room transport","","142886","207"],["s","206","pumpkin","34082","0","1","1","#FFFFFF,#FFFFFF","Pumpkin Lamp","Cast a spooky glow","","-1","-1"],["s","207","skullcandle","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF","Skull Candle Holder","Alas poor Yorrick...","","-1","-1"],["s","208","deadduck","34082","0","1","1","0,0,0","Bloody Duck","Blood, but no guts","","-1","-1"],["s","209","deadduck2","34082","0","1","1","0,0,0","Skeleduck","Someone forgot to feed me...","","-1","-1"],["s","210","deadduck3","34082","0","1","1","0,0,0","Gory Duck","With added ectoplasm","","-1","-1"],["s","211","menorah","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF","Menorah","Light up your room.","","-1","-1"],["s","212","pudding","34082","0","1","1","0,0,0","Holiday Pudding","Happy holly-days","","-1","-1"],["s","213","ham","34082","0","1","1","0,0,0","Joint of Ham","Dig in","","-1","-1"],["s","214","turkey","34082","0","1","1","0,0,0","Roast turkey","Where's the cranberry sauce?","","-1","-1"],["s","215","xmasduck","34082","2","1","1","0,0,0","Christmas Duck","Dressed for the holidays","","-1","-1"],["s","216","house","34082","0","1","1","0,0,0","Gingerbread House","Good enough to eat","","-1","-1"],["s","217","triplecandle","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF","Electric Candles","No need to worry about wax drips","","-1","-1"],["s","218","tree3","34082","0","1","1","0,0,0","Christmas tree 2","What a beauty!","","-1","-1"],["s","219","tree4","34082","0","1","1","#FFFFFF,#FFFFFF","Christmas tree 1","Any presents under it yet?","","-1","-1"],["s","220","tree5","34082","0","1","1","#FFFFFF,#FFFFFF","Christmas tree 3","What a beauty!","","-1","-1"],["s","223","ham2","34082","0","1","1","0,0,0","Eaten ham","Looks like you're too late!","","-1","-1"],["s","224","wcandleset","34082","0","1","1","","White Candles","","","-1","-1"]]
[["s","225","rcandleset","34082","0","1","1","","Red Candles","","","-1","-1"],["s","226","statue","34082","0","1","1","0,0,0","Cupid Statue","Watch out for those arrows!","","-1","-1"],["s","227","heart","34082","2","2","1","0,0,0","Giant Heart","Bursting full of love..","","-1","-1"],["s","228","valeduck","34082","0","1","1","0,0,0","Valentine's Duck","Quackers","","-1","-1"],["s","229","heartsofa","34082","0","2","1","0,0,0","Heart Sofa","Perfect for snuggling up on","","-1","-1"],["s","230","throne","34082","0","1","1","0,0,0","Throne","Important Habbos only","","-1","-1"],["s","231","samovar","34082","2","1","1","#FFFFFF","Russian Samovar","Click for a refreshing cuppa","","-1","-1"],["s","232","giftflowers","34082","2","1","1","0,0,0","Vase of Flowers","For that special someone.","","142877","349"],["s","233","habbocake","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF","Wedding Cake","Share in the celebration.","","-1","-1"],["s","234","hologram","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Holoboy","As if by magic...","","-1","-1"],["s","235","easterduck","34082","2","1","1","0,0,0","Wannabe Duck","Follow the white rabbit...","","-1","-1"],["s","236","bunny","34082","0","1","1","0,0,0","Squidgy Bunny","Yours to cuddle up to!","","-1","-1"],["s","237","basket","34082","2","1","1","0,0,0","Basket of eggs","Perfect for your Easter Egg hunts!","","-1","-1"],["s","238","birdie","34082","0","1","1","#FFFFFF,#FFFFFF","Pop-Up Chicken","Count your eggs before they hatch!","","-1","-1"],["s","239","edice","34082","0","1","1","0,0,0","Holodice","What's your lucky number?","","142859","205"],["s","243","prize3","34082","0","1","1","0,0,0","Bronze Trophy","A weighty award","","-1","-1"],["s","244","divider_poly3","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#ABD0D2,#ABD0D2","Aquamarine Gate","All bars should have one.","","142875","223"],["s","245","divider_arm1","34082","0","1","1","0,0,0","Corner Plinth","Good solid wood.","","142874","214"],["s","246","divider_arm2","34082","0","2","1","0,0,0","Room Divider","I wooden go there.","","142874","215"],["s","247","divider_arm3","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF","Gate (lockable)","Knock, knock...","","142874","219"],["s","248","divider_nor1","34082","0","1","1","#ffffff,#F7EBBC","Beige Corner","Looks squishy.","","142872","216"],["s","249","divider_silo1","34082","0","1","1","#ffffff,#ABD0D2","Gray Corner Shelf","For little bits and pieces.","","142862","220"],["s","250","divider_nor2","34082","0","2","1","#ffffff,#ffffff,#F7EBBC,#F7EBBC","Beige Bar","Strong yet soft.","","142872","217"],["s","251","divider_silo2","34082","0","2","1","0,0,0","Screen","Stylish sectioning.","","142862","221"],["s","252","divider_nor3","34082","0","1","1","#FFFFFF,#FFFFFF,#F7EBBC,#F7EBBC","Beige Gate","Do go through...","","142872","218"],["s","253","divider_silo3","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#ABD0D2","Gray Gate","Form following function.","","142862","222"],["s","254","typingmachine","34082","0","1","1","0,0,0","Typewriter","Write that bestseller","","-1","-1"],["s","260","spyro","34082","0","1","1","0,0,0","Dragon Egg","The stuff of legend","","-1","-1"],["s","261","redhologram","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Hologirl","You're her only hope...","","-1","-1"],["s","263","camera","34082","0","1","1","","Camera","Smile!","","-1","-1"],["s","264","joulutahti","34082","2","1","1","0,0,0","Poinsetta","Christmas in a pot","","-1","-1"],["s","265","hyacinth1","34082","2","1","1","0,0,0","Pink Hyacinth","Beautiful bulb","","-1","-1"],["s","266","hyacinth2","34082","2","1","1","0,0,0","Blue Hyacinth","Beautiful bulb","","-1","-1"],["s","267","club_sofa","34082","0","2","1","0,0,0","Club sofa","Club sofa","","-1","-1"],["s","268","chair_plasto*10","34926","0","1","1","#ffffff,#FF99FF,#ffffff,#FF99FF","Chair","Hip plastic furniture","","-1","-1"],["s","269","chair_plasto*11","34926","0","1","1","#ffffff,#66FFFF,#ffffff,#66FFFF","Chair","Hip plastic furniture","","-1","-1"],["s","270","bardeskcorner_polyfon*12","34926","0","1","1","#ffffff,#ffffff,#ffffff","Corner Cabinet/Desk","Tuck it away","","-1","-1"],["s","271","bardeskcorner_polyfon*13","34926","0","1","1","#ffffff,#ffffff,#ffffff","Corner Cabinet/Desk","Tuck it away","","-1","-1"],["s","273","chair_plasto*12","34926","0","1","1","#ffffff,#CC3399,#ffffff,#CC3399","Chair","Hip plastic furniture","","-1","-1"],["s","274","chair_plasto*13","34926","0","1","1","#ffffff,#999900,#ffffff,#999900","Chair","Hip plastic furniture","","-1","-1"],["s","275","chair_plasto*14","34926","0","1","1","#ffffff,#3CB4F0,#ffffff,#3CB4F0","HC chair","Aqua chair","","-1","-1"],["s","276","table_plasto_4leg*14","34082","0","2","2","#ffffff,#3CB4F0","HC table","Aqua table","","-1","-1"],["s","277","mocchamaster","34082","2","1","1","#FFFFFF","Mochamaster","Wake up and smell it!","","-1","-1"],["s","278","carpet_legocourt","34082","0","3","3","0,0,0","Basketball Court","Line up your slam dunk","","142842","355"],["s","279","bench_lego","34082","0","4","1","0,0,0","Team Bench","For your reserve players","","142842","354"],["s","280","legotrophy","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF","Basketball Trophy","For the winning team","","142842","356"],["s","283","valentinescreen","34082","2","2","1","0,0,0","Holiday romance","Peep through and smile!","","-1","-1"],["s","284","edicehc","34082","0","1","1","0,0,0","Dicemaster","Click and roll!","","-1","-1"],["s","285","rare_daffodil_rug","34082","0","2","2","0,0,0","Petal Patch","A little bit of outdoors indoors..","","-1","-1"],["s","286","rare_beehive_bulb","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#55C4DE","Royal Egyptian Lamp","A gift from the Pharaohs...","","-1","-1"],["s","287","hcsohva","34082","0","2","1","0,0,0","Throne sofa","For royal bottoms...","","-1","-1"],["s","288","hcamme","34082","0","1","2","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Tubmaster","Time for a soak","","-1","-1"],["s","289","rare_parasol*0","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#9EFF1C","Green Parasol","Sun! Sun! Sun!","","-1","-1"],["s","290","rare_elephant_statue","34082","0","1","1","#ffffff,#ffcf1c","Golden Elephant","imported Handicrafts","","-1","-1"],["s","291","rare_fountain","34082","0","1","1","#FFFFFF,#FFFFFF,#FF6666","Granite Fountain","Lounge Oasis","","-1","-1"],["s","292","rare_stand","34347","0","1","1","0,0,0","Speaker's Corner","Dear citizens...","","-1","-1"],["s","293","rare_globe","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Habbo Globe","Shake, don't break!","","-1","-1"],["s","294","rare_hammock","34082","0","1","3","0,0,0","Crusoe's Hammock","Take a nap above swell of the sea...","","-1","-1"],["s","295","rare_elephant_statue*1","34082","0","1","1","#ffffff,#bfbfbf","Silver Elephant","An exotic import...","","-1","-1"],["s","296","rare_elephant_statue*2","34082","0","1","1","#ffffff,#d46b00","Bronze Elephant","imported Handicrafts","","-1","-1"],["s","297","rare_fountain*1","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF","Grey Fountain","Lounge Oasis","","-1","-1"],["s","298","rare_fountain*2","34082","0","1","1","#FFFFFF,#FFFFFF,#B8CF00","Jade Birdbath","Have a drink!","","-1","-1"],["s","299","rare_fountain*3","34082","0","1","1","#FFFFFF,#FFFFFF,#59CCCC","Blue Kimberlite Fountain","Lounge Oasis","","-1","-1"],["s","300","rare_beehive_bulb*1","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FF4C47","Red Amber Lamp","Only with these on will you be able to see the truth!","","-1","-1"],["s","301","rare_beehive_bulb*2","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFC307","Yellow Amber Lamp","No bees were harmed during the production.","","-1","-1"],["s","302","rare_xmas_screen","34082","2","2","1","0,0,0","Santa and Elf","Ho Ho Ho!","","-1","-1"],["s","303","rare_parasol*1","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFF11","Yellow Parasol","Sun! Sun! Sun!","","-1","-1"],["s","304","rare_parasol*2","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FF8F61","Orange Parasol","Sun! Sun! Sun!","","-1","-1"],["s","305","rare_parasol*3","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#D47FFF","Violet Parasol","Sun! Sun! Sun!","","-1","-1"],["s","420","soft_jaggara_norja","437","0","1","1","","Norja-pehmojakkara","Pehmeä Norja-jakkara","","-1","-1"],["s","428","house2","34082","0","1","1","","Eaten Gingerbread","Yum...that *was* good.","","-1","-1"],["s","449","djesko_turntable","34082","0","1","1","","DJ Turntable","The wheels of expression","","-1","-1"],["s","456","md_sofa","34082","0","2","1","","Mountain dew sohva","Lokoisa sohva kahdelle","","-1","-1"],["s","457","md_limukaappi","34082","2","1","1","","Habbo Cola Machine","A sparkling refreshing pixel drink!","","-1","-1"],["s","1484","table_plasto_4leg*10","34082","0","2","2","#ffffff,#ccddff","Occasional Table","Hip plastic furniture","","142878","379"],["s","1486","table_plasto_4leg*15","34082","0","2","2","#ffffff,#FF97BA","Occasional Table","Hip plastic furniture","","142878","381"],["s","1487","table_plasto_bigsquare*14","34082","0","2","2","#ffffff,#CC3399","Square Dining Table","Hip plastic furniture","","142878","382"],["s","1488","table_plasto_bigsquare*15","34082","0","2","2","#ffffff,#FF97BA","Square Dining Table","Hip plastic furniture","","142878","383"],["s","1489","table_plasto_round*14","34082","0","2","2","#ffffff,#CC3399","Round Dining Table","Hip plastic furniture","","142878","384"],["s","1490","table_plasto_round*15","34082","0","2","2","#ffffff,#FF97BA","Round Dining Table","Hip plastic furniture","","142878","385"],["s","1491","table_plasto_square*14","34082","0","1","1","#ffffff,#CC3399","Occasional Table","Hip plastic furniture","","142878","386"],["s","1492","table_plasto_square*15","34082","0","1","1","#ffffff,#FF97BA","Occasional Table","Hip plastic furniture","","142878","387"],["s","1495","chair_plasto*15","34926","0","1","1","#ffffff,#FF97BA,#ffffff,#FF97BA","Chair","Hip plastic furniture","","142878","389"],["s","1496","chair_plasty*7","34926","0","1","1","#ffffff,#99DCCc,#ffffff,#99DCCc","Plastic Pod Chair","Hip plastic furniture","","142878","390"],["s","1497","chair_plasty*8","34926","0","1","1","#ffffff,#c38d1a,#ffffff,#c38d1a","Plastic Pod Chair","Hip plastic furniture","","142878","391"],["s","1498","chair_plasty*9","34926","0","1","1","#ffffff,#533e10,#ffffff,#533e10","Plastic Pod Chair","Hip plastic furniture","","142878","392"],["s","1499","chair_plasty*10","34926","0","1","1","#ffffff,#CC3399,#ffffff,#CC3399","Plastic Pod Chair","Hip plastic furniture","","142878","393"],["s","1500","chair_plasty*11","34926","0","1","1","#ffffff,#FF97BA,#ffffff,#FF97BA","Plastic Pod Chair","Hip plastic furniture","","142878","394"],["s","1501","chair_plasto*16","34926","0","1","1","#ffffff,#CC3399,#ffffff,#CC3399","Chair","Hip plastic furniture","","142878","413"],["s","1502","table_plasto_4leg*16","34082","0","2","2","#ffffff,#CC3399","Occasional Table","Hip plastic furniture","","142878","414"],["s","1503","hockey_score","34082","2","1","1","0,0,0","Scoreboard","Keep score of the game!","","142842","418"],["s","1504","hockey_light","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF","Lert","Push the button every 108 minutes.","","142842","419"],["s","1505","doorD","34082","2","1","1","","Imperial Teleport","Let's go over tzar!","","-1","-1"],["s","1506","prizetrophy2*3","34085","0","1","1","#ffffff,#ffffff,#996600","Duck trophy","Breathtaking bronze","","142887","421"],["s","1507","prizetrophy3*3","34085","0","1","1","#ffffff,#ffffff,#996600","Globe trophy","Breathtaking bronze","","142887","422"],["s","1508","prizetrophy4*3","34085","0","1","1","#ffffff,#ffffff,#996600","Fish trophy","Breathtaking bronze","","142887","423"],["s","1509","prizetrophy5*3","34085","0","1","1","#ffffff,#ffffff,#996600","Duo trophy","Breathtaking bronze","","142887","424"],["s","1510","prizetrophy6*3","34085","0","1","1","#ffffff,#ffffff,#996600","Champion trophy","Breathtaking bronze","","142887","425"],["s","1512","prizetrophy*1","34085","0","1","1","#ffffff,#ffffff,#FFDD3F","Classic trophy","Glittery gold","","-1","-1"],["s","1513","prizetrophy2*1","34085","0","1","1","#ffffff,#ffffff,#FFDD3F","Duck trophy","Glittery gold","","142887","428"]]
[["s","1514","prizetrophy3*1","34085","0","1","1","#ffffff,#ffffff,#FFDD3F","Globe trophy","Glittery gold","","142887","429"],["s","1515","prizetrophy4*1","34085","0","1","1","#ffffff,#ffffff,#FFDD3F","Fish trophy","Glittery gold","","142887","430"],["s","1516","prizetrophy5*1","34085","0","1","1","#ffffff,#ffffff,#FFDD3F","Duo trophy","Glittery gold","","142887","431"],["s","1517","prizetrophy6*1","34085","0","1","1","#ffffff,#ffffff,#FFDD3F","Champion trophy","Glittery gold","","142887","432"],["s","1518","prizetrophy7*1","34085","0","1","1","#ffffff,#ffffff,#FFDD3F","Gold Habbo trophy","Gold Habbo trophy","","-1","-1"],["s","1519","prizetrophy*2","34085","0","1","1","#ffffff,#ffffff,#ffffff","Classic trophy","Shiny silver","","-1","-1"],["s","1520","prizetrophy2*2","34085","0","1","1","#ffffff,#ffffff,#ffffff","Duck trophy","Shiny silver","","142887","435"],["s","1521","prizetrophy3*2","34085","0","1","1","#ffffff,#ffffff,#ffffff","Globe trophy","Shiny silver","","142887","436"],["s","1522","prizetrophy4*2","34085","0","1","1","#ffffff,#ffffff,#ffffff","Fish trophy","Shiny silver","","142887","437"],["s","1523","prizetrophy5*2","34085","0","1","1","#ffffff,#ffffff,#ffffff","Duo trophy","Shiny silver","","142887","438"],["s","1524","prizetrophy6*2","34085","0","1","1","#ffffff,#ffffff,#ffffff","Champion trophy","Shiny silver","","142887","439"],["s","1525","prizetrophy7*2","34085","0","1","1","#ffffff,#ffffff,#ffffff","Silver Habbo trophy","Silver Habbo trophy","","-1","-1"],["s","1526","prizetrophy*3","34085","0","1","1","#ffffff,#ffffff,#996600","Classic trophy","Breathtaking bronze","","-1","-1"],["s","1527","hc_chr","34082","0","1","1","0,0,0","Majestic Chair","Royal comfort","","-1","-1"],["s","1528","hc_tbl","34082","0","1","3","0,0,0","Nordic Table","Perfect for banquets","","-1","-1"],["s","1529","hc_lmp","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Oil lamp","Be enlightened","","-1","-1"],["s","1530","hc_dsk","34082","0","1","2","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Study desk","For Habbo scholars","","-1","-1"],["s","1531","nest","34082","0","1","1","0,0,0","Nest","Night, night","","-1","-1"],["s","1532","petfood1","34082","2","1","1","0,0","Doggy Bones Mega Multipack","Natural Energy for the barking one (Medium Energy)","","142914","453"],["s","1533","petfood2","34082","2","1","1","0","Sardines Multipack","Fresh catch of yesterday (Medium Energy)","","142914","454"],["s","1534","petfood3","34082","2","1","1","0,0,0","Cat and starter food","Night, night","","142914","455"],["s","1535","waterbowl*4","34082","2","1","1","#0099ff,#ffffff,#ffffff","Blue Water Bowl","Aqua unlimited","","142914","456"],["s","1536","waterbowl*5","34082","2","1","1","#bf7f00,#ffffff,#ffffff","Brown Water Bowl","Aqua unlimited","","142914","457"],["s","1537","waterbowl*2","34082","2","1","1","#3fff3f,#ffffff,#ffffff","Green Water Bowl","Aqua unlimited","","142914","458"],["s","1538","waterbowl*1","34082","2","1","1","#ff3f3f,#ffffff,#ffffff","Red Water Bowl","Aqua unlimited","","142914","459"],["s","1539","waterbowl*3","34082","2","1","1","#ffff00,#ffffff,#ffffff","Yellow Water Bowl","Aqua unlimited","","142914","460"],["s","1540","toy1","34082","2","1","1","#ff0000,#ffff00,#ffffff,#ffffff","Rubber Ball","It's bouncy-tastic","","142914","461"],["s","1541","toy1*1","34082","2","1","1","#ff7f00,#007f00,#ffffff,#ffffff","Rubber Ball","It is bounce-tastic","","142914","462"],["s","1542","toy1*2","34082","2","1","1","#003f7f,#ff00bf,#ffffff,#ffffff","Rubber Ball","It is bounce-tastic","","142914","463"],["s","1543","toy1*3","34082","2","1","1","#bf1900,#00bfbf,#ffffff,#ffffff","Rubber Ball","It is bounce-tastic","","142914","464"],["s","1544","toy1*4","34082","2","1","1","#000000,#ffffff,#ffffff,#ffffff","Rubber Ball","It is bounce-tastic","","142914","465"],["s","1545","goodie1","34086","2","1","1","#ff4cbf,#ffffff","Marzipan Man","Crunchy Dog Treat (Low Energy)","","142914","466"],["s","1546","goodie1*1","34086","2","1","1","#3fffff,#ffffff","Marzipan Man","Crunchy Dog Treat (Low Energy)","","142914","467"],["s","1547","goodie1*2","34086","2","1","1","#ffbf00,#ffffff","Marzipan Man","Crunchy Dog Treat (Low Energy)","","142914","468"],["s","1548","goodie2","34086","2","1","1","0","Chocolate Mouse","Gourmet for pets (Low Energy)","","142914","469"],["s","1549","scifiport*0","34082","0","1","1","#FFFFFF,#DD2D22,#FFFFFF,#FFFFFF,#FFFFFF,#DD2D22","Red Laser Door","Energy beams. No trespassers!","","-1","-1"],["s","1550","scifiport*9","34082","0","1","1","#FFFFFF,#7733FF,#FFFFFF,#FFFFFF,#FFFFFF,#7733FF","Violet Laser Portal","Energy beams. No trespassers!","","-1","-1"],["s","1551","scifiport*8","34082","0","1","1","#FFFFFF,#BB55CC,#FFFFFF,#FFFFFF,#FFFFFF,#BB55CC","Purple Laser Portal","Energy beams. No trespassers!","","-1","-1"],["s","1552","scifiport*7","34082","0","1","1","#FFFFFF,#00CCCC,#FFFFFF,#FFFFFF,#FFFFFF,#00CCCC","Turquoise Laser Portal","Energy beams. No trespassers!","","-1","-1"],["s","1553","scifiport*6","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","White Laser Portal","Energy beams. No trespassers!","","-1","-1"],["s","1554","scifiport*5","34082","0","1","1","#FFFFFF,#555555,#FFFFFF,#FFFFFF,#FFFFFF,#555555","Black Laser Portal","Energy beams. No trespassers!","","-1","-1"],["s","1555","scifiport*4","34082","0","1","1","#FFFFFF,#FF5577,#FFFFFF,#FFFFFF,#FFFFFF,#FF5577","Pink Laser Portal","Energy beams. No trespassers!","","-1","-1"],["s","1556","scifiport*3","34082","0","1","1","#FFFFFF,#02BB70,#FFFFFF,#FFFFFF,#FFFFFF,#02BB70","Jade Laser Portal","Energy beams. No trespassers!","","-1","-1"],["s","1557","scifiport*2","34082","0","1","1","#FFFFFF,#5599FF,#FFFFFF,#FFFFFF,#FFFFFF,#5599FF","Blue Laser Portal","Energy beams. No trespassers!","","-1","-1"],["s","1558","scifiport*1","34082","0","1","1","#FFFFFF,#FFBC00,#FFFFFF,#FFFFFF,#FFFFFF,#FFBC00","Golden Plasma Gate","Access Granted!","","-1","-1"],["s","1559","scifirocket*9","34082","0","1","1","#FFFFFF,#FFFFFF,#7733FF,#FFFFFF","Violet Smoke Machine","Retro-mystification","","-1","-1"],["s","1560","scifirocket*8","34082","0","1","1","#FFFFFF,#FFFFFF,#BB55CC,#FFFFFF","Purple Smoke Machine","Retro-mystification","","-1","-1"],["s","1561","scifirocket*7","34082","0","1","1","#FFFFFF,#FFFFFF,#00CCCC,#FFFFFF","Aqua Smoke Machine","Retro-mystification","","-1","-1"],["s","1562","scifirocket*6","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Grey Smoke Machine","Retro-mystification","","-1","-1"],["s","1563","scifirocket*5","34082","0","1","1","#FFFFFF,#FFFFFF,#555555,#FFFFFF","HB Zero-300","The perfect Habboween addition!","","-1","-1"],["s","1564","scifirocket*4","34082","0","1","1","#FFFFFF,#FFFFFF,#FF5577,#FFFFFF","Pink Smoke Machine","Retro-mystification","","-1","-1"],["s","1565","scifirocket*3","34082","0","1","1","#FFFFFF,#FFFFFF,#02BB70,#FFFFFF","Jade Smoke Machine","Retro-mystification","","-1","-1"],["s","1566","scifirocket*2","34082","0","1","1","#FFFFFF,#FFFFFF,#5599FF,#FFFFFF","Blue Smoke Machine","Retro-mystification","","-1","-1"],["s","1567","scifirocket*1","34082","0","1","1","#FFFFFF,#FFFFFF,#FFBC00,#FFFFFF","Yellow Smoke Machine","Retro-mystification","","-1","-1"],["s","1568","scifirocket*0","34082","0","1","1","#FFFFFF,#FFFFFF,#DD2D22,#FFFFFF","Red Smoke Machine","Retro-mystification","","-1","-1"],["s","1569","scifidoor*10","34082","2","1","1","#FFFFFF,#BB99FF,#BB99FF,#BB99FF,#FFFFFF","Violet Spaceship Door","Beam it up","","-1","-1"],["s","1570","scifidoor*9","34082","2","1","1","#FFFFFF,#4488FF,#4488FF,#4488FF,#FFFFFF","Blue Spaceship Door","Safe and secure in space","","-1","-1"],["s","1571","scifidoor*8","34082","2","1","1","#FFFFFF,#FF99CC,#FF99CC,#FF99CC,#FFFFFF","Purple Spaceship Door","Safe and secure in space","","-1","-1"],["s","1572","scifidoor*7","34082","2","1","1","#FFFFFF,#AAFFFF,#AAFFFF,#AAFFFF,#FFFFFF","Aqua Spaceship Door","Beam it up","","-1","-1"],["s","1573","scifidoor*6","34082","2","1","1","#FFFFFF,#333333,#333333,#333333,#FFFFFF","The Black Monolith","Safe and secure in space","","-1","-1"],["s","1574","scifidoor*5","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","White Spaceship Door","Safe and secure in space","","-1","-1"],["s","1575","scifidoor*4","34082","2","1","1","#FFFFFF,#99DD77,#99DD77,#99DD77,#FFFFFF","Jade Spaceship Door","Safe and secure in space","","-1","-1"],["s","1576","scifidoor*3","34082","2","1","1","#FFFFFF,#AACCFF,#AACCFF,#AACCFF,#FFFFFF","Sky Spaceship Door","Beam it up","","-1","-1"],["s","1577","scifidoor*2","34082","2","1","1","#FFFFFF,#FFEE66,#FFEE66,#FFEE66,#FFFFFF","Yellow Spaceship Door","Safe and secure in space","","-1","-1"],["s","1578","scifidoor*1","34082","2","1","1","#FFFFFF,#FFAAAA,#FFAAAA,#FFAAAA,#FFFFFF","Pink Spaceship Door","Safe and secure in space","","-1","-1"],["s","1579","pillow*5","34082","0","1","1","#494D29,#494D29,#ffffff,#ffffff","Black Giant Pillow","Puffy, soft and huge","","-1","-1"],["s","1580","pillow*8","34082","0","1","1","#214E68,#214E68,#ffffff,#ffffff","Navy Giant Pillow","Puffy, soft and huge","","-1","-1"],["s","1581","pillow*0","34082","0","1","1","#ffffff,#ffffff,#ffffff,#ffffff","A Snow Drift","Frosty was here!","","-1","-1"],["s","1582","pillow*1","34082","0","1","1","#FF8888,#FF8888,#ffffff,#ffffff","Pink Giant Pillow","Puffy, soft and huge","","-1","-1"],["s","1583","pillow*2","34082","0","1","1","#F00000,#F00000,#ffffff,#ffffff","Festive Red Pillow","Happy Holidays, mon!","","-1","-1"],["s","1584","pillow*7","34082","0","1","1","#E532CA,#E532CA,#ffffff,#ffffff","Bonnie Blonde's Pillow","For Habbo Stars only!","","-1","-1"],["s","1585","pillow*9","34082","0","1","1","#B9FF4B,#B9FF4B,#ffffff,#ffffff","Green Giant Pillow","Puffy, soft and huge","","-1","-1"],["s","1586","pillow*4","34082","0","1","1","#FFBD18,#FFBD18,#ffffff,#ffffff","Golden Giant Pillow","Puffy, soft and huge","","-1","-1"],["s","1587","pillow*6","34082","0","1","1","#5DAAC9,#5DAAC9,#ffffff,#ffffff","Blue Giant Pillow","Puffy, soft and huge","","-1","-1"],["s","1588","pillow*3","34082","0","1","1","#63C9A0,#63C9A0,#ffffff,#ffffff","Turquoise Giant Pillow","Puffy, soft and huge","","-1","-1"],["s","1589","marquee*1","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FF798F,#FFFFFF","Pink marquee","A door and a sunshade in one furni!","","-1","-1"],["s","1590","marquee*2","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#C60000,#FFFFFF","Red Marquee","A door and a sunshade in one furni!","","-1","-1"],["s","1591","marquee*7","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#D600E2,#FFFFFF","Purple Marquee","A door and a sunshade in one furni!","","-1","-1"],["s","1592","marquee*10","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","White Marquee","A door and a sunshade in one furni!","","-1","-1"],["s","1593","marquee*8","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#004AA0,#FFFFFF","Majestic Marquee","The sunshade fit for royalty...","","-1","-1"],["s","1594","marquee*9","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#8FD94A,#FFFFFF","Green Marquee","A door and a sunshade in one furni!","","-1","-1"],["s","1595","marquee*5","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#707070,#FFFFFF","Graphite Marquee","A door and a sunshade in one furni!","","-1","-1"],["s","1596","marquee*4","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#F8CD00,#FFFFFF","Yellow Marquee","A door and a sunshade in one furni!","","-1","-1"],["s","1597","marquee*6","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#719EFD,#FFFFFF","Blue Marquee","A door and a sunshade in one furni!","","-1","-1"],["s","1598","marquee*3","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#68DADA,#FFFFFF","Aqua Marquee","A door and a sunshade in one furni!","","-1","-1"],["s","1599","wooden_screen*1","34082","0","1","2","#ffffff,#ffffff,#FFA795,#FFA795,#ffffff,#ffffff","Pink Oriental screen","Adds an exotic vibe to any room","","-1","-1"],["s","1600","wooden_screen*2","34082","0","1","2","#ffffff,#ffffff,#BD0000,#BD0000,#ffffff,#ffffff","Red Oriental Screen","Adds an exotic vibe to any room","","-1","-1"],["s","1601","wooden_screen*7","34082","0","1","2","#ffffff,#ffffff,#DA2591,#DA2591,#ffffff,#ffffff","Purple Oriental Screen","Adds an exotic vibe to any room","","-1","-1"],["s","1602","wooden_screen*0","34082","0","1","2","#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff","White Oriental Screen","Adds an exotic vibe to any room","","-1","-1"],["s","1603","wooden_screen*8","34082","0","1","2","#ffffff,#ffffff,#004B5E,#004B5E,#ffffff,#ffffff","Teal Oriental Screen","Adds an exotic vibe to any room","","-1","-1"],["s","1604","wooden_screen*5","34082","0","1","2","#ffffff,#ffffff,#778B61,#778B61,#ffffff,#ffffff","Grey Asian Screen","Adds an exotic vibe to any room","","-1","-1"],["s","1605","wooden_screen*9","34082","0","1","2","#ffffff,#ffffff,#A0BE1F,#A0BE1F,#ffffff,#ffffff","Green Oriental Screen","Adds an exotic vibe to any room","","-1","-1"],["s","1606","wooden_screen*4","34082","0","1","2","#ffffff,#ffffff,#F7B800,#F7B800,#ffffff,#ffffff","Golden Oriental Screen","Adds an exotic vibe to any room","","-1","-1"],["s","1607","wooden_screen*6","34082","0","1","2","#ffffff,#ffffff,#72B6D1,#72B6D1,#ffffff,#ffffff","Blue Oriental Screen","Adds an exotic vibe to any room","","-1","-1"],["s","1608","wooden_screen*3","34082","0","1","2","#ffffff,#ffffff,#79E4B3,#79E4B3,#ffffff,#ffffff","Aqua Oriental Screen","Adds an exotic vibe to any room","","-1","-1"],["s","1609","pillar*6","34082","0","1","1","#ffffff,#962725,#962725","Doric Terracotta Pillar","Ancient and stately","","-1","-1"],["s","1610","pillar*1","34082","0","1","1","#ffffff,#FFD0D2,#FFD0D2","Doric Pink Marble Pillar","Ancient and stately","","-1","-1"],["s","1611","pillar*9","34082","0","1","1","#ffffff,#B2A69D,#B2A69D","Doric Rock","Ancient and stately","","-1","-1"],["s","1612","pillar*0","34082","0","1","1","#ffffff,#ffffff,#ffffff","Doric Classic Pillar","Ancient and stately","","-1","-1"],["s","1613","pillar*8","34082","0","1","1","#ffffff,#9A924B,#9A924B","Doric Olive Green Pillar","Ancient and stately","","-1","-1"]]
[["s","1614","pillar*2","34082","0","1","1","#ffffff,#7B5922,#7B5922","Leap Day Pillar","Ancient and stately","","-1","-1"],["s","1615","pillar*5","34082","0","1","1","#ffffff,#CEDD65,#CEDD65","Doric Green Pillar","Ancient and stately","","-1","-1"],["s","1616","pillar*4","34082","0","1","1","#ffffff,#71797C,#71797C","Doric Graphite Pillar","Ancient and stately","","-1","-1"],["s","1617","pillar*7","34082","0","1","1","#ffffff,#E6D000,#E6D000","Doric Gold Pillar","From the collection of DJ-Bling","","-1","-1"],["s","1618","pillar*3","34082","0","1","1","#ffffff,#BDCDEA,#BDCDEA","Doric Blue Pillar","Ancient and stately","","-1","-1"],["s","1619","rare_dragonlamp*4","34082","2","1","1","#FFFFFF,#3E3D40,#3E3D40,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Black Dragon Lamp","Scary and scorching!","","-1","-1"],["s","1620","rare_dragonlamp*0","34082","2","1","1","#FFFFFF,#FA2D00,#FA2D00,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Fire Dragon Lamp","Scary and scorching!","","-1","-1"],["s","1621","rare_dragonlamp*5","34082","2","1","1","#FFFFFF,#589A03,#589A03,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Forest Dragon Lamp","Scary and scorching!","","-1","-1"],["s","1622","rare_dragonlamp*2","34082","2","1","1","#FFFFFF,#02BB70,#02BB70,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Jade Dragon","Scary and scorching!","","-1","-1"],["s","1623","rare_dragonlamp*8","34082","2","1","1","#FFFFFF,#FF5F01,#FF5F01,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Bronze Dragon Lamp","Scary and scorching!","","-1","-1"],["s","1624","rare_dragonlamp*9","34082","2","1","1","#FFFFFF,#B357FF,#B357FF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Frost Dragon","From Rasta.Claus' stables","","-1","-1"],["s","1625","rare_dragonlamp*7","34082","2","1","1","#FFFFFF,#83AEFF,#83AEFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Sky Dragon Lamp","Scary and scorching!","","-1","-1"],["s","1626","rare_dragonlamp*6","34082","2","1","1","#FFFFFF,#FFBC00,#FFBC00,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Golden Dragon","Scary and scorching!","","-1","-1"],["s","1627","rare_dragonlamp*1","34082","2","1","1","#FFFFFF,#3470FF,#3470FF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Blue Dragon Lamp","Scary and scorching!","","-1","-1"],["s","1628","rare_dragonlamp*3","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Silver Dragon Lamp","Scary and scorching!","","-1","-1"],["s","1629","rare_icecream*1","34082","2","1","1","#FFFFFF,#3C75FF,#FFFFFF,#FFFFFF,#FFFFFF","Blue Ice Cream Maker","Virtual vanilla rocks!","","-1","-1"],["s","1630","rare_icecream*7","34082","2","1","1","#FFFFFF,#97420C,#FFFFFF,#FFFFFF,#FFFFFF","Choco Ice Cream Maker","Virtual vanilla rocks!","","-1","-1"],["s","1631","rare_icecream*8","34082","2","1","1","#FFFFFF,#00E5E2,#FFFFFF,#FFFFFF,#FFFFFF","Aqua Ice Cream Maker","Virtual chocolate rocks!","","-1","-1"],["s","1632","rare_icecream*2","34082","2","1","1","#FFFFFF,#55CD01,#FFFFFF,#FFFFFF,#FFFFFF","Shamrock Shake Machine","Minty green goodness in a cone","","-1","-1"],["s","1633","rare_icecream*6","34082","2","1","1","#FFFFFF,#FF8000,#FFFFFF,#FFFFFF,#FFFFFF","Ochre Ice Cream Maker","Virtual vanilla rocks!","","-1","-1"],["s","1634","rare_icecream*9","34082","2","1","1","#FFFFFF,#FF60B0,#FFFFFF,#FFFFFF,#FFFFFF","Fucsia Ice Cream Maker","Virtual vanilla rocks!","","-1","-1"],["s","1635","rare_icecream*3","34082","2","1","1","#FFFFFF,#C05DFF,#FFFFFF,#FFFFFF,#FFFFFF","Purple Ice Cream Maker","Virtual vanilla rocks!","","-1","-1"],["s","1636","rare_icecream*0","34082","2","1","1","#FFFFFF,#F43100,#FFFFFF,#FFFFFF,#FFFFFF","Red Ice Cream Maker","Virtual vanilla rocks!","","-1","-1"],["s","1637","rare_icecream*4","34082","2","1","1","#FFFFFF,#FF9898,#FFFFFF,#FFFFFF,#FFFFFF","Pink Ice Cream Maker","Virtual vanilla rocks!","","-1","-1"],["s","1638","rare_icecream*5","34082","2","1","1","#FFFFFF,#E1CC00,#FFFFFF,#FFFFFF,#FFFFFF","Gold Ice Cream Maker","Virtual vanilla rocks!","","-1","-1"],["s","1639","rare_fan*7","34082","0","1","1","#97420C,#FFFFFF,#FFFFFF,#FFFFFF","Brown Powered Fan","Turn it on and enjoy the cool breeze","","-1","-1"],["s","1640","rare_fan*6","34082","0","1","1","#FF8000,#FFFFFF,#FFFFFF,#FFFFFF","Orange Powered Fan","Turn it on and enjoy the cool breeze","","-1","-1"],["s","1641","rare_fan*9","34082","0","1","1","#FF60B0,#FFFFFF,#FFFFFF,#FFFFFF","Fucsia Powered Fan","Turn it on and enjoy the cool breeze","","-1","-1"],["s","1642","rare_fan*3","34082","0","1","1","#C05DFF,#FFFFFF,#FFFFFF,#FFFFFF","Purple Powered Fan","Turn it on and enjoy the cool breeze","","-1","-1"],["s","1643","rare_fan*0","34082","0","1","1","#F43100,#FFFFFF,#FFFFFF,#FFFFFF","Red Powered Fan","Turn it on and enjoy the cool breeze","","-1","-1"],["s","1644","rare_fan*4","34082","0","1","1","#FF9898,#FFFFFF,#FFFFFF,#FFFFFF","Superlove Pink Fan","To Saffron from Kedo :)","","-1","-1"],["s","1645","rare_fan*5","34082","0","1","1","#E1CC00,#FFFFFF,#FFFFFF,#FFFFFF","Yellow Powered Fan","Turn it on and enjoy the cool breeze","","-1","-1"],["s","1646","rare_fan*1","34082","0","1","1","#3C75FF,#FFFFFF,#FFFFFF,#FFFFFF","Blue Powered Fan","Turn it on and enjoy the cool breeze","","-1","-1"],["s","1647","rare_fan*8","34082","0","1","1","#00E5E2,#FFFFFF,#FFFFFF,#FFFFFF","Turquoise Powered Fan","Turn it on and enjoy the cool breeze","","-1","-1"],["s","1648","rare_fan*2","34082","0","1","1","#55CD01,#FFFFFF,#FFFFFF,#FFFFFF","Green Powered Fan","Turn it on and enjoy the cool breeze","","-1","-1"],["s","1649","queue_tile1*3","34082","0","1","1","#ffffff,#6ED0A7,#ffffff,#ffffff","Aqua Habbo Roller","Movin' on up!","","142881","580"],["s","1650","queue_tile1*6","34082","0","1","1","#ffffff,#A2E8FA,#ffffff,#ffffff","Blue Habbo Roller","Movin' on up!","","142881","584"],["s","1651","queue_tile1*4","34082","0","1","1","#ffffff,#FFAA2B,#ffffff,#ffffff","Gold Habbo Roller","Movin' on up!","","142881","587"],["s","1652","queue_tile1*9","34082","0","1","1","#ffffff,#9AFF60,#ffffff,#ffffff","Green Habbo Roller","Movin' on up!","","142881","589"],["s","1653","queue_tile1*8","34082","0","1","1","#ffffff,#1E8AA5,#ffffff,#ffffff","Teal Habbo Roller","Movin' on up!","","142881","593"],["s","1654","queue_tile1*5","34082","0","1","1","#ffffff,#555A37,#ffffff,#ffffff","Black Habbo Roller","Movin' on up!","","142881","596"],["s","1655","queue_tile1*7","34082","0","1","1","#ffffff,#FC5AFF,#ffffff,#ffffff","Purple Habbo Roller","Movin' on up!","","142881","599"],["s","1656","queue_tile1*2","34082","0","1","1","#ffffff,#FF3333,#ffffff,#ffffff","Red Habbo Roller","Movin' on up!","","142881","602"],["s","1657","queue_tile1*1","34082","0","1","1","#ffffff,#FF7C98,#ffffff,#ffffff","Pink Habbo Roller","Movin' on up!","","142881","605"],["s","1658","queue_tile1*0","34082","0","1","1","#ffffff,#ffffff,#ffffff,#ffffff","Silver Habbo Rollers","Movin' on up!","","142881","607"],["s","1659","ticket","0","0","1","1","0,0,0","Big Ticket Bundle","A bundle of gaming tickets","","-1","-1"],["s","1738","rare_snowrug","34082","0","2","2","0,0,0","Snow Patch","Your personal frozen landscape","","-1","-1"],["s","1741","cn_lamp","34082","0","1","1","#FFFFFF,#FFFFFF","Chinese Lantern","Soft and atmospheric light for your room!","","-1","-1"],["s","1742","cn_sofa","34082","0","3","1","0,0,0","Chinese Lacquer Sofa","Imported and very stylish!","","-1","-1"],["s","1745","sporttrack1*1","34082","0","2","2","#ffffff,#e4592d,#ffffff","Clay Straight Track","Suitable for all sports!","","-1","-1"],["s","1747","sporttrack1*3","34082","0","2","2","#ffffff,#5cb800,#ffffff","Grass Straight Track","Suitable for all sports!","","-1","-1"],["s","1748","sporttrack1*2","34082","0","2","2","#ffffff,#62818b,#ffffff","Synthetic Track","Suitable for all sports!","","-1","-1"],["s","1750","sporttrack2*1","34082","0","2","2","#ffffff,#e4592d,#ffffff","Clay Corner Track","Suitable for all sports!","","-1","-1"],["s","1751","sporttrack2*2","34082","0","2","2","#ffffff,#62818b,#ffffff","Synthetic Corner Track","Suitable for all sports!","","-1","-1"],["s","1752","sporttrack2*3","34082","0","2","2","#ffffff,#5cb800,#ffffff","Grass Corner Track","Suitable for all sports!","","-1","-1"],["s","1754","sporttrack3*1","34082","0","2","2","#ffffff,#e4592d,#ffffff","Clay Finish Line","Suitable for all sports!","","-1","-1"],["s","1755","sporttrack3*2","34082","0","2","2","#ffffff,#62818b,#ffffff","Synthetic Finish Line","Suitable for all sports!","","-1","-1"],["s","1756","sporttrack3*3","34082","0","2","2","#ffffff,#5cb800,#ffffff","Grass Finish Line!","Suitable for all sports!","","-1","-1"],["s","1757","footylamp","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF","Soccer Ball Lamp","For top-scorers only","","-1","-1"],["s","1758","tree1","34082","0","1","1","0,0,0","Old Christmas Tree","Save it, or throw it away?","","-1","-1"],["s","1759","barchair_silo","34082","0","1","1","#ffffff,#ABD0D2","Gray Bar Stool","Practical and convenient.","","142862","679"],["s","1760","divider_nor4*4","34082","0","2","1","#FFFFFF,#FFFFFF,#ABD0D2,#ABD0D2,#ABD0D2,#ABD0D2","Aquamarine Shutter","Roll out!","","142872","680"],["s","1761","traffic_light*1","34082","2","1","1","#FFFFFF,#47738B,#FFFFFF","Classic Traffic Light","Chill and wait your turn!","","-1","-1"],["s","1762","traffic_light*2","34082","2","1","1","#FFFFFF,#2B95E5,#FFFFFF","Blue Traffic Light","Chill and wait your turn!","","-1","-1"],["s","1763","traffic_light*3","34082","2","1","1","#FFFFFF,#E0337A,#FFFFFF","Purple Traffic Light","Chill and wait your turn!","","-1","-1"],["s","1764","traffic_light*4","34082","2","1","1","#FFFFFF,#FFDD24,#FFFFFF","Yellow Traffic Light","Chill and wait your turn!","","-1","-1"],["s","1765","traffic_light*6","34082","2","1","1","#FFFFFF,#EF1D1D,#FFFFFF","Red Traffic Light","Chill and wait your turn!","","-1","-1"],["s","1766","rubberchair*1","34082","0","1","1","#4193D6,#ffffff,#ffffff,#ffffff,#ffffff","Blue Inflatable Chair","Soft and tearproof!","","-1","-1"],["s","1767","rubberchair*2","34082","0","1","1","#F24570,#ffffff,#ffffff,#ffffff,#ffffff","Red Inflatable Chair","Soft and tearproof!","","-1","-1"],["s","1768","rubberchair*3","34082","0","1","1","#F06E3B,#ffffff,#ffffff,#ffffff,#ffffff","Orange Inflatable Chair","Soft and tearproof!","","-1","-1"],["s","1769","rubberchair*4","34082","0","1","1","#53C7D5,#ffffff,#ffffff,#ffffff,#ffffff","Ocean Inflatable Chair","Soft and tearproof!","","-1","-1"],["s","1770","rubberchair*5","34082","0","1","1","#CBE42D,#ffffff,#ffffff,#ffffff,#ffffff","Lime Inflatable Chair","Soft and tearproof!","","-1","-1"],["s","1771","rubberchair*6","34082","0","1","1","#DE4FAE,#ffffff,#ffffff,#ffffff,#ffffff","Violet Inflatable Chair","Soft and tearproof!","","-1","-1"],["s","1772","barrier*1","34082","0","1","2","#FFFFFF,#FFFFFF,#FFCA28,#FFCA28,#FFFFFF","Yellow Road Barrier","No trespassing, please!","","-1","-1"],["s","1773","barrier*2","34082","0","1","2","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","White Road Barrier","No trespassing, please!","","-1","-1"],["s","1774","barrier*3","34082","0","1","2","#FFFFFF,#FFFFFF,#CC3232,#CC3232,#FFFFFF","Red Road Barrier","No trespassing, please!","","-1","-1"],["s","1775","rubberchair*7","34082","0","1","1","#FFFFFF,#ffffff,#ffffff,#ffffff,#ffffff","White Inflatable Chair","Soft and tearproof!","","-1","-1"],["s","1776","rubberchair*8","34082","0","1","1","#444444,#ffffff,#ffffff,#ffffff,#ffffff","Black Inflatable Chair","Soft and tearproof!","","-1","-1"],["s","1777","table_norja_med*2","34082","0","2","2","#ffffff,#525252","Black Coffee Table","For larger gatherings.","","142872","697"],["s","1778","table_norja_med*3","34082","0","2","2","#ffffff,#FFFFFF","White Coffee Table","For larger gatherings.","","142872","698"],["s","1779","table_norja_med*4","34082","0","2","2","#ffffff,#ABD0D2","Aquamarine Coffee Table","For larger gatherings.","","142872","699"],["s","1780","table_norja_med*5","34082","0","2","2","#ffffff,#EE7EA4","Pink Coffee Table","For larger gatherings.","","142872","700"],["s","1781","table_norja_med*6","34082","0","2","2","#ffffff,#5EAAF8","Blue Coffee Table","For larger gatherings.","","142872","701"],["s","1782","table_norja_med*7","34082","0","2","2","#ffffff,#7CB135","Green Coffee Table","For larger gatherings.","","142872","702"],["s","1783","table_norja_med*8","34082","0","2","2","#ffffff,#FFD837","Yellow Coffee Table","For larger gatherings.","","142872","703"],["s","1784","table_norja_med*9","34082","0","2","2","#ffffff,#E14218","Red Coffee Table","For larger gatherings.","","142872","704"],["s","1785","couch_norja*2","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#525252,#525252,#525252,#525252","Black Bench","Two can perch comfortably.","","142872","705"],["s","1786","couch_norja*3","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff","White Bench","Two can perch comfortably.","","142872","706"],["s","1787","couch_norja*4","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#ABD0D2,#ABD0D2,#ABD0D2,#ABD0D2","Aquamarine Bench","Two can perch comfortably.","","142872","707"],["s","1788","couch_norja*5","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#EE7EA4,#EE7EA4,#EE7EA4,#EE7EA4","Pink Bench","Two can perch comfortably","","142872","708"],["s","1789","couch_norja*6","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8","Blue Bench","Two can perch comfortably.","","142872","709"],["s","1790","couch_norja*7","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#7CB135,#7CB135,#7CB135,#7CB135","Green Iced Bench","Build with the luck of the Irish!","","142872","710"],["s","1791","couch_norja*8","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#FFD837,#FFD837,#FFD837,#FFD837","Yellow Bench","Two can perch comfortably.","","142872","711"],["s","1792","couch_norja*9","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#E14218,#E14218,#E14218,#E14218","Red Bench","Two can perch comfortably.","","142872","712"],["s","1793","shelves_norja*2","34082","0","1","1","#ffffff,#525252","Black Bookcase","For nic naks and books.","","142872","713"],["s","1794","shelves_norja*3","34082","0","1","1","#ffffff,#ffffff","White Bookcase","For nic naks and books.","","142872","714"],["s","1795","shelves_norja*4","34082","0","1","1","#ffffff,#ABD0D2","Aquamarine Bookcase","For nic naks and books.","","142872","715"],["s","1796","shelves_norja*5","34082","0","1","1","#ffffff,#EE7EA4","Pink Bookcase","For nic naks and books.","","142872","716"],["s","1797","shelves_norja*6","34082","0","1","1","#ffffff,#5EAAF8","Blue Bookcase","For nic naks and books.","","142872","717"],["s","1798","shelves_norja*7","34082","0","1","1","#ffffff,#7CB135","Green Bookcase","For nic naks and books.","","142872","718"]]
[["s","1799","shelves_norja*8","34082","0","1","1","#ffffff,#FFD837","Yellow Bookcase","For nic naks books.","","142872","719"],["s","1800","shelves_norja*9","34082","0","1","1","#ffffff,#E14218","Red Iced Bookcase","For nic naks and books.","","142872","720"],["s","1801","chair_norja*2","34082","0","1","1","#ffffff,#ffffff,#525252,#525252","Black Chair","Sleek and chic for each cheek","","142872","721"],["s","1802","chair_norja*3","34082","0","1","1","#ffffff,#ffffff,#ffffff,#ffffff","White Chair","Sleek and chic.","","142872","722"],["s","1803","chair_norja*4","34082","0","1","1","#ffffff,#ffffff,#ABD0D2,#ABD0D2","Aquamarine Chair","Sleek and chic.","","142872","723"],["s","1804","chair_norja*5","34082","0","1","1","#ffffff,#ffffff,#EE7EA4,#EE7EA4","Pink Chair","Sleek and chic.","","142872","724"],["s","1805","chair_norja*6","34082","0","1","1","#ffffff,#ffffff,#5EAAF8,#5EAAF8","Blue Chair","Sleek and chic.","","142872","725"],["s","1806","chair_norja*7","34082","0","1","1","#ffffff,#ffffff,#7CB135,#7CB135","Green Chair","Sleek and chic.","","142872","726"],["s","1807","chair_norja*8","34082","0","1","1","#ffffff,#ffffff,#FFD837,#FFD837","Yellow Chair","Sleek and chic.","","142872","727"],["s","1808","chair_norja*9","34082","0","1","1","#ffffff,#ffffff,#E14218,#E14218","Red Chair","Sleek and chic.","","142872","728"],["s","1809","divider_nor1*2","34082","0","1","1","#ffffff,#525252","Black Corner","Looks squishy.","","142872","729"],["s","1810","divider_nor1*3","34082","0","1","1","#ffffff,#ffffff","White Corner","Looks squishy.","","142872","730"],["s","1811","divider_nor1*4","34082","0","1","1","#ffffff,#ABD0D2","Aquamarine Corner","Looks squishy.","","142872","731"],["s","1812","divider_nor1*5","34082","0","1","1","#ffffff,#EE7EA4","Pink Corner","Looks squishy.","","142872","732"],["s","1813","divider_nor1*6","34082","0","1","1","#ffffff,#5EAAF8","Blue Corner","Looks squishy.","","142872","733"],["s","1814","divider_nor1*7","34082","0","1","1","#ffffff,#7CB135","Green Corner","Looks squishy.","","142872","734"],["s","1815","divider_nor1*8","34082","0","1","1","#ffffff,#FFD837","Yellow Corner","Looks squishy.","","142872","735"],["s","1816","divider_nor1*9","34082","0","1","1","#ffffff,#E14218","Red Corner","Looks squishy.","","142872","736"],["s","1817","soft_sofa_norja*2","34082","0","2","1","#ffffff,#525252,#ffffff,#525252,#525252,#525252","Black Sofa","Relax a while.","","142872","737"],["s","1818","soft_sofa_norja*3","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff","White Sofa","Relax a while.","","142872","738"],["s","1819","soft_sofa_norja*4","34082","0","2","1","#ffffff,#ABD0D2,#ffffff,#ABD0D2,#ABD0D2,#ABD0D2","Aquamarine Sofa","Relax a while.","","142872","739"],["s","1820","soft_sofa_norja*5","34082","0","2","1","#ffffff,#EE7EA4,#ffffff,#EE7EA4,#EE7EA4,#EE7EA4","Pink Sofa","Relax a while.","","142872","740"],["s","1821","soft_sofa_norja*6","34082","0","2","1","#ffffff,#5EAAF8,#ffffff,#5EAAF8,#5EAAF8,#5EAAF8","Blue Sofa","Relax a while.","","142872","741"],["s","1822","soft_sofa_norja*7","34082","0","2","1","#ffffff,#7CB135,#ffffff,#7CB135,#7CB135,#7CB135","Green Sofa","Relax a while.","","142872","742"],["s","1823","soft_sofa_norja*8","34082","0","2","1","#ffffff,#FFD837,#ffffff,#FFD837,#FFD837,#FFD837","Yellow Sofa","Relax a while.","","142872","743"],["s","1824","soft_sofa_norja*9","34082","0","2","1","#ffffff,#E14218,#ffffff,#E14218,#E14218,#E14218","Red Sofa","Relax a while.","","142872","744"],["s","1825","soft_sofachair_norja*2","34082","0","1","1","#ffffff,#525252,#525252","Black Sofachair","Chill out!","","142872","745"],["s","1826","soft_sofachair_norja*3","34082","0","1","1","#ffffff,#ffffff,#ffffff","White Sofachair","Chill out!","","142872","746"],["s","1827","soft_sofachair_norja*4","34082","0","1","1","#ffffff,#ABD0D2,#ABD0D2","Aquamarine Sofachair","Chill out!","","142872","747"],["s","1828","soft_sofachair_norja*5","34082","0","1","1","#ffffff,#EE7EA4,#EE7EA4","Pink Sofachair","Chill out!","","142872","748"],["s","1829","soft_sofachair_norja*6","34082","0","1","1","#ffffff,#5EAAF8,#5EAAF8","Blue Sofachair","Chill out!","","142872","749"],["s","1830","soft_sofachair_norja*7","34082","0","1","1","#ffffff,#7CB135,#7CB135","Green Sofachair","Chill out!","","142872","750"],["s","1831","soft_sofachair_norja*8","34082","0","1","1","#ffffff,#FFD837,#FFD837","Yellow Sofachair","Chill out!","","142872","751"],["s","1832","soft_sofachair_norja*9","34082","0","1","1","#ffffff,#E14218,#E14218","Red Sofachair","Chill out!","","142872","752"],["s","1833","sofachair_silo*2","34082","0","1","1","#ffffff,#ffffff,#525252,#525252","Black Armchair","Large, but worth it.","","142862","753"],["s","1834","sofachair_silo*3","34082","0","1","1","#ffffff,#ffffff,#ffffff,#ffffff","White Armchair","Large, but worth it.","","142862","754"],["s","1835","sofachair_silo*4","34082","0","1","1","#ffffff,#ffffff,#F7EBBC,#F7EBBC","Beige Armchair","Large, but worth it.","","142862","755"],["s","1836","sofachair_silo*5","34082","0","1","1","#ffffff,#ffffff,#EE7EA4,#EE7EA4","Pink Armchair","Large, but worth it.","","142862","756"],["s","1837","sofachair_silo*6","34082","0","1","1","#ffffff,#ffffff,#5EAAF8,#5EAAF8","Blue Armchair","Large, but worth it.","","142862","757"],["s","1838","sofachair_silo*7","34082","0","1","1","#ffffff,#ffffff,#7CB135,#7CB135","Green Armchair","Large, but worth it.","","142862","758"],["s","1839","sofachair_silo*8","34082","0","1","1","#ffffff,#ffffff,#FFD837,#FFD837","Yellow Armchair","Large, but worth it.","","142862","759"],["s","1840","sofachair_silo*9","34082","0","1","1","#ffffff,#ffffff,#E14218,#E14218","Red Armchair","Large, but worth it.","","142862","760"],["s","1841","table_silo_small*2","34082","0","1","1","#ffffff,#525252","Black Occasional Table","For those random moments.","","142862","761"],["s","1842","table_silo_small*3","34082","0","1","1","#ffffff,#ffffff","White Occasional Table","For those random moments.","","142862","762"],["s","1843","table_silo_small*4","34082","0","1","1","#ffffff,#F7EBBC","Beige Occasional Table","For those random moments.","","142862","763"],["s","1844","table_silo_small*5","34082","0","1","1","#ffffff,#EE7EA4","Pink Occasional Table","For those random moments.","","142862","764"],["s","1845","table_silo_small*6","34082","0","1","1","#ffffff,#5EAAF8","Blue Occasional Table","For those random moments.","","142862","765"],["s","1846","table_silo_small*7","34082","0","1","1","#ffffff,#7CB135","Green Occasional Table","For those random moments.","","142862","766"],["s","1847","table_silo_small*8","34082","0","1","1","#ffffff,#FFD837","Yellow Occasional Table","For those random moments.","","142862","767"],["s","1848","table_silo_small*9","34082","0","1","1","#ffffff,#E14218","Red Occasional Table","For those random moments.","","142862","768"],["s","1849","divider_silo1*2","34082","0","1","1","#ffffff,#525252","Black Corner Shelf","For little bits and pieces.","","142862","769"],["s","1850","divider_silo1*3","34082","0","1","1","#ffffff,#ffffff","White Corner Shelf","For little bits and pieces.","","142862","770"],["s","1851","divider_silo1*4","34082","0","1","1","#ffffff,#F7EBBC","Beige Corner Shelf","For little bits and pieces.","","142862","771"],["s","1852","divider_silo1*5","34082","0","1","1","#ffffff,#EE7EA4","Pink Corner Shelf","For little bits and pieces.","","142862","772"],["s","1853","divider_silo1*6","34082","0","1","1","#ffffff,#5EAAF8","Blue Corner Shelf","For little bits and pieces.","","142862","773"],["s","1854","divider_silo1*7","34082","0","1","1","#ffffff,#7CB135","Green Corner Shelf","For little bits and pieces.","","142862","774"],["s","1855","divider_silo1*8","34082","0","1","1","#ffffff,#FFD837","Yellow Corner Shelf","For little bits and pieces.","","142862","775"],["s","1856","divider_silo1*9","34082","0","1","1","#ffffff,#E14218","Red Corner Shelf","For little bits and pieces.","","142862","776"],["s","1857","divider_silo3*2","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#525252","Black Gate","Form following function.","","142862","777"],["s","1858","divider_silo3*3","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","White Gate","Form following function.","","142862","778"],["s","1859","divider_silo3*4","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#F7EBBC","Beige Gate","Form following function.","","142862","779"],["s","1860","divider_silo3*5","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#EE7EA4","Pink Gate","Form following function.","","142862","780"],["s","1861","divider_silo3*6","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#5EAAF8","Blue Gate","Form following function.","","142862","781"],["s","1862","divider_silo3*7","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#7CB135","Green Gate","Form following function.","","142862","782"],["s","1863","divider_silo3*8","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFD837","Yellow Gate","Form following function.","","142862","783"],["s","1864","divider_silo3*9","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#E14218","Red Gate","Form following function.","","142862","784"],["s","1865","table_silo_med*2","34082","0","2","2","#ffffff,#525252","Black Coffee Table","Perfect for entertaining.","","142862","785"],["s","1866","table_silo_med*3","34082","0","2","2","#ffffff,#ffffff","White Coffee Table","Perfect for entertaining.","","142862","786"],["s","1867","table_silo_med*4","34082","0","2","2","#ffffff,#F7EBBC","Beige Coffee Table","Perfect for entertaining.","","142862","787"],["s","1868","table_silo_med*5","34082","0","2","2","#ffffff,#EE7EA4","Pink Coffee Table","Perfect for entertaining.","","142862","788"],["s","1869","table_silo_med*6","34082","0","2","2","#ffffff,#5EAAF8","Blue Coffee Table","Perfect for entertaining.","","142862","789"],["s","1870","table_silo_med*7","34082","0","2","2","#ffffff,#7CB135","Green Coffee Table","Perfect for entertaining.","","142862","790"],["s","1871","table_silo_med*8","34082","0","2","2","#ffffff,#FFD837","Yellow Coffee Table","Perfect for entertaining.","","142862","791"],["s","1872","table_silo_med*9","34082","0","2","2","#ffffff,#E14218","Red Coffee Table","Perfect for entertaining.","","142862","792"],["s","1873","sofa_silo*2","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#525252,#525252,#525252,#525252","Black Sofa","Cushioned comfort.","","142862","793"],["s","1874","sofa_silo*3","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff","White Sofa","Cushioned comfort.","","142862","794"],["s","1875","sofa_silo*4","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#F7EBBC,#F7EBBC,#F7EBBC,#F7EBBC","Beige Sofa","Cushioned comfort.","","142862","795"],["s","1876","sofa_silo*5","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#EE7EA4,#EE7EA4,#EE7EA4,#EE7EA4","Pink Sofa","Cushioned comfort.","","142862","796"],["s","1877","sofa_silo*6","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8","Blue Sofa","Cushioned comfort.","","142862","797"],["s","1878","sofa_silo*7","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#7CB135,#7CB135,#7CB135,#7CB135","Green Sofa","Cushioned comfort.","","142862","798"],["s","1879","sofa_silo*8","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#FFD837,#FFD837,#FFD837,#FFD837","Yellow Sofa","Cushioned comfort.","","142862","799"],["s","1880","sofa_silo*9","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#E14218,#E14218,#E14218,#E14218","Red Sofa","Cushioned comfort.","","142862","800"],["s","1881","sofachair_polyfon*2","34082","0","1","1","#ffffff,#ffffff,#525252,#525252","Black Armchair","Loft-style comfort.","","142875","801"],["s","1882","sofachair_polyfon*3","34082","0","1","1","#ffffff,#ffffff,#ffffff,#ffffff","White Armchair","Loft-style comfort.","","142875","802"],["s","1883","sofachair_polyfon*4","34082","0","1","1","#ffffff,#ffffff,#F7EBBC,#F7EBBC","Beige Armchair","Loft-style comfort.","","142875","803"],["s","1884","sofachair_polyfon*6","34082","0","1","1","#ffffff,#ffffff,#5EAAF8,#5EAAF8","Blue Armchair","Loft-style comfort.","","142875","804"],["s","1885","sofachair_polyfon*7","34082","0","1","1","#ffffff,#ffffff,#7CB135,#7CB135","Green Armchair","Loft-style comfort.","","142875","805"],["s","1886","sofachair_polyfon*8","34082","0","1","1","#ffffff,#ffffff,#FFD837,#FFD837","Yellow Armchair","Loft-style comfort.","","142875","806"],["s","1887","sofachair_polyfon*9","34082","0","1","1","#ffffff,#ffffff,#E14218,#E14218","Red Armchair","Loft-style comfort.","","142875","807"],["s","1888","sofa_polyfon*2","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#525252,#525252,#525252,#525252","Black Sofa","Comfort for stylish couples.","","142875","808"],["s","1889","sofa_polyfon*3","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff,#ffffff","White Sofa","Comfort for stylish couples.","","142875","809"],["s","1890","sofa_polyfon*4","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#F7EBBC,#F7EBBC,#F7EBBC,#F7EBBC","Beige Sofa","Comfort for stylish couples.","","142875","810"],["s","1891","sofa_polyfon*6","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8","Blue Sofa","Comfort for stylish couples.","","142875","811"],["s","1892","sofa_polyfon*7","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#7CB135,#7CB135,#7CB135,#7CB135","Green Sofa","Comfort for stylish couples.","","142875","812"],["s","1893","sofa_polyfon*8","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#FFD837,#FFD837,#FFD837,#FFD837","Yellow Sofa","Comfort for stylish couples.","","142875","813"],["s","1894","sofa_polyfon*9","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff,#E14218,#E14218,#E14218,#E14218","Red Sofa","Comfort for stylish couples.","","142875","814"],["s","1895","bed_polyfon*2","34082","0","2","3","#ffffff,#ffffff,#525252,#525252","Black Double Bed","Give yourself space to stretch out.","","142875","815"],["s","1896","bed_polyfon*3","34082","0","2","3","#ffffff,#ffffff,#ffffff,#ffffff","White Double Bed","Give yourself space to stretch out.","","142875","816"],["s","1897","bed_polyfon*4","34082","0","2","3","#ffffff,#ffffff,#F7EBBC,#F7EBBC","Beige Double Bed","Give yourself space to stretch out.","","142875","817"],["s","1898","bed_polyfon*6","34082","0","2","3","#ffffff,#ffffff,#5EAAF8,#5EAAF8","Blue Double Bed","Give yourself space to stretch out.","","142875","818"]]
[["s","1899","bed_polyfon*7","34082","0","2","3","#ffffff,#ffffff,#7CB135,#7CB135","Green Double Bed","Give yourself space to stretch out.","","142875","819"],["s","1900","bed_polyfon*8","34082","0","2","3","#ffffff,#ffffff,#FFD837,#FFD837","Yellow Double Bed","Give yourself space to stretch out.","","142875","820"],["s","1901","bed_polyfon*9","34082","0","2","3","#ffffff,#ffffff,#E14218,#E14218","Red Double Bed","Give yourself space to stretch out.","","142875","821"],["s","1902","bed_polyfon_one*2","34082","0","1","3","#ffffff,#ffffff,#ffffff,#525252,#525252","Black Single Bed","Sleep tight.","","142875","822"],["s","1903","bed_polyfon_one*3","34082","0","1","3","#ffffff,#ffffff,#ffffff,#ffffff,#ffffff","White Single Bed","Sleep tight.","","142875","823"],["s","1904","bed_polyfon_one*4","34082","0","1","3","#ffffff,#ffffff,#ffffff,#F7EBBC,#F7EBBC","Beige Single Bed","Sleep tight.","","142875","824"],["s","1905","bed_polyfon_one*6","34082","0","1","3","#ffffff,#ffffff,#ffffff,#5EAAF8,#5EAAF8","Blue Single Bed","Sleep tight.","","142875","825"],["s","1906","bed_polyfon_one*7","34082","0","1","3","#ffffff,#ffffff,#ffffff,#7CB135,#7CB135","Green Single Bed","Sleep tight.","","142875","826"],["s","1907","bed_polyfon_one*8","34082","0","1","3","#ffffff,#ffffff,#ffffff,#FFD837,#FFD837","Yellow Single Bed","Sleep tight.","","142875","827"],["s","1908","bed_polyfon_one*9","34082","0","1","3","#ffffff,#ffffff,#ffffff,#E14218,#E14218","Red Single Bed","Sleep tight.","","142875","828"],["s","1909","bardesk_polyfon*2","34926","0","2","1","#ffffff,#ffffff,#525252,#525252","Black Bar","Perfect for work or play.","","142875","829"],["s","1910","bardesk_polyfon*3","34926","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff","White Bar","Perfect for work or play.","","142875","830"],["s","1911","bardesk_polyfon*4","34926","0","2","1","#ffffff,#ffffff,#F7EBBC,#F7EBBC","Beige Bar","Perfect for work or play.","","142875","831"],["s","1912","bardesk_polyfon*5","34926","0","2","1","#ffffff,#ffffff,#FF9BBD,#FF9BBD","Pink Bar","Perfect for work or play.","","142875","832"],["s","1913","bardesk_polyfon*6","34926","0","2","1","#ffffff,#ffffff,#5EAAF8,#5EAAF8","Blue Bar","Perfect for work or play.","","142875","833"],["s","1914","bardesk_polyfon*7","34926","0","2","1","#ffffff,#ffffff,#7CB135,#7CB135","Green Bar","Perfect for work or play.","","142875","834"],["s","1915","bardesk_polyfon*8","34926","0","2","1","#ffffff,#ffffff,#FFD837,#FFD837","Yellow Bar","Perfect for work or play.","","142875","835"],["s","1916","bardesk_polyfon*9","34926","0","2","1","#ffffff,#ffffff,#E14218,#E14218","Red Bar","Perfect for work or play.","","142875","836"],["s","1917","bardeskcorner_polyfon*2","34926","0","1","1","#ffffff,#525252","Black Corner","Round this corner...","","142875","837"],["s","1918","bardeskcorner_polyfon*3","34926","0","1","1","#ffffff,#ffffff","White Corner","Round this corner...","","142875","838"],["s","1919","bardeskcorner_polyfon*4","34926","0","1","1","#ffffff,#F7EBBC","Beige Corner","Round this corner...","","142875","839"],["s","1920","bardeskcorner_polyfon*5","34926","0","1","1","#ffffff,#FF9BBD","Pink Corner","Round this corner...","","142875","840"],["s","1921","bardeskcorner_polyfon*6","34926","0","1","1","#ffffff,#5EAAF8","Blue Corner","Round this corner...","","142875","841"],["s","1922","bardeskcorner_polyfon*7","34926","0","1","1","#ffffff,#7CB135","Green Corner","Round this corner...","","142875","842"],["s","1923","bardeskcorner_polyfon*8","34926","0","1","1","#ffffff,#FFD837","Yellow Corner","Round this corner...","","142875","843"],["s","1924","bardeskcorner_polyfon*9","34926","0","1","1","#ffffff,#E14218","Red Corner","Round this corner...","","142875","844"],["s","1925","divider_poly3*2","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#525252,#525252","Black Gate","All bars should have one.","","142875","845"],["s","1926","divider_poly3*3","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","White Gate","All bars should have one.","","142875","846"],["s","1927","divider_poly3*4","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#F7EBBC,#F7EBBC","Beige Gate","All bars should have one.","","142875","847"],["s","1928","divider_poly3*5","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#EE7EA4,#EE7EA4","Pink Gate","All bars should have one.","","142875","848"],["s","1929","divider_poly3*6","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#5EAAF8,#5EAAF8","Blue Gate","All bars should have one.","","142875","849"],["s","1930","divider_poly3*7","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#7CB135,#7CB135","Green Gate","All bars should have one.","","142875","850"],["s","1931","divider_poly3*8","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFD837,#FFD837","Yellow Gate","All bars should have one.","","142875","851"],["s","1932","divider_poly3*9","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#E14218,#E14218","Red Gate","All bars should have one.","","142875","852"],["s","1933","chair_silo*2","34082","0","1","1","#ffffff,#ffffff,#525252,#525252","Black Dining Chair","Keep it simple.","","142862","853"],["s","1934","chair_silo*3","34082","0","1","1","#ffffff,#ffffff,#ffffff,#ffffff","White Dining Chair","Keep it simple.","","142862","854"],["s","1935","chair_silo*4","34082","0","1","1","#ffffff,#ffffff,#F7EBBC,#F7EBBC","Beige Dining Chair","Keep it simple.","","142862","855"],["s","1936","chair_silo*5","34082","0","1","1","#ffffff,#ffffff,#EE7EA4,#EE7EA4","Pink Dining Chair","Keep it simple.","","142862","856"],["s","1937","chair_silo*6","34082","0","1","1","#ffffff,#ffffff,#5EAAF8,#5EAAF8","Blue Dining Chair","Keep it simple.","","142862","857"],["s","1938","chair_silo*7","34082","0","1","1","#ffffff,#ffffff,#7CB135,#7CB135","Green Dining Chair","Keep it simple.","","142862","858"],["s","1939","chair_silo*8","34082","0","1","1","#ffffff,#ffffff,#FFD837,#FFD837","Yellow Dining Chair","Keep it simple.","","142862","859"],["s","1940","chair_silo*9","34082","0","1","1","#ffffff,#ffffff,#E14218,#E14218","Red Dining Chair","Keep it simple.","","142862","860"],["s","1941","divider_nor3*2","34082","0","1","1","#FFFFFF,#FFFFFF,#525252,#525252","Black Gate","Do go through...","","142872","861"],["s","1942","divider_nor3*3","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","White Gate","Do go through...","","142872","862"],["s","1943","divider_nor3*4","34082","0","1","1","#FFFFFF,#FFFFFF,#ABD0D2,#ABD0D2","Aquamarine Gate","Do go through...","","142872","863"],["s","1944","divider_nor3*5","34082","0","1","1","#FFFFFF,#FFFFFF,#EE7EA4,#EE7EA4","Pink Gate","Do go through...","","142872","864"],["s","1945","divider_nor3*6","34082","0","1","1","#FFFFFF,#FFFFFF,#5EAAF8,#5EAAF8","Blue Gate","Do go through...","","142872","865"],["s","1946","divider_nor3*7","34082","0","1","1","#FFFFFF,#FFFFFF,#7CB135,#7CB135","Green Gate","Do go through...","","142872","866"],["s","1947","divider_nor3*8","34082","0","1","1","#FFFFFF,#FFFFFF,#FFD837,#FFD837","Yellow Gate","Do go through...","","142872","867"],["s","1948","divider_nor3*9","34082","0","1","1","#FFFFFF,#FFFFFF,#E14218,#E14218","Red Gate","Do go through...","","142872","868"],["s","1949","divider_nor2*2","34082","0","2","1","#ffffff,#ffffff,#525252,#525252","Black Bar","Strong yet soft.","","142872","869"],["s","1950","divider_nor2*3","34082","0","2","1","#ffffff,#ffffff,#ffffff,#ffffff","White Bar","Strong yet soft.","","142872","870"],["s","1951","divider_nor2*4","34082","0","2","1","#ffffff,#ffffff,#ABD0D2,#ABD0D2","Aquamarine Bar","Strong yet soft.","","142872","871"],["s","1952","divider_nor2*5","34082","0","2","1","#ffffff,#ffffff,#EE7EA4,#EE7EA4","Pink Bar","Strong yet soft.","","142872","872"],["s","1953","divider_nor2*6","34082","0","2","1","#ffffff,#ffffff,#5EAAF8,#5EAAF8","Blue Bar","Strong yet soft.","","142872","873"],["s","1954","divider_nor2*7","34082","0","2","1","#ffffff,#ffffff,#7CB135,#7CB135","Green Bar","Strong yet soft.","","142872","874"],["s","1955","divider_nor2*8","34082","0","2","1","#ffffff,#ffffff,#FFD837,#FFD837","Yellow Bar","Strong yet soft.","","142872","875"],["s","1956","divider_nor2*9","34082","0","2","1","#ffffff,#ffffff,#E14218,#E14218","Red Bar","Strong yet soft.","","142872","876"],["s","1957","silo_studydesk","34082","0","2","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Area Master Desk","For the true Habbo scholars.","","142862","877"],["s","1958","solarium_norja","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF","White Panel","Rejuvenate your pixels!","","142872","878"],["s","1959","solarium_norja*1","34082","2","1","1","#FFFFFF,#525252,#FFFFFF","Black Panel","Rejuvenate your pixels!","","142872","879"],["s","1960","solarium_norja*2","34082","2","1","1","#FFFFFF,#F7EBC0,#FFFFFF","Beige Panel","Rejuvenate your pixels!","","142872","880"],["s","1961","solarium_norja*3","34082","2","1","1","#FFFFFF,#ABD0D2,#FFFFFF","Aquamarine Panel","Rejuvenate your pixels!","","142872","881"],["s","1962","solarium_norja*5","34082","2","1","1","#FFFFFF,#EE7EA4,#FFFFFF","Pink Panel","Rejuvenate your pixels!","","142872","882"],["s","1963","solarium_norja*6","34082","2","1","1","#FFFFFF,#5EAAF8,#FFFFFF","Blue Panel","Rejuvenate your pixels!","","142872","883"],["s","1964","solarium_norja*7","34082","2","1","1","#FFFFFF,#7CB135,#FFFFFF","Green Panel","Rejuvenate your Irish pixels!","","142872","884"],["s","1965","solarium_norja*8","34082","2","1","1","#FFFFFF,#FFD837,#FFFFFF","Yellow Panel","Rejuvenate your pixels!","","142872","885"],["s","1966","solarium_norja*9","34082","2","1","1","#FFFFFF,#E14218,#FFFFFF","Red Panel","Rejuvenate your pixels!","","142872","886"],["s","1967","sandrug","34082","0","2","2","0,0,0","Tropical Beach Rug","Your own paradise island","","-1","-1"],["s","1968","rare_moonrug","34082","0","2","2","0,0,0","Moon Rug","Built in 1969!","","-1","-1"],["s","1969","chair_china","34082","0","1","1","0,0,0","Chinese Lacquer Chair","Traditional beauty.","","-1","-1"],["s","1970","china_table","34082","0","1","1","0,0,0","Chinese Lacquer Table","Exotic and classy.","","-1","-1"],["s","1971","sleepingbag*1","34082","0","1","3","#ed796b,#ffffff,#ed796b,#ffffff,#ed796b,#ffffff","Red Sleeping Bag","Ultimate coziness","","-1","-1"],["s","1972","sleepingbag*2","34082","0","1","3","#d3ff82,#ffffff,#d3ff82,#ffffff,#d3ff82,#ffffff","Lime Sleeping Bag","Ultimate coziness","","-1","-1"],["s","1973","sleepingbag*3","34082","0","1","3","#8aeded,#ffffff,#8aeded,#ffffff,#8aeded,#ffffff","Ocean Sleeping Bag","Ultimate coziness","","-1","-1"],["s","1974","sleepingbag*4","34082","0","1","3","#a9bc82,#ffffff,#a9bc82,#ffffff,#a9bc82,#ffffff","Army Sleeping Bag","Ultimate coziness","","-1","-1"],["s","1975","safe_silo","34082","2","1","1","#FFFFFF,#ABD0D2,#ABD0D2,#FFFFFF","Gray Safe Minibar","Totally shatter-proof!","","142862","895"],["s","1976","sleepingbag*7","34082","0","1","3","#e49350,#ffffff,#e49350,#ffffff,#e49350,#ffffff","Orange Sleeping Bag","Ultimate coziness","","-1","-1"],["s","1977","sleepingbag*9","34082","0","1","3","#3badf7,#ffffff,#3badf7,#ffffff,#3badf7,#ffffff","Blue Sleeping Bag","Ultimate coziness","","-1","-1"],["s","1978","sleepingbag*5","34082","0","1","3","#9f9f9f,#ffffff,#9f9f9f,#ffffff,#9f9f9f,#ffffff","Graphite Sleeping Bag","Ultimate coziness","","-1","-1"],["s","1979","sleepingbag*10","34082","0","1","3","#f3dac2,#ffffff,#f3dac2,#ffffff,#f3dac2,#ffffff","Khaki Sleeping Bag","Ultimate coziness","","-1","-1"],["s","1980","sleepingbag*6","34082","0","1","3","#a78acf,#ffffff,#a78acf,#ffffff,#a78acf,#ffffff","Purple Sleeping Bag","Ultimate coziness","","-1","-1"],["s","1981","sleepingbag*8","34082","0","1","3","#ffcc5a,#ffffff,#ffcc5a,#ffffff,#ffcc5a,#ffffff","Yellow Sleeping Bag","Ultimate coziness","","-1","-1"],["s","1982","china_shelve","34082","0","2","1","0,0,0","Chinese Lacquer Bookshelf","To hold the mind's treasures.","","-1","-1"],["s","1983","traffic_light*5","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF","White Traffic Light","Chill and wait your turn!","","-1","-1"],["s","1984","divider_nor4*2","34082","0","2","1","#FFFFFF,#FFFFFF,#525252,#525252,#525252,#525252","Black Shutter","Roll out!","","142872","904"],["s","1985","divider_nor4*3","34082","0","2","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","White Shutter","Roll out!","","142872","905"],["s","1986","divider_nor4*5","34082","0","2","1","#FFFFFF,#FFFFFF,#EE7EA4,#EE7EA4,#EE7EA4,#EE7EA4","Pink Shutter","Roll out!","","142872","906"],["s","1987","divider_nor4*6","34082","0","2","1","#FFFFFF,#FFFFFF,#5EAAF8,#5EAAF8,#5EAAF8,#5EAAF8","Blue Shutter","Roll out!","","142872","907"],["s","1988","divider_nor4*7","34082","0","2","1","#FFFFFF,#FFFFFF,#7CB135,#7CB135,#7CB135,#7CB135","Green Shutter","Roll out!","","142872","908"],["s","1989","divider_nor4*8","34082","0","2","1","#FFFFFF,#FFFFFF,#FFD837,#FFD837,#FFD837,#FFD837","Yellow Shutter","Roll out!","","142872","909"],["s","1990","divider_nor4*9","34082","0","2","1","#FFFFFF,#FFFFFF,#E14218,#E14218,#E14218,#E14218","Red Shutter","Roll out!","","142872","910"],["s","1991","divider_nor5*2","34082","0","1","1","#FFFFFF,#525252,#525252","Black Angle","Cool cornering for your crib!","","142872","911"],["s","1992","divider_nor5*3","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF","White Angle","Cool cornering for your crib!","","142872","912"],["s","1993","divider_nor5*4","34082","0","1","1","#FFFFFF,#ABD0D2,#ABD0D2","Aquamarine Angle","Cool cornering for your crib!","","142872","913"],["s","1994","divider_nor5*5","34082","0","1","1","#FFFFFF,#EE7EA4,#EE7EA4","Pink Angle","Cool cornering for your crib!","","142872","914"],["s","1995","divider_nor5*6","34082","0","1","1","#FFFFFF,#5EAAF8,#5EAAF8","Blue Angle","Cool cornering for your crib!","","142872","915"],["s","1996","divider_nor5*7","34082","0","1","1","#FFFFFF,#7CB135,#7CB135","Green Angle","Cool cornering for your crib!","","142872","916"],["s","1997","divider_nor5*8","34082","0","1","1","#FFFFFF,#FFD837,#FFD837","Yellow Angle","Cool cornering for your crib!","","142872","917"],["s","1998","divider_nor5*9","34082","0","1","1","#FFFFFF,#E14218,#E14218","Red Angle","Cool cornering for your crib!","","142872","918"]]
[["s","1999","divider_nor5","34082","0","1","1","#FFFFFF,#F7EBBC,#F7EBBC","Beige Angle","Cool cornering for your crib!","","142872","919"],["s","2000","divider_nor4","34082","0","2","1","#FFFFFF,#FFFFFF,#F7EBBC,#F7EBBC,#F7EBBC,#F7EBBC","Beige Shutter","Roll out!","","142872","920"],["s","2001","wall_china","34082","0","1","1","0,0,0","Dragon Screen","For your great wall.","","-1","-1"],["s","2002","corner_china","34082","0","1","1","0,0,0","Dragon Screen Corner","Firm and fireproof.","","-1","-1"],["s","2003","barchair_silo*2","34082","0","1","1","#ffffff,#525252","Black Bar Stool","Practical and convenient.","","142862","923"],["s","2004","barchair_silo*3","34082","0","1","1","#ffffff,#ffffff","White Bar Stool","Practical and convenient.","","142862","924"],["s","2005","barchair_silo*4","34082","0","1","1","#ffffff,#F7EBBC","Beige Bar Stool","Practical and convenient.","","142862","925"],["s","2006","barchair_silo*5","34082","0","1","1","#ffffff,#ee7ea4","Pink Bar Stool","Practical and convenient","","142862","926"],["s","2007","barchair_silo*6","34082","0","1","1","#ffffff,#5eaaf8","Blue Bar Stool","Practical and convenient.","","142862","927"],["s","2008","barchair_silo*7","34082","0","1","1","#ffffff,#7cb135","Green Bar Stool","Practical and convenient.","","142862","928"],["s","2009","barchair_silo*8","34082","0","1","1","#ffffff,#ffd837","Yellow Bar Stool","Practical and convenient.","","142862","929"],["s","2010","barchair_silo*9","34082","0","1","1","#ffffff,#e14218","Red Bar Stool","Practical and convenient.","","142862","930"],["s","2011","safe_silo*2","34082","2","1","1","#FFFFFF,#525252,#525252,#FFFFFF","Black Safe Minibar","Totally shatter-proof!","","142862","931"],["s","2012","safe_silo*3","34082","2","1","1","#FFFFFF,#BFBFBF,#BFBFBF,#FFFFFF","White Safe Minibar","Totally shatter-proof!","","142862","932"],["s","2013","safe_silo*4","34082","2","1","1","#FFFFFF,#F7EBBC,#F7EBBC,#FFFFFF","Beige Safe Minibar","Totally shatter-proof!","","142862","933"],["s","2014","safe_silo*5","34082","2","1","1","#FFFFFF,#EE7EA4,#EE7EA4,#FFFFFF","Pink Safe Minibar","Totally shatter-proof!","","142862","934"],["s","2015","safe_silo*6","34082","2","1","1","#FFFFFF,#5EAAF8,#5EAAF8,#FFFFFF","Blue Safe Minibar","Totally shatter-proof!","","142862","935"],["s","2016","safe_silo*7","34082","2","1","1","#FFFFFF,#7CB135,#7CB135,#FFFFFF","Green Safe Minibar","Totally shatter-proof!","","142862","936"],["s","2017","safe_silo*8","34082","2","1","1","#FFFFFF,#FFD837,#FFD837,#FFFFFF","Yellow Safe Minibar","Totally shatter-proof!","","142862","937"],["s","2018","safe_silo*9","34082","2","1","1","#FFFFFF,#E14218,#E14218,#FFFFFF","Red Safe Minibar","Totally shatter-proof!","","142862","938"],["s","2019","glass_shelf","34082","0","2","1","0,0","glass shelf","null","","-1","-1"],["s","2020","glass_chair","34082","0","1","1","#ffffff,#ABD0D2,#ABD0D2,#ffffff","Glass Chair","Sit back and relax","","142870","942"],["s","2021","glass_stool","34082","0","1","1","#ffffff,#ABD0D2,#ABD0D2,#ffffff","Glass Stool","Take a seat!","","142870","943"],["s","2022","glass_sofa","34082","0","2","1","#ffffff,#ABD0D2,#ABD0D2,#ffffff,#ffffff,#ABD0D2,#ffffff,#ABD0D2","Glass Sofa","Will send a shiver down your spine!","","142870","944"],["s","2023","glass_table","34347","0","2","2","#ffffff,#ABD0D2,#ABD0D2,#ffffff","Glass Table","See through to the floor!","","142870","945"],["s","2024","glass_table*2","34347","0","2","2","#ffffff,#525252,#525252,#ffffff","Glass Table","See through to the floor!","","142870","946"],["s","2025","glass_table*3","34347","0","2","2","#ffffff,#bfbfbf,#bfbfbf,#ffffff","Glass Table","See through to the floor!","","142870","947"],["s","2026","glass_table*4","34347","0","2","2","#ffffff,#f7ebbc,#f7ebbc,#ffffff","Glass Table","See through to the floor!","","142870","948"],["s","2027","glass_table*5","34347","0","2","2","#ffffff,#ee7ea4,#ee7ea4,#ffffff","Glass Table","See through to the floor!","","142870","949"],["s","2028","glass_table*6","34347","0","2","2","#ffffff,#5eaaf8,#5eaaf8,#ffffff","Glass Table","See through to the floor!","","142870","950"],["s","2029","glass_table*7","34347","0","2","2","#ffffff,#7cb135,#7cb135,#ffffff","Glass Table","See straight through to the floor!","","142870","951"],["s","2030","glass_table*8","34347","0","2","2","#ffffff,#ffd837,#ffd837,#ffffff","Glass Table","See through to the floor!","","142870","952"],["s","2031","glass_table*9","34347","0","2","2","#ffffff,#e14218,#e14218,#ffffff","Glass Table","See through to the floor!","","142870","953"],["s","2032","glass_chair*2","34082","0","1","1","#ffffff,#525252,#525252,#ffffff","Glass Chair","Sit back and relax","","142870","954"],["s","2033","glass_chair*3","34082","0","1","1","#ffffff,#bfbfbf,#bfbfbf,#ffffff","Glass Chair","Sit back and relax","","142870","955"],["s","2034","glass_chair*4","34082","0","1","1","#ffffff,#f7ebbc,#f7ebbc,#ffffff","Glass Chair","Sit back and relax","","142870","956"],["s","2035","glass_chair*5","34082","0","1","1","#ffffff,#ee7ea4,#ee7ea4,#ffffff","Glass Chair","Sit back and relax","","142870","957"],["s","2036","glass_chair*6","34082","0","1","1","#ffffff,#5eaaf8,#5eaaf8,#ffffff","Glass Chair","Sit back and relax","","142870","958"],["s","2037","glass_chair*7","34082","0","1","1","#ffffff,#7cb135,#7cb135,#ffffff","Glass Chair","Sit back and relax","","142870","959"],["s","2038","glass_chair*8","34082","0","1","1","#ffffff,#ffd837,#ffd837,#ffffff","Glass Chair","Sit back and relax","","142870","960"],["s","2039","glass_chair*9","34082","0","1","1","#ffffff,#e14218,#e14218,#ffffff","Glass Chair","Sit back and relax","","142870","961"],["s","2040","glass_sofa*2","34082","0","2","1","#ffffff,#525252,#525252,#ffffff,#ffffff,#525252,#ffffff,#525252","Glass Sofa","Will send a shiver down your spine!","","142870","962"],["s","2041","glass_sofa*3","34082","0","2","1","#ffffff,#bfbfbf,#bfbfbf,#ffffff,#ffffff,#bfbfbf,#ffffff,#bfbfbf","Glass Sofa","Will send a shiver down your spine!","","142870","963"],["s","2042","glass_sofa*4","34082","0","2","1","#ffffff,#f7ebbc,#f7ebbc,#ffffff,#ffffff,#f7ebbc,#ffffff,#f7ebbc","Glass Sofa","Will send a shiver down your spine!","","142870","964"],["s","2043","glass_sofa*5","34082","0","2","1","#ffffff,#ee7ea4,#ee7ea4,#ffffff,#ffffff,#ee7ea4,#ffffff,#ee7ea4","Glass Sofa","Will send a shiver down your spine!","","142870","965"],["s","2044","glass_sofa*6","34082","0","2","1","#ffffff,#5eaaf8,#5eaaf8,#ffffff,#ffffff,#5eaaf8,#ffffff,#5eaaf8","Glass Sofa","Will send a shiver down your spine!","","142870","966"],["s","2045","glass_sofa*7","34082","0","2","1","#ffffff,#7cb135,#7cb135,#ffffff,#ffffff,#7cb135,#ffffff,#7cb135","Glass Sofa","Will send a shiver down your spine!","","142870","967"],["s","2046","glass_sofa*8","34082","0","2","1","#ffffff,#ffd837,#ffd837,#ffffff,#ffffff,#ffd837,#ffffff,#ffd837","Glass Sofa","Will send a shiver down your spine!","","142870","968"],["s","2047","glass_sofa*9","34082","0","2","1","#ffffff,#e14218,#e14218,#ffffff,#ffffff,#e14218,#ffffff,#e14218","Glass Sofa","Will send a shiver down your spine!","","142870","969"],["s","2048","glass_stool*2","34082","0","1","1","#ffffff,#525252,#525252,#ffffff","Glass Stool","Take a seat!","","142870","970"],["s","2050","glass_stool*4","34082","0","1","1","#ffffff,#f7ebbc,#f7ebbc,#ffffff","Glass Stool","Take a seat!","","142870","972"],["s","2051","glass_stool*5","34082","0","1","1","#ffffff,#ee7ea4,#ee7ea4,#ffffff","Glass Stool","Take a seat!","","142870","973"],["s","2052","glass_stool*6","34082","0","1","1","#ffffff,#5eaaf8,#5eaaf8,#ffffff","Glass Stool","Take a seat!","","142870","974"],["s","2053","glass_stool*7","34082","0","1","1","#ffffff,#7cb135,#7cb135,#ffffff","Glass Stool","Take a seat!","","142870","975"],["s","2054","glass_stool*8","34082","0","1","1","#ffffff,#ffd837,#ffd837,#ffffff","Glass Stool","Take a seat!","","142870","976"],["s","2056","glass_stool*3","34082","0","1","1","#ffffff,#bfbfbf,#bfbfbf,#ffffff","Glass Stool","Take a seat!","","142870","971"],["s","2057","glass_stool*9","34082","0","1","1","#ffffff,#e14218,#e14218,#ffffff","Glass Stool","Take a seat!","","142870","977"],["s","2063","CF_10_coin_gold","34082","0","1","1","0,0,0","Gold Coin","Worth 10 Credits.","","142947","1197"],["s","2064","CF_1_coin_bronze","34082","0","1","1","0,0,0","Bronze Coin","Worth 1 Credit.","","142947","4831"],["s","2065","CF_20_moneybag","34082","0","1","1","0,0,0","Sack of Coins","Worth 20 Credits.","","142947","1199"],["s","2066","CF_50_goldbar","34082","0","1","1","0,0,0","Gold Bar","Worth 50 Credits.","","142947","1200"],["s","2067","CF_5_coin_silver","34082","0","1","1","0,0,0","Silver Coin","Worth 5 Credits.","","142947","1201"],["s","2068","hc_crpt","34082","0","3","5","0,0,0","Persian Carpet","Ultimate craftsmanship","","-1","-1"],["s","2069","hc_tv","34347","2","2","1","","Mega TV Set","Forget plasma, go HC!","","-1","-1"],["s","2070","gothgate","34082","0","2","1","#FFFFFF,#FFFFFF,#FFFFFF","Gothic Portcullis","The dark side of Habbo","","-1","-1"],["s","2071","gothiccandelabra","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF","Gothic Candelabra","The dark side of Habbo","","-1","-1"],["s","2072","gothrailing","34082","0","2","1","0,0,0","Gothic Railing","The dark side of Habbo","","-1","-1"],["s","2073","goth_table","34347","0","1","5","0,0,0","Gothic Table","The dark side of Habbo","","-1","-1"],["s","2074","hc_bkshlf","34082","0","1","4","0,0,0","Medieval Bookcase","For the scholarly ones","","-1","-1"],["s","2075","hc_btlr","34082","2","1","1","#FFFFFF,#FFFFFF","Electric Butler","Your personal caretaker","","-1","-1"],["s","2076","hc_crtn","34082","0","2","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Antique Drapery","Topnotch privacy protection","","-1","-1"],["s","2077","hc_djset","34082","0","3","1","0,0,0","The Grammophon","Very old skool scratch'n'spin","","-1","-1"],["s","2078","hc_frplc","34082","0","1","3","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Heavy Duty Fireplace","Pixel-powered for maximum heating","","-1","-1"],["s","2079","hc_lmpst","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF","Victorian Street Light","Somber and atmospheric","","-1","-1"],["s","2080","hc_machine","34082","0","1","3","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Weird Science Machine","By and for mad inventors","","-1","-1"],["s","2081","hc_rllr","34082","0","1","1","0,0,0","HC Roller","Highest class transportation","","-1","-1"],["s","2082","hc_rntgn","34082","0","2","1","0,0,0","X-Ray Divider","Believe it or not!","","-1","-1"],["s","2083","hc_trll","34082","0","1","2","0,0,0","Drinks Trolley","For swanky dinners only","","-1","-1"],["s","2084","gothic_chair*1","34082","0","1","1","#ffffff,#ff9999,#ffffff,#ff9999","Gothic Chair Pink","The dark side of Habbo","","-1","-1"],["s","2085","gothic_sofa*1","34082","0","2","1","#ffffff,#ff9999,#ffffff,#ffffff,#ff9999,#ffffff","Gothic Sofa Pink","The dark side of Habbo","","-1","-1"],["s","2086","gothic_stool*1","34082","0","1","1","#ffffff,#ff9999,#ffffff","Gothic Stool Pink","The dark side of Habbo","","-1","-1"],["s","2087","gothic_chair*2","34082","0","1","1","#ffffff,#ff9900,#ffffff,#ff9900","Gothic Chair Saffron","The dark side of Habbo","","-1","-1"],["s","2088","gothic_sofa*2","34082","0","2","1","#ffffff,#ff9900,#ffffff,#ffffff,#ff9900,#ffffff","Gothic Sofa Saffron","The dark side of Habbo","","-1","-1"],["s","2089","gothic_stool*2","34082","0","1","1","#ffffff,#ff9900,#ffffff","Gothic Stool Saffron","The dark side of Habbo","","-1","-1"],["s","2090","gothic_chair*3","34082","0","1","1","#ffffff,#dd0000,#ffffff,#dd0000","Gothic Chair Red","The dark side of Habbo","","-1","-1"],["s","2091","gothic_sofa*3","34082","0","2","1","#ffffff,#dd0000,#ffffff,#ffffff,#dd0000,#ffffff","Gothic Sofa Red","The dark side of Habbo","","-1","-1"],["s","2092","gothic_stool*3","34082","0","1","1","#ffffff,#dd0000,#ffffff","Gothic Stool Red","The dark side of Habbo","","-1","-1"],["s","2093","gothic_chair*4","34082","0","1","1","#ffffff,#555555,#ffffff,#555555","Black Gothic Chair","The dark side of Habbo","","-1","-1"],["s","2094","gothic_sofa*4","34082","0","2","1","#ffffff,#555555,#ffffff,#ffffff,#555555,#ffffff","Black Gothic Sofa","The dark side of Habbo","","-1","-1"],["s","2095","gothic_stool*4","34082","0","1","1","#ffffff,#555555,#ffffff","Black Gothic Stool","The dark side of Habbo","","-1","-1"],["s","2096","gothic_chair*5","34082","0","1","1","#ffffff,#666600,#ffffff,#666600","Gothic Chair Green","The dark side of Habbo","","-1","-1"],["s","2097","gothic_sofa*5","34082","0","2","1","#ffffff,#666600,#ffffff,#ffffff,#666600,#ffffff","Gothic Sofa Green","The dark side of Habbo","","-1","-1"],["s","2098","gothic_stool*5","34082","0","1","1","#ffffff,#666600,#ffffff","Gothic Stool Green","The dark side of Habbo","","-1","-1"],["s","2099","gothic_chair*6","34082","0","1","1","#ffffff,#336666,#ffffff,#336666","Gothic Chair Blue","The dark side of Habbo","","-1","-1"],["s","2100","gothic_sofa*6","34082","0","2","1","#ffffff,#336666,#ffffff,#ffffff,#336666,#ffffff","Gothic Sofa Blue","The dark side of Habbo","","-1","-1"],["s","2101","gothic_stool*6","34082","0","1","1","#ffffff,#336666,#ffffff","Gothic Stool Blue","The dark side of Habbo","","-1","-1"],["s","2102","wcandle","34082","0","1","1","","White candle","Xmas tea light","","-1","-1"],["s","2103","val_cauldron","34082","0","1","1","","Valentine's cauldron","null","","-1","-1"],["s","2104","tree2","34082","0","1","1","0,0,0","Old Christmas tree","Old Christmas tree","","-1","-1"],["s","2105","sound_machine","34082","0","1","1","","Sound Machine","creating fancy sounds","","-1","-1"]]
[["s","2106","romantique_pianochair*3","34082","0","1","1","#FFFFFF,#5BD1D2,#FFFFFF","Turquoise Piano Chair","Play the keys with style.","","142882","1246"],["s","2107","romantique_pianochair*5","34082","0","1","1","#FFFFFF,#323C46,#FFFFFF","Black Piano Chair","Play the keys with style.","","142882","1247"],["s","2108","romantique_pianochair*2","34082","0","1","1","#FFFFFF,#A1DC67,#FFFFFF","Green Piano Chair","Play the keys with style.","","142882","1248"],["s","2109","romantique_pianochair*4","34082","0","1","1","#FFFFFF,#FFC924,#FFFFFF","Lemon Piano Chair","Play the keys with style.","","142882","1249"],["s","2110","romantique_pianochair*1","34082","0","1","1","#FFFFFF,#FF8B8B,#FFFFFF","Pink Piano Chair","Play the keys with style.","","142882","1250"],["s","2111","romantique_divan*3","34082","0","2","1","#FFFFFF,#FFFFFF,#FFFFFF,#5BD1D2","Turquoise Divan","Ease the day away.","","142882","1251"],["s","2112","romantique_divan*5","34082","0","2","1","#FFFFFF,#FFFFFF,#FFFFFF,#323C46","Black Divan","Ease the day away.","","142882","1252"],["s","2113","romantique_divan*2","34082","0","2","1","#FFFFFF,#FFFFFF,#FFFFFF,#A1DC67","Green Divan","Ease the day away.","","142882","1253"],["s","2114","romantique_divan*4","34082","0","2","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFC924","Lemon Divan","Ease the day away.","","142882","1254"],["s","2115","romantique_divan*1","34082","0","2","1","#FFFFFF,#FFFFFF,#FFFFFF,#FF8B8B","Pink Divan","Ease the day away.","","142882","1255"],["s","2116","romantique_chair*3","34082","0","1","1","#FFFFFF,#5BD1D2,#FFFFFF","Turquoise Chair","Curl up.","","142882","1256"],["s","2117","romantique_chair*5","34082","0","1","1","#FFFFFF,#323C46,#FFFFFF","Black Chair","Curl up.","","142882","1257"],["s","2118","romantique_chair*2","34082","0","1","1","#FFFFFF,#A1DC67,#FFFFFF","Green Chair","Curl up.","","142882","1258"],["s","2119","romantique_chair*4","34082","0","1","1","#FFFFFF,#FFC924,#FFFFFF","Lemon Chair","Curl up.","","142882","1259"],["s","2120","romantique_chair*1","34082","0","1","1","#FFFFFF,#FF8B8B,#FFFFFF","Pink Chair","Curl up.","","142882","1260"],["s","2121","rcandle","34082","0","1","1","","Red candle","Xmas tea light","","-1","-1"],["s","2122","rare_parasol","34082","0","1","1","#ffffff,#9eff1c,#ffffff,#ffffff,#ffffff","Parasol","Zon! Zon! Zon!","","-1","-1"],["s","2123","plant_valentinerose*3","34082","0","1","1","#FFFFFF,#FFE61E,#FFFFFF,#FFFFFF","Yellow Rose","A symbol of true friendship!","","-1","-1"],["s","2124","plant_valentinerose*5","34082","0","1","1","#FFFFFF,#C828FF,#FFFFFF,#FFFFFF","Purple Rose","I'm falling in love with you...","","-1","-1"],["s","2125","plant_valentinerose*2","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","White Rose","I trust you!","","-1","-1"],["s","2126","plant_valentinerose*4","34082","0","1","1","#FFFFFF,#FF78C8,#FFFFFF,#FFFFFF","Pink Rose","For the sweetest Habbo!","","-1","-1"],["s","2127","plant_valentinerose*1","34082","0","1","1","#FFFFFF,#FF1E1E,#FFFFFF,#FFFFFF","Red Rose","I love you!","","-1","-1"],["s","2128","plant_mazegate","34082","2","2","1","","Maze Shrubbery Gate","Finally... a way out of your hedge maze!","","142877","1266"],["s","2129","plant_maze","34082","2","2","1","","Maze Shrubbery","Get lost in your own hedge maze!","","142877","1267"],["s","2130","plant_bulrush","34082","0","1","1","","Bulrush","Ideal for the riverside.","","142877","1268"],["s","2131","petfood4","34082","2","1","1","0,0","T-Bones Multipack","Meat and bone! (Medium Energy)","","142914","1285"],["s","2132","carpet_valentine","34082","0","2","7","","Red Carpet","For making an appearance!","","142884","1270"],["s","2133","gothic_carpet","34082","0","2","4","","Cobbled Path","The path less travelled","","-1","-1"],["s","2134","gothic_carpet2","34082","0","2","4","","Floor Hatch","What lies beneath?","","-1","-1"],["s","2135","gothic_chair","34082","0","1","1","0,0,0","","","","-1","-1"],["s","2136","gothic_sofa","34082","0","2","1","0,0,0","","","","-1","-1"],["s","2137","gothic_stool","34082","0","1","1","0,0,0","","","","-1","-1"],["s","2138","grand_piano*3","34082","0","2","2","#FFFFFF,#5BD1D2","Turquoise Grand Piano","Tinkle on the ivories.","","142882","1273"],["s","2139","grand_piano*5","34082","0","2","2","#FFFFFF,#323C46","Black Grand Piano","Tinkle on the ivories.","","142882","1274"],["s","2140","grand_piano*2","34082","0","2","2","#FFFFFF,#A1DC67","Green Grand Piano","Tinkle on the ivories.","","142882","1275"],["s","2141","grand_piano*4","34082","0","2","2","#FFFFFF,#FFC924","Lemon Grand Piano","Tinkle on the ivories.","","142882","1276"],["s","2142","grand_piano*1","34082","0","2","2","#FFFFFF,#FF8B8B","Pink Grand Piano","Tinkle on the ivories.","","142882","1277"],["s","2143","theatre_seat","34082","0","1","1","","Red Theatre Seat","Try not to spill any drinks!","","-1","-1"],["s","2144","romantique_tray2","34082","2","1","1","","Romantique Treats Tray","Time to celebrate!","","142882","1306"],["s","2145","romantique_tray1","34082","2","1","1","","Romantique  Tray","Breakfast is served!","","142882","1307"],["s","2146","romantique_smalltabl*3","34082","2","1","1","#FFFFFF,#5BD1D2,#FFFFFF","Turquoise Tray Table","Every tray needs a table.","","142882","1308"],["s","2147","romantique_smalltabl*5","34082","2","1","1","#FFFFFF,#323C46,#FFFFFF","Black Tray Table","Every tray needs a table.","","142882","1309"],["s","2148","romantique_smalltabl*2","34082","2","1","1","#FFFFFF,#A1DC67,#FFFFFF","Green Tray Table","Every tray needs a table.","","142882","1310"],["s","2149","romantique_smalltabl*4","34082","2","1","1","#FFFFFF,#FFC924,#FFFFFF","Lemon Tray Table","Every tray needs a table.","","142882","1311"],["s","2150","romantique_smalltabl*1","34082","2","1","1","#FFFFFF,#FF8B8B,#FFFFFF","Pink Tray Table","Every tray needs a table.","","142882","1312"],["s","2151","romantique_mirrortabl","34082","2","1","1","","Romantique Mirrortable","Pretty yourself up.","","142882","1313"],["s","2152","romantique_divider*3","34082","0","2","1","#5BD1D2,#5BD1D2,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Turquoise Screen","Keeping things separated.","","142882","1314"],["s","2153","romantique_divider*2","34082","0","2","1","#A1DC67,#A1DC67,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Green Screen","Keeping things separated.","","142882","1315"],["s","2154","romantique_divider*4","34082","0","2","1","#FFC924,#FFC924,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Lemon Screen","Keeping things separated.","","142882","1316"],["s","2155","romantique_divider*1","34082","0","2","1","#FF8B8B,#FF8B8B,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Pink Screen","Keeping things separated.","","142882","1317"],["s","2156","jp_tatami2","34082","0","2","4","","Large Tatami Rug","Nani o kaimasu ka?","","-1","-1"],["s","2157","jp_tatami","34082","0","2","2","","Small Tatami Rug","Odaijini! (Take good care of yourself).","","-1","-1"],["s","2158","habbowood_chair","34082","0","1","1","","Habbowood Chair","","","-1","-1"],["s","2159","jp_bamboo","34082","0","2","2","","Bamboo Forest","Donut get lost","","-1","-1"],["s","2160","jp_irori","34082","0","2","2","","Irori Table","A delicious nigiri feast.","","-1","-1"],["s","2161","jp_pillow","34082","0","1","1","","Floor Pillow","Perfect for your washitsu.","","-1","-1"],["s","2162","sound_set_1","34082","0","1","1","","Habbo Sounds 1","Get your party started!","","-1","-1"],["s","2163","sound_set_2","34082","0","1","1","","Habbo Sounds 3","Get your party started again!","","-1","-1"],["s","2164","sound_set_3","34082","0","1","1","","Electronic 1","Bust your saxophone","","-1","-1"],["s","2165","sound_set_4","34082","0","1","1","","Ambient 1","Lay back and relax","","-1","-1"],["s","2166","sound_set_5","34082","0","1","1","","Ambient 4","Creepy crawly sound effects","","-1","-1"],["s","2167","sound_set_6","34082","0","1","1","","Ambient 3","Sounds of nature in your room.","","-1","-1"],["s","2168","sound_set_7","34082","0","1","1","","SFX 5","Your furni come to life","","-1","-1"],["s","2169","sound_set_8","34082","0","1","1","","Ambient 2","Get your Rave started","","-1","-1"],["s","2170","sound_set_9","34082","0","1","1","","Electronic 2","Magically delicious","","-1","-1"],["s","2171","sound_machine*1","34082","0","1","1","#FFFFFF,#FFFFFF,#828282,#FFFFFF","","","","-1","-1"],["s","2457","sound_set_23","34082","0","1","1","","","","","-1","-1"],["s","2458","rclr_garden","34082","0","1","3","","Water Garden","Self watering","","-1","-1"],["s","2459","rclr_sofa","34082","0","2","1","","Polar Sofa","Snuggle up together","","-1","-1"],["s","2460","pura_mdl1*1","34082","0","1","1","#FFFFFF,#ABD0D2,#ABD0D2,#FFFFFF","Aquamarine Left Module","Create your own funky furni designs.","","142880","1341"],["s","2461","pura_mdl1*2","34082","0","1","1","#FFFFFF,#FF99BC,#FF99BC,#FFFFFF","Pink Left Module","Create your own funky furni designs.","","142880","1342"],["s","2462","pura_mdl1*3","34082","0","1","1","#FFFFFF,#525252,#525252,#FFFFFF","Black Left Module","Create your own funky furni designs.","","142880","1343"],["s","2463","pura_mdl1*4","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","White Left Module","Create your own funky furni designs.","","142880","1344"],["s","2464","pura_mdl1*5","34082","0","1","1","#FFFFFF,#F7EBBC,#F7EBBC,#FFFFFF","Beige Left Module","Create your own funky furni designs.","","142880","1345"],["s","2465","pura_mdl1*6","34082","0","1","1","#FFFFFF,#5EAAF8,#5EAAF8,#FFFFFF","Blue Left Module","Create your own funky furni designs.","","142880","1346"],["s","2466","pura_mdl1*7","34082","0","1","1","#FFFFFF,#92D13D,#92D13D,#FFFFFF","Green Left Module","Create your own funky furni designs.","","142880","1347"],["s","2467","pura_mdl1*8","34082","0","1","1","#FFFFFF,#FFD837,#FFD837,#FFFFFF","Yellow Left Module","Create your own funky furni designs.","","142880","1348"],["s","2468","pura_mdl1*9","34082","0","1","1","#FFFFFF,#E14218,#E14218,#FFFFFF","Red Left Module","Create your own funky furni designs.","","142880","1349"],["s","2469","sound_set_19","34082","0","1","1","","MnM","","","-1","-1"],["s","2470","sound_set_25","34082","0","1","1","","","","","-1","-1"],["s","2471","jp_lantern","34082","0","1","1","","Japanese Lantern","You light up my Hoteru.","","-1","-1"],["s","2472","pura_mdl4*1","34082","0","1","1","#FFFFFF,#ABD0D2,#ABD0D2,#ABD0D2","Aquamarine Corner Module","Create your own funky furni designs.","","142880","1353"],["s","2473","pura_mdl4*2","34082","0","1","1","#FFFFFF,#FF99BC,#FF99BC,#FF99BC","Pink Corner Module","Create your own funky furni designs.","","142880","1354"],["s","2474","pura_mdl4*3","34082","0","1","1","#FFFFFF,#525252,#525252,#525252","Black Corner Module","Create your own funky furni designs.","","142880","1355"],["s","2475","pura_mdl4*4","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","White Corner Module","Create your own funky furni designs.","","142880","1356"],["s","2476","pura_mdl4*5","34082","0","1","1","#FFFFFF,#F7EBBC,#F7EBBC,#F7EBBC","Beige Corner Module","Create your own funky furni designs.","","142880","1357"],["s","2477","pura_mdl4*6","34082","0","1","1","#FFFFFF,#5EAAF8,#5EAAF8,#5EAAF8","Blue Corner Module","Create your own funky furni designs.","","142880","1358"],["s","2478","pura_mdl4*7","34082","0","1","1","#FFFFFF,#92D13D,#92D13D,#92D13D","Green Corner Module","Create your own funky furni designs.","","142880","1359"],["s","2479","pura_mdl4*8","34082","0","1","1","#FFFFFF,#FFD837,#FFD837,#FFD837","Yellow Corner Module","Create your own funky furni designs.","","142880","1360"],["s","2480","pura_mdl4*9","34082","0","1","1","#FFFFFF,#E14218,#E14218,#E14218","Red Corner Module","Create your own funky furni designs.","","142880","1361"],["s","2481","sound_set_10","34082","0","1","1","","Hip Hop Beats 1","Cute boys crooning tunes","","-1","-1"],["s","2482","sound_set_14","34082","0","1","1","","Hip hop Beats 2","Check it out","","-1","-1"],["s","2483","pura_mdl2*1","34082","0","1","1","#FFFFFF,#ABD0D2,#ABD0D2,#FFFFFF","Aquamarine Right Module","Create your own funky furni designs.","","142880","1364"],["s","2484","pura_mdl2*2","34082","0","1","1","#FFFFFF,#FF99BC,#FF99BC,#FFFFFF","Pink Right Module","Create your own funky furni designs.","","142880","1365"],["s","2485","pura_mdl2*3","34082","0","1","1","#FFFFFF,#525252,#525252,#FFFFFF","Black Right Module","Create your own funky furni designs.","","142880","1366"],["s","2486","pura_mdl2*4","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","White Right Module","Create your own funky furni designs.","","142880","1367"],["s","2487","pura_mdl2*5","34082","0","1","1","#FFFFFF,#F7EBBC,#F7EBBC,#FFFFFF","Beige Right Module","Create your own funky furni designs.","","142880","1368"],["s","2488","pura_mdl2*6","34082","0","1","1","#FFFFFF,#5EAAF8,#5EAAF8,#FFFFFF","Blue Right Module","Create your own funky furni designs.","","142880","1369"],["s","2489","pura_mdl2*7","34082","0","1","1","#FFFFFF,#92D13D,#92D13D,#FFFFFF","Green Right Module","Create your own funky furni designs.","","142880","1370"],["s","2490","pura_mdl2*8","34082","0","1","1","#FFFFFF,#FFD837,#FFD837,#FFFFFF","Yellow Right Module","Create your own funky furni designs.","","142880","1371"]]
[["s","2491","pura_mdl2*9","34082","0","1","1","#FFFFFF,#E14218,#E14218,#FFFFFF","Red Right Module","Create your own funky furni designs.","","142880","1372"],["s","2492","sound_set_24","34082","0","1","1","","","","","-1","-1"],["s","2493","sound_set_12","34082","0","1","1","","Habbo Sounds 2","Check it out","","-1","-1"],["s","2494","sound_set_21","34082","0","1","1","","Snotty Day","","","-1","-1"],["s","2495","sound_set_15","34082","0","1","1","","RnB Grooves 6","Check it out","","-1","-1"],["s","2496","sound_set_28","34082","0","1","1","","Moshy Metal","","","-1","-1"],["s","2497","sound_set_18","34082","0","1","1","","","","","-1","-1"],["s","2498","bed_budget_one*1","34082","0","1","3","#FFFFFF,#FFFFFF,#FFFFFF,#ABD0D2,#ABD0D2,#ABD0D2","","","","-1","-1"],["s","2499","bed_budget_one*2","34082","0","1","3","#FFFFFF,#FFFFFF,#FFFFFF,#FF99BC,#FF99BC,#FF99BC","Pink Single Bed","All you need for a good night's sleep.","","142880","1380"],["s","2500","bed_budget_one*3","34082","0","1","3","#FFFFFF,#FFFFFF,#FFFFFF,#525252,#525252,#525252","Black Single Bed","All you need for a good night's sleep.","","142880","1381"],["s","2501","bed_budget_one*4","34082","0","1","3","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Single Bed","white","","-1","-1"],["s","2502","bed_budget_one*5","34082","0","1","3","#FFFFFF,#FFFFFF,#FFFFFF,#F7EBBC,#F7EBBC,#F7EBBC","Beige Single Bed","All you need for a good night's sleep.","","142880","1383"],["s","2503","bed_budget_one*6","34082","0","1","3","#FFFFFF,#FFFFFF,#FFFFFF,#5EAAF8,#5EAAF8,#5EAAF8","Blue Single Bed","All you need for a good night's sleep.","","142880","1384"],["s","2504","bed_budget_one*7","34082","0","1","3","#FFFFFF,#FFFFFF,#FFFFFF,#92D13D,#92D13D,#92D13D","Green Single Bed","All you need for a good night's sleep.","","142880","1385"],["s","2505","bed_budget_one*8","34082","0","1","3","#FFFFFF,#FFFFFF,#FFFFFF,#FFD837,#FFD837,#FFD837","Yellow Single Bed","All you need for a good night's sleep.","","142880","1386"],["s","2506","bed_budget_one*9","34082","0","1","3","#FFFFFF,#FFFFFF,#FFFFFF,#E14218,#E14218,#E14218","Red Single Bed","All you need for a good night's sleep.","","142880","1387"],["s","2507","rare_icecream_campaign","34082","2","1","1","","Rare icecream white","Basic model","","-1","-1"],["s","2508","sound_set_26","34082","0","1","1","","Bhangra Mangra","","","-1","-1"],["s","2509","pura_mdl5*1","34082","0","1","1","#FFFFFF,#ABD0D2,#ABD0D2,#FFFFFF","Aquamarine Square Module","Create your own funky furni designs.","","142880","1390"],["s","2510","pura_mdl5*2","34082","0","1","1","#FFFFFF,#FF99BC,#FF99BC,#FFFFFF","Pink Square Module","Create your own funky furni designs.","","142880","1391"],["s","2511","pura_mdl5*3","34082","0","1","1","#FFFFFF,#525252,#525252,#FFFFFF","Black Square Module","Create your own funky furni designs.","","142880","1392"],["s","2512","pura_mdl5*4","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","White Square Module","Create your own funky furni designs.","","142880","1393"],["s","2513","pura_mdl5*5","34082","0","1","1","#FFFFFF,#F7EBBC,#F7EBBC,#FFFFFF","Beige Square Module","Create your own funky furni designs.","","142880","1394"],["s","2514","pura_mdl5*6","34082","0","1","1","#FFFFFF,#5EAAF8,#5EAAF8,#FFFFFF","Blue Square Module","Create your own funky furni designs.","","142880","1395"],["s","2515","pura_mdl5*7","34082","0","1","1","#FFFFFF,#92D13D,#92D13D,#FFFFFF","Green Square Module","Create your own funky furni designs.","","142880","1396"],["s","2516","pura_mdl5*8","34082","0","1","1","#FFFFFF,#FFD837,#FFD837,#FFFFFF","Yellow Square Module","Create your own funky furni designs.","","142880","1397"],["s","2517","pura_mdl5*9","34082","0","1","1","#FFFFFF,#E14218,#E14218,#FFFFFF","Red Square Module","Create your own funky furni designs.","","142880","1398"],["s","2518","rope_divider","34082","0","2","1","#FFFFFF,#FFFFFF,#FFFFFF","Rope Divider","Show your VIP pass!","","142884","1399"],["s","2519","spotlight","34082","0","1","1","","Habbowood Spotlight","Do not stare directly into the lights!","","142884","1400"],["s","2520","romantique_clock","34082","0","1","1","","Romantique Clock","An exquisite addition to any room!","","-1","-1"],["s","2521","sound_set_22","34082","0","1","1","","","","","-1","-1"],["s","2522","jp_drawer","34082","0","1","1","","Ornate Drawer","Kore wa nan desu ka?","","-1","-1"],["s","2523","sound_set_13","34082","0","1","1","","Dance 5","Check it out","","-1","-1"],["s","2524","sound_set_20","34082","0","1","1","","","","","-1","-1"],["s","2525","chair_basic*1","34082","0","1","1","#FFFFFF,#ABD0D2,#FFFFFF","Aquamarine Egg Chair","Sunny side up!","","142880","1406"],["s","2526","chair_basic*2","34082","0","1","1","#FFFFFF,#FF99BC,#FFFFFF","Pink Egg Chair","Sunny side up!","","142880","1407"],["s","2527","chair_basic*3","34082","0","1","1","#FFFFFF,#525252,#FFFFFF","Black Egg Chair","Sunny side up!","","142880","1408"],["s","2528","chair_basic*4","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF","White Egg Chair","Sunny side up!","","142880","1409"],["s","2529","chair_basic*5","34082","0","1","1","#FFFFFF,#F7EBBC,#FFFFFF","Beige Egg Chair","Sunny side up!","","142880","1410"],["s","2530","chair_basic*6","34082","0","1","1","#FFFFFF,#5EAAF8,#FFFFFF","Blue Egg Chair","Sunny side up!","","142880","1411"],["s","2531","chair_basic*7","34082","0","1","1","#FFFFFF,#92D13D,#FFFFFF","Green Egg Chair","Sunny side up!","","142880","1412"],["s","2532","chair_basic*8","34082","0","1","1","#FFFFFF,#FFD837,#FFFFFF","Yellow Egg Chair","Sunny side up!","","142880","1413"],["s","2533","chair_basic*9","34082","0","1","1","#FFFFFF,#E14218,#FFFFFF","Red Egg Chair","Sunny side up!","","142880","1414"],["s","2534","pura_mdl3*1","34082","0","1","1","#FFFFFF,#ABD0D2,#ABD0D2,#FFFFFF","Straight Module","Create your own funky furni designs.","","142880","1415"],["s","2535","pura_mdl3*2","34082","0","1","1","#FFFFFF,#FF99BC,#FF99BC,#FFFFFF","Pink Straight Module","Create your own funky furni designs.","","142880","1416"],["s","2536","pura_mdl3*3","34082","0","1","1","#FFFFFF,#525252,#525252,#FFFFFF","Black Straight Module","Create your own funky furni designs.","","142880","1417"],["s","2537","pura_mdl3*4","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","White Straight Module","Create your own funky furni designs.","","142880","1418"],["s","2538","pura_mdl3*5","34082","0","1","1","#FFFFFF,#F7EBBC,#F7EBBC,#FFFFFF","Beige Straight Module","Create your own funky furni designs.","","142880","1419"],["s","2539","pura_mdl3*6","34082","0","1","1","#FFFFFF,#5EAAF8,#5EAAF8,#FFFFFF","Blue Straight Module","Create your own funky furni designs.","","142880","1420"],["s","2540","pura_mdl3*7","34082","0","1","1","#FFFFFF,#92D13D,#92D13D,#FFFFFF","Green Straight Module","Create your own funky furni designs.","","142880","1421"],["s","2541","pura_mdl3*8","34082","0","1","1","#FFFFFF,#FFD837,#FFD837,#FFFFFF","Yellow Straight Module","Create your own funky furni designs.","","142880","1422"],["s","2542","pura_mdl3*9","34082","0","1","1","#FFFFFF,#E14218,#E14218,#FFFFFF","Red Straight Module","Create your own funky furni designs.","","142880","1423"],["s","2543","sound_machine*2","34082","0","1","1","#FFFFFF,#FFFFFF,#64FFF5,#FFFFFF","Turquoise Traxmachine","For Habbo Club Members only!","","-1","-1"],["s","2544","sound_machine*3","34082","0","1","1","#FFFFFF,#FFFFFF,#28E15A,#FFFFFF","","","","-1","-1"],["s","2545","sound_machine*4","34082","0","1","1","#FFFFFF,#FFFFFF,#1E82FF,#FFFFFF","","","","-1","-1"],["s","2546","sound_machine*5","34082","0","1","1","#FFFFFF,#FFFFFF,#967850,#FFFFFF","Sound Machine Brown","Sound Machine Brown","","-1","-1"],["s","2547","sound_machine*6","34082","0","1","1","#FFFFFF,#FFFFFF,#EB3296,#FFFFFF","","","","-1","-1"],["s","2548","sound_machine*7","34082","0","1","1","#FFFFFF,#FFFFFF,#FF323C,#FFFFFF","Red Traxmachine","Red Traxmachine","","-1","-1"],["s","2549","sound_set_27","34082","0","1","1","","Rasta.Claus's Pack","","","-1","-1"],["s","2550","sound_set_17","34082","0","1","1","","","","","-1","-1"],["s","2551","rom_lamp","34082","0","1","1","","Romantique Lamp","Add some ambiance.","","142882","1433"],["s","2552","bed_budget*1","34082","0","2","3","#FFFFFF,#FFFFFF,#FFFFFF,#ABD0D2,#ABD0D2,#ABD0D2","Aquamarine Double Bed","Stretch out.","","142880","1434"],["s","2553","bed_budget*2","34082","0","2","3","#FFFFFF,#FFFFFF,#FFFFFF,#FF99BC,#FF99BC,#FF99BC","Pink Double Bed","Stretch out.","","142880","1435"],["s","2554","bed_budget*3","34082","0","2","3","#FFFFFF,#FFFFFF,#FFFFFF,#525252,#525252,#525252","Black Double Bed","Stretch out.","","142880","1436"],["s","2555","bed_budget*4","34082","0","2","3","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","White Double Bed","Stretch out.","","142880","1437"],["s","2556","bed_budget*5","34082","0","2","3","#FFFFFF,#FFFFFF,#FFFFFF,#F7EBBC,#F7EBBC,#F7EBBC","Beige Double Bed","Stretch out.","","142880","1438"],["s","2557","bed_budget*6","34082","0","2","3","#FFFFFF,#FFFFFF,#FFFFFF,#5EAAF8,#5EAAF8,#5EAAF8","Blue Double Bed","Stretch out.","","142880","1439"],["s","2558","bed_budget*7","34082","0","2","3","#FFFFFF,#FFFFFF,#FFFFFF,#92D13D,#92D13D,#92D13D","Green Double Bed","Stretch out.","","142880","1440"],["s","2559","bed_budget*8","34082","0","2","3","#FFFFFF,#FFFFFF,#FFFFFF,#FFD837,#FFD837,#FFD837","Yellow Double Bed","Stretch out.","","142880","1441"],["s","2560","bed_budget*9","34082","0","2","3","#FFFFFF,#FFFFFF,#FFFFFF,#E14218,#E14218,#E14218","Red Double Bed","Stretch out.","","142880","1442"],["s","2561","sound_set_16","34082","0","1","1","","Hip hop Beats 3","Check it out","","-1","-1"],["s","2562","rclr_chair","34082","0","1","1","","Palm Chair","Watch out for coconuts","","-1","-1"],["s","2563","sound_set_11","34082","0","1","1","","Dance 4","Very spicy","","-1","-1"],["s","2564","sound_set_33","34082","0","1","1","","Rock 3","","","-1","-1"],["s","2565","sound_set_37","34082","0","1","1","","Sound set 37","","","-1","-1"],["s","2566","tile_marble","34082","0","1","1","","Marble tile","","","142884","1470"],["s","2567","exe_rug","34082","0","3","3","","Executive Carpet","Walk around like you own the place.","","142869","1471"],["s","2568","tile_stella","34082","0","1","1","","Stella tile","","","142884","1472"],["s","2569","sound_set_32","34082","0","1","1","","Instrumental 2","","","-1","-1"],["s","2570","sound_set_34","34082","0","1","1","","Rock 5","","","-1","-1"],["s","2571","summer_chair*1","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#ABD0D2","Aquamarine Deck Chair","Soak up the sunshine.","","-1","-1"],["s","2572","summer_chair*2","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FF99BC","Pink Deck Chair","Soak up the sunshine.","","-1","-1"],["s","2573","summer_chair*3","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#525252","Black Deck Chair","Soak up the sunshine.","","-1","-1"],["s","2574","summer_chair*4","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","White Deck Chair","Soak up the sunshine.","","-1","-1"],["s","2575","summer_chair*5","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#F7EBBC","Beige Deck Chair","Soak up the sunshine.","","-1","-1"],["s","2576","summer_chair*6","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#5EAAF8","Blue Deck Chair","Soak up the sunshine.","","-1","-1"],["s","2577","summer_chair*7","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#92D13D","Green Deck Chair","Soak up the sunshine.","","-1","-1"],["s","2578","summer_chair*8","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFD837","Yellow Deck Chair","Soak up the sunshine.","","-1","-1"],["s","2579","summer_chair*9","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#E14218","Red Deck Chair","Soak up the sunshine.","","-1","-1"],["s","2580","sound_set_29","34082","0","1","1","","Dance 2","","","-1","-1"],["s","2581","exe_s_table","34082","0","2","2","","Glass Table","You've heard of the glass roof. Here's the glass table.","","142869","1485"],["s","2582","tile_brown","34082","0","1","1","","Brown tile","","","-1","-1"],["s","2583","sound_set_36","34082","0","1","1","","Bossa Nueva","","","-1","-1"],["s","2584","rare_mnstr","34082","0","1","1","","Rare Monster Plant","Unnaturally beautiful!","","-1","-1"],["s","2585","sound_set_30","34082","0","1","1","","Instrumental 1","","","-1","-1"],["s","2586","prizetrophy7*3","34085","0","1","1","#ffffff,#ffffff,#996600","Bronze Habbo trophy","Bronze Habbo trophy","","-1","-1"],["s","2587","summer_grill*1","34082","0","2","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#00C8C8,#00C8C8,#00C8C8,#00C8C8","Blue BBQ","Ya ya grillz.","","-1","-1"],["s","2588","summer_grill*2","34082","0","2","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FF3219,#FF3219,#FF3219,#FF3219","Red BBQ","Ya ya grillz.","","-1","-1"],["s","2589","summer_grill*3","34082","0","2","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#19C819,#19C819,#19C819,#19C819","Green BBQ","Ya ya grillz.","","-1","-1"],["s","2590","summer_grill*4","34082","0","2","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFD837,#FFD837,#FFD837,#FFD837","Yellow BBQ","Ya ya grillz.","","-1","-1"]]
[["s","2591","summer_pool*1","34082","0","2","2","#00C8C8,#00C8C8,#00C8C8,#00C8C8,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#00C8C8","Blue Paddling Pool","Cool off.","","-1","-1"],["s","2592","summer_pool*2","34082","0","2","2","#FF3219,#FF3219,#FF3219,#FF3219,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FF3219","Red Paddling Pool","Cool off.","","-1","-1"],["s","2593","summer_pool*3","34082","0","2","2","#19C819,#19C819,#19C819,#19C819,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#19C819","Green Paddling Pool","Cool off.","","-1","-1"],["s","2594","summer_pool*4","34082","0","2","2","#FFD837,#FFD837,#FFD837,#FFD837,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFD837","Yellow Paddling Pool","Cool off.","","-1","-1"],["s","2595","sound_set_35","34082","0","1","1","","Dance 6","","","-1","-1"],["s","2596","sound_set_31","34082","0","1","1","","Dance 3","","","-1","-1"],["s","2597","one_way_door*1","34082","0","1","1","#ABD0D2,#FFFFFF,#ABD0D2,#FFFFFF,#FFFFFF","Aquamarine One Way Gate","Get in line.","","142859","1500"],["s","2598","one_way_door*2","34082","0","1","1","#525252,#FFFFFF,#525252,#FFFFFF,#FFFFFF","Black One Way Gate","Get in line.","","142859","1501"],["s","2599","one_way_door*3","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","White One Way Gate","Get in line.","","142859","1502"],["s","2600","one_way_door*4","34082","0","1","1","#F7EBBC,#FFFFFF,#F7EBBC,#FFFFFF,#FFFFFF","Beige One Way Gate","Get in line.","","142859","1503"],["s","2601","one_way_door*5","34082","0","1","1","#EE7EA4,#FFFFFF,#EE7EA4,#FFFFFF,#FFFFFF","Pink One Way Gate","Get in line.","","142859","1504"],["s","2602","one_way_door*6","34082","0","1","1","#5EAAF8,#FFFFFF,#5EAAF8,#FFFFFF,#FFFFFF","Blue One Way Gate","Get in line.","","142859","1505"],["s","2603","one_way_door*7","34082","0","1","1","#7CB135,#FFFFFF,#7CB135,#FFFFFF,#FFFFFF","Green One Way Gate","Get in line.","","142859","1506"],["s","2604","one_way_door*8","34082","0","1","1","#FFD837,#FFFFFF,#FFD837,#FFFFFF,#FFFFFF","Yellow One Way Gate","Get in line.","","142859","1507"],["s","2605","one_way_door*9","34082","0","1","1","#E14218,#FFFFFF,#E14218,#FFFFFF,#FFFFFF","Red One Way Gate","Get in line.","","142859","1508"],["s","2606","sound_machine_pro","34082","0","1","1","","Sound Machine Pro","creating fancy sounds","","-1","-1"],["s","2607","song_disk","34282","0","1","1","","Tapes from Goa","By Habnosis","","142918","9674"],["s","2608","jukebox*1","34282","2","1","1","#FFFFFF,#FFFFFF","Jukebox","Can contain up to 10 Song Discs","","142917","1716"],["s","2609","carpet_soft_tut","34082","0","1","1","","welcome_carpet","welcome","","-1","-1"],["s","2610","sound_set_44","34082","0","1","1","","Sound set 44","","","-1","-1"],["s","2611","habboween_crypt","34082","0","1","3","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Habboween Crypt","Don't let the sunshine get to you...","","-1","-1"],["s","2612","sound_set_41","34082","0","1","1","","Rock 8","by the Rolling Loops...","","-1","-1"],["s","2613","grunge_sign","34082","2","1","1","","Grunge Sign","Because Stop signs really do look better indoors ;)","","142871","1787"],["s","2614","sound_set_43","34082","0","1","1","","SFX 1","","","-1","-1"],["s","2615","sound_set_40","34082","0","1","1","","Rock 4","A glam rock flashback.","","-1","-1"],["s","2616","sound_set_38","34082","0","1","1","","Rock 6","Some weighty riffs!","","-1","-1"],["s","2617","grunge_chair","34082","0","1","1","","Grunge Chair","Put yourself down in retro style!","","142871","1791"],["s","2618","grunge_mattress","34082","0","3","1","","Grunge Mattress","Who needs a clean bed anyway?? ;)","","142871","1792"],["s","2619","grunge_shelf","34082","2","3","1","","Grunge Shelf","Bricks and some DIY skills.. rustic chic!","","142871","1793"],["s","2620","hal_grave","34082","2","1","1","","Grave","OoohooO.. who walks on my grave?","","-1","-1"],["s","2621","grunge_radiator","34082","2","1","1","","Grunge Radiator","Stay HOT!","","142871","1795"],["s","2622","sound_set_39","34082","0","1","1","","Rock 7","Let it Scream!","","-1","-1"],["s","2623","grunge_table","34347","0","2","2","","Grunge Table","Alternative table for alternative people!","","142871","1797"],["s","2624","sound_set_42","34082","0","1","1","","Sound set 42","","","-1","-1"],["s","2625","hal_cauldron","34082","0","1","1","","Green Cauldron","Un-Dead be warned!!!","","-1","-1"],["s","2626","habboween_grass","34347","0","2","2","","Unholy Ground","Watch your step....","","-1","-1"],["s","2627","sound_set_47","34082","0","1","1","","Club 2","","","-1","-1"],["s","2628","sound_set_45","34082","0","1","1","","Berlin Connection","","","-1","-1"],["s","2629","sound_set_48","34082","0","1","1","","Club 3","","","-1","-1"],["s","2630","sound_set_46","34082","0","1","1","","Club 1","","","-1","-1"],["s","2631","sound_set_51","34082","0","1","1","","Club 6","","","-1","-1"],["s","2632","sound_set_50","34082","0","1","1","","Club 5","","","-1","-1"],["s","2633","sound_set_52","34082","0","1","1","","Club 7","","","-1","-1"],["s","2634","sound_set_49","34082","0","1","1","","Club 4","","","-1","-1"],["s","2635","plant_maze_snow","34082","2","2","1","","Snowy Maze Shrubbery","Labyrinths galore!","","-1","-1"],["s","2636","xmas_cstl_gate","34082","0","2","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Snow Castle Gate","Knock on ice to get in","","-1","-1"],["s","2637","christmas_reindeer","34082","2","1","2","","Reindeer","Stuffed Reindeer on Wheels. Invented by Larry.","","-1","-1"],["s","2638","tree6","34082","0","1","1","","Flashy Christmas tree","Quantum-Powered Flashy Xmas Tree!","","-1","-1"],["s","2639","exe_sofa","34082","0","3","1","","Three Seat Sofa","Relax before those important meetings.","","142869","1885"],["s","2640","plant_mazegate_snow","34082","2","2","1","","Snowy Maze Gate","Labyrinths galore!","","-1","-1"],["s","2641","xmas_icelamp","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF","Ice Block Lantern","Light up the winter nights","","-1","-1"],["s","2642","safe_silo_pb","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","postbank Safe","Totally shatter-proof!","","-1","-1"],["s","2643","exe_bardesk","34082","0","1","1","","Bar","Not where you go for Happy Hour after work.","","142869","1889"],["s","2644","exe_table","34082","0","3","2","","Office Desk","Your corporate command center.","","142869","1890"],["s","2645","exe_drinks","34082","2","1","1","","Drinks Tray","Try some of the 50 year old Bubble Juice.","","142869","1891"],["s","2646","xmas_cstl_wall","34082","0","2","1","0,0,0","Snow Castle Wall","Build your dream castle!","","-1","-1"],["s","2647","exe_chair","34082","0","1","1","","Sofa Chair","Cushion your bottom line in this fancy chair.","","142869","1893"],["s","2648","christmas_sleigh","34082","2","2","2","","Santa's Sleigh","Non-stop North Pole!","","-1","-1"],["s","2649","sound_set_54","34082","0","1","1","","Rudolph's Loops","","","-1","-1"],["s","2650","exe_chair2","34082","0","1","1","","Boss Chair","A throne for your corporate kingdom.","","142869","1896"],["s","2651","xmas_cstl_twr","34082","0","1","1","0,0,0","Snow Castle Tower","No Castle is complete without!","","-1","-1"],["s","2652","sound_set_53","34082","0","1","1","","Oh Holy Habbo","","","-1","-1"],["s","2653","tree7","34082","0","1","1","0,0,0","Snowy Christmas Tree","Makes for a beautiful winter wonderland!","","-1","-1"],["s","2654","christmas_poop","34082","0","1","1","","Reindeer Droppings","What a pile of crap ;)","","-1","-1"],["s","2655","exe_corner","34082","0","1","1","","Bar Corner","Everyone loves cubicles!","","142869","1901"],["s","2656","sound_set_58","34082","0","1","1","","RnB Grooves 4","Fresh Beats","","-1","-1"],["s","2657","noob_stool*1","34082","0","1","1","#FFFFFF,#F38420","My first Habbo stool","Unfold me and take the weight off (orange)","","142942","3419"],["s","2658","noob_stool*2","34082","0","1","1","#FFFFFF,#4C526E","My first Habbo stool","Unfold me and take the weight off (dark blue)","","142942","3420"],["s","2659","noob_stool*3","34082","0","1","1","#FFFFFF,#985A47","My first Habbo stool","Unfold me and take the weight off (aubergine)","","142942","3421"],["s","2660","noob_stool*4","34082","0","1","1","#FFFFFF,#94CBD7","My first Habbo stool","Unfold me and take the weight off (light blue)","","142942","3422"],["s","2661","noob_stool*5","34082","0","1","1","#FFFFFF,#F5779F","My first Habbo stool","Unfold me and take the weight off (pink)","","142942","3423"],["s","2662","noob_stool*6","34082","0","1","1","#FFFFFF,#B1B400","My first Habbo stool","Unfold me and take the weight off (green)","","142942","3424"],["s","2663","noob_lamp*1","34082","0","1","1","#F0E641,#FFFFFF,#FFFFFF","My first Habbo lamp","Get the light right where you want it (yellow)","","142942","3427"],["s","2664","noob_lamp*2","34082","0","1","1","#8D92AB,#FFFFFF,#FFFFFF","My first Habbo lamp","Get the light right where you want it (dark blue)","","142942","3428"],["s","2665","noob_lamp*3","34082","0","1","1","#D9AD90,#FFFFFF,#FFFFFF","My first Habbo lamp","Get the light right where you want it (aubergine)","","142942","3429"],["s","2666","noob_lamp*4","34082","0","1","1","#94CBD7,#FFFFFF,#FFFFFF","My first Habbo lamp","Get the light right where you want it (light blue)","","142942","3430"],["s","2667","noob_lamp*5","34082","0","1","1","#F5779F,#FFFFFF,#FFFFFF","My first Habbo lamp","Get the light right where you want it (pink)","","142942","3431"],["s","2668","noob_lamp*6","34082","0","1","1","#FFD406,#FFFFFF,#FFFFFF","My first Habbo lamp","Get the light right where you want it (canary yellow)","","142942","3432"],["s","2669","sound_set_56","34082","0","1","1","","RnB Grooves 2","Dance Dance Dance","","-1","-1"],["s","2670","sound_set_59","34082","0","1","1","","RnB Grooves 5","Hot Dance Beats","","-1","-1"],["s","2671","sound_set_55","34082","0","1","1","","RnB Grooves 1","Dance the night away...","","-1","-1"],["s","2672","exe_globe","34082","0","1","1","","Executive Globe","Globe trotting made simple.","","-1","-1"],["s","2673","sound_set_57","34082","0","1","1","","RnB Grooves 3","Shake! Dance!","","-1","-1"],["s","2674","exe_plant","34082","0","1","1","","Office Plant","Spruce up your office.","","142869","2058"],["s","2675","noob_chair*1","34082","0","1","1","#FFFFFF,#EFE853,#EFE853,#FFFFFF,#EFE853,#EFE853","My first Habbo chair","Lightweight, practical and yellow","","142942","3441"],["s","2676","noob_chair*2","34082","0","1","1","#FFFFFF,#4C526E,#8D92AB,#FFFFFF,#8D92AB,#4C526E","My first Habbo chair","Lightweight, practical, with dark blue stripes","","142942","3442"],["s","2677","noob_chair*3","34082","0","1","1","#FFFFFF,#985A47,#D9AD90,#FFFFFF,#D9AD90,#985A47","My first Habbo chair","Lightweight, practical, with red stripes","","142942","3443"],["s","2678","noob_chair*4","34082","0","1","1","#FFFFFF,#80B1BC,#DAF4FA,#FFFFFF,#DAF4FA,#80B1BC","My first Habbo chair","Lightweight, practical, with light blue stripes","","142942","3444"],["s","2679","noob_chair*5","34082","0","1","1","#FFFFFF,#F6C0C0,#F6C0C0,#FFFFFF,#F6C0C0,#F6C0C0","My first Habbo chair","Lightweight, practical, with pink stripes","","142942","3445"],["s","2680","noob_chair*6","34082","0","1","1","#FFFFFF,#FFD923,#B1B400,#FFFFFF,#B1B400,#FFD923","My first Habbo chair","Lightweight, practical and yellow","","142942","3446"],["s","2681","noob_rug*1","34082","0","2","3","#FC9C45,#F4EC36","My first Habbo rug","Nice and neat sisal rug with orange edging","","142942","3453"],["s","2682","noob_rug*2","34082","0","2","3","#4C526E,#8D92AB","My first Habbo rug","Nice and neat sisal rug with blue edging","","142942","3454"],["s","2683","noob_rug*3","34082","0","2","3","#985A47,#D9AD90","My first Habbo rug","Nice and neat sisal rug with aubergine edging","","142942","3455"],["s","2684","noob_rug*4","34082","0","2","3","#94CBD7,#DAF4FA","My first Habbo rug","Nice and neat sisal rug with light blue edging","","142942","3456"],["s","2685","noob_rug*5","34082","0","2","3","#F5779F,#F6C0C0","My first Habbo rug","Nice and neat sisal rug with pink edging","","142942","3457"],["s","2686","noob_rug*6","34082","0","2","3","#C1C400,#FFD406","My first Habbo rug","Nice and neat sisal rug with green edging","","142942","3458"],["s","2687","noob_table*1","34082","0","2","2","#FFFFFF,#F1E93A,#F38420","My first Habbo table","Lightweight, practical and orange","","142942","3460"],["s","2688","noob_table*2","34082","0","2","2","#FFFFFF,#A5A9BC,#4C526E","My first Habbo table","Lightweight, practical and dark blue","","142942","3461"],["s","2689","noob_table*3","34082","0","2","2","#FFFFFF,#D9AD90,#985A47","My first Habbo table","Lightweight, practical and aubergine","","142942","3462"],["s","2690","noob_table*4","34082","0","2","2","#FFFFFF,#DAF4FA,#94CBD7","My first Habbo table","Lightweight, practical and light blue","","142942","3463"]]
[["s","2691","noob_table*5","34082","0","2","2","#FFFFFF,#F6C0C0,#F5779F","My first Habbo table","Lightweight, practical and pink","","142942","3464"],["s","2692","noob_table*6","34082","0","2","2","#FFFFFF,#FFD406,#B1B400","My first Habbo table","Lightweight, practical and green","","142942","3465"],["s","2693","teleport_door","34082","0","1","1","","Door Teleports","Knock, knock.","","142886","2122"],["s","2694","fortune","34082","0","1","1","","Magic Crystal Ball","I can see into the future...","","-1","-1"],["s","2695","sound_set_60","34082","0","1","1","","Latin 1","Hot and romantic","","-1","-1"],["s","2696","val_randomizer","34082","2","4","1","","Love Randomizer","Love Randomizer","","-1","-1"],["s","2697","val_choco","34082","0","1","1","","Chocolate","Who might these be for?","","-1","-1"],["s","2698","sound_set_61","34082","0","1","1","","Latin 2","Loveboat Soundtrack","","-1","-1"],["s","2699","val_teddy*1","34082","0","1","1","#BFBFBF,#FFFFFF,#BFBFBF,#BFBFBF,#FFFFFF","Grey Teddy Bear","Fluffy luxury for your sweetheart or yourself","","-1","-1"],["s","2700","val_teddy*2","34082","0","1","1","#EE7EA4,#FFFFFF,#EE7EA4,#EE7EA4,#FFFFFF","Pink Teddy Bear","Fluffy luxury for your sweetheart or yourself","","-1","-1"],["s","2701","val_teddy*3","34082","0","1","1","#7CB135,#FFFFFF,#7CB135,#7CB135,#FFFFFF","Green Teddy Bear","Fluffy luxury for your sweetheart or yourself","","-1","-1"],["s","2702","val_teddy*4","34082","0","1","1","#965014,#FFFFFF,#965014,#965014,#FFFFFF","Brown Teddy Bear","Fluffy luxury for your sweetheart or yourself","","-1","-1"],["s","2703","val_teddy*5","34082","0","1","1","#FFD837,#FFFFFF,#FFD837,#FFD837,#FFFFFF","Yellow Teddy Bear","Fluffy luxury for your sweetheart or yourself","","-1","-1"],["s","2704","val_teddy*6","34082","0","1","1","#ABD0D2,#FFFFFF,#ABD0D2,#ABD0D2,#FFFFFF","Blue Teddy Bear","Fluffy luxury for your sweetheart or yourself","","-1","-1"],["s","2705","sand_cstl_twr","34082","0","1","1","0,0,0","Sand Castle Tower","See over the entire beach!","","-1","-1"],["s","2706","grunge_barrel","34082","0","1","1","","Grunge Barrel","Hands cold? Pull up a barrel!","","142871","2162"],["s","2707","grunge_bench","34082","0","3","1","","Grunge Bench","Who needs a couch when you've got this nice, comfy bench!","","142871","2163"],["s","2708","grunge_candle","34082","0","1","1","","Grunge Candle","Who needs electricity?","","142871","2164"],["s","2709","sw_chest","34082","0","1","2","","Spiderwick Chest","The perfect hiding place.","","-1","-1"],["s","2710","sand_cstl_wall","34082","0","2","1","0,0,0","Sand Castle Wall","Protect yourself from tidal waves.","","-1","-1"],["s","2711","sw_raven","34082","0","1","1","","Spiderwick Raven","Why is a raven like a writing desk?","","-1","-1"],["s","2712","sand_cstl_gate","34082","0","2","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","Sand Castle Gate","Keep your fishy enemies out!","","-1","-1"],["s","2713","sw_table","34082","0","1","2","","Spiderwick Desk","Sit down with a good book.","","-1","-1"],["s","2714","arabian_tetbl","34082","0","1","1","","Hexagonal Tea Table","Great addition to any palace.","","-1","-1"],["s","2715","jp_tray1","34082","0","1","1","","Sushi Maguro","Care for some Tuna?","","-1","-1"],["s","2716","arabian_teamk","34082","2","1","1","","Tea Maker","Hot stuff!","","-1","-1"],["s","2717","jp_tray5","34082","0","1","1","","Sushi Tamago","Care for some Egg?","","-1","-1"],["s","2718","prizetrophy9*1","34085","0","1","1","#FFFFFF,#FFFFFF,#FFDD3F","Champion trophy","Glittery gold","","-1","-1"],["s","2719","arabian_rug","34082","0","3","5","","Berber Kilim Rug","Protect the palace floors.","","-1","-1"],["s","2720","jp_tray6","34082","0","1","1","","Sushi Kohada","Care for some Mackerel?","","-1","-1"],["s","2721","arabian_chair","34082","0","1","1","","Green Blossom Chair","Rest your tired feet.","","-1","-1"],["s","2722","arabian_pllw","34082","0","1","1","","Green Blossom Pillow","A stylish pillow to rest on.","","-1","-1"],["s","2723","arabian_tray3","34082","0","1","1","","Sweets Tray","Now which sweet do I pick?","","-1","-1"],["s","2724","jp_tray2","34082","0","1","1","","Sushi Ika","Care for some Squid?","","-1","-1"],["s","2725","jp_tray4","34082","0","1","1","","Sushi Uni","Care for some Sea Urchin?","","-1","-1"],["s","2726","jp_tray3","34082","0","1","1","","Sushi Ikura","Care for some Caviar?","","-1","-1"],["s","2727","md_rug","34082","0","4","4","","Bubble Juice Floor","Bubbles under your steps","","-1","-1"],["s","2728","arabian_tray4","34082","0","1","1","","Fruits Tray","Oh a nice healthy snack.","","-1","-1"],["s","2729","prizetrophy8*1","34085","0","1","1","#FFFFFF,#FFFFFF,#FFDD3F","Duo trophy","Glittery gold","","-1","-1"],["s","2730","arabian_divdr","34082","0","1","2","","Carved Cedar Divider","Block off palace rooms.","","-1","-1"],["s","2731","arabian_bigtb","34082","0","3","2","","Amanjena Table","The perfect place to serve your royal dinner.","","-1","-1"],["s","2732","arabian_snake","34082","0","1","1","","Ornamental Urn","You never know what's inside!","","-1","-1"],["s","2733","rclr_lamp","34082","0","1","1","","Moon Lamp","Light your space","","-1","-1"],["s","2734","arabian_tray1","34082","0","1","1","","Mint Tea Tray","Would you like some mint tea?","","-1","-1"],["s","2735","arabian_tray2","34082","0","1","1","","Candle Tray","Don't leave these burning.","","-1","-1"],["s","2736","nouvelle_trax","34282","2","1","1","","nouvelle_trax","","","-1","-1"],["s","2737","calippo","34082","2","1","1","","Calippo icecream machine","Basic model","","-1","-1"],["s","2738","sound_set_64","34082","0","1","1","","Trax Alhambra 3","","","-1","-1"],["s","2739","jukebox_ptv*1","34282","2","1","1","#FFFFFF,#FFFFFF","Jukebox Pacha TV","Jukebox Pacha TV","","-1","-1"],["s","2740","sound_set_63","34082","0","1","1","","Trax Alhambra 2","","","-1","-1"],["s","2741","sound_set_62","34082","0","1","1","","Trax Alhambra 1","","","-1","-1"],["s","2742","traxgold","34282","0","1","1","","traxgold","","","-1","-1"],["s","2743","traxbronze","34282","0","1","1","","traxbronze","","","-1","-1"],["s","2744","traxsilver","34282","0","1","1","","traxsilver","","","-1","-1"],["s","2745","bench_puffet","34082","0","2","1","","bench_puffet","bench_puffet","","-1","-1"],["s","2746","footylamp_campaign","34082","0","1","1","","footylamp_campaign","","","-1","-1"],["s","2747","jp_katana2","34082","0","1","1","","Blue Katana","Your own Samurai Samurai sword.","","-1","-1"],["s","2748","jp_katana3","34082","0","1","1","","Green Katana","Your own Samurai Samurai sword.","","-1","-1"],["s","2749","jp_table","34347","0","2","2","","Sushi Table","Perfect place to eat Sushi.","","-1","-1"],["s","2750","jp_rare","34082","0","2","2","","jp_rare","jp_rare","","-1","-1"],["s","2751","jp_katana1","34082","0","1","1","","Red Katana","Your own Samurai Samurai sword.","","-1","-1"],["s","2752","sound_set_66","34082","0","1","1","","Tiki Trax Pack 2","","","-1","-1"],["s","2753","tiki_tray3","34082","0","1","1","","Tiki Tray with Fish","Fresh catch of the day!","","142864","2334"],["s","2754","tampax_rug","34082","0","3","4","","tampax_rug","tampax_rug","","-1","-1"],["s","2755","tiki_tray1","34082","0","1","1","","Tiki Tray with Fruit","Yummy tropical fruit!","","142864","2336"],["s","2756","tiki_toucan","34082","0","1","1","","Tiki Toucan","SQUALK!!!","","142864","2337"],["s","2757","tiki_waterfall","34082","0","3","2","","Tiki Waterfall","Sit and let the sound of falling water put you into relaxation!","","142866","2338"],["s","2758","noob_lamp_tradeable*1","34082","0","1","1","#F0E641,#FFFFFF,#FFFFFF","starter lamp","beginner set","","-1","-1"],["s","2759","noob_lamp_tradeable*2","34082","0","1","1","#8D92AB,#FFFFFF,#FFFFFF","starter lamp","beginner set","","-1","-1"],["s","2760","noob_lamp_tradeable*3","34082","0","1","1","#D9AD90,#FFFFFF,#FFFFFF","starter lamp","beginner set","","-1","-1"],["s","2761","noob_lamp_tradeable*4","34082","0","1","1","#94CBD7,#FFFFFF,#FFFFFF","starter lamp","beginner set","","-1","-1"],["s","2762","noob_lamp_tradeable*5","34082","0","1","1","#F5779F,#FFFFFF,#FFFFFF","starter lamp","beginner set","","-1","-1"],["s","2763","noob_lamp_tradeable*6","34082","0","1","1","#FFD406,#FFFFFF,#FFFFFF","starter lamp","beginner set","","-1","-1"],["s","2764","CFC_500_goldbar","34082","0","1","1","0,0,0","Gold Bar (500)","Non-redeemable item","","-1","-1"],["s","2765","tiki_tray4","34082","0","1","1","","Tiki Tray with Pig's Head","The perfect Luau feast!","","142864","2345"],["s","2766","sound_set_65","34082","0","1","1","","Tiki Trax Pack 1","","","-1","-1"],["s","2767","sound_set_70","34082","0","1","1","","Madball Trax 3","","","-1","-1"],["s","2768","tiki_tray2","34082","0","1","1","","Tiki Tray with Pineapple","The best tropical fruit ever!","","142864","2348"],["s","2769","tiki_parasol","34082","0","1","1","","Tiki Parasol","Perfect to help protect you from the sun.","","142864","2349"],["s","2770","CFC_200_moneybag","34082","0","1","1","0,0,0","Sack of Coins (200)","Non-redeemable item","","-1","-1"],["s","2771","sound_set_67","34082","0","1","1","","Tiki Trax Pack 3","","","-1","-1"],["s","2772","CFC_50_coin_silver","34082","0","1","1","0,0,0","Silver Coin (50)","Non-redeemable item","","-1","-1"],["s","2773","tiki_torch","34082","2","1","1","","Tiki Torch","To help light your way.","","142852","2351"],["s","2774","jp_teamaker","34082","2","1","1","","Teamaker","Arigato!!!","","-1","-1"],["s","2775","noob_chair_tradeable*1","34082","0","1","1","#FFFFFF,#EFE853,#EFE853,#FFFFFF,#EFE853,#EFE853","starter chair","beginniner set","","-1","-1"],["s","2776","noob_chair_tradeable*2","34082","0","1","1","#FFFFFF,#4C526E,#8D92AB,#FFFFFF,#8D92AB,#4C526E","starter chair","beginner set","","-1","-1"],["s","2777","noob_chair_tradeable*3","34082","0","1","1","#FFFFFF,#985A47,#D9AD90,#FFFFFF,#D9AD90,#985A47","starter chair","beginner set","","-1","-1"],["s","2778","noob_chair_tradeable*4","34082","0","1","1","#FFFFFF,#80B1BC,#DAF4FA,#FFFFFF,#DAF4FA,#80B1BC","starter chair","beginner set","","-1","-1"],["s","2779","noob_chair_tradeable*5","34082","0","1","1","#FFFFFF,#F6C0C0,#F6C0C0,#FFFFFF,#F6C0C0,#F6C0C0","starter chair","beginner chair","","-1","-1"],["s","2780","noob_chair_tradeable*6","34082","0","1","1","#FFFFFF,#FFD923,#B1B400,#FFFFFF,#B1B400,#FFD923","starter chair","beginner set","","-1","-1"],["s","2781","tiki_junglerug","34082","0","2","2","","Tiki Jungle Rug","Perfect rug to lay over the sand.","","142866","2359"],["s","2782","tiki_statue","34082","2","1","1","","Tiki Statue","Gaze into the eyes of...","","142852","2472"],["s","2783","noob_plant","34082","0","1","1","","Lucky Bamboo","","","142942","3440"],["s","2784","tiki_bench","34082","0","1","1","","Tiki Bar Stool","Relax your Hula dancing feet!","","142864","2362"],["s","2785","tiki_bflies","34082","0","1","1","","Tiki Butterflies","Try to catch them...","","142866","2363"],["s","2786","noob_rug_tradeable*1","34082","0","2","3","#FC9C45,#F4EC36","starter rug","beginniner set","","-1","-1"],["s","2787","noob_rug_tradeable*2","34082","0","2","3","#4C526E,#8D92AB","starter rug","beginner set","","-1","-1"],["s","2788","noob_rug_tradeable*3","34082","0","2","3","#985A47,#D9AD90","starter rug","beginner set","","-1","-1"],["s","2789","noob_rug_tradeable*4","34082","0","2","3","#94CBD7,#DAF4FA","starter rug","beginner set","","-1","-1"],["s","2790","noob_rug_tradeable*5","34082","0","2","3","#F5779F,#F6C0C0","starter rug","beginner set","","-1","-1"]]
[["s","2791","noob_rug_tradeable*6","34082","0","2","3","#C1C400,#FFD406","starter rug","beginner set","","-1","-1"],["s","2792","tiki_tray0","34082","0","1","1","","Tiki Tray Empty","After the great Luau!","","142864","2370"],["s","2793","sound_set_68","34082","0","1","1","","Madball Trax 1","","","-1","-1"],["s","2794","tiki_corner","34082","0","1","1","","Tiki Bar Corner","Perfect addition to your Tiki Bar Desk.","","142864","2372"],["s","2795","tiki_bardesk","34082","0","1","1","","Tiki Bar Desk","The perfect place to set your tropical drinks!","","142864","2373"],["s","2796","CFC_100_coin_gold","34082","0","1","1","0,0,0","Gold Coin (100)","Non-redeemable item","","-1","-1"],["s","2797","CFC_10_coin_bronze","34082","0","1","1","0,0,0","Bronze Coin (10)","Non-redeemable item","","-1","-1"],["s","2798","tiki_sand","34082","0","2","2","","Tiki Sand Rug","Wiggle your Habbo toes in the sand!","","142864","2374"],["s","2799","sound_set_69","34082","0","1","1","","Madball Trax 2","","","-1","-1"],["s","2800","diner_tray_4","34082","0","1","1","","Plate With Pancakes","A stack of flapjacks makes for a hearty breakfast!","","142868","2409"],["s","2801","svnr_de","34082","0","1","1","","Garden Gnome","October 2008, 4/6","","-1","-1"],["s","2802","diner_tray_2","34082","0","1","1","","Plate With Steak","The house special. Make sure to eat your veggies!","","142868","2411"],["s","2803","diner_rug","34082","0","2","2","","Diner Rug","Retro Linoleum: check-ered it out!","","142868","2412"],["s","2804","diner_sofa_2*1","34082","0","1","1","#FFFFFF,#ABD0D2,#FFFFFF,#ABD0D2","Aquamarine Sofa 2","Soft leather in 50s design.","","142868","2413"],["s","2805","diner_sofa_2*2","34082","0","1","1","#FFFFFF,#FF99BC,#FFFFFF,#FF99BC","Pink Sofa 2","Soft leather in 50s design.","","142868","2414"],["s","2806","diner_sofa_2*3","34082","0","1","1","#FFFFFF,#525252,#FFFFFF,#525252","Black Sofa 2","Soft leather in 50s design.","","-1","-1"],["s","2807","diner_sofa_2*4","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","White Sofa 2","Soft leather in 50s design.","","142868","2416"],["s","2808","diner_sofa_2*5","34082","0","1","1","#FFFFFF,#F7EBBC,#FFFFFF,#F7EBBC","Beige Sofa 2","Soft leather in 50s design.","","142868","2417"],["s","2809","diner_sofa_2*6","34082","0","1","1","#FFFFFF,#5EAAF8,#FFFFFF,#5EAAF8","Blue Sofa 2","Soft leather in 50s design.","","142868","2418"],["s","2810","diner_sofa_2*7","34082","0","1","1","#FFFFFF,#92D13D,#FFFFFF,#92D13D","Green Sofa 2","Soft leather in 50s design.","","142868","2419"],["s","2811","diner_sofa_2*8","34082","0","1","1","#FFFFFF,#FFD837,#FFFFFF,#FFD837","Yellow Sofa 2","Soft leather in 50s design.","","142868","2420"],["s","2812","diner_sofa_2*9","34082","0","1","1","#FFFFFF,#E14218,#FFFFFF,#E14218","Red Sofa 2","Soft leather in 50s design.","","142868","2421"],["s","2813","svnr_it","34082","2","2","1","","Gondola","July 2008, 1/6","","-1","-1"],["s","2814","diner_shaker","34082","0","1","1","","Diner Shaker","Would you like some fries with that shake?","","142868","2423"],["s","2815","diner_tray_5","34082","0","1","1","","Plate With Bacon","Sunny side up or scrambled?","","142868","2424"],["s","2816","diner_cashreg*1","34082","0","1","1","#FFFFFF,#ABD0D2,#FFFFFF","Aquamarine Register","Ker-ching!","","142868","2425"],["s","2817","diner_cashreg*2","34082","0","1","1","#FFFFFF,#FF99BC,#FFFFFF","Pink Register","Ker-ching!","","142868","2426"],["s","2818","diner_cashreg*3","34082","0","1","1","#FFFFFF,#525252,#FFFFFF","Black Register","Ker-ching!","","-1","-1"],["s","2819","diner_cashreg*4","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF","White Register","Ker-ching!","","142868","2428"],["s","2820","diner_cashreg*5","34082","0","1","1","#FFFFFF,#F7EBBC,#FFFFFF","Beige Register","Ker-ching!","","142884","2429"],["s","2821","diner_cashreg*6","34082","0","1","1","#FFFFFF,#5EAAF8,#FFFFFF","Blue Register","Ker-ching!","","142868","2430"],["s","2822","diner_cashreg*7","34082","0","1","1","#FFFFFF,#92D13D,#FFFFFF","Green Register","Ker-ching!","","142868","2431"],["s","2823","diner_cashreg*8","34082","0","1","1","#FFFFFF,#FFD837,#FFFFFF","Yellow Register","Ker-ching!","","142868","2432"],["s","2824","diner_cashreg*9","34082","0","1","1","#FFFFFF,#E14218,#FFFFFF","Red Register","Ker-ching!","","142868","2433"],["s","2825","svnr_nl","34082","2","1","2","","Clog","August 2008, 2/6","","-1","-1"],["s","2826","diner_tray_6","34082","0","1","1","","Plate With Milkshakes","Pretty please with a cherry on top!","","142868","2435"],["s","2827","diner_gumvendor*1","34082","0","1","1","#FFFFFF,#ABD0D2","Aquamarine Gum Machine","A chewy mouthful.","","142868","2436"],["s","2828","diner_gumvendor*2","34082","0","1","1","#FFFFFF,#FF99BC","Pink Gum Machine","A chewy mouthful.","","142868","2437"],["s","2829","diner_gumvendor*3","34082","0","1","1","#FFFFFF,#525252","Black Gum Machine","A chewy mouthful.","","-1","-1"],["s","2830","diner_gumvendor*4","34082","0","1","1","#FFFFFF,#FFFFFF","White Gum Machine","A chewy mouthful.","","142868","2439"],["s","2831","diner_gumvendor*5","34082","0","1","1","#FFFFFF,#F7EBBC","Beige Gumball Machine","A chewy mouthful.","","142868","2440"],["s","2832","diner_gumvendor*6","34082","0","1","1","#FFFFFF,#5EAAF8","Blue Gum Machine","A chewy mouthful.","","142868","2441"],["s","2833","diner_gumvendor*7","34082","0","1","1","#FFFFFF,#92D13D","Green Gum Machine","A chewy mouthful.","","142868","2442"],["s","2834","diner_gumvendor*8","34082","0","1","1","#FFFFFF,#FFD837","Yellow Gum Machine","A chewy mouthful.","","142868","2443"],["s","2835","diner_gumvendor*9","34082","0","1","1","#FFFFFF,#E14218","Red Gum Machine","A chewy mouthful.","","142868","2444"],["s","2836","svnr_aus","34082","2","1","1","","Koala","November 2008, 5/6","","-1","-1"],["s","2837","diner_tray_0","34082","0","1","1","","Empty Plate","Mom always said to clean your plate!","","142868","2446"],["s","2838","svnr_uk","34082","0","1","1","","Big Ben","September 2008, 3/6","","-1","-1"],["s","2839","diner_tray_1","34082","0","1","1","","Plate With Hamburger","Burger and Fries: nothing beats this classic!","","142868","2448"],["s","2840","diner_tray_7","34082","0","1","1","","Ketchup and Mustard","Diner table standards.","","142868","2449"],["s","2841","diner_tray_3","34082","0","1","1","","Plate With Spaghetti","Spaghetti and meatballs: an Italian Diner treat!","","142868","2450"],["s","2842","diner_bardesk_gate*1","34082","0","1","1","#FFFFFF,#ABD0D2,#FFFFFF,#ABD0D2,#FFFFFF,#ABD0D2","Aquamarine Gate","Working 9 to 5.","","142868","2502"],["s","2843","diner_bardesk_gate*2","34082","0","1","1","#FFFFFF,#FF99BC,#FFFFFF,#FF99BC,#FFFFFF,#FF99BC","Pink Gate","Working 9 to 5.","","142868","2503"],["s","2844","diner_bardesk_gate*3","34082","0","1","1","#FFFFFF,#525252,#FFFFFF,#525252,#FFFFFF,#525252","Black Gate","Working 9 to 5.","","-1","-1"],["s","2845","diner_bardesk_gate*4","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","White Gate","Working 9 to 5.","","142868","2505"],["s","2846","diner_bardesk_gate*5","34082","0","1","1","#FFFFFF,#F7EBBC,#FFFFFF,#F7EBBC,#FFFFFF,#F7EBBC","Beige Gate","Working 9 to 5.","","142868","2506"],["s","2847","diner_bardesk_gate*6","34082","0","1","1","#FFFFFF,#5EAAF8,#FFFFFF,#5EAAF8,#FFFFFF,#5EAAF8","Blue Gate","Working 9 to 5.","","142868","2507"],["s","2848","diner_bardesk_gate*7","34082","0","1","1","#FFFFFF,#92D13D,#FFFFFF,#92D13D,#FFFFFF,#92D13D","Green Gate","Working 9 to 5.","","142868","2508"],["s","2849","diner_bardesk_gate*8","34082","0","1","1","#FFFFFF,#FFD837,#FFFFFF,#FFD837,#FFFFFF,#FFD837","Yellow Gate","Working 9 to 5.","","142868","2509"],["s","2850","diner_bardesk_gate*9","34082","0","1","1","#FFFFFF,#E14218,#FFFFFF,#E14218,#FFFFFF,#E14218","Red Gate","Working 9 to 5.","","142868","2510"],["s","2851","diner_bardesk*1","34082","0","1","1","#FFFFFF,#ABD0D2","Aquamarine Bar","Pull up a stool.","","142868","2511"],["s","2852","diner_bardesk*2","34082","0","1","1","#FFFFFF,#FF99BC","Pink Bar","Pull up a stool.","","142868","2512"],["s","2853","diner_bardesk*3","34082","0","1","1","#FFFFFF,#525252","Black Bar","Pull up a stool.","","-1","-1"],["s","2854","diner_bardesk*4","34082","0","1","1","#FFFFFF,#FFFFFF","White Bar","Pull up a stool.","","142868","2514"],["s","2855","diner_bardesk*5","34082","0","1","1","#FFFFFF,#F7EBBC","Beige Bar","Pull up a stool.","","142868","2515"],["s","2856","diner_bardesk*6","34082","0","1","1","#FFFFFF,#5EAAF8","Blue Bar","Pull up a stool.","","142868","2516"],["s","2857","diner_bardesk*7","34082","0","1","1","#FFFFFF,#92D13D","Green Bar","Pull up a stool.","","142868","2517"],["s","2858","diner_bardesk*8","34082","0","1","1","#FFFFFF,#FFD837","Yellow Bar","Pull up a stool.","","142868","2518"],["s","2859","diner_bardesk*9","34082","0","1","1","#FFFFFF,#E14218","Red Bar","Pull up a stool","","142868","2519"],["s","2860","ads_dave_cns","34082","0","1","1","","ads_dave_cns","","","-1","-1"],["s","2861","diner_chair*1","34082","0","1","1","#FFFFFF,#ABD0D2","Aquamarine Stool","Perch in comfort.","","142868","2521"],["s","2862","diner_chair*2","34082","0","1","1","#FFFFFF,#FF99BC","Pink Stool","Perch in comfort.","","142868","2522"],["s","2863","diner_chair*3","34082","0","1","1","#FFFFFF,#525252","Black Stool","Perch in comfort.","","-1","-1"],["s","2864","diner_chair*4","34082","0","1","1","#FFFFFF,#FFFFFF","White Stool","Perch in comfort.","","142868","2524"],["s","2865","diner_chair*5","34082","0","1","1","#FFFFFF,#F7EBBC","Beige Stool","Perch in comfort.","","142868","2525"],["s","2866","diner_chair*6","34082","0","1","1","#FFFFFF,#5EAAF8","Blue Stool","Perch in comfort.","","142868","2526"],["s","2867","diner_chair*7","34082","0","1","1","#FFFFFF,#92D13D","Green Stool","Perch in comfort.","","142868","2527"],["s","2868","diner_chair*8","34082","0","1","1","#FFFFFF,#FFD837","Yellow Stool","Perch in comfort.","","142868","2528"],["s","2869","diner_chair*9","34082","0","1","1","#FFFFFF,#E14218","Red Stool","Perch in comfort.","","142868","2529"],["s","2870","diner_bardesk_corner*1","34082","0","1","1","#FFFFFF,#ABD0D2","Aquamarine Corner","Now that's smooth.","","142868","2530"],["s","2871","diner_bardesk_corner*2","34082","0","1","1","#FFFFFF,#FF99BC","Pink Corner","Now that's smooth.","","142868","2531"],["s","2872","diner_bardesk_corner*3","34082","0","1","1","#FFFFFF,#525252","Black Corner","Now that's smooth.","","-1","-1"],["s","2873","diner_bardesk_corner*4","34082","0","1","1","#FFFFFF,#FFFFFF","White Corner","Now that's smooth.","","142868","2533"],["s","2874","diner_bardesk_corner*5","34082","0","1","1","#FFFFFF,#F7EBBC","Beige Corner","Now that's smooth.","","142868","2534"],["s","2875","diner_bardesk_corner*6","34082","0","1","1","#FFFFFF,#5EAAF8","Blue Corner","Now that's smooth.","","142868","2535"],["s","2876","diner_bardesk_corner*7","34082","0","1","1","#FFFFFF,#92D13D","Green Corner","Now that's smooth.","","142868","2536"],["s","2877","diner_bardesk_corner*8","34082","0","1","1","#FFFFFF,#FFD837","Yellow Corner","Now that's smooth.","","142868","2537"],["s","2878","diner_bardesk_corner*9","34082","0","1","1","#FFFFFF,#E14218","Red Corner","Now that's smooth.","","142868","2538"],["s","2879","diner_table_2*1","34082","0","3","2","#FFFFFF,#ABD0D2,#FFFFFF,#ABD0D2,#FFFFFF,#ABD0D2,#FFFFFF,#ABD0D2","Aquamarine Table","Enjoy your meal.","","142868","2539"],["s","2880","diner_table_2*2","34082","0","3","2","#FFFFFF,#FF99BC,#FFFFFF,#FF99BC,#FFFFFF,#FF99BC,#FFFFFF,#FF99BC","Pink Table","Enjoy your meal.","","142868","2540"],["s","2881","diner_table_2*3","34082","0","3","2","#FFFFFF,#525252,#FFFFFF,#525252,#FFFFFF,#525252,#FFFFFF,#525252","Black Table","Enjoy your meal.","","-1","-1"],["s","2882","diner_table_2*4","34082","0","3","2","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","White Table","Enjoy your meal.","","142868","2542"],["s","2883","diner_table_2*5","34082","0","3","2","#FFFFFF,#F7EBBC,#FFFFFF,#F7EBBC,#FFFFFF,#F7EBBC,#FFFFFF,#F7EBBC","Beige Table","Enjoy your meal.","","142868","2543"],["s","2884","diner_table_2*6","34082","0","3","2","#FFFFFF,#5EAAF8,#FFFFFF,#5EAAF8,#FFFFFF,#5EAAF8,#FFFFFF,#5EAAF8","Blue Table","Enjoy your meal.","","142868","2544"],["s","2885","diner_table_2*7","34082","0","3","2","#FFFFFF,#92D13D,#FFFFFF,#92D13D,#FFFFFF,#92D13D,#FFFFFF,#92D13D","Green Table","Enjoy your meal.","","142868","2545"],["s","2886","diner_table_2*8","34082","0","3","2","#FFFFFF,#FFD837,#FFFFFF,#FFD837,#FFFFFF,#FFD837,#FFFFFF,#FFD837","Yellow Table","Enjoy your meal.","","142868","2546"],["s","2887","diner_table_2*9","34082","0","3","2","#FFFFFF,#E14218,#FFFFFF,#E14218,#FFFFFF,#E14218,#FFFFFF,#E14218","Red Table","Enjoy your meal.","","142868","2547"],["s","2888","diner_sofa_1*1","34082","0","1","1","#FFFFFF,#ABD0D2,#FFFFFF,#ABD0D2","Aquamarine Sofa 1","Soft leather in 50s design.","","142868","2548"],["s","2889","diner_sofa_1*2","34082","0","1","1","#FFFFFF,#FF99BC,#FFFFFF,#FF99BC","Pink Sofa 1","Soft leather in 50s design.","","142868","2549"],["s","2890","diner_sofa_1*3","34082","0","1","1","#FFFFFF,#525252,#FFFFFF,#525252","Black Sofa 1","Soft leather in 50s design.","","-1","-1"]]
[["s","2891","diner_sofa_1*4","34082","0","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FFFFFF","White Sofa 1","Soft leather in 50s design.","","142868","2551"],["s","2892","diner_sofa_1*5","34082","0","1","1","#FFFFFF,#F7EBBC,#FFFFFF,#F7EBBC","Beige Sofa 1","Soft leather in 50s design.","","142868","2552"],["s","2893","diner_sofa_1*6","34082","0","1","1","#FFFFFF,#5EAAF8,#FFFFFF,#5EAAF8","Blue Sofa 1","Soft leather in 50s design.","","142868","2553"],["s","2894","diner_sofa_1*7","34082","0","1","1","#FFFFFF,#92D13D,#FFFFFF,#92D13D","Green Sofa 1","Soft leather in 50s design.","","142868","2554"],["s","2895","diner_sofa_1*8","34082","0","1","1","#FFFFFF,#FFD837,#FFFFFF,#FFD837","Yellow Sofa 1","Soft leather in 50s design.","","142868","2555"],["s","2896","diner_sofa_1*9","34082","0","1","1","#FFFFFF,#E14218,#FFFFFF,#E14218","Red Sofa 1","Soft leather in 50s design.","","142868","2556"],["s","2897","diner_table_1*1","34082","0","2","2","#FFFFFF,#ABD0D2","Aquamarine Booth Table","Ready to order?","","142868","2557"],["s","2898","diner_table_1*2","34082","0","2","2","#FFFFFF,#FF99BC","Pink Booth Table","Ready to order?","","142868","2558"],["s","2899","diner_table_1*3","34082","0","2","2","#FFFFFF,#525252","Black Booth Table","Ready to order?","","-1","-1"],["s","2900","diner_table_1*4","34082","0","2","2","#FFFFFF,#FFFFFF","White Booth Table","Ready to order?","","142868","2560"],["s","2901","diner_table_1*5","34082","0","2","2","#FFFFFF,#F7EBBC","Beige Booth Table","Ready to order?","","142868","2561"],["s","2902","diner_table_1*6","34082","0","2","2","#FFFFFF,#5EAAF8","Blue Booth Table","Ready to order?","","142868","2562"],["s","2903","diner_table_1*7","34082","0","2","2","#FFFFFF,#92D13D","Green Booth Table","Ready to order?","","142868","2563"],["s","2904","diner_table_1*8","34082","0","2","2","#FFFFFF,#FFD837","Yellow Booth Table","Ready to order?","","142868","2564"],["s","2905","diner_table_1*9","34082","0","2","2","#FFFFFF,#E14218","Red Booth Table","Ready to order","","142868","2565"],["s","2906","greek_seat","34082","0","1","1","","Greek Seat","A nice stone seat.","","-1","-1"],["s","2907","easy_bowl2","34082","0","1","1","","easy_bowl2","old campaign product desc","","-1","-1"],["s","2908","greek_gate","34082","0","2","1","","Greek Gate","Many great warriors have passed under...","","-1","-1"],["s","2909","greek_pillars","34082","0","2","1","","Greek Pillar","","","-1","-1"],["s","2910","greek_corner","34082","0","1","1","","Greek Corner","","","-1","-1"],["s","2911","easy_carpet","34082","0","4","4","0,0,0","easy_carpet name","easy_carpet text","","-1","-1"],["s","2912","greektrophy*1","34085","2","1","1","#FFFFFF,#FFFFFF,#FFDD3F","Greek trophy","Glittery gold","","-1","-1"],["s","2913","greektrophy*2","34085","2","1","1","#FFFFFF,#FFFFFF,#DDDDDD","Greek trophy","Shiny silver","","-1","-1"],["s","2914","greektrophy*3","34085","2","1","1","#FFFFFF,#FFFFFF,#996600","Greek trophy","Breathtaking bronze","","-1","-1"],["s","2915","greek_block","34082","0","2","1","","greek_block","","","-1","-1"],["s","2916","netari_carpet","34082","0","3","5","","netari_carpet","Netari branded skull description","","-1","-1"],["s","2917","hcc_shelf","34082","0","1","2","","HC Shelf","Shelving for style conscious Habbos","","142846","2885"],["s","2918","det_divider","34082","0","2","1","","Crime Divider","Please do not cross the line...","","-1","-1"],["s","2919","hcc_chair","34082","0","1","1","","HC Chair","Sit back in luxury!","","142846","2887"],["s","2920","hcc_stool","34082","0","1","1","","HC Stool","Style is in the details","","142846","2888"],["s","2921","hcc_sofa","34082","0","2","1","","HC Sofa","Stylish leisure","","142846","2889"],["s","2922","det_body","34082","0","2","3","","Chalk Outline","Ummm! Where did the body go?","","-1","-1"],["s","2923","hcc_table","34926","0","1","2","","HC Table","Perfect for mocktails and champagne!","","142846","2891"],["s","2924","hcc_minibar","34082","2","1","1","","HC Minibar","Classy drinks for a classy Habbo","","142846","2892"],["s","2925","hcc_sofachair","34082","0","1","1","","HC Sofa Chair","Recline in style","","142846","2893"],["s","2926","hcc_crnr","34082","0","1","1","","HC Corner","Round off your corner in style","","142846","2897"],["s","2927","hcc_dvdr","34082","0","2","1","","HC Divider","Classy room divition","","142846","2898"],["s","2928","sob_carpet","34082","0","3","5","","Bobba Carpet","Walk the walk...","","-1","-1"],["s","2929","igor_seat","34082","0","1","1","","Hump Massaging Chair","My hump my hump my hump my hump... check it out!","","-1","-1"],["s","2930","ads_711*1","34092","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#ABFF3B","Lime Slurpee Machine","Mmmm... Brainfreeze!!!","","-1","-1"],["s","2931","ads_711*2","34092","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#E14218","Cherry Slurpee Machine","Mmmm... Brainfreeze!!!","","-1","-1"],["s","2932","ads_711*3","34092","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#007FFF","Blueberry Slurpee Machine","Mmmm... Brainfreeze!!!","","-1","-1"],["s","2933","ads_711*4","34092","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#925AFF","Grape Slurpee Machine","Mmmm... Brainfreeze!!!","","-1","-1"],["s","2934","ads_igorswitch","34082","0","1","1","","The Switch","Only pull it if you dare...","","-1","-1"],["s","2935","ads_igorraygun","34082","0","1","2","","Ray Gun","Prepare to fire the La-zer!","","-1","-1"],["s","2936","ads_igorbrain","34082","2","1","1","","The Brain","Brains of the operation.","","-1","-1"],["s","2937","hween08_bed2","34082","0","1","3","","Gooey Hospital Bed","Yuck!","","-1","-1"],["s","2938","hween08_defibs","34082","0","1","1","","Bloody Defibrilator","Will shock you back to life - maybe.","","-1","-1"],["s","2939","hween08_defibs2","34082","0","1","1","","Gooey Defibrilator","Will shock you one way or the other...","","-1","-1"],["s","2940","hween08_sink2","34082","2","1","1","","Gooey Sink","Scrub real good...","","-1","-1"],["s","2941","hween08_trll","34082","0","1","1","","Hospital Trolley","The Doctor is in...sane!","","-1","-1"],["s","2942","hween08_curtain","34082","0","3","1","","Bloody Hospital Curtain","To spare you the sight...","","-1","-1"],["s","2943","hween08_bbag","34082","0","1","3","","Bodybag","Who lies here..?","","-1","-1"],["s","2944","hween08_sink","34082","2","1","1","","Bloody Sink","Did you scrub too hard again?","","-1","-1"],["s","2945","hween08_bed","34082","0","1","3","","Bloody Hospital Bed","Eeeek!","","-1","-1"],["s","2946","hween08_manhole","34082","0","1","1","","Manhole","Beware of unhealthy fumes...","","-1","-1"],["s","2947","hween08_bath2","34082","0","1","2","","Gooey Bathtub","Enter with caution...","","-1","-1"],["s","2948","hween08_bath","34082","0","1","2","","Bloody Bathtub","Enter with caution...","","-1","-1"],["s","2949","hween08_curtain2","34082","0","3","1","","Gooey Hospital Curtain","To spare you the sight...","","-1","-1"],["s","2950","party_block2","34082","0","2","2","","Large Stage","Now is your chance! Your chance to dance!","","142884","2971"],["s","2951","party_tube_bubble","34082","0","1","1","","Bubble Lamp","Light up the room in style.","","142876","3002"],["s","2952","party_seat","34082","0","1","1","","Party Chair","Sit in style.","","142876","2973"],["s","2953","party_mic","34082","0","1","1","","Microphone","Shout it out loud!","","142884","2974"],["s","2954","party_djtable","34082","0","1","2","","DJ Table","For laying down your tracks.","","142876","2975"],["s","2955","party_tray","34082","2","1","1","","Party Tray","For the coolest refreshments.","","142876","2976"],["s","2956","party_table","34082","0","1","1","","Neon Table","For the coolest clubs!","","142876","2977"],["s","2957","party_barcorn","34082","0","1","1","","Party Corner","Build the perfect bar.","","142876","2978"],["s","2958","party_floor","34082","0","2","2","","Dance Floor","Boogie down!","","142884","2979"],["s","2959","party_block","34082","0","1","1","","Small Stage","Give your best performance.","","142876","3000"],["s","2960","party_chair","34082","0","1","1","","Neon Chair","A glowing seat!","","142876","2981"],["s","2961","party_beamer","34082","2","1","1","","Beamer","Get your groove on!","","142876","2982"],["s","2962","party_bardesk","34082","0","1","1","","Party Bar","What will it be?","","142876","2983"],["s","2963","party_discol","34082","2","1","1","","Party Spotlight","Light up the dance floor!","","142884","2984"],["s","2964","party_ball","34082","0","1","1","","Disco Ball","For the ultimate party!","","142925","2985"],["s","2965","party_ravel","34082","2","1","1","","Laser","Get down to the lights...","","142876","2986"],["s","2966","party_tube_lava","34082","0","1","1","","Lava Lamp","So funky!!!","","142876","3003"],["s","2967","xmas08_icetree","34082","0","1","1","","Icy Xmas Tree","A Christmas tree made of snow. Make sure it stays outside with Frosty.","","-1","-1"],["s","2968","xmas08_lantern","34082","0","1","1","","Icy Lantern","\"Let it glow, let it glow, let it glow...\"","","-1","-1"],["s","2969","penguin_robot","34082","2","1","1","","Robot Penguin","Aptenodytes Asimov","","-1","-1"],["s","2970","xmas08_dvdr2","34082","0","1","1","","Icy Divider Corner","Use some snow to cap off your divider. Get it? Snow... Cap... Snowcap!","","-1","-1"],["s","2971","penguin_elf","34082","2","1","1","","Christmas Penguin","Aptenodytes Jolly","","-1","-1"],["s","2972","xmas08_trph1","34082","0","1","1","","Penguin Gift","This item is for those who got all 26 Penguins!","","-1","-1"],["s","2973","penguin_skater","34082","2","1","1","","Skater Penguin","Aptenodytes Arto","","-1","-1"],["s","2974","campfire","34082","0","1","1","","Campfire","Gather around for some spooky stories!","","142885","3106"],["s","2975","penguin_bunny","34082","2","1","1","","Bunny Penguin","Aptenodytes Euripides","","-1","-1"],["s","2976","penguin_ninja","34082","2","1","1","","Ninja Penguin","Aptenodytes Hamburger","","-1","-1"],["s","2977","penguin_basic","34082","2","1","1","","Emperor Penguin","Aptenodytes Forsteri","","-1","-1"],["s","2978","xmas08_telep","34082","2","1","1","","Icy Teleport","The best transportation in the Arctic!","","-1","-1"],["s","2979","penguin_boxer","34082","2","1","1","","Boxer Penguin","Aptenodytes Ali","","-1","-1"],["s","2980","xmas08_hole","34082","2","1","1","","Fish Hole","Mmmm... fishy...","","-1","-1"],["s","2981","penguin_ski","34082","2","1","1","","Ski Penguin","Aptenodytes Swish","","-1","-1"],["s","2982","xmas_snow","34082","0","2","2","","Snow Storm","Baby it's cold outside!","","-1","-1"],["s","2983","penguin_infected","34082","2","1","1","","Infected Penguin","Aptenodytes Bacterium","","-1","-1"],["s","2984","penguin_swim","34082","2","1","1","","Summer Penguin","Aptenodytes Buubar","","-1","-1"],["s","2985","xmas08_geysir","34082","0","2","2","","Geyser","Have your very own Old Faithful this holiday season.","","-1","-1"],["s","2986","xmas08_hottub","34082","2","2","2","","Hot Tub","There's nothing like the rush of soaking in a hot tub and then jumping into an ice cold ocean!","","142842","3118"],["s","2987","penguin_cowboy","34082","2","1","1","","Cowboy Penguin","Aptenodytes Hickok","","-1","-1"],["s","2988","penguin_icehockey","34082","2","1","1","","Hockey Penguin","Aptenodytes Gretzky","","-1","-1"],["s","2989","penguin_clown","34082","2","1","1","","Clown Penguin","Aptenodytes Pennywise","","-1","-1"],["s","2990","penguin_wrestler","34082","2","1","1","","Luchador Penguin","Aptenodytes Mysterioso","","-1","-1"]]
[["s","2991","svnr_fi","34082","0","1","1","","Finnish sauna","December 2008, 6/6","","-1","-1"],["s","2992","xmas08_dvdr1","34082","0","2","1","","Icy Divider","Cozy up to this icy divider.","","-1","-1"],["s","2993","penguin_glow","34082","2","1","1","","Fluorescent Penguin","Aptenodytes Gamma","","-1","-1"],["s","2994","penguin_sumo","34082","2","1","1","","Sumo Penguin","Aptenodytes Musashimaru","","-1","-1"],["s","2995","penguin_musketeer","34082","2","1","1","","Musketeer Penguin","Aptenodytes Aramis","","-1","-1"],["s","2996","penguin_ballet","34082","2","1","1","","Ballerina Penguin","Aptenodytes Vaganova","","-1","-1"],["s","2997","penguin_magician","34082","2","1","1","","Magic Penguin","Aptenodytes Houdini","","-1","-1"],["s","2998","penguin_super","34082","2","1","1","","Superhero Penguin","Aptenodytes Kirby","","-1","-1"],["s","2999","penguin_pirate","34082","2","1","1","","Pirate Penguin","Aptenodytes Silver","","-1","-1"],["s","3000","sound_set_71","34082","0","1","1","","Sound set 71","","","-1","-1"],["s","3001","xmas08_chair","34082","0","1","1","","Icy Chair","Make sure you're wearing your long johns or you'll freeze your little pixels off...","","-1","-1"],["s","3002","xmas08_icerug","34082","0","2","2","","Ice Patch","Slippery when wet...","","-1","-1"],["s","3003","penguin_hunchback","34082","2","1","1","","Beautiful Penguin","Aptenodytes Narcissus","","-1","-1"],["s","3004","penguin_punk","34082","2","1","1","","Punk Penguin","Aptenodytes Rotter","","-1","-1"],["s","3005","xmas08_snowpl","34082","0","1","1","","Snow Seat","Be sure to wear pants...","","-1","-1"],["s","3006","xmas08_cubetree","34082","0","1","1","","Cube Tree","Who says you can't plant ice seeds?","","-1","-1"],["s","3007","penguin_pilot","34082","2","1","1","","Pilot Penguin","Aptenodytes Biggles","","-1","-1"],["s","3008","penguin_suit","34082","2","1","1","","Executive Penguin","Aptenodytes Loman","","-1","-1"],["s","3009","xmas08_table","34082","0","2","2","","Icy Table","What a cool table!","","-1","-1"],["s","3010","penguin_rock","34082","2","1","1","","Disco Penguin","Aptenodytes Foxy","","-1","-1"],["s","3011","fx_explosion","34082","0","1","1","","Explosion","This rental will last for 1 hour.","","142944","3176"],["s","3012","fx_bubble","34347","0","1","1","","Bubbles","This rental will last for 1 hour.","","142944","3179"],["s","3013","fx_flare","34082","0","1","1","","Flare","This rental will last for 1 hour.","","142944","3180"],["s","3014","ads_cltele","34082","2","1","1","","Idea Agency Teleporter","Whatever your Idea, it's better out than in.","","-1","-1"],["s","3015","xmas08_trph2","34082","0","1","1","","Eco Friendly Penguin","Given to Eco friendly Habbo!","","-1","-1"],["s","3016","lostc_merdragon","34082","0","1","3","","The Leviatha","The Collectible of an ancient creature from the Isle of Bensalem, 1/6","","-1","-1"],["s","3017","ads_cldesk","34082","0","2","2","","Idea Agency Desk","Work on your latest agency brief.","","-1","-1"],["s","3018","ads_ob_pillow","34082","0","1","1","","OB Pillow","The perfect way to relax","","-1","-1"],["s","3019","ads_clfloor","34082","0","3","5","","Childline Rug","Keep your feet warm with the Idea Agency rug","","-1","-1"],["s","3020","ads_mall_tele","34082","0","1","1","","Mall tele-door","Step inside the store and look around","","-1","-1"],["s","3021","ads_cllava2","34082","0","1","1","","Idea Agency Lava Lamp","It's better out than in!","","-1","-1"],["s","3022","bolly_lotus_pool","34082","0","2","2","","Lotus Pool","The quintessential piece of any Bollywood garden.","","-1","-1"],["s","3023","kinkysofa","11551","0","2","1","","kinkysofa","","","-1","-1"],["s","3024","china_moongt","34082","0","1","3","","Moongate","A thumbnail's entrance.","","-1","-1"],["s","3025","china_ox","34082","0","1","1","","Ox Statue","Celebrating the year of the Ox!","","-1","-1"],["s","3026","bolly_petals","34082","0","2","2","","Petals","Romance is in the air. And so are rose petals apparently.","","-1","-1"],["s","3027","bolly_tile2","34082","0","2","2","","Basic Floor Tile","A basic floor tile for your basic Bollywood room.","","-1","-1"],["s","3028","bolly_tile1","34082","0","2","2","","Ornamental Floor Tile","A grand palace is not complete without ornamental flooring.","","-1","-1"],["s","3029","bolly_fountain","34082","0","2","2","","Fountain","A grand fountain for a grand palace!","","-1","-1"],["s","3030","bolly_pillow","34082","0","1","1","","Pillow","This pink pillow is perfect for posh parties and polished pageantry.","","-1","-1"],["s","3031","bolly_corner","34082","0","1","1","","Corner","Complete the look and feel of your room with this Bollywood corner piece.","","-1","-1"],["s","3032","bolly_drapec","34082","0","3","1","","Yellow Curtain","Put on your very own Bollywood show with these fanciful curtains.","","-1","-1"],["s","3033","bolly_phant","34082","2","1","1","","Elephant Minibar","The finest Bubblejuice served by the finest elephants.","","-1","-1"],["s","3034","bolly_desk","34082","0","2","1","","Desk","This decorative desk is perfect for dividing rooms or writing scripts.","","-1","-1"],["s","3035","bolly_table","34082","0","2","2","","Large square table","Set a romantic table for two!","","-1","-1"],["s","3036","bolly_monkey_lamp","34082","0","1","1","","Monkey Lamp","Nothing says \"Bollywood\" like a monkey holding a lotus over his head.","","-1","-1"],["s","3037","bolly_swing","34082","0","2","1","","Swing","It don't mean a thing if you ain't got that swing...","","-1","-1"],["s","3038","bolly_drapea","34082","0","3","1","","Pink Curtain","Put on your very own Bollywood show with these fanciful curtains.","","-1","-1"],["s","3039","bolly_palm","34082","0","1","1","","Palm Tree","Watch for falling coconuts!","","-1","-1"],["s","3040","bolly_drapeb","34082","0","3","1","","Green Curtain","Put on your very own Bollywood show with these fanciful curtains.","","-1","-1"],["s","3041","bolly_lamp","34082","0","1","1","","Chandelier","These emerald chandeliers lend an exotic glow to your palace.","","-1","-1"],["s","3042","bolly_tree","34082","0","1","1","","Palmtree","Tropical palm trees line the walkways of all fab Bollywood gardens.","","-1","-1"],["s","3043","bolly_vase","34082","0","1","1","","Vase of Flowers","An exotic bouquet.","","-1","-1"],["s","3044","planet_of_love","34082","0","1","1","","Planet of Love","All you need is world LOVE!","","-1","-1"],["s","3045","ads_idol_floor1","34082","0","2","2","","American Idol Floor Tile 1","Create a custom floor in your American Idol room.","","-1","-1"],["s","3046","ads_igor_flask","34082","0","1","1","","Flask","3 parts Sodium 2 grams Potassium and 1 cup of Evil.","","-1","-1"],["s","3047","ads_idol_floor2","34082","0","2","2","","American Idol Floor Tile 2","Make your American Idol room more unique with these tiles.","","-1","-1"],["s","3048","ads_idol_drape","34082","0","3","1","","American Idol Curtain","Create the perfect American Idol set with these curtains.","","-1","-1"],["s","3049","ads_igor_dsk","34082","0","2","1","","Evil Genius Desk","Can't be an Evil Genius without a desk!","","-1","-1"],["s","3050","ads_idol_desk","34082","0","1","4","","American Idol Judge Desk","No audition room is complete with out one of these!","","-1","-1"],["s","3051","ads_idol_ch","34082","0","1","1","","American Idol Judge Chair","Sit comfortably in this American Idol Judge Chair.","","-1","-1"],["s","3052","lostc_octopus","34082","4","1","2","","Iku-Turso","2/6 - February 2009","","-1","-1"],["s","3053","ads_idol_tele","34082","0","1","1","","American Idol Star Teleport","This could be the doorway to your dreams!","","-1","-1"],["s","3054","ads_idol_mic","34082","0","1","1","","American Idol Microphone","Sing your heart out! Well, not literally...","","-1","-1"],["s","3055","ads_idol_trax","34282","2","1","1","","American Idol Trax Machine","Everything sounds sweeter with this custom American Idol Trax Machine!","","-1","-1"],["s","3056","ads_idol_pchair","34082","0","1","1","","American Idol Piano Chair","Sit comfortably in this chair with your Idol piano","","-1","-1"],["s","3057","ads_idol_audChr","34082","0","1","1","","American Idol Audience Chair","Fancy seating for your audience!","","-1","-1"],["s","3058","ads_idol_piano","34082","0","2","2","","American Idol Piano","Write a beautiful ballad for the performance of your life!","","-1","-1"],["s","3059","ads_idol_jukebox*1","34282","2","1","1","#FFFFFF,#FFFFFF","American Idol Jukebox","I sound better already!","","-1","-1"],["s","3060","lc_glass_floor","34082","0","2","3","","Ocean Floor Window","Don't break the glass!","","142854","3670"],["s","3061","lc_chair","34082","0","1","1","","Wood Chair","A sturdy wooden chair.","","142854","3694"],["s","3062","lc_crab1","34082","0","2","2","","Crab Patch","Aww, isn't he cute?","","142854","3672"],["s","3063","lc_stool","34082","0","1","1","","Wood Stool","The ancient wooden stool!","","142854","3673"],["s","3064","lc_medusa1","34082","0","1","1","","Large Jellyfish Lamp","Ouch that hurts!","","142854","3674"],["s","3065","lc_tubes_straight","34082","0","1","1","","Water Tubes","Whoooosh!!!","","142854","3698"],["s","3066","ads_711shelf","34082","0","1","2","","7-11 Cooler","7-11 Cooler","","-1","-1"],["s","3067","lc_table","34082","0","2","2","","Wood Table","Wooden Table","","142854","3694"],["s","3068","lc_crab2","34082","0","1","1","","Clawford C. Crabbington III","He is the crabbiest of them all!","","142854","3697"],["s","3069","lc_tile2","34082","0","2","2","","Cobbled Stones","The cobbled path...","","142866","3679"],["s","3070","lc_desk","34082","0","2","1","","Bar Desk","A nice wooden desk for you.","","142854","3680"],["s","3071","lostc_teleport","34082","2","1","1","","Architeuthis","3/6 - March 2009","","-1","-1"],["s","3072","lc_tubes_corners","34082","0","1","1","","Tube Corner","Wooosh with a turn!","","142854","3698"],["s","3073","lc_medusa2","34082","0","1","1","","Jellyfish Lamp","Awww the baby jellyfish.","","142854","3683"],["s","3074","lc_anemone","34082","0","1","1","","Anemone","The Great Sea Anemone","","142854","3699"],["s","3075","lc_corner","34082","0","1","1","","Bar Corner","The lost corner!!!","","142854","3685"],["s","3076","lc_tile1","34082","0","2","2","","Marble Floor Tile","Marble Floor","","142854","3701"],["s","3077","lc_coral_divider_low","34082","0","2","1","","Coral Divider","Delicate Coral","","142854","3699"],["s","3078","lc_coral_divider_hi","34082","0","2","1","","Large Coral Divider","This coral is much older than the other.","","142854","3699"],["s","3079","ads_idol_clRack","34082","0","3","1","","Clothes Rack","Finally! Somewhere to hang up your clothes.","","142859","3703"],["s","3080","ads_idol_hotspot","34082","2","1","1","","Hot Spot & Scoreboard","Stand here and await the verdict!","","-1","-1"],["s","3081","ads_idol_voting_ch","34082","0","1","1","","Voting Chair","Do you have a good ear for music?","","-1","-1"],["s","3082","eco_light2","34082","0","1","1","","Eco Light 2","Energy saving bulb fitted","","-1","-1"],["s","3083","eco_cactus1","34082","0","1","1","","Potted Cactus 1","Find a place in the sun","","-1","-1"],["s","3084","eco_chair1","34082","0","1","1","","Eco Stool 1","Green leaf design","","-1","-1"],["s","3085","eco_cactus3","34082","0","1","1","","Potted Cactus 3","Find a place in the sun","","-1","-1"],["s","3086","eco_table3","34082","0","2","2","","Eco Coffee Table 3","Recycled wood as standard","","-1","-1"],["s","3087","bump_tottero","34082","0","1","1","","Safety Cone","Watch for the bump in the road!","","142946","3757"],["s","3088","eco_sofa3","34082","0","1","1","","Eco Armchair 3","Relax! You've done your bit","","-1","-1"],["s","3089","eco_table2","34082","0","2","2","","Eco Coffee Table 2","Recycled wood as standard","","-1","-1"],["s","3090","bump_signs","34082","0","1","1","","Road Signs","7 Signs in 1!","","142946","3760"]]
[["s","3091","eco_lamp3","34082","0","1","1","","Eco Lamp 3","Energy saving bulb fitted","","-1","-1"],["s","3092","eco_lamp2","34082","0","1","1","","Eco Lamp 2","Energy saving bulb fitted","","-1","-1"],["s","3093","eco_tree1","34082","2","1","1","","Orange Tree","Actually, the tree is green...","","-1","-1"],["s","3094","eco_chair3","34082","0","1","1","","Eco Stool 3","Black and white skull design","","-1","-1"],["s","3095","ecotron_box","34082","0","1","1","","Ecotron prize","This item is 100 % recycled.","","-1","-1"],["s","3096","eco_sofa1","34082","0","1","1","","Eco Armchair 1","Relax!=You've done your bit","","-1","-1"],["s","3097","eco_lamp1","34082","0","1","1","","Eco Lamp 1","Energy saving bulb fitted","","-1","-1"],["s","3098","eco_light1","34082","0","1","1","","Eco Light 1","Energy saving bulb fitted","","-1","-1"],["s","3099","eco_table1","34082","0","2","2","","Eco Coffee Table 1","Recycled wood as standard","","-1","-1"],["s","3100","eco_sofa2","34082","0","1","1","","Eco Armchair 2","Relax! You've done your bit","","-1","-1"],["s","3101","bump_tires","34082","0","1","1","","Bumper Tires","Get back on track...","","142946","3772"],["s","3102","eco_fruits2","34082","2","1","1","","Fruit Bowl 2","From tree to hand in 3 pixels!","","-1","-1"],["s","3103","bump_lights","34082","0","1","1","","Traffic Lights","Ready. Set. Go!","","142946","3774"],["s","3104","eco_fruits3","34082","2","1","1","","Fruit Bowl 3","From tree to hand in 3 pixels!","","-1","-1"],["s","3105","eco_cactus2","34082","0","1","1","","Potted Cactus 2","Find a place in the sun","","-1","-1"],["s","3106","eco_chair2","34082","0","1","1","","Eco Stool 2","Brown floral design","","-1","-1"],["s","3107","eco_fruits1","34082","2","1","1","","Fruit Bowl 1","From tree to hand in 3 pixels!","","-1","-1"],["s","3108","eco_light3","34082","0","1","1","","Eco Light 3","Energy saving bulb fitted","","-1","-1"],["s","3109","eco_tree2","34082","2","1","1","","Pear Tree","You'll want a pair of these...","","-1","-1"],["s","3110","bump_road","34082","0","2","2","#FFFFFF,#626D8B,#FFFFFF","Road","Get in the fast lane!","","142946","3784"],["s","3111","ads_frankb","34082","2","1","1","","Talk To FRANK Brain Lamp","Look after your brain - Talk To FRANK","","-1","-1"],["s","3112","ads_grefusa_cactus","34082","0","1","1","","ads_grefusa_cactus name","ads_grefusa_cactus desc","","-1","-1"],["s","3113","totem_leg","34082","2","1","1","","Sacred Fire","1/3 of the Totem - 4 of 6, April 2009","","-1","-1"],["s","3114","exe_artlamp","34082","0","1","1","","Art Lamp","Illuminate your room in style!","","142869","3847"],["s","3115","env_bushes","34347","0","1","2","","Bush Divider","Foliage for your room.","","142877","3848"],["s","3116","ads_idol_newsDsk","34082","0","2","2","","News Reporter Desk","Report all the gossip in Habbo at this desk!","","-1","-1"],["s","3117","env_tree1","34082","0","1","1","","Beech Stool","Take seat and breathe in the fresh air!","","142866","3850"],["s","3118","env_tree4","34082","0","2","2","","Friendship Tree","Four beautiful seasons in one tree!","","142866","3851"],["s","3119","exe_gate","34082","0","1","1","","Gate","Only let your Executives in!","","142869","3852"],["s","3120","ads_idol_cork","34082","0","3","1","","Cubicle Partition","Need privacy so you can write that story? Get this!","","-1","-1"],["s","3121","exe_cubelight","34082","2","1","1","","Cubelight","Stylish and sophisticated.","","142884","3854"],["s","3122","exe_light","34082","0","1","1","","Light","Shines your way to the top!","","142884","3855"],["s","3123","env_tree2","34082","0","1","1","","Tree Stool 2","A Gift given on day 3 of Easter 2009 campaign.","","142866","3856"],["s","3124","ads_idol_ichair","34082","0","1","1","","Interview Chair","Next question please.","","-1","-1"],["s","3125","env_tree3","34082","0","1","1","","Linden Stool","Take seat and breathe in the fresh air!","","142866","3858"],["s","3126","ads_idol_tube","34082","2","1","1","","Tube Light","Set the mood with this beauty!","","-1","-1"],["s","3127","ads_cl_jukeb","34282","2","1","1","","Idea Agency Jukebox","Shake it like a polaroid picture in the Idea agency","","-1","-1"],["s","3128","env_bushes_gate","34082","0","1","2","","Bush Gate Divider","Foliage for your room.","","142877","3861"],["s","3129","env_grass","34347","0","2","2","","Grass Patch","Feel the softness between your toes.","","142877","8774"],["s","3130","tray_glasstower","34082","2","1","1","","Beverage Tower","All you can drink non-alchoholic beverages here!","","142884","3943"],["s","3131","ads_malaco_gu","34082","0","1","1","","ads_malaco_gu","ads_malaco_gu","","-1","-1"],["s","3132","ads_reebok_block2","34082","0","2","2","","ads_reebok_block2","","","-1","-1"],["s","3133","tray_cake","34082","0","1","1","","Elegant Party Cake","Almost too beautiful to eat!","","-1","-1"],["s","3134","tray_champagne","34082","0","1","1","","Beverage Tray","Make a toast!","","-1","-1"],["s","3135","ads_malaco_rug","34082","0","3","3","","ads_malaco_rug_name","","","-1","-1"],["s","3136","ads_idol_tblCloth","34082","0","2","2","","Formal Dining Table","Nothing but the best for this formal occasion.","","-1","-1"],["s","3137","ads_cl_sofa","34082","0","2","1","0,0,0","Idea Agency Sofa","Take a load off - both your feet and mind!","","-1","-1"],["s","3138","ads_idol_lamp","34082","0","1","1","","Blue Chandelier","No grande ballroom would be complete with out this beauty!","","-1","-1"],["s","3139","ads_clcake","34082","0","1","1","","Idea Agency Super Cake","Have your cake and eat it with Idea","","-1","-1"],["s","3140","ads_idol_carpet","34082","0","2","7","","American Idol Carpet","Make your grande entrance at the finale!","","-1","-1"],["s","3141","country_fnc2","34082","0","2","1","","Rock Divider","Strong and sturdy.","","142885","4020"],["s","3142","eco_mush1","34082","0","1","1","","Eco Mushroom 1","","","-1","-1"],["s","3143","country_rbw","34082","0","1","1","","Rainbow","Is there a pot of gold at the end?","","142866","3973"],["s","3144","sound_set_72","34082","0","1","1","","Country Trax Pack","Hootenanny sounds of the country.","","-1","-1"],["s","3145","country_soil","34082","0","2","2","","Soil","Find that perfect spot to plant some grain.","","142866","4037"],["s","3146","country_log","34082","0","2","1","","Log","Have a seat.","","142885","3976"],["s","3147","country_trctr","34082","0","2","2","","Tractor","Yes it is a Tractor!","","-1","-1"],["s","3148","country_stage","34082","0","2","2","","Country Stage","Yee Haw!","","142866","4046"],["s","3149","country_well","34082","2","1","1","","Well","Be careful what you drink out of the well.","","142866","3979"],["s","3150","country_gate","34082","0","2","1","","Gate","Stampede coming through.","","142866","3980"],["s","3151","ads_goldtabl","34082","0","1","1","","The Golden Tablet","What every Museum resident craves","","-1","-1"],["s","3152","country_fnc3","34082","0","1","1","","Rock Corner Divider","Between a rock wall and a hard place.","","142885","3982"],["s","3153","country_rain","34082","0","1","1","","Rain","Raindrops keep falling on my head.","","142866","3983"],["s","3154","country_fnc1","34082","0","2","1","","Wooden Divider","Keep paddocks separated.","","142866","3984"],["s","3155","eco_mush2","34082","0","1","1","","Eco Mushroom 2","","","-1","-1"],["s","3156","ads_calip_cola*1","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#d2ff00,#FFFFFF","ads_calip_cola_1 name","ads_calip_cola_1 text","","-1","-1"],["s","3157","ads_calip_cola*2","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#a32300,#FFFFFF","ads_calip_cola_2 name","ads_calip_cola_2 text","","-1","-1"],["s","3158","ads_calip_cola*3","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#fd2c36,#FFFFFF","ads_calip_cola_3 name","ads_calip_cola_3 text","","-1","-1"],["s","3159","ads_calip_cola*4","34082","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#00c6ff,#FFFFFF","ads_calip_cola_4 name","ads_calip_cola_4 text","","-1","-1"],["s","3160","country_scarecrow","34082","0","1","1","","Scarecrow","Always scaring the birds away.","","-1","-1"],["s","3161","env_telep","35205","2","1","1","","The Outhouse","A place for privacy.","","-1","-1"],["s","3162","country_grass","34347","0","2","2","","Grass Patch","Mmmm smell the freshness.","","142885","3906"],["s","3163","country_wheat","34082","0","2","2","","Wheat Patch","Got grain on the brain.","","142866","3993"],["s","3164","country_corner","34082","0","1","1","","Ditch Corner","Every which way the water bed bends.","","142885","4003"],["s","3165","country_ditch","34082","0","1","2","","Ditch","The babbling water goes on and on.","","142885","4004"],["s","3166","country_patio","34082","0","1","1","","Patio","Got a broom to sweep that dusty patio?","","142866","4005"],["s","3167","totem_head","34082","2","1","1","","Totem Spirit Head","Which animal are you? 2/3 of the Totem - May 2009","","-1","-1"],["s","3168","ads_calip_chair","34082","0","1","1","","ads_calip_chair name","ads_calip_chair text","","-1","-1"],["s","3169","ads_idol_trophy","34082","0","1","1","","American Idol Trophy","For being in the Habbo American Idol Competition Top 12.","","-1","-1"],["s","3170","LT_pillar2","34082","0","1","1","","Small Torch","Light a mini fire with this...","","142885","4102"],["s","3171","LT_throne","34082","0","1","1","","Tribal Seat","A seat fit for the leader of a tribe!","","142885","4049"],["s","3172","lt_gate","34082","0","2","1","","Lost Tribe Gate","Do you really want to enter?","","142885","4050"],["s","3173","laptopdesk","34082","0","2","2","","Laptop Desk","A perfect place to work...","","142884","4051"],["s","3174","lt_bughill","34082","0","1","1","","Ant Hill","Watch out so they do not bite you!","","142885","4108"],["s","3175","lt_stage2","34082","0","2","2","","Lost Tribe Large Stage","Pay attention and watch the grass!","","142885","4100"],["s","3176","lt_lava","34082","0","1","2","","Lava Ditch","Don't fall in!","","142885","4104"],["s","3177","lt_stone2","34082","0","2","1","","Stone Divider","Keep the others out!","","142885","4101"],["s","3178","lt_spider","34082","0","1","1","","Legs Tarantina","And she knows how to use them!","","142885","4056"],["s","3179","audChr","34082","0","1","1","","Audience Chair","Have a seat and see what they think...","","-1","-1"],["s","3180","lt_lavac","34082","0","1","1","","Lava Corner","Ohh! Glowing red water!","","142885","4103"],["s","3181","saturn","34082","0","1","1","","Planet of Eternity","How many rings are there??","","-1","-1"],["s","3182","ads_calip_pool","34082","0","2","2","","ads_calip_pool name","ads_calip_pool desc","","-1","-1"],["s","3183","lt_stage1","34082","0","1","1","","Lost Tribe Small Stage","Watch the grass!","","142885","4061"],["s","3184","clrack","34082","0","3","1","","Clothes Rack","Your jacket is here somewhere.","","142884","4062"],["s","3185","lt_statue","34082","0","1","1","","Lost Tribe Statue","Gaze into its eyes...","","142885","4063"],["s","3186","noticeboard","34082","0","3","1","","Notice Board","Got something to say???","","142859","4064"],["s","3187","LT_pillar","34082","0","1","1","","Big Torch","Come on baby light my fire...","","142885","4109"],["s","3188","lt_patch","34082","0","2","2","","Lost Tribe Patch","Dance your tribal feet off...","","142885","4111"],["s","3189","LT_skull","34082","0","1","1","","The Lost Skull","I wonder who its late owner was?","","142885","4067"],["s","3190","ads_calip_tele","34082","2","1","1","","ads_calip_tele name","ads_calip_tele text","","-1","-1"]]
[["s","3195","ads_calip_parasol","34082","0","1","1","","ads_calip_parasol name","ads_calip_parasol desc","","-1","-1"],["s","3196","lt_stone1","34082","0","1","1","","Stone Corner","I wonder how old this is???","","142885","4092"],["s","3197","ads_calip_lava","34082","0","1","1","","ads_calip_lava name","ads_calip_lava desc","","-1","-1"],["s","3198","ads_calip_fan","34082","0","1","1","","ads_calip_fan","ads_cali desc","","-1","-1"],["s","3199","transparent_floor","34082","0","2","2","","Transparent Floor","Watch your step!","","-1","-1"],["s","3200","totem_planet","34082","0","1","1","","Totem Planet","Cosmic powers lie within...","","-1","-1"],["s","3201","voting_ch","34082","0","1","1","","voting_ch name","voting_ch desc","","-1","-1"],["s","3202","ads_mall_coffeem","34082","2","1","1","","Quick Coffee Stop","Exclusively Mall coffee and free to boot!","","-1","-1"],["s","3203","sf_roof","34082","0","2","4","","Spaceship Roof","An endless view of planets and stars","","-1","-1"],["s","3204","SF_crate_2","34082","0","2","1","","Large Crate","More space supplies","","-1","-1"],["s","3205","SF_crate_1","34082","0","1","1","","Small Crate","Weightless in Space","","-1","-1"],["s","3206","sf_stick","34347","0","1","1","","Light Pole","Attracts space critters.","","-1","-1"],["s","3207","SF_chair_blue","34082","0","1","1","","Medium Chair","Space captain's side kick.","","-1","-1"],["s","3208","SF_panel3","34082","0","1","1","","Navigation Console","Steer clear of Black Holes","","-1","-1"],["s","3209","sf_roller","34082","0","1","1","","SciFi Roller","Moving through space.","","-1","-1"],["s","3210","SF_alien","34082","0","1","1","","Dizziti","Alien Collectible","","-1","-1"],["s","3211","SF_floor_2","34082","0","2","2","","Spaceship Floor Dark","Space walk","","-1","-1"],["s","3212","SF_reactor","34082","0","1","1","","Warp Reactor","Fusion reactor to heat plasma","","-1","-1"],["s","3213","sf_floor","34082","0","2","4","","Transparent Floor","Don't fall through!","","-1","-1"],["s","3214","sf_tele","34082","2","1","1","","Space Teleporter","Turn into millions of atoms","","-1","-1"],["s","3215","SF_chair_green","34082","0","1","1","","Small Chair","Buckle up for a space ride.","","-1","-1"],["s","3216","ads_mall_kiosk","34082","0","1","2","","Mall Kiosk","Fish, fruit, sweets, sunglasses - it is all available here.","","-1","-1"],["s","3217","SF_panel1","34082","0","1","1","","Command Console","Blinking Lights but what to do","","-1","-1"],["s","3218","SF_panel2","34082","0","2","1","","Engineering Console","All systems checked","","-1","-1"],["s","3219","sf_pod","34082","0","1","3","","Cryogenic Bed","For those who like to sleep a long time.","","-1","-1"],["s","3220","SF_table","34082","0","2","2","","Space Table","Supplied with gravity","","-1","-1"],["s","3221","sf_gate","34082","0","2","1","","Display-Gate","Can you see me now?","","-1","-1"],["s","3222","SF_floor_1","34082","0","2","2","","Spaceship Floor Light","Space walk","","-1","-1"],["s","3223","SF_chair_red","34082","0","1","1","","Captain's Chair","Master of Space","","-1","-1"],["s","3224","SF_lamp","34082","0","1","1","","Spaceship Lamp","Bright lights in a dark space","","-1","-1"],["s","3225","prizetrophy_cool","34085","0","1","1","","Cool Trophy","One Cool Habbo","","-1","-1"],["s","3226","ads_elisa_gnome","34082","0","1","1","","ads_elisa_gnome name","ads_elisa_gnome desc","","-1","-1"],["s","3227","summer_raft2","34082","0","1","1","","Blue Raft","Float down a lazy river.","","-1","-1"],["s","3228","summer_raft1","34082","0","1","1","","Pink Raft","Float down a lazy river.","","-1","-1"],["s","3229","prizetrophy_hot","34085","0","1","1","","Hot Trophy","One Hot Habbo","","-1","-1"],["s","3230","ads_oc_soda","34082","2","1","1","","Orange Crush Soda Machine","Have an Orange Crush!","","-1","-1"],["s","3231","summer_icebox","34082","2","1","1","","Ice Box","Chilled surprises","","-1","-1"],["s","3232","marsrug","35205","0","2","2","","Mars Moonrug","Explore the red planet.","","-1","-1"],["s","3233","rela_stone","34082","0","1","1","","Relaxation Stones","Calming Stability...","","142885","4223"],["s","3234","rela_candles1","34082","0","1","1","","White Candles","Calming Relaxation...","","142855","4224"],["s","3235","rela_candle3","34082","0","1","1","","Violet Candle","Calming Relaxation...","","142855","4225"],["s","3236","rela_candles3","34082","0","1","1","","Violet Candles","Calming Relaxation...","","142855","4226"],["s","3237","pix_asteroid","34082","0","1","1","","The Asteroid","A smashing rock in space!","","-1","-1"],["s","3238","rela_candle1","34082","0","1","1","","White Candle","Calming Relaxation...","","142855","4228"],["s","3239","rela_orchid","34082","0","1","1","","Orchid","Calming Fragrance...","","142855","4229"],["s","3240","rela_stick","34082","0","1","1","","Stick in Jar","Calming Tranquility...","","142855","4230"],["s","3241","ads_711*5","34092","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FF9900","Orange Slurpee Machine","","","-1","-1"],["s","3242","ads_711*6","34092","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#00CCCC","Aqua Slurpee Machine","","","-1","-1"],["s","3243","ads_711*7","34092","2","1","1","#FFFFFF,#FFFFFF,#FFFFFF,#FF6699","Pink Slurpee Machine","","","-1","-1"],["s","3244","rela_candle2","34082","0","1","1","","Red Candle","Calming Relaxation...","","142855","4234"],["s","3245","rela_candles2","34082","0","1","1","","Red Candles","Calming Relaxation...","","142855","4235"],["s","3246","rela_plant","34082","0","1","1","","Relaxation Plant","Calming Greenery...","","142855","4236"],["s","3247","rela_hchair","34082","0","1","1","","Comfort Cradle","Calming Comfort...","","142855","4237"],["s","3248","rela_rock","34082","0","1","1","","Rock Seat","Calming Comfort...","","142885","4238"],["s","3249","ktchn_fridge","34082","2","1","1","","Kitchen Fridge","Keeps it all cold.","","142873","4282"],["s","3250","ktchn_inspctr","34082","2","1","1","","Kitchen Inspector","This kitchen needs a serious inspection.","","-1","-1"],["s","3251","ads_1800tele","34082","2","1","1","","ads_1800tele","","","-1","-1"],["s","3252","ktchn_pots","34082","0","2","1","","Hanging Pot Rack","Watch your head!","","142873","4250"],["s","3253","ktchn_countr_2","34082","0","2","1","","Kitchen Counter Large","Vibrant and shiny.","","142873","4251"],["s","3254","ktchn_gate","34082","0","2","1","","Kitchen Swinging Door","Easy to open and close during a bustling service.","","142873","4252"],["s","3255","ktchn_bBlock","34082","2","1","1","","Butcher's Block","Sanitary for chopping any kind of food.","","142873","4282"],["s","3256","ktchn_stove","34082","0","2","1","","Industrial Stove","Keeps it simmering.","","142873","4282"],["s","3257","ktchn_cornr","34082","0","1","1","","Kitchen Wall Divider Corner","A contemporary backsplash for any kitchen.","","142873","4255"],["s","3258","ktchn_light","34082","0","2","1","","Kitchen Light","The perfect lighting fixture to prep your food.","","142873","4256"],["s","3259","ktchn_dvdr","34082","0","2","1","","Kitchen Wall Divider","A contemporary backsplash for any kitchen.","","142873","4257"],["s","3260","ktchn_desk","34082","0","2","1","","Kitchen Work Table","Sanitary for prepping those delicate deserts.","","142873","4282"],["s","3261","ktchn_countr_1","34082","0","1","1","","Kitchen Counter Small","Vibrant and shiny.","","142873","4259"],["s","3262","ktchn_sink","34082","0","2","1","","Industrial Sink","Always full of dirty dishes.","","142873","4282"],["s","3263","ktchn_plates","34082","0","1","1","","Dinner Plates","Who didn't finish their dinner?","","142873","4261"],["s","3264","ktchn_trash","34082","0","1","1","","Trash Can","Smelly if you don't empty it.","","142873","4262"],["s","3265","urban_lamp","34082","0","1","1","","Street Lamp","Keeps a dark street brightly lit.","","142856","4307"],["s","3266","urban_bin","34082","0","1","1","","Urban Trash Can","Street trash.","","142856","4308"],["s","3267","urban_fence","34082","0","1","2","","Urban Fence","Keeps trouble in or out.","","142856","4360"],["s","3268","urban_carsofa","34082","0","2","1","","Taxi Sofa","Seats comfortably for crazy cab drives.","","142856","4310"],["s","3269","urban_bench","34082","0","2","1","","Urban Bench","Watch out for gum before you sit.","","142856","4311"],["s","3270","urban_blocker","34082","0","1","1","","Road Block","Don't go any further.","","142856","4312"],["s","3271","urban_bsktbll","34082","0","1","1","","Urban Basketball Hoop","Slam dunk!","","142856","4313"],["s","3272","urban_wpost","34082","2","1","1","","Fire Hydrant","Sometimes used for putting out fires.","","142856","4314"],["s","3273","sf_mbar","34082","0","1","1","","Astro-Bar","Deep space refreshment.","","-1","-1"],["s","3274","urban_sidewalk","34082","0","2","2","","Sidewalk","Don't step on a crack.","","142856","4316"],["s","3275","urban_fence_corner","34082","0","1","1","","Urban Fence Corner","Keeps trouble in or out.","","142856","4360"],["s","3276","ads_idol_l_carpet","34082","0","2","7","","ads_idol_l_carpet name","ads_idol_l_carpet desc","","-1","-1"],["s","3277","ads_gsArcade_1","34082","2","1","1","","ads_gsArcade_1 name","ads_gsArcade_1 desc","","-1","-1"],["s","3278","ads_gsArcade_2","34082","2","1","1","","Arcade Cabinet","Must...get....high....score!","","-1","-1"],["s","3279","ads_mtvtrophy_gold","34082","2","1","1","","Golden EMA Trophy","Winner of the Golden MTV EMA Awards!","","-1","-1"],["s","3280","ads_spang_sleep","34082","0","1","3","","ads_spang_sleep","ads_spang_sleep text","","-1","-1"],["s","3281","ads_mtvtrophy_silver","34082","2","1","1","","MTV EMA Trophy","Winner of the MTV EMA Award!","","-1","-1"],["s","3282","hween09_organ","34082","0","2","1","","Ghostly Organ","Play a ghastly tune on the bones...","","-1","-1"],["s","3283","ads_idol_chmpgn","34082","0","1","1","","ads_idol_chmpgn","ads_idol_chmpgn","","-1","-1"],["s","3284","urban_bench_plain","34082","0","2","1","","Clean Bench","Nothing feels better than sitting on a clean bench.","","142856","4386"],["s","3285","hween09_hatch","34082","0","2","2","","Creepy Trap Door","I wonder where this goes?","","-1","-1"],["s","3286","hween09_table","34082","0","1","3","","Creepy Table","Hope there is not a head on the platter...","","-1","-1"],["s","3287","hween09_jar","34082","0","1","1","","Strange Jar","Would you like a Duck or a Head?","","-1","-1"],["s","3288","hween09_floor","34082","0","2","2","","Creaky Floor","Watch your step!","","-1","-1"],["s","3289","byesw_hotel","34082","2","1","1","","Hotel view memorial","3 different miniature Hotels.","","-1","-1"],["s","3290","hween09_ghost","34082","0","1","1","","Ghost-in-the-Box","Ohh haunting...","","-1","-1"],["s","3291","byesw_hand","34082","0","1","1","","Big Hand seat memorial","We'll miss you Big Hand!","","-1","-1"],["s","3292","hween09_tv","34082","0","2","1","","Haunted TV","Whats on Haunted TV tonight?","","-1","-1"],["s","3293","hween09_mirror","34347","2","1","1","","Ghostly Mirror","Is that a Habbo in there?","","-1","-1"],["s","3294","hween09_chandelier","34082","0","1","1","","Haunted Chandelier","Flickering in the night...","","-1","-1"]]
[["s","3295","hween09_chair","34082","0","1","1","","Haunted Chair","Was something just sitting in this??","","-1","-1"],["s","3296","ads_twi_toolbx","34082","2","1","1","","Toolbox","Good spot for some tools...","","-1","-1"],["s","3297","ads_twi_table","34082","0","2","2","","Cake on Table with Presents","Whose name is on that present?","","-1","-1"],["s","3298","ads_twi_tower","34082","0","1","1","","Clock Tower","What time is it?","","-1","-1"],["s","3299","ads_twi_piano","34082","0","2","2","","Broken Piano","I wonder if it's still in tune.","","-1","-1"],["s","3300","ads_twi_chair","34082","0","1","1","","Volturi Royal Chair","A chair fit for royalty","","-1","-1"],["s","3301","ads_twi_fountn","34082","0","2","2","","Fountain","Simply breathtaking...","","-1","-1"],["s","3302","ads_twi_dvdr2","34082","0","2","1","","Clock Tower wall","Repel all attacks...","","-1","-1"],["s","3303","ads_twi_dvdr1","34082","0","2","1","","Half wall","Where is the other half?","","-1","-1"],["s","3304","ads_twi_roses","34082","0","1","1","","Standing Rose Bouquet","You shouldn't have...","","-1","-1"],["s","3305","exe_elevator","34082","2","1","1","","Elevator Teleport","Going up or down in style!","","142869","4532"],["s","3306","ads_mall_elevator","34082","2","1","1","","Mall Lift","Up, up and away to the next shopping level","","-1","-1"],["s","3307","ktchn_hlthNut","34082","2","1","1","","The Health Nut","Run...run.....RUN! I'm running!!!","","-1","-1"],["s","3308","ads_twi_mist","34082","0","1","1","","Fog","Sure is foggy out here...","","-1","-1"],["s","3309","nest_plow_bro","34082","2","1","1","","Regular Nest Brown","Comfy for a pet.","","142914","4543"],["s","3310","nest_snug_grn","34082","2","1","1","","Snug Nest Green","Snug as a bug...","","142914","4544"],["s","3311","ads_twi_trophy","34085","2","1","1","","Twilight Trophy","Fitting for the biggest Twilight fan!","","-1","-1"],["s","3312","arabian_tile","34082","0","2","2","","Arabian Tile","Step in style...","","142884","4546"],["s","3313","xm09_lrgBauble","34082","0","1","1","","Large Bauble","Isn't it pretty!","","-1","-1"],["s","3314","xm09_candyCane","34082","2","1","1","","Candy Canes","got candy?","","-1","-1"],["s","3315","nest_snug_blu","34082","2","1","1","","Snug Nest Blue","Snug as a bug...","","142914","4549"],["s","3316","nest_plow_blu","34082","2","1","1","","Regular Nest Blue","Comfy for a pet.","","142914","4550"],["s","3317","nest_snug_red","34082","2","1","1","","Snug Nest Red","Snug as a bug...","","142914","4551"],["s","3318","nest_plow_reg","34082","2","1","1","","Regular Nest","Comfy for a pet.","","142914","4552"],["s","3319","nest_snug_yel","34082","2","1","1","","Snug Nest Yellow","Snug as a bug...","","142914","4553"],["s","3320","nest_plow_red","34082","2","1","1","","Regular Nest Red","Comfy for a pet.","","142914","4554"],["s","3321","petfood7","34082","2","1","1","","Ice Apples","Full of vitamin I (Medium Energy)","","142914","4644"],["s","3322","petfood9","34082","2","1","1","","Salmon","Fresh salmon from the mountains (Hyper Energy)","","142914","4643"],["s","3323","petfood6","34082","2","1","1","","Red Apples","Full of vitamin R (Low Energy)","","142914","4681"],["s","3324","petfood5","34082","2","1","1","","Green Apples","Full of vitamin G (Low Energy)","","142914","4682"],["s","3325","petfood8","34082","2","1","1","","Chicken","Everything tastes like chicken (High Energy)","","142914","4659"],["s","3326","petfood10","34082","2","1","1","","Holiday Cake","For special moments (High Energy)","","142914","4658"],["s","3327","party_lantern","34082","0","1","1","","Party Lantern","Let's get this party started...","","142876","4608"],["s","3328","xm09_man_b","34082","2","1","1","","Snowman middle","What can you build?","","-1","-1"],["s","3329","xm09_man_c","34082","2","1","1","","Snowman head","What can you build?","","-1","-1"],["s","3330","xm09_man_a","34082","2","1","1","","Snowman legs","What can you build?","","-1","-1"],["s","3331","nest_dirt","34082","2","1","1","","Dirt Nest","Perfect mixture for your pig.","","142914","4612"],["s","3332","nest_snug_prp","34082","2","1","1","","nest_snug_prp","","","-1","-1"],["s","3333","nest_basket","34082","2","1","1","","Nest","","","-1","-1"],["s","3334","nest_nest","34082","2","1","1","","Stone Nest","Perfect place for your pet to sleep.","","142914","4615"],["s","3335","xm09_table","34082","0","2","6","","Holiday Table","Enough room for an entire family","","-1","-1"],["s","3336","nest_nails","34082","2","1","1","","nest_nails","","","-1","-1"],["s","3337","xm09_cocoa","34082","2","1","1","","Hot Chocolate Maker","Cocoa and Christmas. Excellent!","","-1","-1"],["s","3338","nest_snug_bla","34082","2","1","1","","nest_snug_bla","","","-1","-1"],["s","3339","nest_ice","34082","2","1","1","","Ice Nest","Perfect bed for your bear","","142914","4620"],["s","3340","xm09_bench","34082","0","6","1","","Holiday