Guest User

items_base.sql

a guest
Aug 24th, 2012
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 389.27 KB | None | 0 0
  1. -- phpMyAdmin SQL Dump
  2. -- version 3.2.4
  3. -- http://www.phpmyadmin.net
  4. --
  5. -- Host: localhost
  6. -- Erstellungszeit: 24. August 2012 um 17:50
  7. -- Server Version: 5.1.41
  8. -- PHP-Version: 5.3.1
  9.  
  10. SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";
  11.  
  12. --
  13. -- Datenbank: `latino`
  14. --
  15.  
  16. -- --------------------------------------------------------
  17.  
  18. --
  19. -- Tabellenstruktur für Tabelle `items_base`
  20. --
  21.  
  22. CREATE TABLE IF NOT EXISTS `items_base` (
  23. `item_id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  24. `public_name` varchar(100) NOT NULL COMMENT 'temp only',
  25. `item_name` varchar(100) NOT NULL,
  26. `type` enum('s','i','e','h','v') NOT NULL DEFAULT 's',
  27. `width` int(11) NOT NULL DEFAULT '1',
  28. `length` int(11) NOT NULL DEFAULT '1',
  29. `height` double NOT NULL DEFAULT '1',
  30. `allow_stack` enum('0','1') NOT NULL DEFAULT '1',
  31. `allow_sit` enum('0','1') NOT NULL DEFAULT '0',
  32. `allow_walk` enum('0','1') NOT NULL DEFAULT '0',
  33. `sprite_id` int(11) NOT NULL,
  34. `allow_recycle` enum('0','1') NOT NULL DEFAULT '1',
  35. `allow_trade` enum('0','1') NOT NULL DEFAULT '1',
  36. `allow_marketplace_sell` enum('0','1') NOT NULL DEFAULT '1',
  37. `allow_gift` enum('0','1') NOT NULL DEFAULT '1',
  38. `allow_inventory_stack` enum('0','1') NOT NULL DEFAULT '1',
  39. `interaction_type` varchar(50) NOT NULL,
  40. `cycle_count` int(11) NOT NULL DEFAULT '1',
  41. `vending_ids` varchar(100) NOT NULL DEFAULT '0',
  42. PRIMARY KEY (`item_id`)
  43. ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=4294967296 ;
  44.  
  45. --
  46. -- Daten für Tabelle `items_base`
  47. --
  48.  
  49. INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES
  50. (1, 'Bookcase', 'shelves_norja', 's', 1, 1, 1, '0', '0', '0', 13, '1', '1', '0', '1', '1', 'default', 1, '0'),
  51. (2, 'Bookcase', 'shelves_polyfon', 's', 2, 1, 1, '0', '0', '0', 14, '1', '1', '0', '1', '1', 'default', 1, '0'),
  52. (3, 'Bookcase', 'shelves_silo', 's', 2, 1, 1, '0', '0', '0', 15, '1', '1', '0', '1', '1', 'default', 1, '0'),
  53. (4, 'Small Coffee Table', 'table_polyfon_small', 's', 2, 2, 1, '0', '0', '0', 17, '1', '1', '0', '1', '1', 'default', 1, '0'),
  54. (5, 'Dining Chair', 'chair_polyfon', 's', 1, 1, 1, '0', '1', '0', 18, '1', '1', '0', '1', '1', 'default', 1, '0'),
  55. (6, 'Coffee Table', 'table_norja_med', 's', 2, 2, 1, '1', '0', '0', 20, '1', '1', '0', '1', '1', 'default', 1, '0'),
  56. (7, 'Coffee Table', 'table_silo_med', 's', 2, 2, 1, '1', '0', '0', 21, '1', '1', '0', '1', '1', 'default', 1, '0'),
  57. (8, 'Occasional Table', 'table_plasto_4leg', 's', 2, 2, 1, '1', '0', '0', 22, '1', '1', '0', '1', '1', 'default', 1, '0'),
  58. (9, 'Round Dining Table', 'table_plasto_round', 's', 2, 2, 1, '1', '0', '0', 23, '1', '1', '0', '1', '1', 'default', 1, '0'),
  59. (10, 'Square Dining Table', 'table_plasto_bigsquare', 's', 2, 2, 1, '1', '0', '0', 24, '1', '1', '0', '1', '1', 'default', 1, '0'),
  60. (11, 'Shelf', 'stand_polyfon_z', 's', 1, 1, 0.5, '1', '0', '0', 25, '1', '1', '0', '1', '1', 'default', 1, '0'),
  61. (12, 'Dining Chair', 'chair_silo', 's', 1, 1, 1.1, '0', '1', '0', 26, '1', '1', '0', '1', '1', 'default', 1, '0'),
  62. (13, 'Cushioned', 'sofa_silo', 's', 2, 1, 1.1, '0', '1', '0', 28, '1', '1', '0', '1', '1', 'default', 1, '0'),
  63. (14, 'Bench', 'couch_norja', 's', 2, 1, 1, '0', '1', '0', 29, '1', '1', '0', '1', '1', 'default', 1, '0'),
  64. (15, 'Chair', 'chair_norja', 's', 1, 1, 1, '0', '1', '0', 30, '1', '1', '0', '1', '1', 'default', 1, '0'),
  65. (16, 'Large Coffee Table', 'table_polyfon_med', 's', 2, 2, 1, '1', '0', '0', 31, '1', '1', '0', '1', '1', 'default', 1, '0'),
  66. (17, 'Doormat', 'doormat_love', 's', 1, 1, 0.1, '0', '0', '1', 32, '1', '1', '0', '1', '1', 'default', 1, '0'),
  67. (18, 'Doormat', 'doormat_plain', 's', 1, 1, 0.1, '0', '0', '1', 33, '1', '1', '0', '1', '1', 'default', 1, '0'),
  68. (19, 'Armchair', 'sofachair_polyfon', 's', 1, 1, 1.1, '0', '1', '0', 34, '1', '1', '0', '1', '1', 'default', 1, '0'),
  69. (20, 'Two-seater Sofa', 'sofa_polyfon', 's', 2, 1, 1.1, '0', '1', '0', 35, '1', '1', '0', '1', '1', 'default', 1, '0'),
  70. (21, 'Large', 'sofachair_silo', 's', 1, 1, 1.1, '0', '1', '0', 36, '1', '1', '0', '1', '1', 'default', 1, '0'),
  71. (22, 'Plastic Pod Chair', 'chair_plasty', 's', 1, 1, 1, '0', '1', '0', 38, '1', '1', '0', '1', '1', 'default', 1, '0'),
  72. (23, 'Chair', 'chair_plasto', 's', 1, 1, 1, '0', '1', '0', 39, '1', '1', '0', '1', '1', 'default', 1, '0'),
  73. (24, 'Occasional Table', 'table_plasto_square', 's', 1, 1, 1, '1', '0', '0', 40, '1', '1', '0', '1', '1', 'default', 1, '0'),
  74. (25, 'Double Bed', 'bed_polyfon', 's', 2, 3, 1.8, '0', '0', '0', 41, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  75. (26, 'Single Bed', 'bed_polyfon_one', 's', 1, 3, 1.8, '0', '0', '0', 42, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  76. (27, 'Plain Single Bed', 'bed_trad_one', 's', 2, 3, 1, '0', '0', '0', 43, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  77. (28, 'Plain Double Bed', 'bed_trad', 's', 2, 3, 1, '0', '0', '0', 44, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  78. (29, 'Single Bed', 'bed_silo_one', 's', 1, 3, 1.8, '0', '0', '0', 45, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  79. (30, 'Double Bed', 'bed_silo_two', 's', 2, 3, 1.8, '0', '0', '0', 46, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  80. (31, 'Occasional Table', 'table_silo_small', 's', 1, 1, 1, '1', '0', '0', 47, '1', '1', '0', '1', '1', 'default', 1, '0'),
  81. (32, 'Double Bed', 'bed_armas_two', 's', 2, 3, 1.8, '0', '0', '0', 48, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  82. (33, 'bed_budget_one', 'bed_budget_one', 's', 1, 3, 1.9, '0', '0', '0', 49, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  83. (34, 'Comfortable', 'bed_budget', 's', 2, 3, 1.9, '0', '0', '0', 50, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  84. (35, 'Bookcase', 'shelves_armas', 's', 2, 1, 1, '0', '0', '0', 51, '1', '1', '0', '1', '1', 'default', 1, '0'),
  85. (36, 'Bench', 'bench_armas', 's', 2, 1, 1.1, '0', '1', '0', 52, '1', '1', '0', '1', '1', 'default', 1, '0'),
  86. (37, 'Dining Table', 'table_armas', 's', 2, 2, 1, '1', '0', '0', 53, '1', '1', '0', '1', '1', 'default', 1, '0'),
  87. (38, 'Occasional Table', 'small_table_armas', 's', 1, 1, 1, '1', '0', '0', 54, '1', '1', '0', '1', '1', 'default', 1, '0'),
  88. (39, 'Stool', 'small_chair_armas', 's', 1, 1, 1, '0', '1', '0', 55, '1', '1', '0', '1', '1', 'default', 1, '0'),
  89. (40, 'Authentic', 'fireplace_armas', 's', 2, 1, 1, '0', '0', '0', 56, '1', '1', '0', '1', '1', 'default', 2, '0'),
  90. (41, 'Table Lamp', 'lamp_armas', 's', 1, 1, 1, '0', '0', '0', 57, '1', '1', '0', '1', '1', 'default', 2, '0'),
  91. (42, 'Single Bed', 'bed_armas_one', 's', 1, 3, 1.8, '0', '0', '0', 58, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  92. (43, 'Floor rug', 'carpet_standard', 's', 3, 5, 0, '1', '0', '1', 59, '1', '1', '0', '1', '1', 'default', 1, '0'),
  93. (44, 'Hand-Woven Rug', 'carpet_armas', 's', 2, 4, 0, '1', '0', '1', 60, '1', '1', '0', '1', '1', 'default', 1, '0'),
  94. (45, 'Faux-Fur Bear Rug', 'carpet_polar', 's', 2, 3, 0, '1', '0', '1', 61, '1', '1', '0', '1', '1', 'default', 1, '0'),
  95. (46, 'Fireplace', 'fireplace_polyfon', 's', 2, 1, 1, '0', '0', '0', 62, '1', '1', '0', '1', '1', 'default', 2, '0'),
  96. (47, 'Square Dining Table', 'table_plasto_4leg*1', 's', 2, 2, 1, '1', '0', '0', 63, '1', '1', '0', '1', '1', 'default', 1, '0'),
  97. (48, 'Square Dining Table', 'table_plasto_bigsquare*1', 's', 2, 2, 1, '1', '0', '0', 64, '1', '1', '0', '1', '1', 'default', 1, '0'),
  98. (49, 'Round Dining Table', 'table_plasto_round*1', 's', 2, 2, 1, '1', '0', '0', 65, '1', '1', '0', '1', '1', 'default', 1, '0'),
  99. (50, 'Occasional Table', 'table_plasto_square*1', 's', 1, 1, 1, '1', '0', '0', 66, '1', '1', '0', '1', '1', 'default', 1, '0'),
  100. (51, 'Chair', 'chair_plasto*1', 's', 1, 1, 1, '0', '1', '0', 67, '1', '1', '0', '1', '1', 'default', 1, '0'),
  101. (52, 'Floor Rug', 'carpet_standard*1', 's', 3, 5, 0, '1', '0', '1', 68, '1', '1', '0', '1', '1', 'default', 1, '0'),
  102. (53, 'Doormat', 'doormat_plain*1', 's', 1, 1, 0.1, '0', '0', '1', 69, '1', '1', '0', '1', '1', 'default', 1, '0'),
  103. (54, 'Occasional Table', 'table_plasto_4leg*2', 's', 2, 2, 1, '1', '0', '0', 70, '1', '1', '0', '1', '1', 'default', 1, '0'),
  104. (55, 'Square Dining Table', 'table_plasto_bigsquare*2', 's', 2, 2, 1, '1', '0', '0', 71, '1', '1', '0', '1', '1', 'default', 1, '0'),
  105. (56, 'Round Dining Table', 'table_plasto_round*2', 's', 2, 2, 1, '1', '0', '0', 72, '1', '1', '0', '1', '1', 'default', 1, '0'),
  106. (57, 'Round Dining Table', 'table_plasto_square*2', 's', 1, 1, 1, '1', '0', '0', 73, '1', '1', '0', '1', '1', 'default', 1, '0'),
  107. (58, 'Chair', 'chair_plasto*2', 's', 1, 1, 1, '0', '1', '0', 74, '1', '1', '0', '1', '1', 'default', 1, '0'),
  108. (59, 'Doormat', 'doormat_plain*2', 's', 1, 1, 0.1, '0', '0', '1', 75, '1', '1', '0', '1', '1', 'default', 1, '0'),
  109. (60, 'Floor Rug', 'carpet_standard*2', 's', 3, 5, 0, '1', '0', '1', 76, '1', '1', '0', '1', '1', 'default', 1, '0'),
  110. (61, 'Round Dining Table', 'table_plasto_4leg*3', 's', 2, 2, 1, '1', '0', '0', 77, '1', '1', '0', '1', '1', 'default', 1, '0'),
  111. (62, 'Square Dining Table', 'table_plasto_bigsquare*3', 's', 2, 2, 1, '1', '0', '0', 78, '1', '1', '0', '1', '1', 'default', 1, '0'),
  112. (63, 'Round Dining Table', 'table_plasto_round*3', 's', 2, 2, 1, '1', '0', '0', 79, '1', '1', '0', '1', '1', 'default', 1, '0'),
  113. (64, 'Square Dining Table', 'table_plasto_square*3', 's', 1, 1, 1, '1', '0', '0', 80, '1', '1', '0', '1', '1', 'default', 1, '0'),
  114. (65, 'Chair', 'chair_plasto*3', 's', 1, 1, 1, '0', '1', '0', 81, '1', '1', '0', '1', '1', 'default', 1, '0'),
  115. (66, 'Floor Rug', 'carpet_standard*3', 's', 3, 5, 0, '1', '0', '1', 82, '1', '1', '0', '1', '1', 'default', 1, '0'),
  116. (67, 'Doormat', 'doormat_plain*3', 's', 1, 1, 0.1, '0', '0', '1', 83, '1', '1', '0', '1', '1', 'default', 1, '0'),
  117. (68, 'Square Dining Table', 'table_plasto_4leg*4', 's', 2, 2, 1, '1', '0', '0', 84, '1', '1', '0', '1', '1', 'default', 1, '0'),
  118. (71, 'Square Dining Table', 'table_plasto_square*4', 's', 1, 1, 1, '1', '0', '0', 87, '1', '1', '0', '1', '1', 'default', 1, '0'),
  119. (72, 'Chair', 'chair_plasto*4', 's', 1, 1, 1, '0', '1', '0', 88, '1', '1', '0', '1', '1', 'default', 1, '0'),
  120. (73, 'Floor Rug', 'carpet_standard*4', 's', 3, 5, 0, '1', '0', '1', 89, '1', '1', '0', '1', '1', 'default', 1, '0'),
  121. (74, 'Doormat', 'doormat_plain*4', 's', 1, 1, 0.1, '0', '0', '1', 90, '1', '1', '0', '1', '1', 'default', 1, '0'),
  122. (75, 'Doormat', 'doormat_plain*6', 's', 1, 1, 0.1, '0', '0', '1', 91, '1', '1', '0', '1', '1', 'default', 1, '0'),
  123. (76, 'Doormat', 'doormat_plain*5', 's', 1, 1, 0.1, '0', '0', '1', 93, '1', '1', '0', '1', '1', 'default', 1, '0'),
  124. (77, 'Floor Rug', 'carpet_standard*5', 's', 3, 5, 0, '1', '0', '1', 94, '1', '1', '0', '1', '1', 'default', 1, '0'),
  125. (78, 'Occasional Table', 'table_plasto_4leg*5', 's', 2, 2, 1, '1', '0', '0', 95, '1', '1', '0', '1', '1', 'default', 1, '0'),
  126. (79, 'Square Dining Table', 'table_plasto_bigsquare*5', 's', 2, 2, 1, '1', '0', '0', 96, '1', '1', '0', '1', '1', 'default', 1, '0'),
  127. (80, 'Round Dining Table', 'table_plasto_round*5', 's', 2, 2, 1, '1', '0', '0', 97, '1', '1', '0', '1', '1', 'default', 1, '0'),
  128. (81, 'Square Dining Table', 'table_plasto_square*5', 's', 1, 1, 1, '1', '0', '0', 98, '1', '1', '0', '1', '1', 'default', 1, '0'),
  129. (82, 'Chair', 'chair_plasto*5', 's', 1, 1, 1, '0', '1', '0', 99, '1', '1', '0', '1', '1', 'default', 1, '0'),
  130. (83, 'Occasional table Table', 'table_plasto_4leg*6', 's', 2, 2, 1, '1', '0', '0', 100, '1', '1', '0', '1', '1', 'default', 1, '0'),
  131. (84, 'Square Dining Table', 'table_plasto_bigsquare*6', 's', 2, 2, 1, '1', '0', '0', 101, '1', '1', '0', '1', '1', 'default', 1, '0'),
  132. (85, 'Round Dining Table', 'table_plasto_round*6', 's', 2, 2, 1, '1', '0', '0', 102, '1', '1', '0', '1', '1', 'default', 1, '0'),
  133. (86, 'Square Dining Table', 'table_plasto_square*6', 's', 1, 1, 1, '1', '0', '0', 103, '1', '1', '0', '1', '1', 'default', 1, '0'),
  134. (87, 'Chair', 'chair_plasto*6', 's', 1, 1, 1, '0', '1', '0', 104, '1', '1', '0', '1', '1', 'default', 1, '0'),
  135. (88, 'Occasional table', 'table_plasto_4leg*7', 's', 2, 2, 1, '1', '0', '0', 105, '1', '1', '0', '1', '1', 'default', 1, '0'),
  136. (89, 'Square Dining Table', 'table_plasto_bigsquare*7', 's', 2, 2, 1, '1', '0', '0', 106, '1', '1', '0', '1', '1', 'default', 1, '0'),
  137. (90, 'Round Dining Table', 'table_plasto_round*7', 's', 2, 2, 1, '1', '0', '0', 107, '1', '1', '0', '1', '1', 'default', 1, '0'),
  138. (91, 'Square Dining Table', 'table_plasto_square*7', 's', 1, 1, 1, '1', '0', '0', 108, '1', '1', '0', '1', '1', 'default', 1, '0'),
  139. (92, 'Chair', 'chair_plasto*7', 's', 1, 1, 1, '0', '1', '0', 109, '1', '1', '0', '1', '1', 'default', 1, '0'),
  140. (93, 'Occasional Table', 'table_plasto_4leg*8', 's', 2, 2, 1, '1', '0', '0', 110, '1', '1', '0', '1', '1', 'default', 1, '0'),
  141. (94, 'Square Dining Table', 'table_plasto_bigsquare*8', 's', 2, 2, 1, '1', '0', '0', 111, '1', '1', '0', '1', '1', 'default', 1, '0'),
  142. (95, 'Round Dining Table', 'table_plasto_round*8', 's', 2, 2, 1, '1', '0', '0', 112, '1', '1', '0', '1', '1', 'default', 1, '0'),
  143. (96, 'Square Dining Table', 'table_plasto_square*8', 's', 1, 1, 1, '1', '0', '0', 113, '1', '1', '0', '1', '1', 'default', 1, '0'),
  144. (97, 'Chair', 'chair_plasto*8', 's', 1, 1, 1, '0', '1', '0', 114, '1', '1', '0', '1', '1', 'default', 1, '0'),
  145. (98, 'Occasional Table', 'table_plasto_4leg*9', 's', 2, 2, 1, '1', '0', '0', 115, '1', '1', '0', '1', '1', 'default', 1, '0'),
  146. (99, 'Square Dining Table', 'table_plasto_bigsquare*9', 's', 2, 2, 1, '1', '0', '0', 116, '1', '1', '0', '1', '1', 'default', 1, '0'),
  147. (100, 'Square Dining Table', 'table_plasto_round*9', 's', 2, 2, 1, '1', '0', '0', 117, '1', '1', '0', '1', '1', 'default', 1, '0'),
  148. (101, 'Chair', 'chair_plasto*9', 's', 1, 1, 1, '0', '1', '0', 119, '1', '1', '0', '1', '1', 'default', 1, '0'),
  149. (102, 'Floor Rug', 'carpet_standard*6', 's', 3, 5, 0, '1', '0', '1', 120, '1', '1', '0', '1', '1', 'default', 1, '0'),
  150. (103, 'Plastic Pod Chair', 'chair_plasty*1', 's', 1, 1, 1, '0', '1', '0', 121, '1', '1', '0', '1', '1', 'default', 1, '0'),
  151. (104, 'Pizza Box', 'pizza', 's', 1, 1, 1, '0', '0', '0', 122, '1', '1', '0', '1', '1', 'default', 1, '0'),
  152. (105, 'Empty Cans', 'drinks', 's', 1, 1, 1, '0', '0', '0', 123, '1', '1', '0', '1', '1', 'default', 1, '0'),
  153. (106, 'Plastic Pod Chair', 'chair_plasty*2', 's', 1, 1, 1, '0', '1', '0', 124, '1', '1', '0', '1', '1', 'default', 1, '0'),
  154. (107, 'Plastic Pod Chair', 'chair_plasty*3', 's', 1, 1, 1, '0', '1', '0', 125, '1', '1', '0', '1', '1', 'default', 1, '0'),
  155. (108, 'Plastic Pod Chair', 'chair_plasty*4', 's', 1, 1, 1, '0', '1', '0', 126, '1', '1', '0', '1', '1', 'default', 1, '0'),
  156. (109, 'Mini-Bar', 'bar_polyfon', 's', 1, 1, 1, '0', '0', '0', 127, '1', '1', '0', '1', '1', 'vendingmachine', 0, '6,5,2,1'),
  157. (110, 'Aloe Vera', 'plant_cruddy', 's', 1, 1, 1, '0', '0', '0', 128, '1', '1', '0', '1', '1', 'default', 1, '0'),
  158. (111, 'Empty Spinning Bottle', 'bottle', 's', 1, 1, 1, '0', '0', '0', 129, '1', '1', '0', '1', '1', 'bottle', 0, '0'),
  159. (112, 'Bar/desk', 'bardesk_polyfon', 's', 2, 1, 1, '1', '0', '0', 130, '1', '1', '0', '1', '1', 'default', 1, '0'),
  160. (113, 'Corner Cabinet/Desk', 'bardeskcorner_polyfon', 's', 1, 1, 1, '1', '0', '0', 131, '1', '1', '0', '1', '1', 'default', 1, '0'),
  161. (115, 'Barrel Minibar', 'bar_armas', 's', 1, 1, 1, '0', '0', '0', 133, '1', '1', '0', '1', '1', 'vendingmachine', 0, '6,2,1'),
  162. (116, 'Bardesk', 'bartable_armas', 's', 1, 3, 1.2, '1', '0', '0', 134, '1', '1', '0', '1', '1', 'default', 1, '0'),
  163. (117, 'Barrel Stool', 'bar_chair_armas', 's', 1, 1, 1.2, '0', '1', '0', 135, '1', '1', '0', '1', '1', 'default', 1, '0'),
  164. (118, 'Soft Wool Rug', 'carpet_soft', 's', 2, 4, 0, '1', '0', '1', 136, '1', '1', '0', '1', '1', 'default', 1, '0'),
  165. (119, 'Soft Wool Rug', 'carpet_soft*1', 's', 2, 4, 0, '1', '0', '1', 137, '1', '1', '0', '1', '1', 'default', 1, '0'),
  166. (120, 'Soft Wool Rug', 'carpet_soft*2', 's', 2, 4, 0, '1', '0', '1', 138, '1', '1', '0', '1', '1', 'default', 1, '0'),
  167. (121, 'Soft Wool Rug', 'carpet_soft*3', 's', 2, 4, 0, '1', '0', '1', 139, '1', '1', '0', '1', '1', 'default', 1, '0'),
  168. (122, 'Soft Wool Rug', 'carpet_soft*4', 's', 2, 4, 0, '1', '0', '1', 140, '1', '1', '0', '1', '1', 'default', 1, '0'),
  169. (123, 'Soft Wool Rug', 'carpet_soft*5', 's', 2, 4, 0, '1', '0', '1', 141, '1', '1', '0', '1', '1', 'default', 1, '0'),
  170. (124, 'Soft Wool Rug', 'carpet_soft*6', 's', 2, 4, 0, '1', '0', '1', 143, '1', '1', '0', '1', '1', 'default', 1, '0'),
  171. (125, 'Portable TV', 'red_tv', 's', 1, 1, 1, '0', '0', '0', 144, '1', '1', '0', '1', '1', 'default', 2, '0'),
  172. (126, 'Large TV', 'wood_tv', 's', 1, 2, 1, '0', '0', '0', 145, '1', '1', '0', '1', '1', 'default', 4, '0'),
  173. (127, 'Pink Faux-Fur Bear Rug', 'carpet_polar*1', 's', 2, 3, 0, '1', '0', '1', 146, '1', '1', '0', '1', '1', 'default', 1, '0'),
  174. (128, 'Plastic Pod Chair', 'chair_plasty*5', 's', 1, 1, 1, '0', '1', '0', 147, '1', '1', '0', '1', '1', 'default', 1, '0'),
  175. (129, 'Blue Bear Rug', 'carpet_polar*2', 's', 2, 3, 0, '1', '0', '1', 148, '1', '1', '0', '1', '1', 'default', 1, '0'),
  176. (130, 'Yellow Bear Rug', 'carpet_polar*3', 's', 2, 3, 0, '1', '0', '1', 149, '1', '1', '0', '1', '1', 'default', 1, '0'),
  177. (131, 'Green Bear Rug', 'carpet_polar*4', 's', 2, 3, 0, '1', '0', '1', 150, '1', '1', '0', '1', '1', 'default', 1, '0'),
  178. (132, 'Plastic Pod Chair', 'chair_plasty*6', 's', 1, 1, 1, '0', '1', '0', 151, '1', '1', '0', '1', '1', 'default', 1, '0'),
  179. (133, 'Large Coffee Table', 'table_polyfon', 's', 2, 2, 1, '1', '0', '0', 152, '1', '1', '0', '1', '1', 'default', 1, '0'),
  180. (134, 'Large Dining Table', 'smooth_table_polyfon', 's', 2, 2, 1, '1', '0', '0', 153, '1', '1', '0', '1', '1', 'default', 1, '0'),
  181. (135, 'Armchair', 'sofachair_polyfon_girl', 's', 1, 1, 1.1, '0', '1', '0', 154, '1', '1', '0', '1', '1', 'default', 1, '0'),
  182. (136, 'Single Bed', 'bed_polyfon_girl_one', 's', 1, 3, 1.8, '0', '0', '0', 155, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  183. (137, 'Double Bed', 'bed_polyfon_girl', 's', 2, 3, 1.8, '0', '0', '0', 156, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  184. (138, 'Two-seater Sofa', 'sofa_polyfon_girl', 's', 2, 1, 1.1, '0', '1', '0', 157, '1', '1', '0', '1', '1', 'default', 1, '0'),
  185. (139, 'Plain Single Bed', 'bed_budgetb_one', 's', 1, 3, 1.9, '0', '0', '0', 158, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  186. (140, 'Plain Double Bed', 'bed_budgetb', 's', 2, 3, 1.9, '0', '0', '0', 159, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  187. (141, 'Pineapple Plant', 'plant_pineapple', 's', 1, 1, 1, '0', '0', '0', 160, '1', '1', '0', '1', '1', 'default', 1, '0'),
  188. (142, 'Fruit Tree', 'plant_fruittree', 's', 1, 1, 1, '0', '0', '0', 161, '1', '1', '0', '1', '1', 'default', 1, '0'),
  189. (143, 'Small Cactus', 'plant_small_cactus', 's', 1, 1, 1, '0', '0', '0', 162, '1', '1', '0', '1', '1', 'default', 1, '0'),
  190. (144, 'Bonsai Tree', 'plant_bonsai', 's', 1, 1, 1, '0', '0', '0', 163, '1', '1', '0', '1', '1', 'default', 1, '0'),
  191. (145, 'Mature Cactus', 'plant_big_cactus', 's', 1, 1, 1, '0', '0', '0', 164, '1', '1', '0', '1', '1', 'default', 1, '0'),
  192. (146, 'Yukka Plant', 'plant_yukka', 's', 1, 1, 1, '0', '0', '0', 165, '1', '1', '0', '1', '1', 'default', 1, '0'),
  193. (147, 'Floor Rug', 'carpet_standard*7', 's', 3, 5, 0, '1', '0', '1', 166, '1', '1', '0', '1', '1', 'default', 1, '0'),
  194. (148, 'Floor Rug', 'carpet_standard*8', 's', 3, 5, 0, '1', '0', '1', 167, '1', '1', '0', '1', '1', 'default', 1, '0'),
  195. (149, 'Floor Rug', 'carpet_standard*9', 's', 3, 5, 0, '1', '0', '1', 168, '1', '1', '0', '1', '1', 'default', 1, '0'),
  196. (150, 'Floor Rug', 'carpet_standard*10', 's', 3, 5, 0, '1', '0', '1', 169, '1', '1', '0', '1', '1', 'default', 1, '0'),
  197. (151, 'Floor Rug', 'carpet_standard*11', 's', 3, 5, 0, '1', '0', '1', 170, '1', '1', '0', '1', '1', 'default', 1, '0'),
  198. (152, 'Cut Sunflower', 'plant_sunflower', 's', 1, 1, 1, '0', '0', '0', 171, '1', '1', '0', '1', '1', 'default', 1, '0'),
  199. (153, 'Cut Roses', 'plant_rose', 's', 1, 1, 1, '0', '0', '0', 172, '1', '1', '0', '1', '1', 'default', 1, '0'),
  200. (154, 'Digital TV', 'tv_luxus', 's', 1, 3, 1, '0', '0', '0', 173, '1', '1', '0', '1', '1', 'default', 2, '0'),
  201. (155, 'Bubble Bath', 'bath', 's', 1, 2, 1, '0', '1', '0', 174, '1', '1', '0', '1', '1', 'default', 2, '0'),
  202. (156, 'Sink', 'sink', 's', 1, 1, 1, '0', '0', '0', 177, '1', '1', '0', '1', '1', 'vendingmachine', 0, '100'),
  203. (157, 'Loo Seat', 'toilet', 's', 1, 1, 1.2, '0', '1', '0', 178, '1', '1', '0', '1', '1', 'default', 2, '0'),
  204. (158, 'Rubber Duck', 'duck', 's', 1, 1, 1, '0', '0', '0', 179, '1', '1', '0', '1', '1', 'default', 1, '0'),
  205. (159, 'Floor Tiles', 'tile', 's', 4, 4, 0, '1', '0', '1', 180, '1', '1', '0', '1', '1', 'default', 1, '0'),
  206. (160, 'Loo Seat', 'toilet_red', 's', 1, 1, 1.2, '0', '1', '0', 181, '1', '1', '0', '1', '1', 'default', 2, '0'),
  207. (161, 'Loo Seat', 'toilet_yell', 's', 1, 1, 1.2, '0', '1', '0', 182, '1', '1', '0', '1', '1', 'default', 2, '0'),
  208. (162, 'Floor Tiles', 'tile_red', 's', 4, 4, 0, '1', '0', '1', 183, '1', '1', '0', '1', '1', 'default', 1, '0'),
  209. (163, 'Floor Tiles', 'tile_yell', 's', 4, 4, 0, '1', '0', '1', 184, '1', '1', '0', '1', '1', 'default', 1, '0'),
  210. (164, 'Gift', 'present_gen', 's', 1, 1, 1, '1', '0', '0', 187, '1', '0', '0', '1', '1', 'default', 1, '0'),
  211. (165, 'Gift', 'present_gen1', 's', 1, 1, 1, '1', '0', '0', 188, '1', '0', '0', '1', '1', 'default', 1, '0'),
  212. (166, 'Gift', 'present_gen2', 's', 1, 1, 1, '1', '0', '0', 189, '1', '0', '0', '1', '1', 'default', 1, '0'),
  213. (167, 'Gift', 'present_gen3', 's', 1, 1, 1, '1', '0', '0', 190, '1', '0', '0', '1', '1', 'default', 1, '0'),
  214. (168, 'Gift', 'present_gen4', 's', 1, 1, 1, '1', '0', '0', 191, '1', '0', '0', '1', '1', 'default', 1, '0'),
  215. (169, 'Gift', 'present_gen5', 's', 1, 1, 1, '1', '0', '0', 192, '1', '0', '0', '1', '1', 'default', 1, '0'),
  216. (170, 'Gift', 'present_gen6', 's', 1, 1, 1, '1', '0', '0', 193, '1', '0', '0', '1', '1', 'default', 1, '0'),
  217. (171, 'A Pura Minibar', 'bar_basic', 's', 1, 1, 1, '0', '0', '0', 195, '1', '1', '0', '1', '1', 'vendingmachine', 0, '6,2,5,1'),
  218. (172, 'Pura Shelves', 'shelves_basic', 's', 2, 1, 1, '0', '0', '0', 196, '1', '1', '0', '1', '1', 'default', 1, '0'),
  219. (173, 'iced sofachair', 'soft_sofachair_norja', 's', 1, 1, 1, '0', '1', '0', 197, '1', '1', '0', '1', '1', 'default', 1, '0'),
  220. (174, 'iced sofa', 'soft_sofa_norja', 's', 2, 1, 1, '0', '1', '0', 198, '1', '1', '0', '1', '1', 'default', 1, '0'),
  221. (175, 'Pura Lamp', 'lamp_basic', 's', 1, 1, 1, '0', '0', '0', 199, '1', '1', '0', '1', '1', 'default', 2, '0'),
  222. (176, 'Lodge Candle', 'lamp2_armas', 's', 1, 1, 1, '0', '0', '0', 200, '1', '1', '0', '1', '1', 'default', 2, '0'),
  223. (177, 'Pura Refridgerator', 'fridge', 's', 1, 1, 1, '0', '0', '0', 201, '1', '1', '0', '1', '1', 'vendingmachine', 0, '3,5,6,2'),
  224. (178, 'Telephone Box', 'door', 's', 1, 1, 0.001, '0', '0', '0', 202, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
  225. (179, 'Wardrobe', 'doorB', 's', 1, 1, 0.001, '0', '0', '0', 204, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
  226. (180, 'Portaloo', 'doorC', 's', 1, 1, 0.001, '0', '0', '0', 205, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
  227. (181, 'Pumpkin Lamp', 'pumpkin', 's', 1, 1, 1, '1', '0', '0', 206, '1', '1', '0', '1', '1', 'default', 2, '0'),
  228. (182, 'Skull Candle Holder', 'skullcandle', 's', 1, 1, 1, '0', '0', '0', 207, '1', '1', '0', '1', '1', 'default', 2, '0'),
  229. (183, 'Blood', 'deadduck', 's', 1, 1, 1, '0', '0', '0', 208, '1', '1', '0', '1', '1', 'default', 1, '0'),
  230. (184, 'Dead Duck 2', 'deadduck2', 's', 1, 1, 1, '0', '0', '0', 209, '1', '1', '0', '1', '1', 'default', 1, '0'),
  231. (185, 'Dead Duck 3', 'deadduck3', 's', 1, 1, 1, '0', '0', '0', 210, '1', '1', '0', '1', '1', 'default', 1, '0'),
  232. (186, 'Menorah', 'menorah', 's', 1, 1, 1, '0', '0', '0', 211, '1', '1', '0', '1', '1', 'default', 2, '0'),
  233. (187, 'Christmas Pudding', 'pudding', 's', 1, 1, 1, '1', '0', '0', 212, '1', '1', '0', '1', '1', 'default', 1, '0'),
  234. (188, 'Joint of Ham', 'ham', 's', 1, 1, 1, '0', '0', '0', 213, '1', '1', '0', '1', '1', 'default', 1, '0'),
  235. (189, 'Roast Turkey', 'turkey', 's', 1, 1, 1, '0', '0', '0', 214, '1', '1', '0', '1', '1', 'default', 1, '0'),
  236. (190, 'Christmas Rubber Duck', 'xmasduck', 's', 1, 1, 1, '1', '0', '0', 215, '1', '1', '0', '1', '1', 'default', 1, '0'),
  237. (191, 'Gingerbread House', 'house', 's', 1, 1, 1, '0', '0', '0', 216, '1', '1', '0', '1', '1', 'default', 1, '0'),
  238. (192, 'Electric Candles', 'triplecandle', 's', 1, 1, 1, '0', '0', '0', 217, '1', '1', '0', '1', '1', 'default', 2, '0'),
  239. (193, 'Christmas Tree 1', 'tree3', 's', 1, 1, 1, '0', '0', '0', 218, '1', '1', '0', '1', '1', 'default', 1, '0'),
  240. (194, 'Christmas Tree 2', 'tree4', 's', 1, 1, 1, '0', '0', '0', 219, '1', '1', '0', '1', '1', 'default', 2, '0'),
  241. (195, 'Christmas Tree 3', 'tree5', 's', 1, 1, 1, '0', '0', '0', 220, '1', '1', '0', '1', '1', 'default', 2, '0'),
  242. (196, 'Eaten Ham', 'ham2', 's', 1, 1, 1, '0', '0', '0', 223, '1', '1', '0', '1', '1', 'default', 1, '0'),
  243. (197, 'White Candle Plate', 'wcandleset', 's', 1, 1, 1, '0', '0', '0', 224, '1', '1', '0', '1', '1', 'default', 2, '0'),
  244. (198, 'Red Candle Plate', 'rcandleset', 's', 1, 1, 1, '0', '0', '0', 225, '1', '1', '0', '1', '1', 'default', 2, '0'),
  245. (199, 'Cupid Statue', 'statue', 's', 1, 1, 1, '0', '0', '0', 226, '1', '1', '0', '1', '1', 'default', 1, '0'),
  246. (200, 'Valentine''s Duck', 'valeduck', 's', 1, 1, 1, '0', '0', '0', 228, '1', '1', '0', '1', '1', 'default', 1, '0'),
  247. (201, 'Heart Sofa', 'heartsofa', 's', 2, 1, 1, '0', '1', '0', 229, '1', '1', '0', '1', '1', 'default', 1, '0'),
  248. (202, 'Throne', 'throne', 's', 1, 1, 1, '0', '1', '0', 230, '0', '1', '1', '1', '1', 'default', 1, '0'),
  249. (203, 'Russian Samovar', 'samovar', 's', 1, 1, 1, '0', '0', '0', 231, '0', '1', '1', '1', '1', 'vendingmachine', 0, '1'),
  250. (204, 'Vase of Flowers', 'giftflowers', 's', 1, 1, 1, '0', '0', '0', 232, '1', '1', '0', '1', '1', 'default', 1, '0'),
  251. (205, 'Cake', 'habbocake', 's', 1, 1, 1, '0', '0', '0', 233, '1', '1', '0', '1', '1', 'default', 1, '0'),
  252. (206, 'Holopod', 'hologram', 's', 1, 1, 1, '0', '0', '0', 234, '1', '1', '0', '1', '1', 'default', 2, '0'),
  253. (207, 'Wannabe bunny', 'easterduck', 's', 1, 1, 1, '0', '0', '0', 235, '1', '1', '0', '1', '1', 'default', 1, '0'),
  254. (208, 'Squidgy Bunny', 'bunny', 's', 1, 1, 1, '0', '0', '0', 236, '1', '1', '0', '1', '1', 'default', 1, '0'),
  255. (209, 'Basket Of Eggs', 'basket', 's', 1, 1, 1, '0', '0', '0', 237, '1', '1', '0', '1', '1', 'default', 1, '0'),
  256. (210, 'Pop-up Egg', 'birdie', 's', 1, 1, 1, '0', '0', '0', 238, '1', '1', '0', '1', '1', 'default', 2, '0'),
  257. (211, 'Holo-dice', 'edice', 's', 1, 1, 1, '0', '0', '0', 239, '1', '1', '0', '1', '1', 'dice', 1, '0'),
  258. (212, 'Club sofa', 'club_sofa', 's', 2, 1, 1, '0', '1', '0', 267, '1', '1', '0', '1', '1', 'default', 1, '0'),
  259. (213, 'Gold Trophy', 'prize1', 's', 1, 1, 1, '0', '0', '0', 185, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  260. (214, 'Silver Trophy', 'prize2', 's', 1, 1, 1, '0', '0', '0', 186, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  261. (215, 'Bronze Trophy', 'prize3', 's', 1, 1, 1, '0', '0', '0', 243, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  262. (216, 'Hatch (Lockable)', 'divider_poly3', 's', 1, 1, 0.001, '0', '0', '0', 244, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  263. (217, 'Corner plinth', 'divider_arm1', 's', 1, 1, 1.4, '1', '0', '0', 245, '1', '1', '0', '1', '1', 'default', 1, '0'),
  264. (218, 'Room divider', 'divider_arm2', 's', 2, 1, 1, '0', '0', '0', 246, '1', '1', '0', '1', '1', 'default', 1, '0'),
  265. (219, 'Knock', 'divider_arm3', 's', 1, 1, 0.001, '0', '0', '0', 247, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  266. (220, 'Looks squishy', 'divider_nor1', 's', 1, 1, 1, '0', '0', '0', 248, '1', '1', '0', '1', '1', 'default', 1, '0'),
  267. (221, 'Corner Shelf', 'divider_silo1', 's', 1, 1, 1, '0', '0', '0', 249, '1', '1', '0', '1', '1', 'default', 1, '0'),
  268. (222, 'Strong', 'divider_nor2', 's', 2, 1, 1, '0', '0', '0', 250, '1', '1', '0', '1', '1', 'default', 1, '0'),
  269. (223, 'Screen', 'divider_silo2', 's', 2, 1, 1, '0', '0', '0', 251, '1', '1', '0', '1', '1', 'default', 1, '0'),
  270. (224, 'Door (Lockable)', 'divider_nor3', 's', 1, 1, 0.001, '0', '0', '0', 252, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  271. (225, 'Gate (lockable)', 'divider_silo3', 's', 1, 1, 0.001, '0', '0', '0', 253, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  272. (226, 'Typewriter', 'typingmachine', 's', 1, 1, 1, '0', '0', '0', 254, '0', '1', '0', '1', '1', 'default', 1, '0'),
  273. (227, 'Dragon Egg', 'spyro', 's', 1, 1, 1, '0', '0', '0', 260, '0', '1', '1', '1', '1', 'default', 1, '0'),
  274. (228, 'Holo-girl', 'redhologram', 's', 1, 1, 1, '0', '0', '0', 261, '0', '1', '0', '1', '1', 'default', 2, '0'),
  275. (230, 'Poinsetta', 'joulutahti', 's', 1, 1, 1, '0', '0', '0', 264, '1', '1', '0', '1', '1', 'vendingmachine', 1, '51'),
  276. (231, 'Pink Hyacinth', 'hyacinth1', 's', 1, 1, 1, '0', '0', '0', 265, '1', '1', '0', '1', '1', 'default', 1, '0'),
  277. (232, 'Blue Hyacinth', 'hyacinth2', 's', 1, 1, 1, '0', '0', '0', 266, '1', '1', '0', '1', '1', 'default', 1, '0'),
  278. (233, 'Chair', 'chair_plasto*10', 's', 1, 1, 1, '0', '1', '0', 268, '1', '1', '0', '1', '1', 'default', 1, '0'),
  279. (234, 'Chair', 'chair_plasto*11', 's', 1, 1, 1, '0', '1', '0', 269, '1', '1', '0', '1', '1', 'default', 1, '0'),
  280. (235, 'Corner Cabinet/Desk', 'bardeskcorner_polyfon*12', 's', 1, 1, 1, '1', '0', '0', 270, '1', '1', '0', '1', '1', 'default', 1, '0'),
  281. (236, 'Corner Cabinet/Desk', 'bardeskcorner_polyfon*13', 's', 1, 1, 1, '1', '0', '0', 271, '1', '1', '0', '1', '1', 'default', 1, '0'),
  282. (237, 'Chair', 'chair_plasto*12', 's', 1, 1, 1, '0', '1', '0', 273, '1', '1', '0', '1', '1', 'default', 1, '0'),
  283. (238, 'Chair', 'chair_plasto*13', 's', 1, 1, 1, '0', '1', '0', 274, '1', '1', '0', '1', '1', 'default', 1, '0'),
  284. (239, 'HC chair', 'chair_plasto*14', 's', 1, 1, 1, '0', '1', '0', 275, '1', '1', '0', '1', '1', 'default', 1, '0'),
  285. (240, 'HC table', 'table_plasto_4leg*14', 's', 2, 2, 1, '1', '0', '0', 276, '1', '1', '0', '1', '1', 'default', 1, '0'),
  286. (241, 'Mochamaster', 'mocchamaster', 's', 1, 1, 1, '1', '0', '0', 277, '1', '1', '0', '1', '1', 'vendingmachine', 0, '9,8,14,15,6,10,11,12,17,13'),
  287. (242, 'Basketball Court', 'carpet_legocourt', 's', 3, 3, 0, '1', '0', '1', 278, '1', '1', '0', '1', '1', 'default', 1, '0'),
  288. (243, 'Team Bench', 'bench_lego', 's', 4, 1, 1, '0', '1', '0', 279, '1', '1', '0', '1', '1', 'default', 1, '0'),
  289. (244, 'Basketball Trophy', 'legotrophy', 's', 1, 1, 1, '0', '0', '0', 280, '1', '1', '0', '1', '0', 'trophy', 2, '0'),
  290. (245, 'Holiday Romance', 'valentinescreen', 's', 2, 1, 0.1, '0', '0', '1', 283, '1', '1', '0', '1', '1', 'default', 1, '0'),
  291. (246, 'Dicemaster', 'edicehc', 's', 1, 1, 1, '0', '0', '0', 284, '1', '1', '0', '1', '1', 'dice', 1, '0'),
  292. (247, 'Petal Patch', 'rare_daffodil_rug', 's', 2, 2, 0, '1', '0', '1', 285, '1', '1', '1', '1', '1', 'default', 1, '0'),
  293. (248, 'Blue Amber Lamp', 'rare_beehive_bulb', 's', 1, 1, 1, '0', '0', '0', 286, '1', '1', '0', '1', '1', 'default', 2, '0'),
  294. (249, 'Throne Sofa', 'hcsohva', 's', 2, 1, 1, '0', '1', '0', 287, '1', '1', '0', '1', '1', 'default', 1, '0'),
  295. (250, 'Tubmaster', 'hcamme', 's', 1, 2, 0.6, '0', '1', '0', 288, '1', '1', '0', '1', '1', 'default', 2, '0'),
  296. (251, 'Golden Elephant', 'rare_elephant_statue', 's', 1, 1, 1, '0', '0', '0', 290, '1', '1', '1', '1', '1', 'default', 1, '0'),
  297. (252, 'Bird Bath (red)', 'rare_fountain', 's', 1, 1, 1, '0', '0', '0', 291, '1', '1', '0', '1', '1', 'default', 2, '0'),
  298. (253, 'Speaker''s Corner', 'rare_stand', 's', 1, 1, 1.7, '0', '1', '0', 292, '1', '1', '1', '1', '1', 'default', 1, '0'),
  299. (254, 'Snow Globe', 'rare_globe', 's', 1, 1, 1, '0', '0', '0', 293, '1', '1', '0', '1', '1', 'default', 2, '0'),
  300. (255, 'Hammock', 'rare_hammock', 's', 1, 3, 1.57, '0', '0', '0', 294, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  301. (256, 'Silver Elephant', 'rare_elephant_statue*1', 's', 1, 1, 1, '0', '0', '0', 295, '1', '1', '1', '1', '1', 'default', 1, '0'),
  302. (257, 'Bronze Elephant', 'rare_elephant_statue*2', 's', 1, 1, 1, '0', '0', '0', 296, '1', '1', '1', '1', '1', 'default', 1, '0'),
  303. (258, 'Bird Bath (grey)', 'rare_fountain*1', 's', 1, 1, 1, '0', '0', '0', 297, '1', '1', '0', '1', '1', 'default', 2, '0'),
  304. (259, 'Bird Bath (green)', 'rare_fountain*2', 's', 1, 1, 1, '0', '0', '0', 298, '1', '1', '0', '1', '1', 'default', 2, '0'),
  305. (260, 'Bird Bath (blue)', 'rare_fountain*3', 's', 1, 1, 1, '0', '0', '0', 299, '1', '1', '0', '1', '1', 'default', 2, '0'),
  306. (261, 'Red Amber Lamp', 'rare_beehive_bulb*1', 's', 1, 1, 1, '0', '0', '0', 300, '1', '1', '0', '1', '1', 'default', 2, '0'),
  307. (262, 'Yellow Amber Lamp', 'rare_beehive_bulb*2', 's', 1, 1, 1, '0', '0', '0', 301, '1', '1', '1', '1', '1', 'default', 2, '0'),
  308. (263, 'Lappland Greetings', 'rare_xmas_screen', 's', 2, 1, 0, '0', '0', '1', 302, '1', '1', '0', '1', '1', 'default', 1, '0'),
  309. (264, 'Yellow Parasol', 'rare_parasol*1', 's', 1, 1, 1, '0', '0', '0', 303, '1', '1', '0', '1', '1', 'default', 2, '0'),
  310. (265, 'Orange Parasol', 'rare_parasol*2', 's', 1, 1, 1, '0', '0', '0', 304, '1', '1', '0', '1', '1', 'default', 2, '0'),
  311. (266, 'Violet Parasol', 'rare_parasol*3', 's', 1, 1, 1, '0', '0', '0', 305, '1', '1', '1', '1', '1', 'default', 2, '0'),
  312. (267, 'Dead tree', 'tree1', 's', 1, 1, 1, '0', '0', '0', 1758, '1', '1', '0', '1', '1', 'default', 1, '0'),
  313. (20045, 'arabian_tile', 'arabian_tile', 's', 2, 2, 0, '1', '0', '1', 3312, '1', '1', '0', '1', '1', 'default', 1, '0'),
  314. (269, 'White Candle', 'wcandle', 's', 1, 1, 1, '0', '0', '0', 2102, '1', '1', '0', '1', '1', 'default', 2, '0'),
  315. (270, 'Red Candle', 'rcandle', 's', 1, 1, 1, '0', '0', '0', 2121, '1', '1', '0', '1', '1', 'default', 2, '0'),
  316. (272, 'Gingerbread House', 'house2', 's', 1, 1, 1, '0', '0', '0', 428, '1', '1', '0', '1', '1', 'default', 1, '0'),
  317. (273, 'Habbo Turntable', 'djesko_turntable', 's', 1, 1, 1, '0', '0', '0', 449, '1', '1', '0', '1', '1', 'default', 1, '0'),
  318. (275, 'Habbo Cola Machine', 'md_limukaappi', 's', 1, 1, 1, '0', '0', '0', 457, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19'),
  319. (276, 'Occasional Table', 'table_plasto_4leg*10', 's', 2, 2, 1, '1', '0', '0', 1484, '1', '1', '0', '1', '1', 'default', 1, '0'),
  320. (277, 'Occasional Table', 'table_plasto_4leg*15', 's', 2, 2, 1, '1', '0', '0', 1486, '1', '1', '0', '1', '1', 'default', 1, '0'),
  321. (278, 'Occasional Table', 'table_plasto_bigsquare*14', 's', 2, 2, 1, '1', '0', '0', 1487, '1', '1', '0', '1', '1', 'default', 1, '0'),
  322. (279, 'Occasional Table', 'table_plasto_bigsquare*15', 's', 2, 2, 1, '1', '0', '0', 1488, '1', '1', '0', '1', '1', 'default', 1, '0'),
  323. (280, 'Occasional Table', 'table_plasto_round*14', 's', 2, 2, 1, '1', '0', '0', 1489, '1', '1', '0', '1', '1', 'default', 1, '0'),
  324. (281, 'Occasional Table', 'table_plasto_round*15', 's', 2, 2, 1, '1', '0', '0', 1490, '1', '1', '0', '1', '1', 'default', 1, '0'),
  325. (282, 'Occasional Table', 'table_plasto_square*14', 's', 1, 1, 1, '1', '0', '0', 1491, '1', '1', '0', '1', '1', 'default', 1, '0'),
  326. (283, 'Occasional Table', 'table_plasto_square*15', 's', 1, 1, 1, '1', '0', '0', 1492, '1', '1', '0', '1', '1', 'default', 1, '0'),
  327. (284, 'Chair', 'chair_plasto*15', 's', 1, 1, 1, '0', '1', '0', 1495, '1', '1', '0', '1', '1', 'default', 1, '0'),
  328. (285, 'Plastic Pod Chair', 'chair_plasty*7', 's', 1, 1, 1, '0', '1', '0', 1496, '1', '1', '0', '1', '1', 'default', 1, '0'),
  329. (286, 'Plastic Pod Chair', 'chair_plasty*8', 's', 1, 1, 1, '0', '1', '0', 1497, '1', '1', '0', '1', '1', 'default', 1, '0'),
  330. (287, 'Plastic Pod Chair', 'chair_plasty*9', 's', 1, 1, 1, '0', '1', '0', 1498, '1', '1', '0', '1', '1', 'default', 1, '0'),
  331. (288, 'Plastic Pod Chair', 'chair_plasty*10', 's', 1, 1, 1, '0', '1', '0', 1499, '1', '1', '0', '1', '1', 'default', 1, '0'),
  332. (289, 'Plastic Pod Chair', 'chair_plasty*11', 's', 1, 1, 1, '0', '1', '0', 1500, '1', '1', '0', '1', '1', 'default', 1, '0'),
  333. (290, 'Chair', 'chair_plasto*16', 's', 1, 1, 1, '0', '1', '0', 1501, '1', '1', '0', '1', '1', 'default', 1, '0'),
  334. (291, 'Occasional Table', 'table_plasto_4leg*16', 's', 2, 2, 1, '1', '0', '0', 1502, '1', '1', '0', '1', '1', 'default', 1, '0'),
  335. (292, 'Scoreboard', 'hockey_score', 's', 1, 1, 1, '0', '0', '0', 1503, '1', '1', '0', '1', '1', 'scoreboard', 100, '0'),
  336. (293, 'Lert', 'hockey_light', 's', 1, 1, 1, '0', '0', '0', 1504, '1', '1', '0', '1', '1', 'alert', 2, '0'),
  337. (294, 'Imperial Teleport', 'doorD', 's', 1, 1, 0.001, '0', '0', '0', 1505, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
  338. (295, 'Duck trophy', 'a0 prizetrophy2_b', 's', 1, 1, 1, '0', '0', '0', 1506, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  339. (296, 'Globe trophy', 'a0 prizetrophy3_b', 's', 1, 1, 1, '0', '0', '0', 1507, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  340. (297, 'Fish trophy', 'a0 prizetrophy4_b', 's', 1, 1, 1, '0', '0', '0', 1508, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  341. (298, 'Champion trophy', 'a0 prizetrophy5_b', 's', 1, 1, 1, '0', '0', '0', 1509, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  342. (299, 'Classic trophy', 'prizetrophy*1', 's', 1, 1, 1, '0', '0', '0', 1512, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  343. (300, 'Duck trophy', 'a0 prizetrophy2_g', 's', 1, 1, 1, '0', '0', '0', 1512, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  344. (301, 'Globe trophy', 'a0 prizetrophy3_g', 's', 1, 1, 1, '0', '0', '0', 1513, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  345. (302, 'Fish trophy', 'a0 prizetrophy4_g', 's', 1, 1, 1, '0', '0', '0', 1514, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  346. (303, 'Duo trophy', 'a0 prizetrophy5_g', 's', 1, 1, 1, '0', '0', '0', 1515, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  347. (304, 'Champion trophy', 'a0 prizetrophy6_g', 's', 1, 1, 1, '0', '0', '0', 1516, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  348. (305, 'Classic trophy', 'prizetrophy*2', 's', 1, 1, 1, '0', '0', '0', 1519, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  349. (306, 'Duck trophy', 'a0 prizetrophy2_s', 's', 1, 1, 1, '0', '0', '0', 1518, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  350. (307, 'Globe trophy', 'a0 prizetrophy3_s', 's', 1, 1, 1, '0', '0', '0', 1519, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  351. (308, 'Fish trophy', 'a0 prizetrophy4_s', 's', 1, 1, 1, '0', '0', '0', 1520, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  352. (309, 'Duo trophy', 'a0 prizetrophy5_s', 's', 1, 1, 1, '0', '0', '0', 1521, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  353. (310, 'Champion trophy', 'a0 prizetrophy6_s', 's', 1, 1, 1, '0', '0', '0', 1522, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  354. (311, 'Classic trophy', 'prizetrophy*3', 's', 1, 1, 1, '0', '0', '0', 1526, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  355. (312, 'Green Parasol', 'rare_parasol*0', 's', 1, 1, 1, '0', '0', '0', 289, '1', '1', '0', '1', '1', 'default', 2, '0'),
  356. (313, 'Oil Lamp', 'hc_lmp', 's', 1, 1, 1, '0', '0', '0', 1529, '1', '1', '0', '1', '1', 'default', 2, '0'),
  357. (314, 'Nordic Table', 'hc_tbl', 's', 1, 3, 1, '1', '0', '0', 1528, '1', '1', '0', '1', '1', 'default', 1, '0'),
  358. (315, 'Majestic Chair', 'hc_chr', 's', 1, 1, 1, '0', '1', '0', 1527, '1', '1', '0', '1', '1', 'default', 1, '0'),
  359. (316, 'Study Desk', 'hc_dsk', 's', 1, 2, 1, '0', '0', '0', 1530, '1', '1', '0', '1', '1', 'default', 2, '0'),
  360. (317, 'Night', 'nest', 's', 1, 1, 1, '1', '0', '0', 1531, '1', '1', '0', '1', '1', 'default', 1, '0'),
  361. (318, 'Bones Mega Multipack', 'petfood1', 's', 1, 1, 1, '1', '0', '0', 1532, '1', '1', '0', '1', '1', 'default', 1, '0'),
  362. (319, 'Sardines Mega Multipack', 'petfood2', 's', 1, 1, 1, '1', '0', '0', 1533, '1', '1', '0', '1', '1', 'default', 1, '0'),
  363. (320, 'Cabbage Mega Multipack', 'petfood3', 's', 1, 1, 1, '1', '0', '0', 1534, '1', '1', '0', '1', '1', 'default', 1, '0'),
  364. (321, 'Blue Water Bowl', 'waterbowl*4', 's', 1, 1, 1, '1', '0', '0', 1535, '1', '1', '0', '1', '1', 'default', 1, '0'),
  365. (322, 'Brown Water Bowl', 'waterbowl*5', 's', 1, 1, 1, '1', '0', '0', 1536, '1', '1', '0', '1', '1', 'default', 1, '0'),
  366. (323, 'Green Water Bowl', 'waterbowl*2', 's', 1, 1, 1, '1', '0', '0', 1537, '1', '1', '0', '1', '1', 'default', 1, '0'),
  367. (324, 'Red Water Bowl', 'waterbowl*1', 's', 1, 1, 1, '1', '0', '0', 1538, '1', '1', '0', '1', '1', 'default', 1, '0'),
  368. (325, 'Yellow Water Bowl', 'waterbowl*3', 's', 1, 1, 1, '1', '0', '0', 1539, '1', '1', '0', '1', '1', 'default', 1, '0'),
  369. (326, 'Rubber Ball', 'toy1', 's', 1, 1, 1, '1', '0', '0', 1540, '1', '1', '0', '1', '1', 'default', 1, '0'),
  370. (327, 'Rubber Ball', 'toy1*1', 's', 1, 1, 1, '1', '0', '0', 1541, '1', '1', '0', '1', '1', 'default', 1, '0'),
  371. (328, 'Rubber Ball', 'toy1*2', 's', 1, 1, 1, '1', '0', '0', 1542, '1', '1', '0', '1', '1', 'default', 1, '0'),
  372. (329, 'Rubber Ball', 'toy1*3', 's', 1, 1, 1, '1', '0', '0', 1543, '1', '1', '0', '1', '1', 'default', 1, '0'),
  373. (330, 'Rubber Ball', 'toy1*4', 's', 1, 1, 1, '1', '0', '0', 1544, '1', '1', '0', '1', '1', 'default', 1, '0'),
  374. (331, 'Marzipan Man', 'goodie1', 's', 1, 1, 1, '1', '0', '0', 1545, '1', '1', '0', '1', '1', 'default', 1, '0'),
  375. (332, 'Marzipan Man', 'goodie1*1', 's', 1, 1, 1, '1', '0', '0', 1546, '1', '1', '0', '1', '1', 'default', 1, '0'),
  376. (333, 'Marzipan Man', 'goodie1*2', 's', 1, 1, 1, '1', '0', '0', 1547, '1', '1', '0', '1', '1', 'default', 1, '0'),
  377. (334, 'Chocolate Mouse', 'goodie2', 's', 1, 1, 1, '1', '0', '0', 1548, '1', '1', '0', '1', '1', 'default', 1, '0'),
  378. (335, 'Bronze Habbo trophy', 'a0 prizetrophy7_b', 's', 1, 1, 1, '0', '0', '0', 1547, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  379. (336, 'Gold Habbo trophy', 'a0 prizetrophy7_g', 's', 1, 1, 1, '0', '0', '0', 1548, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  380. (337, 'Silver Habbo trophy', 'a0 prizetrophy7_s', 's', 1, 1, 1, '0', '0', '0', 1549, '1', '1', '1', '1', '1', 'trophy', 1, '0'),
  381. (338, 'Red Laser Door', 'scifiport*0', 's', 1, 1, 0.001, '0', '0', '0', 1549, '1', '1', '1', '1', '1', 'gate', 2, '0'),
  382. (339, 'Violet Sci-Fi Port', 'scifiport*9', 's', 1, 1, 0.001, '0', '0', '0', 1550, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  383. (340, 'Purple Sci-Fi Port', 'scifiport*8', 's', 1, 1, 0.001, '0', '0', '0', 1551, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  384. (341, 'Aqua Laser Gate', 'scifiport*7', 's', 1, 1, 0.001, '0', '0', '0', 1552, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  385. (342, 'White Sci-Fi Port', 'scifiport*6', 's', 1, 1, 0.001, '0', '0', '0', 1553, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  386. (343, 'Security Fence', 'scifiport*5', 's', 1, 1, 0.001, '0', '0', '0', 1554, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  387. (344, 'Pink Sci-Fi Port', 'scifiport*4', 's', 1, 1, 0.001, '0', '0', '0', 1555, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  388. (345, 'Jade Sci-Fi Port', 'scifiport*3', 's', 1, 1, 0.001, '0', '0', '0', 1556, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  389. (346, 'Blue Laser Gate', 'scifiport*2', 's', 1, 1, 0.001, '0', '0', '0', 1557, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  390. (347, 'Gold Laser Gate', 'scifiport*1', 's', 1, 1, 0.001, '0', '0', '0', 1558, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  391. (348, 'Neptune Smoke Machine', 'scifirocket*9', 's', 1, 1, 1, '0', '0', '0', 1559, '1', '1', '0', '1', '1', 'default', 2, '0'),
  392. (349, 'From a space far', 'scifirocket*8', 's', 1, 1, 1, '0', '0', '0', 1560, '1', '1', '0', '1', '1', 'default', 2, '0'),
  393. (350, 'Jupiter Smoke Machine', 'scifirocket*7', 's', 1, 1, 1, '0', '0', '0', 1561, '1', '1', '0', '1', '1', 'default', 2, '0'),
  394. (351, 'Mercury Smoke Machine', 'scifirocket*6', 's', 1, 1, 1, '0', '0', '0', 1562, '1', '1', '0', '1', '1', 'default', 2, '0'),
  395. (352, 'Uranus Smoke Machine', 'scifirocket*5', 's', 1, 1, 1, '0', '0', '0', 1563, '1', '1', '0', '1', '1', 'default', 2, '0'),
  396. (353, 'Venus Smoke Machine', 'scifirocket*4', 's', 1, 1, 1, '0', '0', '0', 1564, '1', '1', '0', '1', '1', 'default', 2, '0'),
  397. (354, 'Endor Smoke Machine', 'scifirocket*3', 's', 1, 1, 1, '0', '0', '0', 1565, '1', '1', '0', '1', '1', 'default', 2, '0'),
  398. (355, 'Earth Smoke Machine', 'scifirocket*2', 's', 1, 1, 1, '0', '0', '0', 1566, '1', '1', '0', '1', '1', 'default', 2, '0'),
  399. (356, 'Saturn Smoke Machine', 'scifirocket*1', 's', 1, 1, 1, '0', '0', '0', 1567, '1', '1', '0', '1', '1', 'default', 2, '0'),
  400. (357, 'Mars Smoke Machine', 'scifirocket*0', 's', 1, 1, 1, '0', '0', '0', 1568, '1', '1', '0', '1', '1', 'default', 2, '0'),
  401. (358, 'Violet Starship Door', 'scifidoor*10', 's', 1, 1, 0.001, '0', '0', '0', 1569, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  402. (359, 'It''s blue', 'scifidoor*9', 's', 1, 1, 0.001, '0', '0', '0', 1570, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  403. (360, 'Purple Spaceship Door', 'scifidoor*8', 's', 1, 1, 0.001, '0', '0', '0', 1571, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  404. (361, 'Aqua Spaceship Door', 'scifidoor*7', 's', 1, 1, 0.001, '0', '0', '0', 1572, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  405. (362, 'Black Monolith', 'scifidoor*6', 's', 1, 1, 0.001, '0', '0', '0', 1573, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  406. (363, 'White Spaceship Door', 'scifidoor*5', 's', 1, 1, 0.001, '0', '0', '0', 1574, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  407. (364, 'Emerald Spaceship Door', 'scifidoor*4', 's', 1, 1, 0.001, '0', '0', '0', 1575, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  408. (365, 'Lightblue Spaceship Door', 'scifidoor*3', 's', 1, 1, 0.001, '0', '0', '0', 1576, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  409. (366, 'Yellow Spaceship Door', 'scifidoor*2', 's', 1, 1, 0.001, '0', '0', '0', 1577, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  410. (367, 'Pink Spaceship Door', 'scifidoor*1', 's', 1, 1, 0.001, '0', '0', '0', 1578, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  411. (368, 'Puffy', 'pillow*5', 's', 1, 1, 1, '0', '1', '0', 1579, '1', '1', '0', '1', '1', 'default', 1, '0'),
  412. (369, 'Puffy', 'pillow*8', 's', 1, 1, 1, '0', '1', '0', 1580, '1', '1', '0', '1', '1', 'default', 1, '0'),
  413. (370, 'White Lace Pillow', 'pillow*0', 's', 1, 1, 1, '0', '1', '0', 1581, '1', '1', '0', '1', '1', 'default', 1, '0'),
  414. (371, 'Puffy', 'pillow*1', 's', 1, 1, 1, '0', '1', '0', 1582, '1', '1', '0', '1', '1', 'default', 1, '0'),
  415. (372, 'Puffy', 'pillow*2', 's', 1, 1, 1, '0', '1', '0', 1583, '1', '1', '1', '1', '1', 'default', 1, '0'),
  416. (373, 'Purple Velvet Pillow', 'pillow*7', 's', 1, 1, 1, '0', '1', '0', 1584, '1', '1', '0', '1', '1', 'default', 1, '0'),
  417. (374, 'Puffy', 'pillow*9', 's', 1, 1, 1, '0', '1', '0', 1585, '1', '1', '0', '1', '1', 'default', 1, '0'),
  418. (375, 'Puffy', 'pillow*4', 's', 1, 1, 1, '0', '1', '0', 1586, '1', '1', '0', '1', '1', 'default', 1, '0'),
  419. (376, 'Puffy', 'pillow*6', 's', 1, 1, 1, '0', '1', '0', 1587, '1', '1', '0', '1', '1', 'default', 1, '0'),
  420. (377, 'Puffy', 'pillow*3', 's', 1, 1, 1, '0', '1', '0', 1588, '1', '1', '0', '1', '1', 'default', 1, '0'),
  421. (378, 'Pink marquee', 'marquee*1', 's', 1, 1, 0.001, '0', '0', '0', 1589, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  422. (379, 'Red Dragon Marquee', 'marquee*2', 's', 1, 1, 0.001, '0', '0', '0', 1590, '1', '1', '1', '1', '1', 'gate', 2, '0'),
  423. (380, 'Purple Marquee', 'marquee*7', 's', 1, 1, 0.001, '0', '0', '0', 1591, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  424. (381, 'White Marquee', 'marquee*10', 's', 1, 1, 0.001, '0', '0', '0', 1592, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  425. (382, 'Ultramarine Marquee', 'marquee*8', 's', 1, 1, 0.001, '0', '0', '0', 1593, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  426. (383, 'Green Marquee', 'marquee*9', 's', 1, 1, 0.001, '0', '0', '0', 1594, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  427. (384, 'Graphite Marquee', 'marquee*5', 's', 1, 1, 0.001, '0', '0', '0', 1595, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  428. (385, 'Yellow Marquee', 'marquee*4', 's', 1, 1, 0.001, '0', '0', '0', 1596, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  429. (386, 'Blue Marquee', 'marquee*6', 's', 1, 1, 0.001, '0', '0', '0', 1597, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  430. (387, 'Aqua Marquee', 'marquee*3', 's', 1, 1, 0.001, '0', '0', '0', 1598, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  431. (388, 'Pink Oriental screen', 'wooden_screen*1', 's', 1, 2, 1, '0', '0', '0', 1599, '1', '1', '0', '1', '1', 'default', 1, '0'),
  432. (389, 'RosewoodScreen', 'wooden_screen*2', 's', 1, 2, 1, '0', '0', '0', 1600, '1', '1', '0', '1', '1', 'default', 1, '0'),
  433. (390, 'Purple Oriental Screen', 'wooden_screen*7', 's', 1, 2, 1, '0', '0', '0', 1601, '1', '1', '0', '1', '1', 'default', 1, '0'),
  434. (391, 'White Oriental Screen', 'wooden_screen*0', 's', 1, 2, 1, '0', '0', '0', 1602, '1', '1', '0', '1', '1', 'default', 1, '0'),
  435. (392, 'Night Blue Oriental Screen', 'wooden_screen*8', 's', 1, 2, 1, '0', '0', '0', 1603, '1', '1', '0', '1', '1', 'default', 1, '0'),
  436. (393, 'Gray Oriental Screen', 'wooden_screen*5', 's', 1, 2, 1, '0', '0', '0', 1604, '1', '1', '0', '1', '1', 'default', 1, '0'),
  437. (394, 'Green Oriental Screen', 'wooden_screen*9', 's', 1, 2, 1, '0', '0', '0', 1605, '1', '1', '0', '1', '1', 'default', 1, '0'),
  438. (395, 'Golden Oriental Screen', 'wooden_screen*4', 's', 1, 2, 1, '0', '0', '0', 1606, '1', '1', '0', '1', '1', 'default', 1, '0'),
  439. (396, 'Blue Oriental Screen', 'wooden_screen*6', 's', 1, 2, 1, '0', '0', '0', 1607, '1', '1', '0', '1', '1', 'default', 1, '0'),
  440. (397, 'Terracotta Pillar', 'wooden_screen*3', 's', 1, 2, 1, '0', '0', '0', 1608, '1', '1', '0', '1', '1', 'default', 1, '0'),
  441. (398, 'Pink Marble Pillar', 'pillar*1', 's', 1, 1, 1, '0', '0', '0', 1610, '1', '1', '0', '1', '1', 'default', 1, '0'),
  442. (399, 'Rock Pillar', 'pillar*9', 's', 1, 1, 1, '0', '0', '0', 1611, '1', '1', '0', '1', '1', 'default', 1, '0'),
  443. (400, 'Classy architect', 'pillar*0', 's', 1, 1, 1, '0', '0', '0', 1612, '1', '1', '0', '1', '1', 'default', 1, '0'),
  444. (401, 'Roman Pillar', 'pillar*8', 's', 1, 1, 1, '0', '0', '0', 1613, '1', '1', '0', '1', '1', 'default', 1, '0'),
  445. (402, 'Nordic Pillar', 'pillar*2', 's', 1, 1, 1, '0', '0', '0', 1614, '1', '1', '0', '1', '1', 'default', 1, '0'),
  446. (403, 'Pagan Pillar', 'pillar*5', 's', 1, 1, 1, '0', '0', '0', 1615, '1', '1', '0', '1', '1', 'default', 1, '0'),
  447. (404, 'Dark Ages Pillar', 'pillar*4', 's', 1, 1, 1, '0', '0', '0', 1616, '1', '1', '0', '1', '1', 'default', 1, '0'),
  448. (405, 'Atlantean Pillar', 'pillar*7', 's', 1, 1, 1, '0', '0', '0', 1617, '1', '1', '0', '1', '1', 'default', 1, '0'),
  449. (406, 'blue pillar', 'pillar*3', 's', 1, 1, 1, '0', '0', '0', 1618, '1', '1', '0', '1', '1', 'default', 1, '0'),
  450. (407, 'Serpent of Doom', 'rare_dragonlamp*4', 's', 1, 1, 1, '0', '0', '0', 1619, '1', '1', '0', '1', '1', 'default', 2, '0'),
  451. (408, 'Fire Dragon Lamp', 'rare_dragonlamp*0', 's', 1, 1, 1, '0', '0', '0', 1620, '1', '1', '1', '1', '1', 'default', 2, '0'),
  452. (409, 'Elf Green Dragon Lamp', 'rare_dragonlamp*5', 's', 1, 1, 1, '0', '0', '0', 1621, '1', '1', '0', '1', '1', 'default', 2, '0'),
  453. (410, 'Jade Dragon Lamp', 'rare_dragonlamp*2', 's', 1, 1, 1, '0', '0', '0', 1622, '1', '1', '0', '1', '1', 'default', 2, '0'),
  454. (411, 'Bronze Dragon Lamp', 'rare_dragonlamp*8', 's', 1, 1, 1, '0', '0', '0', 1623, '1', '1', '0', '1', '1', 'default', 2, '0'),
  455. (412, 'Purple Dragon Lamp', 'rare_dragonlamp*9', 's', 1, 1, 1, '0', '0', '0', 1624, '1', '1', '0', '1', '1', 'default', 2, '0'),
  456. (413, 'Sky Dragon Lamp', 'rare_dragonlamp*7', 's', 1, 1, 1, '0', '0', '0', 1625, '1', '1', '0', '1', '1', 'default', 2, '0'),
  457. (414, 'Gold Dragon Lamp', 'rare_dragonlamp*6', 's', 1, 1, 1, '0', '0', '0', 1626, '1', '1', '0', '1', '1', 'default', 2, '0'),
  458. (415, 'Sea Dragon Lamp', 'rare_dragonlamp*1', 's', 1, 1, 1, '0', '0', '0', 1627, '1', '1', '0', '1', '1', 'default', 2, '0'),
  459. (416, 'Silver Dragon Lamp', 'rare_dragonlamp*3', 's', 1, 1, 1, '0', '0', '0', 1628, '1', '1', '0', '1', '1', 'default', 2, '0'),
  460. (417, 'Blueberry Ice Cream Machine', 'rare_icecream*1', 's', 1, 1, 1, '0', '0', '0', 1629, '1', '1', '0', '1', '1', 'vendingmachine', 0, '4'),
  461. (418, 'Chocolate Ice Cream Machine', 'rare_icecream*7', 's', 1, 1, 1, '0', '0', '0', 1630, '1', '1', '0', '1', '1', 'vendingmachine', 0, '4'),
  462. (419, 'Peppermint Ice Cream Machine', 'rare_icecream*8', 's', 1, 1, 1, '0', '0', '0', 1631, '1', '1', '0', '1', '1', 'vendingmachine', 0, '4'),
  463. (420, 'Pistachio Ice Cream Machine', 'rare_icecream*2', 's', 1, 1, 1, '0', '0', '0', 1632, '1', '1', '0', '1', '1', 'vendingmachine', 0, '4'),
  464. (421, 'Toffee Ice Cream Machine', 'rare_icecream*6', 's', 1, 1, 1, '0', '0', '0', 1633, '1', '1', '0', '1', '1', 'vendingmachine', 0, '4'),
  465. (422, 'Bubblegum Ice Cream Machine', 'rare_icecream*9', 's', 1, 1, 1, '0', '0', '0', 1634, '1', '1', '0', '1', '1', 'vendingmachine', 0, '4'),
  466. (423, 'Blackcurrant Ice Cream Machine', 'rare_icecream*3', 's', 1, 1, 1, '0', '0', '0', 1635, '1', '1', '0', '1', '1', 'vendingmachine', 0, '4'),
  467. (424, 'Cherry Ice Cream Machine', 'rare_icecream*0', 's', 1, 1, 1, '0', '0', '0', 1636, '1', '1', '0', '1', '1', 'vendingmachine', 0, '4'),
  468. (425, 'Strawberry Ice Cream Machine', 'rare_icecream*4', 's', 1, 1, 1, '0', '0', '0', 1637, '1', '1', '0', '1', '1', 'vendingmachine', 0, '4'),
  469. (426, 'Vanilla Ice Cream Machine', 'rare_icecream*5', 's', 1, 1, 1, '0', '0', '0', 1638, '1', '1', '0', '1', '1', 'vendingmachine', 0, '4'),
  470. (427, 'Brown Powered Fan', 'rare_fan*7', 's', 1, 1, 1, '0', '0', '0', 1639, '1', '1', '0', '1', '1', 'default', 2, '0');
  471. INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES
  472. (428, 'Ochre Powered Fan', 'rare_fan*6', 's', 1, 1, 1, '0', '0', '0', 1640, '1', '1', '0', '1', '1', 'default', 2, '0'),
  473. (429, 'Fucsia Powered Fan', 'rare_fan*9', 's', 1, 1, 1, '0', '0', '0', 1641, '1', '1', '0', '1', '1', 'default', 2, '0'),
  474. (430, 'Purple Dragon Skin Fan', 'rare_fan*3', 's', 1, 1, 1, '0', '0', '0', 1642, '1', '1', '0', '1', '1', 'default', 2, '0'),
  475. (431, 'Festive Fan', 'rare_fan*0', 's', 1, 1, 1, '0', '0', '0', 1643, '1', '1', '0', '1', '1', 'default', 2, '0'),
  476. (432, 'SUPERLOVE Fan', 'rare_fan*4', 's', 1, 1, 1, '0', '0', '0', 1644, '1', '1', '0', '1', '1', 'default', 2, '0'),
  477. (433, 'Yellow Powered Fan', 'rare_fan*5', 's', 1, 1, 1, '0', '0', '0', 1645, '1', '1', '0', '1', '1', 'default', 2, '0'),
  478. (434, 'Birthday Fan', 'rare_fan*1', 's', 1, 1, 1, '0', '0', '0', 1646, '1', '1', '0', '1', '1', 'default', 2, '0'),
  479. (435, 'Stylish', 'rare_fan*8', 's', 1, 1, 1, '0', '0', '0', 1647, '1', '1', '0', '1', '1', 'default', 2, '0'),
  480. (436, 'Green Powered Fan', 'rare_fan*2', 's', 1, 1, 1, '0', '0', '0', 1648, '1', '1', '0', '1', '1', 'default', 2, '0'),
  481. (437, 'Ice Habbo Roller', 'queue_tile1*3', 's', 1, 1, 1, '1', '0', '1', 1649, '1', '1', '0', '1', '1', 'roller', 1, '0'),
  482. (438, 'Blue Habbo Roller', 'queue_tile1*6', 's', 1, 1, 1.5, '1', '0', '1', 1650, '1', '1', '0', '1', '1', 'roller', 1, '0'),
  483. (439, 'Gold Habbo Roller', 'queue_tile1*4', 's', 1, 1, 2, '1', '0', '1', 1651, '1', '1', '0', '1', '1', 'roller', 1, '0'),
  484. (440, 'Green Habbo Roller', 'queue_tile1*9', 's', 1, 1, 2.5, '1', '0', '1', 1652, '1', '1', '0', '1', '1', 'roller', 1, '0'),
  485. (441, 'Navy Habbo Roller', 'queue_tile1*8', 's', 1, 1, 3, '1', '0', '1', 1653, '1', '1', '0', '1', '1', 'roller', 1, '0'),
  486. (442, 'Knight Roller', 'queue_tile1*5', 's', 1, 1, 3.5, '1', '0', '1', 1654, '1', '1', '0', '1', '1', 'roller', 1, '0'),
  487. (443, 'Purple Habbo Roller', 'queue_tile1*7', 's', 1, 1, 4, '1', '0', '1', 1655, '1', '1', '0', '1', '1', 'roller', 1, '0'),
  488. (444, 'Red Habbo Roller', 'queue_tile1*2', 's', 1, 1, 0.5, '1', '0', '1', 1656, '1', '1', '0', '1', '1', 'roller', 1, '0'),
  489. (445, 'Pink Habbo Roller', 'queue_tile1*1', 's', 1, 1, 0.5, '1', '0', '1', 1657, '1', '1', '0', '1', '1', 'roller', 1, '0'),
  490. (446, 'White Quest Roller', 'queue_tile1*0', 's', 1, 1, 0.5, '1', '0', '1', 1658, '1', '1', '0', '1', '1', 'roller', 1, '0'),
  491. (20071, 'ads_gsArcade_2 name', 'ads_gsArcade_2', 's', 1, 1, 1, '1', '0', '0', 3278, '1', '1', '0', '1', '1', 'default', 2, '0'),
  492. (448, 'Snow Rug', 'rare_snowrug', 's', 2, 2, 0, '1', '0', '1', 1738, '1', '1', '1', '1', '1', 'default', 1, '0'),
  493. (449, 'Lantern', 'cn_lamp', 's', 1, 1, 1, '0', '0', '0', 1741, '1', '1', '0', '1', '1', 'default', 2, '0'),
  494. (450, 'Chinese Sofa', 'cn_sofa', 's', 3, 1, 1, '0', '1', '0', 1742, '1', '1', '0', '1', '1', 'default', 1, '0'),
  495. (451, 'Sport track straight', 'sporttrack1*1', 's', 2, 2, 0, '1', '0', '1', 1745, '1', '1', '0', '1', '1', 'default', 1, '0'),
  496. (452, 'Sport track straight grass', 'sporttrack1*3', 's', 2, 2, 0, '1', '0', '1', 1747, '1', '1', '0', '1', '1', 'default', 1, '0'),
  497. (453, 'Sport track straight asphalt', 'sporttrack1*2', 's', 2, 2, 0, '1', '0', '1', 1748, '1', '1', '0', '1', '1', 'default', 1, '0'),
  498. (454, 'Sport corner tartan', 'sporttrack2*1', 's', 2, 2, 0, '1', '0', '1', 1750, '1', '1', '0', '1', '1', 'default', 1, '0'),
  499. (455, 'Sport corner asphalt', 'sporttrack2*2', 's', 2, 2, 0, '1', '0', '1', 1751, '1', '1', '0', '1', '1', 'default', 1, '0'),
  500. (456, 'Sport corner grass', 'sporttrack2*3', 's', 2, 2, 0, '1', '0', '1', 1752, '1', '1', '0', '1', '1', 'default', 1, '0'),
  501. (457, 'Sport goal tartan', 'sporttrack3*1', 's', 2, 2, 0, '1', '0', '1', 1754, '1', '1', '0', '1', '1', 'default', 1, '0'),
  502. (458, 'Sport goal asphalt', 'sporttrack3*2', 's', 2, 2, 0, '1', '0', '1', 1755, '1', '1', '0', '1', '1', 'default', 1, '0'),
  503. (459, 'Sport goal grass', 'sporttrack3*3', 's', 2, 2, 0, '1', '0', '1', 1756, '1', '1', '0', '1', '1', 'default', 1, '0'),
  504. (460, 'Football Lamp', 'footylamp', 's', 1, 1, 1, '0', '0', '0', 1757, '1', '1', '0', '1', '1', 'default', 2, '0'),
  505. (461, 'Bar Stool', 'barchair_silo', 's', 1, 1, 1.2, '0', '1', '0', 1759, '1', '1', '0', '1', '1', 'default', 1, '0'),
  506. (462, 'Habbos', 'divider_nor4*4', 's', 2, 1, 1, '0', '0', '0', 1760, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  507. (463, 'Classic Traffic Light', 'traffic_light*1', 's', 1, 1, 1, '0', '0', '0', 1761, '1', '1', '0', '1', '1', 'default', 3, '0'),
  508. (464, 'Blue Traffic Light', 'traffic_light*2', 's', 1, 1, 1, '0', '0', '0', 1762, '1', '1', '0', '1', '1', 'default', 3, '0'),
  509. (465, 'Purple Traffic Light', 'traffic_light*3', 's', 1, 1, 1, '0', '0', '0', 1763, '1', '1', '0', '1', '1', 'default', 3, '0'),
  510. (466, 'Yellow Traffic Light', 'traffic_light*4', 's', 1, 1, 1, '0', '0', '0', 1764, '1', '1', '0', '1', '1', 'default', 3, '0'),
  511. (467, 'Red Traffic Light', 'traffic_light*6', 's', 1, 1, 1, '0', '0', '0', 1765, '1', '1', '0', '1', '1', 'default', 3, '0'),
  512. (468, 'Blue Inflatable Chair', 'rubberchair*1', 's', 1, 1, 1, '0', '1', '0', 1766, '1', '1', '0', '1', '1', 'default', 1, '0'),
  513. (469, 'Pink Inflatable Chair', 'rubberchair*2', 's', 1, 1, 1, '0', '1', '0', 1767, '1', '1', '0', '1', '1', 'default', 1, '0'),
  514. (470, 'Orange Inflatable Chair', 'rubberchair*3', 's', 1, 1, 1, '0', '1', '0', 1768, '1', '1', '0', '1', '1', 'default', 1, '0'),
  515. (471, 'Ocean Inflatable Chair', 'rubberchair*4', 's', 1, 1, 1, '0', '1', '0', 1769, '1', '1', '0', '1', '1', 'default', 1, '0'),
  516. (472, 'Lime Inflatable Chair', 'rubberchair*5', 's', 1, 1, 1, '0', '1', '0', 1770, '1', '1', '0', '1', '1', 'default', 1, '0'),
  517. (473, 'Violet Inflatable Chair', 'rubberchair*6', 's', 1, 1, 1, '0', '1', '0', 1771, '1', '1', '0', '1', '1', 'default', 1, '0'),
  518. (474, 'Yellow Maze Barrier', 'barrier*1', 's', 1, 2, 1, '0', '0', '0', 1772, '1', '1', '0', '1', '1', 'default', 2, '0'),
  519. (475, 'No trespassing', 'barrier*2', 's', 1, 2, 1, '0', '0', '0', 1773, '1', '1', '0', '1', '1', 'default', 2, '0'),
  520. (476, 'No trespassing', 'barrier*3', 's', 1, 2, 1, '0', '0', '0', 1774, '1', '1', '0', '1', '1', 'default', 2, '0'),
  521. (477, 'White Inflatable Chair', 'rubberchair*7', 's', 1, 1, 1, '0', '1', '0', 1775, '1', '1', '0', '1', '1', 'default', 1, '0'),
  522. (478, 'Black Inflatable Chair', 'rubberchair*8', 's', 1, 1, 1, '0', '1', '0', 1776, '1', '1', '0', '1', '1', 'default', 1, '0'),
  523. (479, 'Black Iced Table', 'table_norja_med*2', 's', 2, 2, 1, '1', '0', '0', 1777, '1', '1', '0', '1', '1', 'default', 1, '0'),
  524. (480, 'White Iced Table', 'table_norja_med*3', 's', 2, 2, 1, '1', '0', '0', 1778, '1', '1', '0', '1', '1', 'default', 1, '0'),
  525. (481, 'Urban Iced Coffee Table', 'table_norja_med*4', 's', 2, 2, 1, '1', '0', '0', 1779, '1', '1', '0', '1', '1', 'default', 1, '0'),
  526. (482, 'Large Coffee Table Pink', 'table_norja_med*5', 's', 2, 2, 1, '1', '0', '0', 1780, '1', '1', '0', '1', '1', 'default', 1, '0'),
  527. (483, 'Large Coffee Table Blue', 'table_norja_med*6', 's', 2, 2, 1, '1', '0', '0', 1781, '1', '1', '0', '1', '1', 'default', 1, '0'),
  528. (484, 'Rural Iced Coffee Table', 'table_norja_med*7', 's', 2, 2, 1, '1', '0', '0', 1782, '1', '1', '0', '1', '1', 'default', 1, '0'),
  529. (485, 'Large Coffee Table Yellow', 'table_norja_med*8', 's', 2, 2, 1, '1', '0', '0', 1783, '1', '1', '0', '1', '1', 'default', 1, '0'),
  530. (486, 'Large Coffee Table Red', 'table_norja_med*9', 's', 2, 2, 1, '1', '0', '0', 1784, '1', '1', '0', '1', '1', 'default', 1, '0'),
  531. (487, 'Black Iced Bench', 'couch_norja*2', 's', 2, 1, 1, '0', '1', '0', 1785, '1', '1', '0', '1', '1', 'default', 1, '0'),
  532. (488, 'White Iced Bench', 'couch_norja*3', 's', 2, 1, 1, '0', '1', '0', 1786, '1', '1', '0', '1', '1', 'default', 1, '0'),
  533. (489, 'Urban Iced Bench', 'couch_norja*4', 's', 2, 1, 1, '0', '1', '0', 1787, '1', '1', '0', '1', '1', 'default', 1, '0'),
  534. (490, 'Pink Bench', 'couch_norja*5', 's', 2, 1, 1, '0', '1', '0', 1788, '1', '1', '0', '1', '1', 'default', 1, '0'),
  535. (491, 'Blue Bench', 'couch_norja*6', 's', 2, 1, 1, '0', '1', '0', 1789, '1', '1', '0', '1', '1', 'default', 1, '0'),
  536. (492, 'Rural Iced Bench', 'couch_norja*7', 's', 2, 1, 1, '0', '1', '0', 1790, '1', '1', '0', '1', '1', 'default', 1, '0'),
  537. (493, 'Yellow Bench', 'couch_norja*8', 's', 2, 1, 1, '0', '1', '0', 1791, '1', '1', '0', '1', '1', 'default', 1, '0'),
  538. (494, 'Red Bench', 'couch_norja*9', 's', 2, 1, 1, '0', '1', '0', 1792, '1', '1', '0', '1', '1', 'default', 1, '0'),
  539. (495, 'Black Iced Bookcase', 'shelves_norja*2', 's', 1, 1, 1, '0', '0', '0', 1793, '1', '1', '0', '1', '1', 'default', 1, '0'),
  540. (496, 'Urban Iced Bookcase', 'shelves_norja*3', 's', 1, 1, 1, '0', '0', '0', 1794, '1', '1', '0', '1', '1', 'default', 1, '0'),
  541. (497, 'Pink Bookcase', 'shelves_norja*5', 's', 1, 1, 1, '0', '0', '0', 1796, '1', '1', '0', '1', '1', 'default', 1, '0'),
  542. (498, 'Blue Bookcase', 'shelves_norja*6', 's', 1, 1, 1, '0', '0', '0', 1797, '1', '1', '0', '1', '1', 'default', 1, '0'),
  543. (499, 'Rural Iced Bookcase', 'shelves_norja*7', 's', 1, 1, 1, '0', '0', '0', 1798, '1', '1', '0', '1', '1', 'default', 1, '0'),
  544. (500, 'Yellow Bookcase', 'shelves_norja*8', 's', 1, 1, 1, '0', '0', '0', 1799, '1', '1', '0', '1', '1', 'default', 1, '0'),
  545. (501, 'Red Bookcase', 'shelves_norja*9', 's', 1, 1, 1, '0', '0', '0', 1800, '1', '1', '0', '1', '1', 'default', 1, '0'),
  546. (502, 'Black Iced Chair', 'chair_norja*2', 's', 1, 1, 1, '0', '1', '0', 1801, '1', '1', '0', '1', '1', 'default', 1, '0'),
  547. (503, 'White Iced Chair', 'chair_norja*3', 's', 1, 1, 1, '0', '1', '0', 1802, '1', '1', '0', '1', '1', 'default', 1, '0'),
  548. (504, 'Urban Iced Chair', 'chair_norja*4', 's', 1, 1, 1, '0', '1', '0', 1803, '1', '1', '0', '1', '1', 'default', 1, '0'),
  549. (505, 'Pink Chair', 'chair_norja*5', 's', 1, 1, 1, '0', '1', '0', 1804, '1', '1', '0', '1', '1', 'default', 1, '0'),
  550. (506, 'Blue Chair', 'chair_norja*6', 's', 1, 1, 1, '0', '1', '0', 1805, '1', '1', '0', '1', '1', 'default', 1, '0'),
  551. (507, 'Rural Chair', 'chair_norja*7', 's', 1, 1, 1, '0', '1', '0', 1806, '1', '1', '0', '1', '1', 'default', 1, '0'),
  552. (508, 'Yellow Chair', 'chair_norja*8', 's', 1, 1, 1, '0', '1', '0', 1807, '1', '1', '0', '1', '1', 'default', 1, '0'),
  553. (509, 'Red Chair', 'chair_norja*9', 's', 1, 1, 1, '0', '1', '0', 1808, '1', '1', '0', '1', '1', 'default', 1, '0'),
  554. (510, 'Black Iced Corner', 'divider_nor1*2', 's', 1, 1, 1, '0', '0', '0', 1809, '1', '1', '0', '1', '1', 'default', 1, '0'),
  555. (511, 'Looks squishy', 'divider_nor1*3', 's', 1, 1, 1, '0', '0', '0', 1810, '1', '1', '0', '1', '1', 'default', 1, '0'),
  556. (512, 'Urban Iced Corner', 'divider_nor1*4', 's', 1, 1, 1, '0', '0', '0', 1811, '1', '1', '0', '1', '1', 'default', 1, '0'),
  557. (513, 'Pink Ice corner', 'divider_nor1*5', 's', 1, 1, 1, '0', '0', '0', 1812, '1', '1', '0', '1', '1', 'default', 1, '0'),
  558. (514, 'Blue Ice corner', 'divider_nor1*6', 's', 1, 1, 1, '0', '0', '0', 1813, '1', '1', '0', '1', '1', 'default', 1, '0'),
  559. (515, 'Rural Iced Corner', 'divider_nor1*7', 's', 1, 1, 1, '0', '0', '0', 1814, '1', '1', '0', '1', '1', 'default', 1, '0'),
  560. (516, 'Yellow Ice corner', 'divider_nor1*8', 's', 1, 1, 1, '0', '0', '0', 1815, '1', '1', '0', '1', '1', 'default', 1, '0'),
  561. (517, 'Red Ice corner', 'divider_nor1*9', 's', 1, 1, 1, '0', '0', '0', 1816, '1', '1', '0', '1', '1', 'default', 1, '0'),
  562. (518, 'Black Iced Sofa', 'soft_sofa_norja*2', 's', 2, 1, 1, '0', '1', '0', 1817, '1', '1', '0', '1', '1', 'default', 1, '0'),
  563. (519, 'Pristine white', 'soft_sofa_norja*3', 's', 2, 1, 1, '0', '1', '0', 1818, '1', '1', '0', '1', '1', 'default', 1, '0'),
  564. (520, 'Urban Iced Sofa', 'soft_sofa_norja*4', 's', 2, 1, 1, '0', '1', '0', 1819, '1', '1', '0', '1', '1', 'default', 1, '0'),
  565. (521, 'Pink Iced Sofa', 'soft_sofa_norja*5', 's', 2, 1, 1, '0', '1', '0', 1820, '1', '1', '0', '1', '1', 'default', 1, '0'),
  566. (522, 'Blue Iced Sofa', 'soft_sofa_norja*6', 's', 2, 1, 1, '0', '1', '0', 1821, '1', '1', '0', '1', '1', 'default', 1, '0'),
  567. (523, 'Rural Iced Sofa', 'soft_sofa_norja*7', 's', 2, 1, 1, '0', '1', '0', 1822, '1', '1', '0', '1', '1', 'default', 1, '0'),
  568. (524, 'Yellow Iced Sofa', 'soft_sofa_norja*8', 's', 2, 1, 1, '0', '1', '0', 1823, '1', '1', '0', '1', '1', 'default', 1, '0'),
  569. (525, 'Red Iced Sofa', 'soft_sofa_norja*9', 's', 2, 1, 1, '0', '1', '0', 1824, '1', '1', '0', '1', '1', 'default', 1, '0'),
  570. (526, 'Black Iced Sofachair', 'soft_sofachair_norja*2', 's', 1, 1, 1, '0', '1', '0', 1825, '1', '1', '0', '1', '1', 'default', 1, '0'),
  571. (527, 'White Iced Sofachair', 'soft_sofachair_norja*3', 's', 1, 1, 1, '0', '1', '0', 1826, '1', '1', '0', '1', '1', 'default', 1, '0'),
  572. (528, 'Urban Iced Sofachair', 'soft_sofachair_norja*4', 's', 1, 1, 1, '0', '1', '0', 1827, '1', '1', '0', '1', '1', 'default', 1, '0'),
  573. (529, 'Pink Iced Sofachair', 'soft_sofachair_norja*5', 's', 1, 1, 1, '0', '1', '0', 1828, '1', '1', '0', '1', '1', 'default', 1, '0'),
  574. (530, 'Blue Iced Sofachair', 'soft_sofachair_norja*6', 's', 1, 1, 1, '0', '1', '0', 1829, '1', '1', '0', '1', '1', 'default', 1, '0'),
  575. (531, 'Rural Iced Sofachair', 'soft_sofachair_norja*7', 's', 1, 1, 1, '0', '1', '0', 1830, '1', '1', '0', '1', '1', 'default', 1, '0'),
  576. (532, 'Yellow Iced Sofachair', 'soft_sofachair_norja*8', 's', 1, 1, 1, '0', '1', '0', 1831, '1', '1', '0', '1', '1', 'default', 1, '0'),
  577. (533, 'Red Iced Sofachair', 'soft_sofachair_norja*9', 's', 1, 1, 1, '0', '1', '0', 1832, '1', '1', '0', '1', '1', 'default', 1, '0'),
  578. (534, 'Large', 'sofachair_silo*2', 's', 1, 1, 1.1, '0', '1', '0', 1833, '1', '1', '0', '1', '1', 'default', 1, '0'),
  579. (535, 'Large', 'sofachair_silo*3', 's', 1, 1, 1.1, '0', '1', '0', 1834, '1', '1', '0', '1', '1', 'default', 1, '0'),
  580. (536, 'Beige Area Armchair', 'sofachair_silo*4', 's', 1, 1, 1.1, '0', '1', '0', 1835, '1', '1', '0', '1', '1', 'default', 1, '0'),
  581. (537, 'Pink Area Armchair', 'sofachair_silo*5', 's', 1, 1, 1.1, '0', '1', '0', 1836, '1', '1', '0', '1', '1', 'default', 1, '0'),
  582. (538, 'Blue Area Armchair', 'sofachair_silo*6', 's', 1, 1, 1.1, '0', '1', '0', 1837, '1', '1', '0', '1', '1', 'default', 1, '0'),
  583. (539, 'Green Area Armchair', 'sofachair_silo*7', 's', 1, 1, 1.1, '0', '1', '0', 1838, '1', '1', '0', '1', '1', 'default', 1, '0'),
  584. (540, 'Large', 'sofachair_silo*8', 's', 1, 1, 1.1, '0', '1', '0', 1839, '1', '1', '0', '1', '1', 'default', 1, '0'),
  585. (541, 'Red Area Armchair', 'sofachair_silo*9', 's', 1, 1, 1.1, '0', '1', '0', 1840, '1', '1', '0', '1', '1', 'default', 1, '0'),
  586. (542, 'Black Occasional Table', 'table_silo_small*2', 's', 1, 1, 1, '1', '0', '0', 1841, '1', '1', '0', '1', '1', 'default', 1, '0'),
  587. (543, 'White Occasional Table', 'table_silo_small*3', 's', 1, 1, 1, '1', '0', '0', 1842, '1', '1', '0', '1', '1', 'default', 1, '0'),
  588. (544, 'Beige Area Occasional Table', 'table_silo_small*4', 's', 1, 1, 1, '1', '0', '0', 1843, '1', '1', '0', '1', '1', 'default', 1, '0'),
  589. (545, 'Pink Area Occasional Table', 'table_silo_small*5', 's', 1, 1, 1, '1', '0', '0', 1844, '1', '1', '0', '1', '1', 'default', 1, '0'),
  590. (546, 'Blue Area Occasional Table', 'table_silo_small*6', 's', 1, 1, 1, '1', '0', '0', 1845, '1', '1', '0', '1', '1', 'default', 1, '0'),
  591. (547, 'Green Area Occasional Table', 'table_silo_small*7', 's', 1, 1, 1, '1', '0', '0', 1846, '1', '1', '0', '1', '1', 'default', 1, '0'),
  592. (548, 'Yellow Occasional Table', 'table_silo_small*8', 's', 1, 1, 1, '1', '0', '0', 1847, '1', '1', '0', '1', '1', 'default', 1, '0'),
  593. (549, 'Red Area Occasional Table', 'table_silo_small*9', 's', 1, 1, 1, '1', '0', '0', 1848, '1', '1', '0', '1', '1', 'default', 1, '0'),
  594. (550, 'Black Corner Shelf', 'divider_silo1*2', 's', 1, 1, 1, '0', '0', '0', 1849, '1', '1', '0', '1', '1', 'default', 1, '0'),
  595. (551, 'White Corner Shelf', 'divider_silo1*3', 's', 1, 1, 1, '0', '0', '0', 1850, '1', '1', '0', '1', '1', 'default', 1, '0'),
  596. (552, 'Beige Area Corner Shelf', 'divider_silo1*4', 's', 1, 1, 1, '0', '0', '0', 1851, '1', '1', '0', '1', '1', 'default', 1, '0'),
  597. (553, 'Pink Area Corner Shelf', 'divider_silo1*5', 's', 1, 1, 1, '0', '0', '0', 1852, '1', '1', '0', '1', '1', 'default', 1, '0'),
  598. (554, 'Blue Area Corner Shelf', 'divider_silo1*6', 's', 1, 1, 1, '0', '0', '0', 1853, '1', '1', '0', '1', '1', 'default', 1, '0'),
  599. (555, 'Green Area Corner Shelf', 'divider_silo1*7', 's', 1, 1, 1, '0', '0', '0', 1854, '1', '1', '0', '1', '1', 'default', 1, '0'),
  600. (556, 'Yellow Corner Shelf', 'divider_silo1*8', 's', 1, 1, 1, '0', '0', '0', 1855, '1', '1', '0', '1', '1', 'default', 1, '0'),
  601. (557, 'Red Area Corner Shelf', 'divider_silo1*9', 's', 1, 1, 1, '0', '0', '0', 1856, '1', '1', '0', '1', '1', 'default', 1, '0'),
  602. (558, 'Black Area Gate', 'divider_silo3*2', 's', 1, 1, 0.001, '0', '0', '0', 1857, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  603. (559, 'White Area Gate', 'divider_silo3*3', 's', 1, 1, 0.001, '0', '0', '0', 1858, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  604. (560, 'Beige Area Gate', 'divider_silo3*4', 's', 1, 1, 0.001, '0', '0', '0', 1859, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  605. (561, 'Pink Area Gate', 'divider_silo3*5', 's', 1, 1, 0.001, '0', '0', '0', 1860, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  606. (562, 'Blue Area Gate', 'divider_silo3*6', 's', 1, 1, 0.001, '0', '0', '0', 1861, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  607. (563, 'Green Area Gate', 'divider_silo3*7', 's', 1, 1, 0.001, '0', '0', '0', 1862, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  608. (564, 'Yellow Area Gate', 'divider_silo3*8', 's', 1, 1, 0.001, '0', '0', '0', 1863, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  609. (565, 'Red Area Gate', 'divider_silo3*9', 's', 1, 1, 0.001, '0', '0', '0', 1864, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  610. (566, 'Black Coffee Table', 'table_silo_med*2', 's', 2, 2, 1, '1', '0', '0', 1865, '1', '1', '0', '1', '1', 'default', 1, '0'),
  611. (567, 'White Coffee Table', 'table_silo_med*3', 's', 2, 2, 1, '1', '0', '0', 1866, '1', '1', '0', '1', '1', 'default', 1, '0'),
  612. (568, 'Beige Area Coffee Table', 'table_silo_med*4', 's', 2, 2, 1, '1', '0', '0', 1867, '1', '1', '0', '1', '1', 'default', 1, '0'),
  613. (569, 'Pink Area Coffee Table', 'table_silo_med*5', 's', 2, 2, 1, '1', '0', '0', 1868, '1', '1', '0', '1', '1', 'default', 1, '0'),
  614. (570, 'Blue Area Coffee Table', 'table_silo_med*6', 's', 2, 2, 1, '1', '0', '0', 1869, '1', '1', '0', '1', '1', 'default', 1, '0'),
  615. (571, 'Green Area Coffee Table', 'table_silo_med*7', 's', 2, 2, 1, '1', '0', '0', 1870, '1', '1', '0', '1', '1', 'default', 1, '0'),
  616. (572, 'Yellow Coffee Table', 'table_silo_med*8', 's', 2, 2, 1, '1', '0', '0', 1871, '1', '1', '0', '1', '1', 'default', 1, '0'),
  617. (573, 'Red Area Coffee Table', 'table_silo_med*9', 's', 2, 2, 1, '1', '0', '0', 1872, '1', '1', '0', '1', '1', 'default', 1, '0'),
  618. (574, 'Cushioned', 'sofa_silo*2', 's', 2, 1, 1.1, '0', '1', '0', 1873, '1', '1', '0', '1', '1', 'default', 1, '0'),
  619. (575, 'Cushioned', 'sofa_silo*3', 's', 2, 1, 1.1, '0', '1', '0', 1874, '1', '1', '0', '1', '1', 'default', 1, '0'),
  620. (576, 'Beige Area Sofa', 'sofa_silo*4', 's', 2, 1, 1.1, '0', '1', '0', 1875, '1', '1', '0', '1', '1', 'default', 1, '0'),
  621. (577, 'Pink Area Sofa', 'sofa_silo*5', 's', 2, 1, 1.1, '0', '1', '0', 1876, '1', '1', '0', '1', '1', 'default', 1, '0'),
  622. (578, 'Blue Area Sofa', 'sofa_silo*6', 's', 2, 1, 1.1, '0', '1', '0', 1877, '1', '1', '0', '1', '1', 'default', 1, '0'),
  623. (579, 'Green Area Sofa', 'sofa_silo*7', 's', 2, 1, 1.1, '0', '1', '0', 1878, '1', '1', '0', '1', '1', 'default', 1, '0'),
  624. (580, 'Cushioned', 'sofa_silo*8', 's', 2, 1, 1.1, '0', '1', '0', 1879, '1', '1', '0', '1', '1', 'default', 1, '0'),
  625. (581, 'Red Area Sofa', 'sofa_silo*9', 's', 2, 1, 1.1, '0', '1', '0', 1880, '1', '1', '0', '1', '1', 'default', 1, '0'),
  626. (582, 'Black Mode Armchair', 'sofachair_polyfon*2', 's', 1, 1, 1.1, '0', '1', '0', 1881, '1', '1', '0', '1', '1', 'default', 1, '0'),
  627. (583, 'White Armchair', 'sofachair_polyfon*3', 's', 1, 1, 1.1, '0', '1', '0', 1882, '1', '1', '0', '1', '1', 'default', 1, '0'),
  628. (584, 'Beige Mode Armchair', 'sofachair_polyfon*4', 's', 1, 1, 1.1, '0', '1', '0', 1883, '1', '1', '0', '1', '1', 'default', 1, '0'),
  629. (585, 'Blue Mode Armchair', 'sofachair_polyfon*6', 's', 1, 1, 1.1, '0', '1', '0', 1884, '1', '1', '0', '1', '1', 'default', 1, '0'),
  630. (586, 'Green Armchair', 'sofachair_polyfon*7', 's', 1, 1, 1.1, '0', '1', '0', 1885, '1', '1', '0', '1', '1', 'default', 1, '0'),
  631. (587, 'Yellow Mode Armchair', 'sofachair_polyfon*8', 's', 1, 1, 1.1, '0', '1', '0', 1886, '1', '1', '0', '1', '1', 'default', 1, '0'),
  632. (588, 'Red Armchair', 'sofachair_polyfon*9', 's', 1, 1, 1.1, '0', '1', '0', 1887, '1', '1', '0', '1', '1', 'default', 1, '0'),
  633. (589, 'Black Mode Sofa', 'sofa_polyfon*2', 's', 2, 1, 1.1, '0', '1', '0', 1888, '1', '1', '0', '1', '1', 'default', 1, '0'),
  634. (590, 'White Two-seater Sofa', 'sofa_polyfon*3', 's', 2, 1, 1.1, '0', '1', '0', 1889, '1', '1', '0', '1', '1', 'default', 1, '0'),
  635. (591, 'Beige Mode Sofa', 'sofa_polyfon*4', 's', 2, 1, 1.1, '0', '1', '0', 1890, '1', '1', '0', '1', '1', 'default', 1, '0'),
  636. (592, 'Blue Mode Sofa', 'sofa_polyfon*6', 's', 2, 1, 1.1, '0', '1', '0', 1891, '1', '1', '0', '1', '1', 'default', 1, '0'),
  637. (593, 'Green Two-seater Sofa', 'sofa_polyfon*7', 's', 2, 1, 1.1, '0', '1', '0', 1892, '1', '1', '0', '1', '1', 'default', 1, '0'),
  638. (594, 'Yellow Mode Sofa', 'sofa_polyfon*8', 's', 2, 1, 1.1, '0', '1', '0', 1893, '1', '1', '0', '1', '1', 'default', 1, '0'),
  639. (595, 'Black Mode Double Bed', 'sofa_polyfon*9', 's', 2, 1, 1.1, '0', '1', '0', 1894, '1', '1', '0', '1', '1', 'default', 1, '0'),
  640. (596, 'White Double Bed', 'bed_polyfon*3', 's', 2, 3, 1.8, '0', '0', '0', 1896, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  641. (597, 'Beige Mode Double Bed', 'bed_polyfon*4', 's', 2, 3, 1.8, '0', '0', '0', 1897, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  642. (598, 'Blue Mode Double Bed', 'bed_polyfon*6', 's', 2, 3, 1.8, '0', '0', '0', 1898, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  643. (599, 'Green Double Bed', 'bed_polyfon*7', 's', 2, 3, 1.8, '0', '0', '0', 1899, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  644. (600, 'Yellow Mode Double Bed', 'bed_polyfon*8', 's', 2, 3, 1.8, '0', '0', '0', 1900, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  645. (601, 'Red Double Bed', 'bed_polyfon*9', 's', 2, 3, 1.8, '0', '0', '0', 1901, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  646. (602, 'Black Mode Single Bed', 'bed_polyfon_one*2', 's', 1, 3, 1.8, '0', '0', '0', 1902, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  647. (603, 'White Single Bed', 'bed_polyfon_one*3', 's', 1, 3, 1.8, '0', '0', '0', 1903, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  648. (604, 'Beige Mode Single Bed', 'bed_polyfon_one*4', 's', 1, 3, 1.8, '0', '0', '0', 1904, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  649. (605, 'Blue Mode Single Bed', 'bed_polyfon_one*6', 's', 1, 3, 1.8, '0', '0', '0', 1905, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  650. (606, 'Green Single Bed', 'bed_polyfon_one*7', 's', 1, 3, 1.8, '0', '0', '0', 1906, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  651. (607, 'Yellow Mode Single Bed', 'bed_polyfon_one*8', 's', 1, 3, 1.8, '0', '0', '0', 1907, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  652. (608, 'Red Single Bed', 'bed_polyfon_one*9', 's', 1, 3, 1.8, '0', '0', '0', 1908, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  653. (609, 'Black Mode Bardesk', 'bardesk_polyfon*2', 's', 2, 1, 1, '1', '0', '0', 1909, '1', '1', '0', '1', '1', 'default', 1, '0'),
  654. (610, 'White Bardesk', 'bardesk_polyfon*3', 's', 2, 1, 1, '1', '0', '0', 1910, '1', '1', '0', '1', '1', 'default', 1, '0'),
  655. (611, 'Beige Mode Bardesk', 'bardesk_polyfon*4', 's', 2, 1, 1, '1', '0', '0', 1911, '1', '1', '0', '1', '1', 'default', 1, '0'),
  656. (612, 'Candy Bar', 'bardesk_polyfon*5', 's', 2, 1, 1, '1', '0', '0', 1912, '1', '1', '0', '1', '1', 'default', 1, '0'),
  657. (613, 'Blue Mode Bardesk', 'bardesk_polyfon*6', 's', 2, 1, 1, '1', '0', '0', 1913, '1', '1', '0', '1', '1', 'default', 1, '0'),
  658. (614, 'Green Bardesk', 'bardesk_polyfon*7', 's', 2, 1, 1, '1', '0', '0', 1914, '1', '1', '0', '1', '1', 'default', 1, '0'),
  659. (615, 'Yellow Mode Bardesk', 'bardesk_polyfon*8', 's', 2, 1, 1, '1', '0', '0', 1915, '1', '1', '0', '1', '1', 'default', 1, '0'),
  660. (616, 'Red Bardesk', 'bardesk_polyfon*9', 's', 2, 1, 1, '1', '0', '0', 1916, '1', '1', '0', '1', '1', 'default', 1, '0'),
  661. (617, 'Black Mode Bardesk Corner', 'bardeskcorner_polyfon*2', 's', 1, 1, 1, '1', '0', '0', 1917, '1', '1', '0', '1', '1', 'default', 1, '0'),
  662. (618, 'White Corner Desk', 'bardeskcorner_polyfon*3', 's', 1, 1, 1, '1', '0', '0', 1918, '1', '1', '0', '1', '1', 'default', 1, '0'),
  663. (619, 'Beige Mode Bardesk Corner', 'bardeskcorner_polyfon*4', 's', 1, 1, 1, '1', '0', '0', 1919, '1', '1', '0', '1', '1', 'default', 1, '0'),
  664. (620, 'Candy Corner', 'bardeskcorner_polyfon*5', 's', 1, 1, 1, '1', '0', '0', 1920, '1', '1', '0', '1', '1', 'default', 1, '0'),
  665. (621, 'Blue Mode Bardesk Corner', 'bardeskcorner_polyfon*6', 's', 1, 1, 1, '1', '0', '0', 1921, '1', '1', '0', '1', '1', 'default', 1, '0'),
  666. (622, 'Green Corner Desk', 'bardeskcorner_polyfon*7', 's', 1, 1, 1, '1', '0', '0', 1922, '1', '1', '0', '1', '1', 'default', 1, '0'),
  667. (623, 'Yellow Mode Bardesk Corner', 'bardeskcorner_polyfon*8', 's', 1, 1, 1, '1', '0', '0', 1923, '1', '1', '0', '1', '1', 'default', 1, '0'),
  668. (624, 'Red Corner Desk', 'bardeskcorner_polyfon*9', 's', 1, 1, 1, '1', '0', '0', 1924, '1', '1', '0', '1', '1', 'default', 1, '0'),
  669. (625, 'Black Mode Bardesk Gate', 'divider_poly3*2', 's', 1, 1, 0.001, '0', '0', '0', 1925, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  670. (626, 'White Hatch', 'divider_poly3*3', 's', 1, 1, 0.001, '0', '0', '0', 1926, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  671. (627, 'Beige Mode Bardesk Gate', 'divider_poly3*4', 's', 1, 1, 0.001, '0', '0', '0', 1927, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  672. (628, 'Candy Hatch (Lockable)', 'divider_poly3*5', 's', 1, 1, 0.001, '0', '0', '0', 1928, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  673. (629, 'Blue Mode Bardesk Gate', 'divider_poly3*6', 's', 1, 1, 0.001, '0', '0', '0', 1929, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  674. (20073, 'ads_idol_l_carpet name', 'ads_idol_l_carpet', 's', 2, 7, 0, '1', '0', '0', 3276, '1', '1', '0', '1', '1', 'default', 1, '0'),
  675. (631, 'Yellow Mode Bardesk Gate', 'divider_poly3*8', 's', 1, 1, 0.001, '0', '0', '0', 1931, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  676. (632, 'Red Hatch', 'divider_poly3*9', 's', 1, 1, 0.001, '0', '0', '0', 1932, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  677. (633, 'Black Dining Chair', 'chair_silo*2', 's', 1, 1, 1.1, '0', '1', '0', 1933, '1', '1', '0', '1', '1', 'default', 1, '0'),
  678. (634, 'White Dining Chair', 'chair_silo*3', 's', 1, 1, 1.1, '0', '1', '0', 1934, '1', '1', '0', '1', '1', 'default', 1, '0'),
  679. (635, 'Beige Silo Dining Chair', 'chair_silo*4', 's', 1, 1, 1.1, '0', '1', '0', 1935, '1', '1', '0', '1', '1', 'default', 1, '0'),
  680. (636, 'Pink Silo Dining Chair', 'chair_silo*5', 's', 1, 1, 1.1, '0', '1', '0', 1936, '1', '1', '0', '1', '1', 'default', 1, '0'),
  681. (637, 'Blue Area Dining Chair', 'chair_silo*6', 's', 1, 1, 1.1, '0', '1', '0', 1937, '1', '1', '0', '1', '1', 'default', 1, '0'),
  682. (638, 'Green Area Dining Chair', 'chair_silo*7', 's', 1, 1, 1.1, '0', '1', '0', 1938, '1', '1', '0', '1', '1', 'default', 1, '0'),
  683. (639, 'Yellow Dining Chair', 'chair_silo*8', 's', 1, 1, 1.1, '0', '1', '0', 1939, '1', '1', '0', '1', '1', 'default', 1, '0'),
  684. (640, 'Red Area Dining Chair', 'chair_silo*9', 's', 1, 1, 1.1, '0', '1', '0', 1940, '1', '1', '0', '1', '1', 'default', 1, '0'),
  685. (641, 'No way through', 'divider_nor3*2', 's', 1, 1, 1, '0', '0', '0', 1941, '1', '1', '0', '1', '1', 'default', 2, '0'),
  686. (642, 'White Iced Gate', 'divider_nor3*3', 's', 1, 1, 0.001, '0', '0', '0', 1942, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  687. (643, 'Urban Iced Gate', 'divider_nor3*4', 's', 1, 1, 0.001, '0', '0', '0', 1943, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  688. (644, 'Pink Iced gate', 'divider_nor3*5', 's', 1, 1, 0.001, '0', '0', '0', 1944, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  689. (645, 'Blue Iced gate', 'divider_nor3*6', 's', 1, 1, 0.001, '0', '0', '0', 1945, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  690. (646, 'Rural Iced gate', 'divider_nor3*7', 's', 1, 1, 0.001, '0', '0', '0', 1946, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  691. (647, 'Yellow Iced gate', 'divider_nor3*8', 's', 1, 1, 0.001, '0', '0', '0', 1947, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  692. (648, 'Red Iced gate', 'divider_nor3*9', 's', 1, 1, 0.001, '0', '0', '0', 1948, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  693. (649, 'Black Iced Bar-Desk', 'divider_nor2*2', 's', 2, 1, 1, '0', '0', '0', 1949, '1', '1', '0', '1', '1', 'default', 1, '0'),
  694. (650, 'Strong', 'divider_nor2*3', 's', 2, 1, 1, '0', '0', '0', 1950, '1', '1', '0', '1', '1', 'default', 1, '0'),
  695. (651, 'Urban Iced Bar', 'divider_nor2*4', 's', 2, 1, 1, '0', '0', '0', 1951, '1', '1', '0', '1', '1', 'default', 1, '0'),
  696. (652, 'Pink Iced bar desk', 'divider_nor2*5', 's', 2, 1, 1, '0', '0', '0', 1952, '1', '1', '0', '1', '1', 'default', 1, '0'),
  697. (653, 'Blue Iced bar desk', 'divider_nor2*6', 's', 2, 1, 1, '0', '0', '0', 1953, '1', '1', '0', '1', '1', 'default', 1, '0'),
  698. (654, 'Rural Iced Bar', 'divider_nor2*7', 's', 2, 1, 1, '0', '0', '0', 1954, '1', '1', '0', '1', '1', 'default', 1, '0'),
  699. (655, 'Yellow Iced bar desk', 'divider_nor2*8', 's', 2, 1, 1, '0', '0', '0', 1955, '1', '1', '0', '1', '1', 'default', 1, '0'),
  700. (656, 'Red Iced bar desk', 'divider_nor2*9', 's', 2, 1, 1, '0', '0', '0', 1956, '1', '1', '0', '1', '1', 'default', 1, '0'),
  701. (657, 'Area Quest Desk', 'silo_studydesk', 's', 2, 1, 1, '1', '0', '0', 1957, '1', '1', '0', '1', '1', 'default', 1, '0'),
  702. (658, 'White Solarium', 'solarium_norja', 's', 1, 1, 1, '0', '0', '0', 1958, '1', '1', '0', '1', '1', 'default', 2, '0'),
  703. (659, 'Black Solarium', 'solarium_norja*1', 's', 1, 1, 1, '0', '0', '0', 1959, '1', '1', '0', '1', '1', 'default', 2, '0'),
  704. (660, 'Beige Solarium', 'solarium_norja*2', 's', 1, 1, 1, '0', '0', '0', 1960, '1', '1', '0', '1', '1', 'default', 2, '0'),
  705. (661, 'Urban Solarium', 'solarium_norja*3', 's', 1, 1, 1, '0', '0', '0', 1961, '1', '1', '0', '1', '1', 'default', 2, '0'),
  706. (662, 'Pink Solarium', 'solarium_norja*5', 's', 1, 1, 1, '0', '0', '0', 1962, '1', '1', '0', '1', '1', 'default', 2, '0'),
  707. (663, 'Blue Solarium', 'solarium_norja*6', 's', 1, 1, 1, '0', '0', '0', 1963, '1', '1', '0', '1', '1', 'default', 2, '0'),
  708. (664, 'Rural Solarium', 'solarium_norja*7', 's', 1, 1, 1, '0', '0', '0', 1964, '1', '1', '0', '1', '1', 'default', 2, '0'),
  709. (665, 'Yellow Solarium', 'solarium_norja*8', 's', 1, 1, 1, '0', '0', '0', 1965, '1', '1', '0', '1', '1', 'default', 2, '0'),
  710. (666, 'Red Solarium', 'solarium_norja*9', 's', 1, 1, 1, '0', '0', '0', 1966, '1', '1', '0', '1', '1', 'default', 2, '0'),
  711. (667, 'Tropical Beach Rug', 'sandrug', 's', 2, 2, 0, '1', '0', '1', 1967, '1', '1', '0', '1', '1', 'default', 1, '0'),
  712. (668, 'Moon Patch', 'rare_moonrug', 's', 2, 2, 0, '1', '0', '1', 1968, '1', '1', '0', '1', '1', 'default', 1, '0'),
  713. (669, 'Chinese Lacquer Chair', 'chair_china', 's', 1, 1, 1, '0', '1', '0', 1969, '1', '1', '0', '1', '1', 'default', 1, '0'),
  714. (670, 'Chinese Lacquer Table', 'china_table', 's', 1, 1, 1, '1', '0', '0', 1970, '1', '1', '0', '1', '1', 'default', 1, '0'),
  715. (671, 'Red Sleeping Bag', 'sleepingbag*1', 's', 1, 3, 0.8, '0', '0', '0', 1971, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  716. (672, 'Lime Sleeping Bag', 'sleepingbag*2', 's', 1, 3, 0.8, '0', '0', '0', 1972, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  717. (673, 'Ocean Sleeping Bag', 'sleepingbag*3', 's', 1, 3, 0.8, '0', '0', '0', 1973, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  718. (674, 'Safety Sleeping Bag', 'sleepingbag*4', 's', 1, 3, 0.8, '0', '0', '0', 1974, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  719. (675, 'Safe Minibar', 'safe_silo', 's', 1, 1, 1.3, '1', '0', '0', 1975, '1', '1', '0', '1', '1', 'vendingmachine', 0, '17'),
  720. (676, 'Orange Sleeping Bag', 'sleepingbag*7', 's', 1, 3, 0.8, '0', '0', '0', 1976, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  721. (677, 'eXceptional Sleeping Bag', 'sleepingbag*9', 's', 1, 3, 0.8, '0', '0', '0', 1977, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  722. (678, 'Graphite Sleeping Bag', 'sleepingbag*5', 's', 1, 3, 0.8, '0', '0', '0', 1978, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  723. (679, 'Khaki Sleeping Bag', 'sleepingbag*10', 's', 1, 3, 0.8, '0', '0', '0', 1979, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  724. (680, 'Purple Sleeping Bag', 'sleepingbag*6', 's', 1, 3, 0.8, '0', '0', '0', 1980, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  725. (681, 'Golden Sleeping Bag', 'sleepingbag*8', 's', 1, 3, 0.8, '0', '0', '0', 1981, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  726. (682, 'Chinese Bookshelf', 'china_shelve', 's', 2, 1, 1, '0', '0', '0', 1982, '1', '1', '0', '1', '1', 'default', 1, '0'),
  727. (683, 'White Traffic Light', 'traffic_light*5', 's', 1, 1, 1, '0', '0', '0', 1983, '1', '1', '0', '1', '1', 'default', 3, '0'),
  728. (684, 'Habbos', 'divider_nor4*2', 's', 2, 1, 1, '0', '0', '0', 1984, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  729. (685, 'Habbos', 'divider_nor4*3', 's', 2, 1, 1, '0', '0', '0', 1985, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  730. (686, 'Habbos', 'divider_nor4*5', 's', 2, 1, 1, '0', '0', '0', 1986, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  731. (687, 'Habbos', 'divider_nor4*6', 's', 2, 1, 1, '0', '0', '0', 1987, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  732. (688, 'Habbos', 'divider_nor4*7', 's', 2, 1, 1, '0', '0', '0', 1988, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  733. (689, 'Habbos', 'divider_nor4*8', 's', 2, 1, 1, '0', '0', '0', 1989, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  734. (690, 'Habbos', 'divider_nor4*9', 's', 2, 1, 1, '0', '0', '0', 1990, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  735. (691, 'Black Iced Angle', 'divider_nor5*2', 's', 1, 1, 1, '0', '0', '0', 1991, '1', '1', '0', '1', '1', 'default', 2, '0'),
  736. (692, 'White Iced Angle', 'divider_nor5*3', 's', 1, 1, 1, '0', '0', '0', 1992, '1', '1', '0', '1', '1', 'default', 2, '0'),
  737. (693, 'Urban Iced Angle', 'divider_nor5*4', 's', 1, 1, 1, '0', '0', '0', 1993, '1', '1', '0', '1', '1', 'default', 2, '0'),
  738. (694, 'Blue Iced Angle', 'divider_nor5*5', 's', 1, 1, 1, '0', '0', '0', 1994, '1', '1', '0', '1', '1', 'default', 2, '0'),
  739. (695, 'Rural Iced Angle', 'divider_nor5*7', 's', 1, 1, 1, '0', '0', '0', 1996, '1', '1', '0', '1', '1', 'default', 2, '0'),
  740. (696, 'Yellow Iced Angle', 'divider_nor5*8', 's', 1, 1, 1, '0', '0', '0', 1997, '1', '1', '0', '1', '1', 'default', 2, '0'),
  741. (697, 'Red Iced Angle', 'divider_nor5*9', 's', 1, 1, 1, '0', '0', '0', 1998, '1', '1', '0', '1', '1', 'default', 2, '0'),
  742. (698, 'Plain Iced Angle', 'divider_nor5', 's', 1, 1, 1, '0', '0', '0', 1999, '1', '1', '0', '1', '1', 'default', 2, '0'),
  743. (699, 'Habbos', 'divider_nor4', 's', 2, 1, 1, '0', '0', '0', 2000, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  744. (700, 'Dragon Screen', 'wall_china', 's', 1, 1, 1, '0', '0', '0', 2001, '1', '1', '0', '1', '1', 'default', 1, '0'),
  745. (701, 'Firm', 'corner_china', 's', 1, 1, 1, '0', '0', '0', 2002, '1', '1', '0', '1', '1', 'default', 1, '0'),
  746. (702, 'Black Bar Stool', 'barchair_silo*2', 's', 1, 1, 1.2, '0', '1', '0', 2003, '1', '1', '0', '1', '1', 'default', 1, '0'),
  747. (703, 'White Bar Stool', 'barchair_silo*3', 's', 1, 1, 1.2, '0', '1', '0', 2004, '1', '1', '0', '1', '1', 'default', 1, '0'),
  748. (704, 'Beige Bar Stool', 'barchair_silo*4', 's', 1, 1, 1.2, '0', '1', '0', 2005, '1', '1', '0', '1', '1', 'default', 1, '0'),
  749. (705, 'Pink Bar Stool', 'barchair_silo*5', 's', 1, 1, 1.2, '0', '1', '0', 2006, '1', '1', '0', '1', '1', 'default', 1, '0'),
  750. (706, 'Blue Bar Stool', 'barchair_silo*6', 's', 1, 1, 1.2, '0', '1', '0', 2007, '1', '1', '0', '1', '1', 'default', 1, '0'),
  751. (707, 'Green Bar Stool', 'barchair_silo*7', 's', 1, 1, 1.2, '0', '1', '0', 2008, '1', '1', '0', '1', '1', 'default', 1, '0'),
  752. (708, 'Yellow Bar Stool', 'barchair_silo*8', 's', 1, 1, 1.2, '0', '1', '0', 2009, '1', '1', '0', '1', '1', 'default', 1, '0'),
  753. (709, 'Red Bar Stool', 'barchair_silo*9', 's', 1, 1, 1.2, '0', '1', '0', 2010, '1', '1', '0', '1', '1', 'default', 1, '0'),
  754. (710, 'Black Safe Minibar', 'safe_silo*2', 's', 1, 1, 1.3, '1', '0', '0', 2011, '1', '1', '0', '1', '1', 'vendingmachine', 0, '17'),
  755. (711, 'White Safe Minibar', 'safe_silo*3', 's', 1, 1, 1.3, '1', '0', '0', 2012, '1', '1', '0', '1', '1', 'vendingmachine', 0, '17'),
  756. (712, 'Beige Safe Minibar', 'safe_silo*4', 's', 1, 1, 1.3, '1', '0', '0', 2013, '1', '1', '0', '1', '1', 'vendingmachine', 0, '17'),
  757. (713, 'Pink Safe Minibar', 'safe_silo*5', 's', 1, 1, 1.3, '1', '0', '0', 2014, '1', '1', '0', '1', '1', 'vendingmachine', 0, '17'),
  758. (714, 'Blue Safe Minibar', 'safe_silo*6', 's', 1, 1, 1.3, '1', '0', '0', 2015, '1', '1', '0', '1', '1', 'vendingmachine', 0, '17'),
  759. (715, 'Green Safe Minibar', 'safe_silo*7', 's', 1, 1, 1.3, '1', '0', '0', 2016, '1', '1', '0', '1', '1', 'vendingmachine', 0, '17'),
  760. (716, 'Yellow Safe Minibar', 'safe_silo*8', 's', 1, 1, 1.3, '1', '0', '0', 2017, '1', '1', '0', '1', '1', 'vendingmachine', 0, '17'),
  761. (717, 'Red Safe Minibar', 'safe_silo*9', 's', 1, 1, 1.3, '1', '0', '0', 2018, '1', '1', '0', '1', '1', 'vendingmachine', 0, '17'),
  762. (718, 'Glass shelf', 'glass_shelf', 's', 2, 1, 1, '0', '0', '0', 2019, '1', '1', '0', '1', '1', 'default', 1, '0'),
  763. (719, 'Glass chair', 'glass_chair', 's', 1, 1, 1, '0', '1', '0', 2020, '1', '1', '0', '1', '1', 'default', 1, '0'),
  764. (720, 'Glass stool', 'glass_stool', 's', 1, 1, 1, '0', '1', '0', 2021, '1', '1', '0', '1', '1', 'default', 1, '0'),
  765. (721, 'Glass sofa', 'glass_sofa', 's', 2, 1, 1, '0', '1', '0', 2022, '1', '1', '0', '1', '1', 'default', 1, '0'),
  766. (722, 'Glass table', 'glass_table', 's', 2, 2, 1, '1', '0', '0', 2023, '1', '1', '0', '1', '1', 'default', 1, '0'),
  767. (723, 'Glass table', 'glass_table*2', 's', 2, 2, 1, '1', '0', '0', 2024, '1', '1', '0', '1', '1', 'default', 1, '0'),
  768. (724, 'White Glass Table', 'glass_table*3', 's', 2, 2, 1, '1', '0', '0', 2025, '1', '1', '0', '1', '1', 'default', 1, '0'),
  769. (725, 'Glass table', 'glass_table*4', 's', 2, 2, 1, '1', '0', '0', 2026, '1', '1', '0', '1', '1', 'default', 1, '0'),
  770. (726, 'Candy Glass Table', 'glass_table*5', 's', 2, 2, 1, '1', '0', '0', 2027, '1', '1', '0', '1', '1', 'default', 1, '0'),
  771. (727, 'Blue Glass Table', 'glass_table*6', 's', 2, 2, 1, '1', '0', '0', 2028, '1', '1', '0', '1', '1', 'default', 1, '0'),
  772. (728, 'Green Glass Table', 'glass_table*7', 's', 2, 2, 1, '1', '0', '0', 2029, '1', '1', '0', '1', '1', 'default', 1, '0'),
  773. (729, 'Yellow Glass Table', 'glass_table*8', 's', 2, 2, 1, '1', '0', '0', 2030, '1', '1', '0', '1', '1', 'default', 1, '0'),
  774. (730, 'Glass table', 'glass_table*9', 's', 2, 2, 1, '1', '0', '0', 2031, '1', '1', '0', '1', '1', 'default', 1, '0'),
  775. (731, 'Glass chair', 'glass_chair*2', 's', 1, 1, 1, '0', '1', '0', 2032, '1', '1', '0', '1', '1', 'default', 1, '0'),
  776. (732, 'Glass chair', 'glass_chair*3', 's', 1, 1, 1, '0', '1', '0', 2033, '1', '1', '0', '1', '1', 'default', 1, '0'),
  777. (733, 'Glass chair', 'glass_chair*4', 's', 1, 1, 1, '0', '1', '0', 2034, '1', '1', '0', '1', '1', 'default', 1, '0'),
  778. (734, 'Candy Glass Chair', 'glass_chair*5', 's', 1, 1, 1, '0', '1', '0', 2035, '1', '1', '0', '1', '1', 'default', 1, '0'),
  779. (735, 'Blue Glass Chair', 'glass_chair*6', 's', 1, 1, 1, '0', '1', '0', 2036, '1', '1', '0', '1', '1', 'default', 1, '0'),
  780. (736, 'Green Glass Chair', 'glass_chair*7', 's', 1, 1, 1, '0', '1', '0', 2037, '1', '1', '0', '1', '1', 'default', 1, '0'),
  781. (737, 'Yellow Glass Chair', 'glass_chair*8', 's', 1, 1, 1, '0', '1', '0', 2038, '1', '1', '0', '1', '1', 'default', 1, '0'),
  782. (738, 'Glass chair', 'glass_chair*9', 's', 1, 1, 1, '0', '1', '0', 2039, '1', '1', '0', '1', '1', 'default', 1, '0'),
  783. (739, 'Glass sofa', 'glass_sofa*2', 's', 2, 1, 1, '0', '1', '0', 2040, '1', '1', '0', '1', '1', 'default', 1, '0'),
  784. (740, 'White Glass Sofa', 'glass_sofa*3', 's', 2, 1, 1, '0', '1', '0', 2041, '1', '1', '0', '1', '1', 'default', 1, '0'),
  785. (741, 'Glass sofa', 'glass_sofa*4', 's', 2, 1, 1, '0', '1', '0', 2042, '1', '1', '0', '1', '1', 'default', 1, '0'),
  786. (742, 'Candy Glass Sofa', 'glass_sofa*5', 's', 2, 1, 1, '0', '1', '0', 2043, '1', '1', '0', '1', '1', 'default', 1, '0'),
  787. (743, 'Blue Glass Sofa', 'glass_sofa*6', 's', 2, 1, 1, '0', '1', '0', 2044, '1', '1', '0', '1', '1', 'default', 1, '0'),
  788. (744, 'Green Glass Sofa', 'glass_sofa*7', 's', 2, 1, 1, '0', '1', '0', 2045, '1', '1', '0', '1', '1', 'default', 1, '0'),
  789. (745, 'Yellow Glass Sofa', 'glass_sofa*8', 's', 2, 1, 1, '0', '1', '0', 2046, '1', '1', '0', '1', '1', 'default', 1, '0'),
  790. (746, 'Glass sofa', 'glass_sofa*9', 's', 2, 1, 1, '0', '1', '0', 2047, '1', '1', '0', '1', '1', 'default', 1, '0'),
  791. (747, 'Glass stool', 'glass_stool*2', 's', 1, 1, 1, '0', '1', '0', 2048, '1', '1', '0', '1', '1', 'default', 1, '0'),
  792. (748, 'Glass stool', 'glass_stool*4', 's', 1, 1, 1, '0', '1', '0', 2050, '1', '1', '0', '1', '1', 'default', 1, '0'),
  793. (749, 'Candy Glass Stool', 'glass_stool*5', 's', 1, 1, 1, '0', '1', '0', 2051, '1', '1', '0', '1', '1', 'default', 1, '0'),
  794. (750, 'Blue Glass Stool', 'glass_stool*6', 's', 1, 1, 1, '0', '1', '0', 2052, '1', '1', '0', '1', '1', 'default', 1, '0'),
  795. (751, 'Green Glass Stool', 'glass_stool*7', 's', 1, 1, 1, '0', '1', '0', 2053, '1', '1', '0', '1', '1', 'default', 1, '0'),
  796. (752, 'Yellow Glass Stool', 'glass_stool*8', 's', 1, 1, 1, '0', '1', '0', 2054, '1', '1', '0', '1', '1', 'default', 1, '0'),
  797. (753, 'White Glass Stool', 'glass_stool*3', 's', 1, 1, 1, '0', '1', '0', 2056, '1', '1', '0', '1', '1', 'default', 1, '0'),
  798. (754, 'Glass stool', 'glass_stool*9', 's', 1, 1, 1, '0', '1', '0', 2057, '1', '1', '0', '1', '1', 'default', 1, '0'),
  799. (755, 'Gold Coin', 'CF_10_coin_gold', 's', 1, 1, 0.2, '1', '0', '0', 2063, '1', '1', '0', '1', '1', 'default', 1, '0'),
  800. (756, 'Bronze Coin', 'CF_1_coin_bronze', 's', 1, 1, 0.2, '1', '0', '0', 2064, '1', '1', '0', '1', '1', 'default', 1, '0'),
  801. (757, 'Sack of Credits', 'CF_20_moneybag', 's', 1, 1, 1, '1', '0', '0', 2065, '1', '1', '0', '1', '1', 'default', 1, '0'),
  802. (758, 'Gold Bar', 'CF_50_goldbar', 's', 1, 1, 0.2, '1', '0', '0', 2066, '1', '1', '0', '1', '1', 'default', 1, '0'),
  803. (759, 'Silver Coin', 'CF_5_coin_silver', 's', 1, 1, 0.2, '1', '0', '0', 2067, '1', '1', '0', '1', '1', 'default', 1, '0'),
  804. (760, 'Persian Carpet', 'hc_crpt', 's', 3, 5, 0, '1', '0', '0', 2068, '1', '1', '0', '1', '1', 'default', 1, '0'),
  805. (761, 'Forget plasma', 'hc_tv', 's', 2, 1, 1.4, '0', '1', '0', 2069, '1', '1', '0', '1', '1', 'default', 2, '0'),
  806. (762, 'Gothic Portcullis', 'gothgate', 's', 2, 1, 0.001, '0', '0', '0', 2070, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  807. (763, 'Gothic Candelabra', 'gothiccandelabra', 's', 1, 1, 1, '0', '0', '0', 2071, '1', '1', '0', '1', '1', 'default', 2, '0'),
  808. (764, 'Gothic Railing', 'gothrailing', 's', 2, 1, 1, '0', '0', '0', 2072, '1', '1', '0', '1', '1', 'default', 1, '0'),
  809. (765, 'Gothic table', 'goth_table', 's', 1, 5, 1.7, '0', '0', '0', 2073, '1', '1', '0', '1', '1', 'default', 1, '0'),
  810. (766, 'Medieval Bookcase', 'hc_bkshlf', 's', 1, 4, 1, '0', '0', '0', 2074, '1', '1', '0', '1', '1', 'default', 1, '0'),
  811. (767, 'Electric Butler', 'hc_btlr', 's', 1, 1, 1, '0', '0', '0', 2075, '1', '1', '0', '1', '1', 'vendingmachine', 0, '24'),
  812. (768, 'Antique Drapery', 'hc_crtn', 's', 2, 1, 0.001, '0', '0', '0', 2076, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  813. (769, 'The Grammophon', 'hc_djset', 's', 3, 1, 1, '0', '0', '0', 2077, '1', '1', '0', '1', '1', 'default', 1, '0'),
  814. (770, 'Heavy Duty Fireplace', 'hc_frplc', 's', 1, 3, 1, '0', '0', '0', 2078, '1', '1', '0', '1', '1', 'default', 1, '0'),
  815. (771, 'Victorian Street Light', 'hc_lmpst', 's', 1, 1, 1, '0', '0', '0', 2079, '1', '1', '0', '1', '1', 'default', 2, '0'),
  816. (772, 'Weird Science Machine', 'hc_machine', 's', 1, 3, 1, '0', '0', '0', 2080, '1', '1', '0', '1', '1', 'default', 2, '0'),
  817. (773, 'HC Rollers Set', 'hc_rllr', 's', 1, 1, 1, '0', '0', '1', 2081, '1', '1', '0', '1', '1', 'default', 1, '0'),
  818. (774, 'X-Ray Divider', 'hc_rntgn', 's', 2, 1, 1, '0', '0', '0', 2082, '1', '1', '0', '1', '1', 'default', 1, '0'),
  819. (775, 'Drinks Trolley', 'hc_trll', 's', 1, 2, 1, '0', '0', '0', 2083, '1', '1', '0', '1', '1', 'default', 1, '0'),
  820. (776, 'Gothic Chair Pink', 'gothic_chair*1', 's', 1, 1, 1, '0', '1', '0', 2084, '1', '1', '0', '1', '1', 'default', 1, '0'),
  821. (777, 'Gothic Sofa Pink', 'gothic_sofa*1', 's', 2, 1, 1, '0', '1', '0', 2085, '1', '1', '0', '1', '1', 'default', 1, '0'),
  822. (778, 'Gothic Stool Pink', 'gothic_stool*1', 's', 1, 1, 1, '0', '1', '0', 2086, '1', '1', '0', '1', '1', 'default', 1, '0'),
  823. (779, 'Golden Gothic Chair', 'gothic_chair*2', 's', 1, 1, 1, '0', '1', '0', 2087, '1', '1', '0', '1', '1', 'default', 1, '0'),
  824. (780, 'Golden Gothic Sofa', 'gothic_sofa*2', 's', 2, 1, 1, '0', '1', '0', 2088, '1', '1', '0', '1', '1', 'default', 1, '0'),
  825. (781, 'Golden Gothic Stool', 'gothic_stool*2', 's', 1, 1, 1, '0', '1', '0', 2089, '1', '1', '0', '1', '1', 'default', 1, '0'),
  826. (782, 'Red Gothic Chair', 'gothic_chair*3', 's', 1, 1, 1, '0', '1', '0', 2090, '1', '1', '0', '1', '1', 'default', 1, '0'),
  827. (783, 'Red Gothic Sofa', 'gothic_sofa*3', 's', 2, 1, 1, '0', '1', '0', 2091, '1', '1', '0', '1', '1', 'default', 1, '0'),
  828. (784, 'Red Gothic Stool', 'gothic_stool*3', 's', 1, 1, 1, '0', '1', '0', 2092, '1', '1', '0', '1', '1', 'default', 1, '0'),
  829. (785, 'Black Gothic Chair', 'gothic_chair*4', 's', 1, 1, 1, '0', '1', '0', 2093, '1', '1', '0', '1', '1', 'default', 1, '0'),
  830. (786, 'Black Gothic Sofa', 'gothic_sofa*4', 's', 2, 1, 1, '0', '1', '0', 2094, '1', '1', '0', '1', '1', 'default', 1, '0'),
  831. (787, 'Black Gothic Stool', 'gothic_stool*4', 's', 1, 1, 1, '0', '1', '0', 2095, '1', '1', '0', '1', '1', 'default', 1, '0'),
  832. (788, 'Green Gothic Chair', 'gothic_chair*5', 's', 1, 1, 1, '0', '1', '0', 2096, '1', '1', '0', '1', '1', 'default', 1, '0'),
  833. (789, 'Green Gothic Sofa', 'gothic_sofa*5', 's', 2, 1, 1, '0', '1', '0', 2097, '1', '1', '0', '1', '1', 'default', 1, '0'),
  834. (790, 'Green Gothic Stool', 'gothic_stool*5', 's', 1, 1, 1, '0', '1', '0', 2098, '1', '1', '0', '1', '1', 'default', 1, '0'),
  835. (791, 'Gothic Chair Blue', 'gothic_chair*6', 's', 1, 1, 1, '0', '1', '0', 2099, '1', '1', '0', '1', '1', 'default', 1, '0'),
  836. (792, 'Gothic Sofa Blue', 'gothic_sofa*6', 's', 2, 1, 1, '0', '1', '0', 2100, '1', '1', '0', '1', '1', 'default', 1, '0'),
  837. (793, 'Valentine''s Cauldron', 'gothic_stool*6', 's', 1, 1, 1, '0', '1', '0', 2101, '1', '1', '0', '1', '1', 'default', 1, '0'),
  838. (794, 'Sound Machine', 'sound_machine', 's', 1, 1, 1, '0', '0', '0', 2105, '1', '1', '0', '1', '1', 'default', 1, '0'),
  839. (795, 'Turquoise Romantique Piano Chair', 'romantique_pianochair*3', 's', 1, 1, 1, '0', '1', '0', 2106, '1', '1', '0', '1', '1', 'default', 1, '0'),
  840. (796, 'Onyx Piano Stool', 'romantique_pianochair*5', 's', 1, 1, 1, '0', '1', '0', 2107, '1', '1', '0', '1', '1', 'default', 1, '0'),
  841. (797, 'Lime Romantique Piano Chair', 'romantique_pianochair*2', 's', 1, 1, 1, '0', '1', '0', 2108, '1', '1', '0', '1', '1', 'default', 1, '0'),
  842. (798, 'Amber Piano Stool', 'romantique_pianochair*4', 's', 1, 1, 1, '0', '1', '0', 2109, '1', '1', '0', '1', '1', 'default', 1, '0'),
  843. (799, 'Rose Quartz Piano Stool', 'romantique_pianochair*1', 's', 1, 1, 1, '0', '1', '0', 2110, '1', '1', '0', '1', '1', 'default', 1, '0'),
  844. (800, 'Turquoise Romantique Divan', 'romantique_divan*3', 's', 2, 1, 1, '0', '1', '0', 2111, '1', '1', '0', '1', '1', 'default', 1, '0'),
  845. (801, 'Onyx Chaise-Longue', 'romantique_divan*5', 's', 2, 1, 1, '0', '1', '0', 2112, '1', '1', '0', '1', '1', 'default', 1, '0'),
  846. (802, 'Emerald Chaise-Longue', 'romantique_divan*2', 's', 2, 1, 1, '0', '1', '0', 2113, '1', '1', '0', '1', '1', 'default', 1, '0'),
  847. (803, 'Amber Chaise-Longue', 'romantique_divan*4', 's', 2, 1, 1, '0', '1', '0', 2114, '1', '1', '0', '1', '1', 'default', 1, '0'),
  848. (804, 'Rose Quartz Chaise-Longue', 'romantique_divan*1', 's', 2, 1, 1, '0', '1', '0', 2115, '1', '1', '0', '1', '1', 'default', 1, '0'),
  849. (805, 'Turquoise Romantique Chair', 'romantique_chair*3', 's', 1, 1, 1, '0', '1', '0', 2116, '1', '1', '0', '1', '1', 'default', 1, '0'),
  850. (806, 'Onyx Chair', 'romantique_chair*5', 's', 1, 1, 1, '0', '1', '0', 2117, '1', '1', '0', '1', '1', 'default', 1, '0'),
  851. (807, 'Lime Romantique Chair', 'romantique_chair*2', 's', 1, 1, 1, '0', '1', '0', 2118, '1', '1', '0', '1', '1', 'default', 1, '0'),
  852. (808, 'Amber Chair', 'romantique_chair*4', 's', 1, 1, 1, '0', '1', '0', 2119, '1', '1', '0', '1', '1', 'default', 1, '0'),
  853. (809, 'Rose Quartz Chair', 'romantique_chair*1', 's', 1, 1, 1, '0', '1', '0', 2120, '1', '1', '0', '1', '1', 'default', 1, '0'),
  854. (811, 'Yellow Valentine Rose', 'plant_valentinerose*3', 's', 1, 1, 1, '0', '0', '0', 2123, '1', '1', '0', '1', '1', 'default', 2, '0'),
  855. (812, 'Purple Valentine''s Rose', 'plant_valentinerose*5', 's', 1, 1, 1, '0', '0', '0', 2124, '1', '1', '0', '1', '1', 'default', 2, '0'),
  856. (813, 'White Valentine''s Rose', 'plant_valentinerose*2', 's', 1, 1, 1, '0', '0', '0', 2125, '1', '1', '0', '1', '1', 'default', 2, '0'),
  857. (814, 'Pink Valentine''s Rose', 'plant_valentinerose*4', 's', 1, 1, 1, '0', '0', '0', 2126, '1', '1', '0', '1', '1', 'default', 2, '0'),
  858. (815, 'Red Valentine''s Rose', 'plant_valentinerose*1', 's', 1, 1, 1, '0', '0', '0', 2127, '1', '1', '0', '1', '1', 'default', 2, '0'),
  859. (816, 'Maze Shrubbery Gate', 'plant_mazegate', 's', 2, 1, 0.001, '0', '0', '0', 2128, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  860. (817, 'Maze Shrubbery', 'plant_maze', 's', 2, 1, 1, '0', '0', '0', 2129, '1', '1', '0', '1', '1', 'default', 1, '0'),
  861. (818, 'Bulrush', 'plant_bulrush', 's', 1, 1, 1, '0', '0', '0', 2130, '1', '1', '0', '1', '1', 'default', 1, '0'),
  862. (819, 'T-Bones Mega Multipack', 'petfood4', 's', 1, 1, 1, '1', '0', '0', 2131, '1', '1', '0', '1', '1', 'default', 1, '0'),
  863. (820, 'Red carpet', 'carpet_valentine', 's', 2, 7, 0, '1', '0', '1', 2132, '1', '1', '0', '1', '1', 'default', 1, '0'),
  864. (821, 'Cobbled Path', 'gothic_carpet', 's', 2, 4, 0, '1', '0', '1', 2133, '1', '1', '0', '1', '1', 'default', 1, '0'),
  865. (822, 'Dungeon Floor', 'gothic_carpet2', 's', 2, 4, 0, '1', '0', '1', 2134, '1', '1', '0', '1', '1', 'default', 1, '0'),
  866. (823, '', 'gothic_chair', 's', 1, 1, 1, '0', '1', '0', 2135, '1', '1', '0', '1', '1', 'default', 1, '0'),
  867. (824, '', 'gothic_sofa', 's', 2, 1, 1, '0', '1', '0', 2136, '1', '1', '0', '1', '1', 'default', 1, '0'),
  868. (825, '', 'gothic_stool', 's', 1, 1, 1, '0', '1', '0', 2137, '1', '1', '0', '1', '1', 'default', 1, '0'),
  869. (826, 'Pink Grand Piano', 'grand_piano*3', 's', 2, 2, 1, '0', '0', '0', 2138, '1', '1', '0', '1', '1', 'default', 2, '0'),
  870. (827, 'Onyx Grand Piano', 'grand_piano*5', 's', 2, 2, 1, '0', '0', '0', 2139, '1', '1', '0', '1', '1', 'default', 2, '0'),
  871. (828, 'Black Grand Piano', 'grand_piano*2', 's', 2, 2, 1, '0', '0', '0', 2140, '1', '1', '0', '1', '1', 'default', 2, '0'),
  872. (829, 'Amber Grand Piano', 'grand_piano*4', 's', 2, 2, 1, '0', '0', '0', 2141, '1', '1', '0', '1', '1', 'default', 2, '0'),
  873. (830, 'Turquoise Grand Piano', 'grand_piano*1', 's', 2, 2, 1, '0', '0', '0', 2142, '1', '1', '0', '1', '1', 'default', 2, '0'),
  874. (831, 'Deluxe Theatre Chair', 'theatre_seat', 's', 1, 1, 1.2, '0', '1', '0', 2143, '1', '1', '0', '1', '1', 'default', 6, '0');
  875. INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES
  876. (832, 'Treats Tray', 'romantique_tray2', 's', 1, 1, 1, '0', '0', '0', 2144, '1', '1', '0', '1', '1', 'default', 1, '0'),
  877. (833, 'Breakfast Tray', 'romantique_tray1', 's', 1, 1, 1, '0', '0', '0', 2145, '1', '1', '0', '1', '1', 'default', 1, '0'),
  878. (834, 'Turquoise Tray Table', 'romantique_smalltabl*3', 's', 1, 1, 1, '1', '0', '0', 2146, '1', '1', '0', '1', '1', 'default', 1, '0'),
  879. (835, 'Onyx Tray Table', 'romantique_smalltabl*5', 's', 1, 1, 1, '1', '0', '0', 2147, '1', '1', '0', '1', '1', 'default', 1, '0'),
  880. (836, 'Lime Tray Table', 'romantique_smalltabl*2', 's', 1, 1, 1, '1', '0', '0', 2148, '1', '1', '0', '1', '1', 'default', 1, '0'),
  881. (837, 'Amber Tray Table', 'romantique_smalltabl*4', 's', 1, 1, 1, '1', '0', '0', 2149, '1', '1', '0', '1', '1', 'default', 1, '0'),
  882. (838, 'Rose Quartz Tray Table', 'romantique_smalltabl*1', 's', 1, 1, 1, '1', '0', '0', 2150, '1', '1', '0', '1', '1', 'default', 1, '0'),
  883. (839, 'Dressing Table', 'romantique_mirrortabl', 's', 1, 1, 1, '1', '0', '0', 2151, '1', '1', '0', '1', '1', 'default', 1, '0'),
  884. (840, 'Turquoise Screen', 'romantique_divider*3', 's', 2, 1, 1, '0', '0', '0', 2152, '1', '1', '0', '1', '1', 'default', 1, '0'),
  885. (841, 'Green Screen', 'romantique_divider*2', 's', 2, 1, 1, '1', '0', '0', 2153, '1', '1', '0', '1', '1', 'default', 1, '0'),
  886. (842, 'Amber Screen', 'romantique_divider*4', 's', 2, 1, 1, '1', '0', '0', 2154, '1', '1', '0', '1', '1', 'default', 1, '0'),
  887. (843, 'Rose Quartz Screen', 'romantique_divider*1', 's', 2, 1, 1, '1', '0', '0', 2155, '1', '1', '0', '1', '1', 'default', 1, '0'),
  888. (844, 'Large Tatami Mat', 'jp_tatami2', 's', 2, 4, 0, '1', '0', '1', 2156, '1', '1', '0', '1', '1', 'default', 1, '0'),
  889. (845, 'Small Tatami Mat', 'jp_tatami', 's', 2, 2, 0, '1', '0', '1', 2157, '1', '1', '0', '1', '1', 'default', 1, '0'),
  890. (846, 'Director''s Chair', 'habbowood_chair', 's', 1, 1, 1.2, '0', '1', '0', 2158, '1', '1', '0', '1', '1', 'default', 1, '0'),
  891. (847, 'Bamboo Forest', 'jp_bamboo', 's', 2, 2, 0, '1', '0', '1', 2159, '1', '1', '0', '1', '1', 'default', 1, '0'),
  892. (848, 'Irori', 'jp_irori', 's', 2, 2, 1, '0', '0', '0', 2160, '1', '1', '0', '1', '1', 'default', 2, '0'),
  893. (849, 'Pillow Chair', 'jp_pillow', 's', 1, 1, 0.8, '0', '1', '0', 2161, '1', '1', '0', '1', '1', 'default', 1, '0'),
  894. (850, 'Habbo Sounds 1', 'sound_set_1', 's', 1, 1, 0.2, '1', '0', '0', 2162, '1', '1', '0', '1', '1', 'default', 1, '0'),
  895. (851, 'Habbo Sounds 3', 'sound_set_2', 's', 1, 1, 0.2, '1', '0', '0', 2163, '1', '1', '0', '1', '1', 'default', 1, '0'),
  896. (852, 'Electronic 1', 'sound_set_3', 's', 1, 1, 0.2, '1', '0', '0', 2164, '1', '1', '0', '1', '1', 'default', 1, '0'),
  897. (853, 'Ambient 1', 'sound_set_4', 's', 1, 1, 0.2, '1', '0', '0', 2165, '1', '1', '0', '1', '1', 'default', 1, '0'),
  898. (854, 'Ambient 4', 'sound_set_5', 's', 1, 1, 0.2, '1', '0', '0', 2166, '1', '1', '0', '1', '1', 'default', 1, '0'),
  899. (855, 'Ambient 3', 'sound_set_6', 's', 1, 1, 0.2, '1', '0', '0', 2167, '1', '1', '0', '1', '1', 'default', 1, '0'),
  900. (856, 'SFX 5', 'sound_set_7', 's', 1, 1, 0.2, '1', '0', '0', 2168, '1', '1', '0', '1', '1', 'default', 1, '0'),
  901. (857, 'Ambient 2', 'sound_set_8', 's', 1, 1, 0.2, '1', '0', '0', 2169, '1', '1', '0', '1', '1', 'default', 1, '0'),
  902. (858, 'Electronic 2', 'sound_set_9', 's', 1, 1, 0.2, '1', '0', '0', 2170, '1', '1', '0', '1', '1', 'default', 1, '0'),
  903. (859, 'Traxmachine', 'sound_machine*1', 's', 1, 1, 1, '0', '0', '0', 2171, '1', '1', '0', '1', '1', 'default', 2, '0'),
  904. (860, 'Habbowood Spotlight', 'spotlight', 's', 1, 1, 1, '0', '0', '0', 2519, '1', '1', '0', '1', '1', 'default', 6, '0'),
  905. (861, 'Ocean Traxmachine', 'sound_machine*2', 's', 1, 1, 1, '0', '0', '0', 2543, '1', '1', '0', '1', '1', 'default', 1, '0'),
  906. (862, 'Green Traxmachine', 'sound_machine*3', 's', 1, 1, 1, '0', '0', '0', 2544, '1', '1', '0', '1', '1', 'default', 1, '0'),
  907. (863, 'For Funky', 'sound_machine*4', 's', 1, 1, 1, '0', '0', '0', 2545, '1', '1', '0', '1', '1', 'default', 1, '0'),
  908. (864, 'Brown Traxmachine', 'sound_machine*5', 's', 1, 1, 1, '0', '0', '0', 2546, '1', '1', '0', '1', '1', 'default', 1, '0'),
  909. (865, 'Purple Traxmachine', 'sound_machine*6', 's', 1, 1, 1, '0', '0', '0', 2547, '1', '1', '0', '1', '1', 'default', 1, '0'),
  910. (866, 'Red Traxmachine', 'sound_machine*7', 's', 1, 1, 1, '0', '0', '0', 2548, '1', '1', '0', '1', '1', 'default', 1, '0'),
  911. (867, 'Crystal Lamp', 'rom_lamp', 's', 1, 1, 1, '0', '0', '0', 2551, '1', '1', '0', '1', '1', 'default', 2, '0'),
  912. (868, 'Polar Sofa', 'rclr_sofa', 's', 2, 1, 1, '0', '1', '0', 2459, '1', '1', '0', '1', '1', 'default', 1, '0'),
  913. (869, 'Water Garden', 'rclr_garden', 's', 1, 3, 1, '0', '0', '0', 2458, '1', '1', '0', '1', '1', 'default', 2, '0'),
  914. (870, 'Palm Chair', 'rclr_chair', 's', 1, 1, 1, '0', '1', '0', 2562, '1', '1', '0', '1', '1', 'default', 1, '0'),
  915. (871, 'Rock 2', 'sound_set_28', 's', 1, 1, 0.2, '1', '0', '0', 2496, '1', '1', '0', '1', '1', 'default', 1, '0'),
  916. (872, 'Groove 2', 'sound_set_27', 's', 1, 1, 0.2, '1', '0', '0', 2549, '1', '1', '0', '1', '1', 'default', 1, '0'),
  917. (873, 'Groove 1', 'sound_set_26', 's', 1, 1, 0.2, '1', '0', '0', 2508, '1', '1', '0', '1', '1', 'default', 1, '0'),
  918. (874, 'Actually', 'sound_set_25', 's', 1, 1, 0.2, '1', '0', '0', 2470, '1', '1', '0', '1', '1', 'default', 1, '0'),
  919. (875, 'It''s all about the Pentiums', 'sound_set_24', 's', 1, 1, 0.2, '1', '0', '0', 2492, '1', '1', '0', '1', '1', 'default', 1, '0'),
  920. (876, 'SFX 4', 'sound_set_23', 's', 1, 1, 0.2, '1', '0', '0', 2457, '1', '1', '0', '1', '1', 'default', 1, '0'),
  921. (877, 'With a hamper full of sounds', 'sound_set_22', 's', 1, 1, 0.2, '1', '0', '0', 2521, '1', '1', '0', '1', '1', 'default', 1, '0'),
  922. (878, 'Rock 1', 'sound_set_21', 's', 1, 1, 0.2, '1', '0', '0', 2494, '1', '1', '0', '1', '1', 'default', 1, '0'),
  923. (879, 'SFX 2', 'sound_set_20', 's', 1, 1, 0.2, '1', '0', '0', 2524, '1', '1', '0', '1', '1', 'default', 1, '0'),
  924. (880, 'Hip Hop Beats 4', 'sound_set_19', 's', 1, 1, 0.2, '1', '0', '0', 2469, '1', '1', '0', '1', '1', 'default', 1, '0'),
  925. (881, 'Groove 4', 'sound_set_18', 's', 1, 1, 0.2, '1', '0', '0', 2497, '1', '1', '0', '1', '1', 'default', 1, '0'),
  926. (882, 'Groove 3', 'sound_set_17', 's', 1, 1, 0.2, '1', '0', '0', 2550, '1', '1', '0', '1', '1', 'default', 1, '0'),
  927. (883, 'Ferry', 'sound_set_16', 's', 1, 1, 0.2, '1', '0', '0', 2561, '1', '1', '0', '1', '1', 'default', 1, '0'),
  928. (884, 'RnB Grooves 6', 'sound_set_15', 's', 1, 1, 0.2, '1', '0', '0', 2495, '1', '1', '0', '1', '1', 'default', 1, '0'),
  929. (885, 'Hip Hop Beats 2', 'sound_set_14', 's', 1, 1, 0.2, '1', '0', '0', 2482, '1', '1', '0', '1', '1', 'default', 1, '0'),
  930. (886, 'Dance 5', 'sound_set_13', 's', 1, 1, 0.2, '1', '0', '0', 2523, '1', '1', '0', '1', '1', 'default', 1, '0'),
  931. (887, 'Habbo Sounds 2', 'sound_set_12', 's', 1, 1, 0.2, '1', '0', '0', 2493, '1', '1', '0', '1', '1', 'default', 1, '0'),
  932. (888, 'Dance 4', 'sound_set_11', 's', 1, 1, 0.2, '1', '0', '0', 2563, '1', '1', '0', '1', '1', 'default', 1, '0'),
  933. (889, 'Hip Hop Beats 1', 'sound_set_10', 's', 1, 1, 0.2, '1', '0', '0', 2481, '1', '1', '0', '1', '1', 'default', 1, '0'),
  934. (890, 'Rope Divider', 'rope_divider', 's', 2, 1, 0.001, '0', '0', '0', 2518, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  935. (891, 'romantique_clock', 'romantique_clock', 's', 1, 1, 1, '0', '0', '0', 2520, '1', '1', '0', '1', '1', 'default', 1, '0'),
  936. (892, 'Aqua Pura Module 5', 'rare_icecream_campaign', 's', 1, 1, 1, '0', '0', '0', 2507, '1', '1', '0', '1', '1', 'vendingmachine', 0, '4'),
  937. (893, 'Pink Pura Module 5', 'pura_mdl5*2', 's', 1, 1, 1, '0', '1', '0', 2510, '1', '1', '0', '1', '1', 'default', 1, '0'),
  938. (894, 'Black Pura Module 5', 'pura_mdl5*3', 's', 1, 1, 1, '0', '1', '0', 2511, '1', '1', '0', '1', '1', 'default', 1, '0'),
  939. (895, 'White Pura Module 5', 'pura_mdl5*4', 's', 1, 1, 1, '0', '1', '0', 2512, '1', '1', '0', '1', '1', 'default', 1, '0'),
  940. (896, 'beige pura module 5', 'pura_mdl5*5', 's', 1, 1, 1, '0', '1', '0', 2513, '1', '1', '0', '1', '1', 'default', 1, '0'),
  941. (897, 'Blue Pura Module 5', 'pura_mdl5*6', 's', 1, 1, 1, '0', '1', '0', 2514, '1', '1', '0', '1', '1', 'default', 1, '0'),
  942. (898, 'Green Pura Module 5', 'pura_mdl5*7', 's', 1, 1, 1, '0', '1', '0', 2515, '1', '1', '0', '1', '1', 'default', 1, '0'),
  943. (899, 'Yellow Pura Module 5', 'pura_mdl5*8', 's', 1, 1, 1, '0', '1', '0', 2516, '1', '1', '0', '1', '1', 'default', 1, '0'),
  944. (900, 'Red Pura Module 5', 'pura_mdl5*9', 's', 1, 1, 1, '0', '1', '0', 2517, '1', '1', '0', '1', '1', 'default', 1, '0'),
  945. (901, 'Aqua Pura Module 4', 'pura_mdl4*1', 's', 1, 1, 1, '0', '1', '0', 2472, '1', '1', '0', '1', '1', 'default', 1, '0'),
  946. (902, 'Pink Pura Module 4', 'pura_mdl4*2', 's', 1, 1, 1, '0', '1', '0', 2473, '1', '1', '0', '1', '1', 'default', 1, '0'),
  947. (903, 'Black Pura Module 4', 'pura_mdl4*3', 's', 1, 1, 1, '0', '1', '0', 2474, '1', '1', '0', '1', '1', 'default', 1, '0'),
  948. (904, 'White Pura Module 4', 'pura_mdl4*4', 's', 1, 1, 1, '0', '1', '0', 2475, '1', '1', '0', '1', '1', 'default', 1, '0'),
  949. (905, 'beige pura module 4', 'pura_mdl4*5', 's', 1, 1, 1, '0', '1', '0', 2476, '1', '1', '0', '1', '1', 'default', 1, '0'),
  950. (906, 'Blue Pura Module 4', 'pura_mdl4*6', 's', 1, 1, 1, '0', '1', '0', 2477, '1', '1', '0', '1', '1', 'default', 1, '0'),
  951. (907, 'Green Pura Module 4', 'pura_mdl4*7', 's', 1, 1, 1, '0', '1', '0', 2478, '1', '1', '0', '1', '1', 'default', 1, '0'),
  952. (908, 'yellow pura module 4', 'pura_mdl4*8', 's', 1, 1, 1, '0', '1', '0', 2479, '1', '1', '0', '1', '1', 'default', 1, '0'),
  953. (909, 'Red Pura Module 4', 'pura_mdl4*9', 's', 1, 1, 1, '0', '1', '0', 2480, '1', '1', '0', '1', '1', 'default', 1, '0'),
  954. (910, 'Aqua Pura Module 3', 'pura_mdl3*1', 's', 1, 1, 1, '0', '1', '0', 2534, '1', '1', '0', '1', '1', 'default', 1, '0'),
  955. (911, 'Pink Pura Module 3', 'pura_mdl3*2', 's', 1, 1, 1, '0', '1', '0', 2535, '1', '1', '0', '1', '1', 'default', 1, '0'),
  956. (912, 'Black Pura Module 3', 'pura_mdl3*3', 's', 1, 1, 1, '0', '1', '0', 2536, '1', '1', '0', '1', '1', 'default', 1, '0'),
  957. (913, 'White Pura Module 3', 'pura_mdl3*4', 's', 1, 1, 1, '0', '1', '0', 2537, '1', '1', '0', '1', '1', 'default', 1, '0'),
  958. (914, 'beige pura module 3', 'pura_mdl3*5', 's', 1, 1, 1, '0', '1', '0', 2538, '1', '1', '0', '1', '1', 'default', 1, '0'),
  959. (915, 'Blue Pura Module 3', 'pura_mdl3*6', 's', 1, 1, 1, '0', '1', '0', 2539, '1', '1', '0', '1', '1', 'default', 1, '0'),
  960. (916, 'Green Pura Module 3', 'pura_mdl3*7', 's', 1, 1, 1, '0', '1', '0', 2540, '1', '1', '0', '1', '1', 'default', 1, '0'),
  961. (917, 'yellow pura module 3', 'pura_mdl3*8', 's', 1, 1, 1, '0', '1', '0', 2541, '1', '1', '0', '1', '1', 'default', 1, '0'),
  962. (918, 'Red Pura Module 3', 'pura_mdl3*9', 's', 1, 1, 1, '0', '1', '0', 2542, '1', '1', '0', '1', '1', 'default', 1, '0'),
  963. (919, 'Aqua Pura Module 2', 'pura_mdl2*1', 's', 1, 1, 1, '0', '1', '0', 2483, '1', '1', '0', '1', '1', 'default', 1, '0'),
  964. (920, 'Pink Pura Module 2', 'pura_mdl2*2', 's', 1, 1, 1, '0', '1', '0', 2484, '1', '1', '0', '1', '1', 'default', 1, '0'),
  965. (921, 'Black Pura Module 2', 'pura_mdl2*3', 's', 1, 1, 1, '0', '1', '0', 2485, '1', '1', '0', '1', '1', 'default', 1, '0'),
  966. (922, 'White Pura Module 2', 'pura_mdl2*4', 's', 1, 1, 1, '0', '1', '0', 2486, '1', '1', '0', '1', '1', 'default', 1, '0'),
  967. (923, 'beige pura module 2', 'pura_mdl2*5', 's', 1, 1, 1, '0', '1', '0', 2487, '1', '1', '0', '1', '1', 'default', 1, '0'),
  968. (924, 'Blue Pura Module 2', 'pura_mdl2*6', 's', 1, 1, 1, '0', '1', '0', 2488, '1', '1', '0', '1', '1', 'default', 1, '0'),
  969. (925, 'Green Pura Module 2', 'pura_mdl2*7', 's', 1, 1, 1, '0', '1', '0', 2489, '1', '1', '0', '1', '1', 'default', 1, '0'),
  970. (926, 'yellow pura module 2', 'pura_mdl2*8', 's', 1, 1, 1, '0', '1', '0', 2490, '1', '1', '0', '1', '1', 'default', 1, '0'),
  971. (927, 'Red Pura Module 2', 'pura_mdl2*9', 's', 1, 1, 1, '0', '1', '0', 2491, '1', '1', '0', '1', '1', 'default', 1, '0'),
  972. (928, 'Aqua Pura Module 1', 'pura_mdl1*1', 's', 1, 1, 1, '0', '1', '0', 2460, '1', '1', '0', '1', '1', 'default', 1, '0'),
  973. (929, 'Pink Pura Module 1', 'pura_mdl1*2', 's', 1, 1, 1, '0', '1', '0', 2461, '1', '1', '0', '1', '1', 'default', 1, '0'),
  974. (930, 'Black Pura Module 1', 'pura_mdl1*3', 's', 1, 1, 1, '0', '1', '0', 2462, '1', '1', '0', '1', '1', 'default', 1, '0'),
  975. (931, 'White Pura Module 1', 'pura_mdl1*4', 's', 1, 1, 1, '0', '1', '0', 2463, '1', '1', '0', '1', '1', 'default', 1, '0'),
  976. (932, 'beige pura module 1', 'pura_mdl1*5', 's', 1, 1, 1, '0', '1', '0', 2464, '1', '1', '0', '1', '1', 'default', 1, '0'),
  977. (933, 'Blue Pura Module 1', 'pura_mdl1*6', 's', 1, 1, 1, '0', '1', '0', 2465, '1', '1', '0', '1', '1', 'default', 1, '0'),
  978. (934, 'Green Pura Module 1', 'pura_mdl1*7', 's', 1, 1, 1, '0', '1', '0', 2466, '1', '1', '0', '1', '1', 'default', 1, '0'),
  979. (935, 'yellow pura module 1', 'pura_mdl1*8', 's', 1, 1, 1, '0', '1', '0', 2467, '1', '1', '0', '1', '1', 'default', 1, '0'),
  980. (936, 'Red Pura Module 1', 'pura_mdl1*9', 's', 1, 1, 1, '0', '1', '0', 2468, '1', '1', '0', '1', '1', 'default', 1, '0'),
  981. (937, 'Japanese Lantern', 'jp_lantern', 's', 1, 1, 1, '0', '0', '0', 2471, '1', '1', '0', '1', '1', 'default', 2, '0'),
  982. (938, 'chair_basic', 'chair_basic*1', 's', 1, 1, 1.1, '0', '1', '0', 2525, '1', '1', '0', '1', '1', 'default', 1, '0'),
  983. (939, 'Pink Pura Egg Chair', 'chair_basic*2', 's', 1, 1, 1.1, '0', '1', '0', 2526, '1', '1', '0', '1', '1', 'default', 1, '0'),
  984. (940, 'Black Pura Egg Chair', 'chair_basic*3', 's', 1, 1, 1.1, '0', '1', '0', 2527, '1', '1', '0', '1', '1', 'default', 1, '0'),
  985. (941, 'White Pura Egg Chair', 'chair_basic*4', 's', 1, 1, 1.1, '0', '1', '0', 2528, '1', '1', '0', '1', '1', 'default', 1, '0'),
  986. (942, 'Beige Pura Egg Chair', 'chair_basic*5', 's', 1, 1, 1.1, '0', '1', '0', 2529, '1', '1', '0', '1', '1', 'default', 1, '0'),
  987. (943, 'Blue Pura Egg Chair', 'chair_basic*6', 's', 1, 1, 1.1, '0', '1', '0', 2530, '1', '1', '0', '1', '1', 'default', 1, '0'),
  988. (944, 'Green Pura Egg Chair', 'chair_basic*7', 's', 1, 1, 1.1, '0', '1', '0', 2531, '1', '1', '0', '1', '1', 'default', 1, '0'),
  989. (945, 'chair_basic', 'chair_basic*8', 's', 1, 1, 1.1, '0', '1', '0', 2532, '1', '1', '0', '1', '1', 'default', 1, '0'),
  990. (946, 'Red Pura Egg Chair', 'chair_basic*9', 's', 1, 1, 1.1, '0', '1', '0', 2533, '1', '1', '0', '1', '1', 'default', 1, '0'),
  991. (947, '', 'bed_budget*1', 's', 2, 3, 1.9, '0', '0', '0', 2552, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  992. (948, 'Pink Pura Double Bed', 'bed_budget*2', 's', 2, 3, 1.9, '0', '0', '0', 2553, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  993. (949, 'Black Pura Double Bed', 'bed_budget*3', 's', 2, 3, 1.9, '0', '0', '0', 2554, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  994. (950, 'White Pura Double Bed', 'bed_budget*4', 's', 2, 3, 1.9, '0', '0', '0', 2555, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  995. (951, 'Beige Pura Double Bed', 'bed_budget*5', 's', 2, 3, 1.9, '0', '0', '0', 2556, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  996. (952, 'Blue Pura Double Bed', 'bed_budget*6', 's', 2, 3, 1.9, '0', '0', '0', 2557, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  997. (953, 'Green Pura Double Bed', 'bed_budget*7', 's', 2, 3, 1.9, '0', '0', '0', 2558, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  998. (954, 'Yellow Pura Double Bed', 'bed_budget*8', 's', 2, 3, 1.9, '0', '0', '0', 2559, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  999. (955, 'Red Pura Double Bed', 'bed_budget*9', 's', 2, 3, 1.9, '0', '0', '0', 2560, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  1000. (956, '', 'bed_budget_one*1', 's', 1, 3, 1.9, '0', '0', '0', 2498, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  1001. (957, 'Pink Pura Bed', 'bed_budget_one*2', 's', 1, 3, 1.9, '0', '0', '0', 2499, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  1002. (958, 'Black Pura Bed', 'bed_budget_one*3', 's', 1, 3, 1.9, '0', '0', '0', 2500, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  1003. (959, 'White Pura Bed', 'bed_budget_one*4', 's', 1, 3, 1.9, '0', '0', '0', 2501, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  1004. (960, 'Beige Pura Bed', 'bed_budget_one*5', 's', 1, 3, 1.9, '0', '0', '0', 2502, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  1005. (961, 'Blue Pura Bed', 'bed_budget_one*6', 's', 1, 3, 1.9, '0', '0', '0', 2503, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  1006. (962, 'Green Pura Bed', 'bed_budget_one*7', 's', 1, 3, 1.9, '0', '0', '0', 2504, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  1007. (963, 'Yellow Pura Bed', 'bed_budget_one*8', 's', 1, 3, 1.9, '0', '0', '0', 2505, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  1008. (964, 'Red Pura Bed', 'bed_budget_one*9', 's', 1, 3, 1.9, '0', '0', '0', 2506, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  1009. (965, 'Japanese Drawer', 'jp_drawer', 's', 1, 1, 1, '1', '0', '0', 2522, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1010. (966, 'Star Tile', 'tile_stella', 's', 1, 1, 0.05, '1', '0', '1', 2568, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1011. (967, 'Marble Tile', 'tile_marble', 's', 1, 1, 0.1, '1', '0', '1', 2566, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1012. (968, 'Red Tile', 'tile_brown', 's', 1, 1, 0.05, '1', '0', '1', 2582, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1013. (30000601, 'Letter Block B', 'letterb', 's', 1, 1, 1.5, '1', '0', '0', 30000601, '1', '1', '1', '1', '1', 'default', 1, '0'),
  1014. (30000600, 'Letter Block A', 'lettera', 's', 1, 1, 1.5, '1', '0', '0', 30000600, '1', '1', '1', '1', '1', 'default', 1, '0'),
  1015. (95397, 'bw_tele', 'bw_tele', 's', 1, 1, 3, '0', '0', '0', 3550, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
  1016. (95395, 'bw_fnc_g name', 'bw_fnc_g', 's', 2, 1, 1, '1', '0', '0', 3557, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1017. (95394, 'bw_sofa_p', 'bw_sofa_p', 's', 2, 1, 1, '1', '1', '0', 3561, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1018. (95393, 'bw_sofa_g', 'bw_sofa_g', 's', 2, 1, 1, '1', '1', '0', 3575, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1019. (95392, 'bw_van_g', 'bw_van_g', 's', 2, 2, 1, '0', '1', '0', 3574, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1020. (95391, 'bw_van_p', 'bw_van_p', 's', 2, 2, 1, '0', '1', '0', 3570, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1021. (95390, 'bw_table_p', 'bw_table_p', 's', 2, 1, 0, '1', '0', '0', 3578, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1022. (95389, 'bw_table_g', 'bw_table_g', 's', 2, 2, 1, '1', '0', '0', 3566, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1023. (95388, 'bw_sboard_p', 'bw_sboard_p', 's', 2, 1, 0, '0', '0', '0', 3571, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1024. (95387, 'bw_sboard_g', 'bw_sboard_g', 's', 2, 1, 0, '0', '0', '0', 3562, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1025. (95386, 'bw_fnc_crnr_p', 'bw_fnc_crnr_p', 's', 1, 2, 1, '0', '0', '0', 3576, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1026. (982, 'Latin Love 1', 'sound_set_36', 's', 1, 1, 0.2, '1', '0', '0', 2583, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1027. (983, 'Dance 6', 'sound_set_35', 's', 1, 1, 0.2, '1', '0', '0', 2595, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1028. (984, 'Rock 5', 'sound_set_34', 's', 1, 1, 0.2, '1', '0', '0', 2570, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1029. (985, 'Rock 3', 'sound_set_33', 's', 1, 1, 0.2, '1', '0', '0', 2564, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1030. (986, 'Instrumental 2', 'sound_set_32', 's', 1, 1, 0.2, '1', '0', '0', 2569, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1031. (987, 'Dance 3', 'sound_set_31', 's', 1, 1, 0.2, '1', '0', '0', 2596, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1032. (988, 'Instrumental 1', 'sound_set_30', 's', 1, 1, 0.2, '1', '0', '0', 2585, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1033. (989, 'Dance 2', 'sound_set_29', 's', 1, 1, 0.2, '1', '0', '0', 2580, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1034. (990, 'Sound Machine Pro', 'sound_machine_pro', 's', 1, 1, 1, '0', '0', '0', 2606, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1035. (991, 'Aqua One Way Gate', 'rare_mnstr', 's', 1, 1, 0.001, '0', '0', '0', 2584, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  1036. (992, 'Black HC Gate', 'one_way_door*2', 's', 1, 1, 0.001, '0', '0', '0', 2598, '1', '1', '0', '1', '1', 'onewaygate', 2, '0'),
  1037. (993, 'White HC Gate', 'one_way_door*3', 's', 1, 1, 0.001, '0', '0', '0', 2599, '1', '1', '0', '1', '1', 'onewaygate', 2, '0'),
  1038. (994, 'Beige One Way Gate', 'one_way_door*4', 's', 1, 1, 0.001, '0', '0', '0', 2600, '1', '1', '0', '1', '1', 'onewaygate', 2, '0'),
  1039. (995, 'Pink One Way Gate', 'one_way_door*5', 's', 1, 1, 0.001, '0', '0', '0', 2601, '1', '1', '0', '1', '1', 'onewaygate', 2, '0'),
  1040. (996, 'Blue HC Gate', 'one_way_door*6', 's', 1, 1, 0.001, '0', '0', '0', 2602, '1', '1', '0', '1', '1', 'onewaygate', 2, '0'),
  1041. (997, 'Green One Way Gate', 'one_way_door*7', 's', 1, 1, 0.001, '0', '0', '0', 2603, '1', '1', '0', '1', '1', 'onewaygate', 2, '0'),
  1042. (998, 'Yellow One Way Gate', 'one_way_door*8', 's', 1, 1, 0.001, '0', '0', '0', 2604, '1', '1', '0', '1', '1', 'onewaygate', 2, '0'),
  1043. (999, 'Red One Way Gate', 'one_way_door*9', 's', 1, 1, 0.001, '0', '0', '0', 2605, '1', '1', '0', '1', '1', 'onewaygate', 2, '0'),
  1044. (1000, 'Executive Rug', 'exe_rug', 's', 3, 3, 0, '1', '0', '1', 2567, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1045. (1001, 'Executive Glass Table', 'exe_s_table', 's', 2, 2, 1, '1', '0', '0', 2581, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1046. (1002, 'Sound set 37', 'sound_set_37', 's', 1, 1, 0.2, '1', '0', '0', 2565, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1047. (30000621, 'Letter Block V', 'letterv', 's', 1, 1, 1.5, '1', '0', '0', 30000621, '1', '1', '1', '1', '1', 'default', 1, '0'),
  1048. (30000620, 'Letter Block U', 'letteru', 's', 1, 1, 1.5, '1', '0', '0', 30000620, '1', '1', '1', '1', '1', 'default', 1, '0'),
  1049. (30000619, 'Letter Block T', 'lettert', 's', 1, 1, 1.5, '1', '0', '0', 30000619, '1', '1', '1', '1', '1', 'default', 1, '0'),
  1050. (1007, 'Burn', 'song_disk', 's', 1, 1, 0.1, '1', '0', '0', 2607, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1051. (1008, 'Jukebox', 'jukebox*1', 's', 1, 1, 1, '1', '0', '0', 2608, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1052. (1009, 'Welcome', 'carpet_soft_tut', 's', 1, 1, 0, '1', '0', '1', 2609, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1053. (1010, 'Graveyard Portal', 'sound_set_44', 's', 1, 1, 0.2, '1', '0', '0', 2610, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1054. (1011, 'SFX 1', 'sound_set_43', 's', 1, 1, 0.2, '1', '0', '0', 2614, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1055. (1012, 'Haunted Mansion', 'sound_set_42', 's', 1, 1, 0.2, '1', '0', '0', 2624, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1056. (1013, 'Rock 8', 'sound_set_41', 's', 1, 1, 0.2, '1', '0', '0', 2612, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1057. (1014, 'Rock 4', 'sound_set_40', 's', 1, 1, 0.2, '1', '0', '0', 2615, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1058. (1015, 'Rock 7', 'sound_set_39', 's', 1, 1, 0.2, '1', '0', '0', 2622, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1059. (1016, 'Rock 6', 'sound_set_38', 's', 1, 1, 0.2, '1', '0', '0', 2616, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1060. (1017, 'Grunge Chair', 'grunge_chair', 's', 1, 1, 1, '0', '1', '0', 2617, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1061. (1018, 'Grunge Mattress', 'grunge_mattress', 's', 3, 1, 1, '0', '1', '0', 2618, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1062. (1019, 'Radiator', 'grunge_radiator', 's', 1, 1, 1, '0', '0', '0', 2621, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1063. (1020, 'Grunge Bookshelf', 'grunge_shelf', 's', 3, 1, 1, '0', '0', '0', 2619, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1064. (1021, 'Road Sign', 'grunge_sign', 's', 1, 1, 1, '0', '0', '0', 2613, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1065. (1022, 'Grunge Table', 'grunge_table', 's', 2, 2, 1, '1', '0', '0', 2623, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1066. (1023, 'Creepy Crypt', 'habboween_crypt', 's', 1, 3, 1.1, '0', '0', '0', 2611, '1', '1', '0', '1', '1', 'bed', 2, '0'),
  1067. (1024, 'Unholy Ground', 'habboween_grass', 's', 2, 2, 0, '0', '0', '1', 2626, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1068. (1025, 'Habboween Cauldron', 'hal_cauldron', 's', 1, 1, 1, '0', '0', '0', 2625, '1', '1', '0', '1', '1', 'vendingmachine', 0, '30'),
  1069. (1026, 'Haunted Grave', 'hal_grave', 's', 1, 1, 1, '0', '0', '0', 2620, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1070. (1027, 'Christmas Party', 'sound_set_52', 's', 1, 1, 0.2, '1', '0', '0', 2633, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1071. (1028, 'Club 6', 'sound_set_51', 's', 1, 1, 0.2, '1', '0', '0', 2631, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1072. (1029, 'Club 5', 'sound_set_50', 's', 1, 1, 0.2, '1', '0', '0', 2632, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1073. (1030, 'Club 4', 'sound_set_49', 's', 1, 1, 0.2, '1', '0', '0', 2634, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1074. (1031, 'Club 3', 'sound_set_48', 's', 1, 1, 0.2, '1', '0', '0', 2629, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1075. (1032, 'Club 2', 'sound_set_47', 's', 1, 1, 0.2, '1', '0', '0', 2627, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1076. (1033, 'Club 1', 'sound_set_46', 's', 1, 1, 0.2, '1', '0', '0', 2630, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1077. (1034, 'Lost_Beatness', 'sound_set_45', 's', 1, 1, 0.2, '1', '0', '0', 2628, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1078. (1035, 'Lantern Bundle 2', 'xmas_icelamp', 's', 1, 1, 1, '1', '0', '0', 2641, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1079. (1036, 'Ice Castle Wall', 'xmas_cstl_wall', 's', 2, 1, 1, '0', '0', '0', 2646, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1080. (1037, 'Ice Castle Tower', 'xmas_cstl_twr', 's', 1, 1, 1, '0', '0', '0', 2651, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1081. (1038, 'Ice Castle Gate', 'xmas_cstl_gate', 's', 2, 1, 0.001, '0', '0', '0', 2636, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  1082. (1039, 'Snowy Christmas Tree', 'tree7', 's', 1, 1, 1, '0', '0', '0', 2653, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1083. (1040, 'Flashy Christmas Tree', 'tree6', 's', 1, 1, 1, '0', '0', '0', 2638, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1084. (1041, 'Oh Blinging Tree', 'sound_set_54', 's', 1, 1, 0.2, '1', '0', '0', 2649, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1085. (1042, 'Snowy Surprise', 'sound_set_53', 's', 1, 1, 0.2, '1', '0', '0', 2652, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1086. (1043, 'postbank Safe', 'safe_silo_pb', 's', 1, 1, 1.3, '1', '0', '0', 2642, '1', '1', '0', '1', '1', 'vendingmachine', 0, '17'),
  1087. (1044, 'Snowy Maze Gate', 'plant_mazegate_snow', 's', 2, 1, 0.001, '0', '0', '1', 2640, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  1088. (1045, 'Snowy Maze Bundle 2', 'plant_maze_snow', 's', 2, 1, 1, '0', '0', '1', 2635, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1089. (1046, 'Winter Sleigh', 'christmas_sleigh', 's', 2, 2, 1, '0', '1', '0', 2648, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1090. (1047, 'Reindeer', 'christmas_reindeer', 's', 1, 2, 1, '0', '0', '0', 2637, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1091. (1048, 'Reindeer Droppings', 'christmas_poop', 's', 1, 1, 1, '0', '0', '0', 2654, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1092. (1049, 'Executive Bar Desk', 'exe_bardesk', 's', 1, 1, 1, '1', '0', '0', 2643, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1093. (1050, 'Executive Sofa Chair', 'exe_chair', 's', 1, 1, 1, '0', '1', '0', 2647, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1094. (1051, 'Executive Boss Chair', 'exe_chair2', 's', 1, 1, 1, '0', '1', '0', 2650, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1095. (1052, 'Executive Corner Desk', 'exe_corner', 's', 1, 1, 1, '1', '0', '0', 2655, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1096. (1053, 'Executive Drinks Tray', 'exe_drinks', 's', 1, 1, 1, '0', '0', '0', 2645, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1097. (1054, '3-Seater Sofa', 'exe_sofa', 's', 3, 1, 1, '0', '1', '0', 2639, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1098. (1055, 'Take a memo', 'exe_table', 's', 3, 2, 1.1, '0', '0', '0', 2644, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1099. (1056, 'RnB Grooves 5', 'sound_set_59', 's', 1, 1, 0.2, '1', '0', '0', 2670, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1100. (1057, 'RnB Grooves 4', 'sound_set_58', 's', 1, 1, 0.2, '1', '0', '0', 2656, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1101. (1058, 'RnB Grooves 3', 'sound_set_57', 's', 1, 1, 0.2, '1', '0', '0', 2673, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1102. (1059, 'RnB Grooves 2', 'sound_set_56', 's', 1, 1, 0.2, '1', '0', '0', 2669, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1103. (1060, 'RnB Grooves 1', 'sound_set_55', 's', 1, 1, 0.2, '1', '0', '0', 2671, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1104. (1061, 'Lightweight', 'noob_table*1', 's', 2, 2, 1, '1', '0', '0', 2687, '0', '0', '0', '0', '1', 'default', 1, '0'),
  1105. (1062, 'Lightweight', 'noob_table*2', 's', 2, 2, 1, '1', '0', '0', 2688, '0', '0', '0', '0', '1', 'default', 1, '0'),
  1106. (1063, 'Lightweight', 'noob_table*3', 's', 2, 2, 1, '1', '0', '0', 2689, '0', '0', '0', '0', '1', 'default', 1, '0'),
  1107. (1064, 'Lightweight', 'noob_table*4', 's', 2, 2, 1, '1', '0', '0', 2690, '0', '0', '0', '0', '1', 'default', 1, '0'),
  1108. (1065, 'Lightweight', 'noob_table*5', 's', 2, 2, 1, '1', '0', '0', 2691, '0', '0', '0', '0', '1', 'default', 1, '0'),
  1109. (1066, 'Lightweight', 'noob_table*6', 's', 2, 2, 1, '1', '0', '0', 2692, '0', '0', '0', '0', '1', 'default', 1, '0'),
  1110. (1067, 'My first Habbo stool', 'noob_stool*1', 's', 1, 1, 1, '0', '1', '0', 2657, '0', '0', '0', '0', '1', 'default', 1, '0'),
  1111. (1068, 'My first Habbo stool', 'noob_stool*2', 's', 1, 1, 1, '0', '1', '0', 2658, '0', '0', '0', '0', '1', 'default', 1, '0'),
  1112. (1069, 'My first Habbo stool', 'noob_stool*3', 's', 1, 1, 1, '0', '1', '0', 2659, '0', '0', '0', '0', '1', 'default', 1, '0'),
  1113. (1070, 'My first Habbo stool', 'noob_stool*4', 's', 1, 1, 1, '0', '1', '0', 2660, '0', '0', '0', '0', '1', 'default', 1, '0'),
  1114. (1071, 'My first Habbo stool', 'noob_stool*5', 's', 1, 1, 1, '0', '1', '0', 2661, '0', '0', '0', '0', '1', 'default', 1, '0'),
  1115. (1072, 'My first Habbo stool', 'noob_stool*6', 's', 1, 1, 1, '0', '1', '0', 2662, '0', '0', '0', '0', '1', 'default', 1, '0'),
  1116. (1073, 'My first Habbo rug', 'noob_rug*1', 's', 2, 3, 0, '1', '0', '1', 2681, '0', '1', '0', '0', '1', 'default', 1, '0'),
  1117. (1074, 'My first Habbo rug', 'noob_rug*2', 's', 2, 3, 0, '1', '0', '1', 2682, '0', '1', '0', '0', '1', 'default', 1, '0'),
  1118. (1075, 'My first Habbo rug', 'noob_rug*3', 's', 2, 3, 0, '1', '0', '1', 2683, '0', '1', '0', '0', '1', 'default', 1, '0'),
  1119. (1076, 'My first Habbo rug', 'noob_rug*4', 's', 2, 3, 0, '1', '0', '1', 2684, '0', '1', '0', '0', '1', 'default', 1, '0'),
  1120. (1077, 'My first Habbo rug', 'noob_rug*5', 's', 2, 3, 0, '1', '0', '1', 2685, '0', '1', '0', '0', '1', 'default', 1, '0'),
  1121. (1078, 'My first Habbo rug', 'noob_rug*6', 's', 2, 3, 0, '1', '0', '1', 2686, '0', '1', '0', '0', '1', 'default', 1, '0'),
  1122. (1079, 'My first Habbo lamp', 'noob_lamp*1', 's', 1, 1, 1, '0', '0', '0', 2663, '0', '0', '0', '0', '1', 'default', 2, '0'),
  1123. (1080, 'My first Habbo lamp', 'noob_lamp*2', 's', 1, 1, 1, '0', '0', '0', 2664, '0', '0', '0', '0', '1', 'default', 2, '0'),
  1124. (1081, 'My first Habbo lamp', 'noob_lamp*3', 's', 1, 1, 1, '0', '0', '0', 2665, '0', '0', '0', '0', '1', 'default', 2, '0'),
  1125. (1082, 'My first Habbo lamp', 'noob_lamp*4', 's', 1, 1, 1, '0', '0', '0', 2666, '0', '0', '0', '0', '1', 'default', 2, '0'),
  1126. (1083, 'My first Habbo lamp', 'noob_lamp*5', 's', 1, 1, 1, '0', '0', '0', 2667, '0', '0', '0', '0', '1', 'default', 2, '0'),
  1127. (1084, 'My first Habbo lamp', 'noob_lamp*6', 's', 1, 1, 1, '0', '0', '0', 2668, '0', '0', '0', '0', '1', 'default', 2, '0'),
  1128. (1085, 'Lightweight', 'noob_chair*1', 's', 1, 1, 1, '0', '1', '0', 2675, '0', '0', '0', '0', '1', 'default', 1, '0'),
  1129. (1086, ' practical', 'noob_chair*2', 's', 1, 1, 1, '0', '1', '0', 2676, '0', '0', '0', '0', '1', 'default', 1, '0'),
  1130. (1087, ' practical', 'noob_chair*3', 's', 1, 1, 1, '0', '1', '0', 2677, '0', '0', '0', '0', '1', 'default', 1, '0'),
  1131. (1088, ' practical', 'noob_chair*4', 's', 1, 1, 1, '0', '1', '0', 2678, '0', '0', '0', '0', '1', 'default', 1, '0'),
  1132. (1089, ' practical', 'noob_chair*5', 's', 1, 1, 1, '0', '1', '0', 2679, '0', '0', '0', '0', '1', 'default', 1, '0'),
  1133. (1090, 'Power Globe', 'noob_chair*6', 's', 1, 1, 1, '0', '1', '0', 2680, '0', '0', '0', '0', '1', 'default', 1, '0'),
  1134. (1091, 'Executive Plant', 'exe_plant', 's', 1, 1, 1, '0', '0', '0', 2674, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1135. (1092, 'Grey Share Bear', 'val_teddy*1', 's', 1, 1, 1, '0', '1', '0', 2699, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1136. (1093, 'Pink Share Bear', 'val_teddy*2', 's', 1, 1, 1, '0', '1', '0', 2700, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1137. (1094, 'Green Share Bear', 'val_teddy*3', 's', 1, 1, 1, '0', '1', '0', 2701, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1138. (1095, 'Brown Share Bear', 'val_teddy*4', 's', 1, 1, 1, '0', '1', '0', 2702, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1139. (1096, 'Yellow Share Bear', 'val_teddy*5', 's', 1, 1, 1, '0', '1', '0', 2703, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1140. (1097, 'Blue Share Bear', 'val_teddy*6', 's', 1, 1, 1, '0', '1', '0', 2704, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1141. (1098, 'Love Randomiser', 'val_randomizer', 's', 4, 1, 1.4, '0', '1', '0', 2696, '1', '1', '0', '1', '1', 'loveshuffler', 1, '0'),
  1142. (1099, 'Heart Shaped Chocs', 'val_choco', 's', 1, 1, 1, '0', '0', '0', 2697, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1143. (1100, 'Teleport Door', 'teleport_door', 's', 1, 1, 0.1, '1', '0', '1', 2693, '1', '1', '0', '1', '1', 'teleport', 2, '0'),
  1144. (1101, 'Latin Love 3', 'sound_set_61', 's', 1, 1, 0.2, '1', '0', '0', 2698, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1145. (1102, 'Latin Love 2', 'sound_set_60', 's', 1, 1, 0.2, '1', '0', '0', 2695, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1146. (1103, 'Crystal Ball', 'fortune', 's', 1, 1, 1, '0', '0', '0', 2694, '1', '1', '0', '1', '1', 'dice', 1, '0'),
  1147. (1104, 'Adventure Desk', 'sw_table', 's', 1, 2, 1, '0', '0', '0', 2713, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1148. (1105, 'Raven', 'sw_raven', 's', 1, 1, 1, '0', '0', '0', 2711, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1149. (1106, 'Ye Olde Chest', 'sw_chest', 's', 1, 2, 1, '0', '0', '0', 2709, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1150. (95382, 'bw_pool_a2', 'bw_pool_a2', 's', 2, 1, 1, '1', '0', '0', 3564, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1151. (95381, 'bw_pool_b2', 'bw_pool_b2', 's', 2, 1, 1, '1', '0', '0', 3565, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1152. (95380, 'bw_mttrss_g', 'bw_mttrss_g', 's', 1, 3, 0.8, '1', '0', '0', 3558, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1153. (1110, 'Candle Box', 'grunge_candle', 's', 1, 1, 1, '0', '0', '0', 2708, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1154. (1111, 'Bench', 'grunge_bench', 's', 3, 1, 1, '0', '0', '0', 2707, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1155. (1112, 'Flaming Barrel', 'grunge_barrel', 's', 1, 1, 1, '0', '0', '0', 2706, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1156. (1113, 'Moon Lamp', 'rclr_lamp', 's', 1, 1, 1, '0', '0', '0', 2733, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1157. (1115, 'Bubble trophy', 'a0 prizetrophy8_g', 's', 1, 1, 1, '0', '0', '0', 2426, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  1158. (1116, 'nouvelle_trax', 'nouvelle_trax', 's', 1, 1, 1, '0', '0', '0', 2736, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1159. (1117, 'Bubble Juice Floor', 'md_rug', 's', 4, 4, 0, '1', '0', '1', 2727, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1160. (1118, 'Sushi Kohada', 'jp_tray6', 's', 1, 1, 1, '0', '0', '0', 2720, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1161. (1119, 'Sushi Tamago', 'jp_tray5', 's', 1, 1, 1, '0', '0', '0', 2717, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1162. (1120, 'Sushi Uni', 'jp_tray4', 's', 1, 1, 1, '0', '0', '0', 2725, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1163. (1121, 'Sushi Ikura', 'jp_tray3', 's', 1, 1, 1, '0', '0', '0', 2726, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1164. (1122, 'Sushi Ika', 'jp_tray2', 's', 1, 1, 1, '0', '0', '0', 2724, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1165. (1123, 'Sushi Maguro', 'jp_tray1', 's', 1, 1, 1, '0', '0', '0', 2715, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1166. (1124, 'Tea Maker', 'arabian_teamk', 's', 1, 1, 1, '0', '0', '0', 2716, '1', '1', '0', '1', '1', 'vendingmachine', 0, '1'),
  1167. (1125, 'Ornamental Urn', 'arabian_snake', 's', 1, 1, 1, '0', '0', '0', 2732, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1168. (1126, 'Berber Kilim Rug', 'arabian_rug', 's', 3, 5, 0, '0', '0', '1', 2719, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1169. (1127, 'Green Blossom Pillow', 'arabian_pllw', 's', 1, 1, 0.8, '0', '1', '0', 2722, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1170. (1128, 'Soft wooden screen', 'arabian_divdr', 's', 1, 2, 1, '0', '0', '0', 2730, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1171. (1129, 'Exotic', 'arabian_chair', 's', 1, 1, 1.2, '0', '1', '0', 2721, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1172. (1130, 'Amanjena Table', 'arabian_bigtb', 's', 3, 2, 0.8, '1', '0', '0', 2731, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1173. (1131, 'Hexagonal Tea Table', 'arabian_tetbl', 's', 1, 1, 1, '1', '0', '0', 2714, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1174. (1132, 'Mint Tea Tray', 'arabian_tray1', 's', 1, 1, 1, '0', '0', '0', 2734, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1175. (1133, 'Candle Tray', 'arabian_tray2', 's', 1, 1, 1, '0', '0', '0', 2735, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1176. (1134, 'Sweets Tray', 'arabian_tray3', 's', 1, 1, 1, '0', '0', '0', 2723, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1177. (1135, 'Sweet', 'arabian_tray4', 's', 1, 1, 1, '0', '0', '0', 2728, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1178. (1136, 'Alhambra Trax 3', 'sound_set_64', 's', 1, 1, 0.2, '1', '0', '0', 2738, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1179. (1137, 'Alhambra Trax 2', 'sound_set_63', 's', 1, 1, 0.2, '1', '0', '0', 2740, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1180. (1138, 'Alhambra Trax 1', 'sound_set_62', 's', 1, 1, 0.2, '1', '0', '0', 2741, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1181. (1139, 'Jukebox Pacha TV', 'jukebox_ptv*1', 's', 1, 1, 1, '0', '0', '0', 2739, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1182. (1140, 'Calippo icecream machine', 'calippo', 's', 1, 1, 1, '0', '0', '0', 2737, '1', '1', '0', '1', '1', 'vendingmachine', 0, '4'),
  1183. (1141, 'traxsilver', 'traxsilver', 's', 1, 1, 1, '1', '0', '0', 2744, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1184. (1142, 'traxgold', 'traxgold', 's', 1, 1, 1, '1', '0', '0', 2742, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1185. (1143, 'traxbronze', 'traxbronze', 's', 1, 1, 1, '1', '0', '0', 2743, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1186. (1144, 'bench_puffet', 'bench_puffet', 's', 2, 1, 1, '0', '1', '0', 2745, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1187. (1145, 'Gold Bar (China)', 'CFC_500_goldbar', 's', 1, 1, 0.4, '1', '0', '0', 2764, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1188. (1146, 'Sack of Credits (China)', 'CFC_200_moneybag', 's', 1, 1, 1, '1', '0', '0', 2770, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1189. (20006, 'Mesh Corner', 'urban_fence_corner', 's', 1, 1, 1, '1', '0', '0', 3275, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1190. (1148, 'Gold Coin (China)', 'CFC_100_coin_gold', 's', 1, 1, 0.2, '1', '0', '0', 2796, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1191. (1149, 'Silver Coin (China)', 'CFC_50_coin_silver', 's', 1, 1, 0.2, '1', '0', '0', 2772, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1192. (1150, 'Chabu Dai', 'jp_table', 's', 2, 2, 1, '0', '0', '0', 2749, '1', '1', '0', '1', '1', 'default', 4, '0'),
  1193. (1151, 'Shishi Odishi', 'jp_rare', 's', 2, 2, 1, '0', '0', '0', 2750, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1194. (1152, 'Katana Green', 'jp_katana3', 's', 1, 1, 1, '0', '0', '0', 2748, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1195. (1153, 'Katana Blue', 'jp_katana2', 's', 1, 1, 1, '0', '0', '0', 2747, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1196. (1154, 'HC Katana Red', 'jp_katana1', 's', 1, 1, 1, '0', '0', '0', 2751, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1197. (1156, 'Tiki Waterfall', 'tiki_waterfall', 's', 3, 2, 1, '0', '0', '0', 2757, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1198. (1157, 'Tiki Pig Tray', 'tiki_tray4', 's', 1, 1, 1, '0', '0', '0', 2765, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1199. (1158, 'Tiki Fish Tray', 'tiki_tray3', 's', 1, 1, 1, '0', '0', '0', 2753, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1200. (1159, 'Tiki Pineapple Plate', 'tiki_tray2', 's', 1, 1, 1, '0', '0', '0', 2768, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1201. (1160, 'Tiki Fruit Tray', 'tiki_tray1', 's', 1, 1, 1, '0', '0', '0', 2755, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1202. (1161, 'Empty Tray', 'tiki_tray0', 's', 1, 1, 1, '0', '0', '0', 2792, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1203. (1162, 'Toucan', 'tiki_toucan', 's', 1, 1, 1, '0', '0', '0', 2756, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1204. (1163, 'Beach Torch', 'tiki_torch', 's', 1, 1, 1, '0', '0', '0', 2773, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1205. (1164, 'Tribal Statue', 'tiki_statue', 's', 1, 1, 1, '0', '0', '0', 2782, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1206. (1165, 'Island Sand Patch', 'tiki_sand', 's', 2, 2, 0, '1', '0', '1', 2798, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1207. (1166, 'Tiki Parasol', 'tiki_parasol', 's', 1, 1, 1, '0', '0', '0', 2769, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1208. (1167, 'Jungle Patch', 'tiki_junglerug', 's', 2, 2, 0, '1', '0', '1', 2781, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1209. (1168, 'Tiki Bar Corner', 'tiki_corner', 's', 1, 1, 1, '1', '0', '0', 2794, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1210. (1169, 'Butterflies', 'tiki_bflies', 's', 1, 1, 1, '0', '0', '0', 2785, '1', '1', '0', '1', '1', 'default', 3, '0'),
  1211. (1170, 'Tiki Bar Stool', 'tiki_bench', 's', 1, 1, 1.3, '0', '1', '0', 2784, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1212. (1171, 'Tiki Bar Desk', 'tiki_bardesk', 's', 1, 1, 1, '1', '0', '0', 2795, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1213. (1172, 'tampax_rug', 'tampax_rug', 's', 3, 4, 0, '1', '0', '1', 2754, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1214. (1173, 'Sound set 70', 'sound_set_70', 's', 1, 1, 0.2, '1', '0', '0', 2767, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1215. (1174, 'Sound set 69', 'sound_set_69', 's', 1, 1, 0.2, '1', '0', '0', 2799, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1216. (1175, 'Sound set 68', 'sound_set_68', 's', 1, 1, 0.2, '1', '0', '0', 2793, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1217. (1176, 'Sound set 67', 'sound_set_67', 's', 1, 1, 0.2, '1', '0', '0', 2771, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1218. (1177, 'Sound set 66', 'sound_set_66', 's', 1, 1, 0.2, '1', '0', '0', 2752, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1219. (1178, 'Sound set 65', 'sound_set_65', 's', 1, 1, 0.2, '1', '0', '0', 2766, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1220. (20024, 'Square Dining Table', 'table_plasto_square*9', 's', 1, 1, 1, '1', '0', '0', 118, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1221. (20021, 'Giant Heart', 'heart', 's', 2, 1, 1, '0', '0', '0', 227, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1222. (20016, 'Street Lamp', 'urban_lamp', 's', 1, 1, 1, '1', '0', '0', 3265, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1223. (1185, 'Lucky Bamboo', 'noob_plant', 's', 1, 1, 1, '0', '0', '0', 2783, '0', '1', '0', '0', '1', 'default', 1, '0'),
  1224. (20018, 'Street Wall', 'urban_wall', 'i', 0, 0, 1, '1', '0', '0', 4244, '1', '1', '0', '1', '1', 'default', 5, '0'),
  1225. (20022, 'Champion trophy', 'a0 prizetrophy6_b', 's', 1, 1, 1, '0', '0', '0', 1510, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  1226. (1197, 'Japanese Teamaker', 'jp_teamaker', 's', 1, 1, 1, '0', '0', '0', 2774, '1', '1', '0', '1', '1', 'vendingmachine', 0, '28'),
  1227. (1198, 'September 2008', 'svnr_uk', 's', 1, 1, 1, '0', '0', '0', 2838, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1228. (1199, 'August 2008', 'svnr_nl', 's', 1, 2, 1, '0', '1', '0', 2825, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1229. (1200, 'July 2008', 'svnr_it', 's', 2, 1, 1, '0', '1', '0', 2813, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1230. (1201, 'October 2008', 'svnr_de', 's', 1, 1, 1, '0', '0', '0', 2801, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1231. (1202, 'November 2008', 'svnr_aus', 's', 1, 1, 1, '0', '0', '0', 2836, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1232. (1203, 'Accompaniments', 'diner_tray_7', 's', 1, 1, 1, '0', '0', '0', 2840, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1233. (1204, 'Vanilla', 'diner_tray_6', 's', 1, 1, 1, '0', '0', '0', 2826, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1234. (1205, 'Bacon and Eggs', 'diner_tray_5', 's', 1, 1, 1, '0', '0', '0', 2815, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1235. (1206, 'Pancakes', 'diner_tray_4', 's', 1, 1, 1, '0', '0', '0', 2800, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1236. (1207, 'Spaghetti Meatballs', 'diner_tray_3', 's', 1, 1, 1, '0', '0', '0', 2841, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1237. (1208, 'Steak and Mash', 'diner_tray_2', 's', 1, 1, 1, '0', '0', '0', 2802, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1238. (1209, 'Burger and Chips', 'diner_tray_1', 's', 1, 1, 1, '0', '0', '0', 2839, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1239. (1210, 'Had your fill', 'diner_tray_0', 's', 1, 1, 0.1, '1', '0', '0', 2837, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1240. (1211, 'Aqua Diner Sofa 2', 'diner_sofa_2*1', 's', 1, 1, 1, '0', '1', '0', 2804, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1241. (1212, 'Pink Diner Sofa 2', 'diner_sofa_2*2', 's', 1, 1, 1, '0', '1', '0', 2805, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1242. (1213, 'Black Diner Sofa 2', 'diner_sofa_2*3', 's', 1, 1, 1, '0', '1', '0', 2806, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1243. (1214, 'White Diner Sofa 2', 'diner_sofa_2*4', 's', 1, 1, 1, '0', '1', '0', 2807, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1244. (1215, 'Latte Diner Sofa 2', 'diner_sofa_2*5', 's', 1, 1, 1, '0', '1', '0', 2808, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1245. (1216, 'Blue Diner Sofa 2', 'diner_sofa_2*6', 's', 1, 1, 1, '0', '1', '0', 2809, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1246. (1217, 'Green Diner Sofa 2', 'diner_sofa_2*7', 's', 1, 1, 1, '0', '1', '0', 2810, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1247. (1218, 'Yellow Diner Sofa 2', 'diner_sofa_2*8', 's', 1, 1, 1, '0', '1', '0', 2811, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1248. (1219, 'Red Diner Sofa 2', 'diner_sofa_2*9', 's', 1, 1, 1, '0', '1', '0', 2812, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1249. (1220, 'Diner Shaker', 'diner_shaker', 's', 1, 1, 1, '0', '0', '0', 2814, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1250. (1221, 'Diner Floor', 'diner_rug', 's', 2, 2, 0, '1', '0', '1', 2803, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1251. (1222, 'Aqua Gumball Machine', 'diner_gumvendor*1', 's', 1, 1, 1, '0', '0', '0', 2827, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1252. (1223, 'Pink Gumball Machine', 'diner_gumvendor*2', 's', 1, 1, 1, '0', '0', '0', 2828, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1253. (1224, 'Black Gumball Machine', 'diner_gumvendor*3', 's', 1, 1, 1, '0', '0', '0', 2829, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1254. (1225, 'White Gumball Machine', 'diner_gumvendor*4', 's', 1, 1, 1, '0', '0', '0', 2830, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1255. (1226, 'Latte Gumball Machine', 'diner_gumvendor*5', 's', 1, 1, 1, '0', '0', '0', 2831, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1256. (1227, 'Blue Gumball Machine', 'diner_gumvendor*6', 's', 1, 1, 1, '0', '0', '0', 2832, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1257. (1228, 'Green Gumball Machine', 'diner_gumvendor*7', 's', 1, 1, 1, '0', '0', '0', 2833, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1258. (1229, 'Yellow Gumball Machine', 'diner_gumvendor*8', 's', 1, 1, 1, '0', '0', '0', 2834, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1259. (1230, 'Red Gumball Machine', 'diner_gumvendor*9', 's', 1, 1, 1, '0', '0', '0', 2835, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1260. (1231, 'Aqua Diner Till', 'diner_cashreg*1', 's', 1, 1, 1, '0', '0', '0', 2816, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1261. (1232, 'Pink Diner Till', 'diner_cashreg*2', 's', 1, 1, 1, '0', '0', '0', 2817, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1262. (1233, 'Black Diner Till', 'diner_cashreg*3', 's', 1, 1, 1, '0', '0', '0', 2818, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1263. (1234, 'White Diner Till', 'diner_cashreg*4', 's', 1, 1, 1, '0', '0', '0', 2819, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1264. (1235, 'Latte Diner Till', 'diner_cashreg*5', 's', 1, 1, 1, '0', '0', '0', 2820, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1265. (1236, 'Blue Diner Till', 'diner_cashreg*6', 's', 1, 1, 1, '0', '0', '0', 2821, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1266. (1237, 'Green Diner Till', 'diner_cashreg*7', 's', 1, 1, 1, '0', '0', '0', 2822, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1267. (1238, 'Yellow Diner Till', 'diner_cashreg*8', 's', 1, 1, 1, '0', '0', '0', 2823, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1268. (1239, 'Red Diner Till', 'diner_cashreg*9', 's', 1, 1, 1, '0', '0', '0', 2824, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1269. (1240, 'Aqua Diner Table', 'diner_table_2*1', 's', 3, 2, 1, '1', '0', '0', 2879, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1270. (1241, 'Pink Diner Table', 'diner_table_2*2', 's', 3, 2, 1, '1', '0', '0', 2880, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1271. (1242, 'Black Diner Table', 'diner_table_2*3', 's', 3, 2, 1, '1', '0', '0', 2881, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1272. (1243, 'White Diner Table', 'diner_table_2*4', 's', 3, 2, 1, '1', '0', '0', 2882, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1273. (1244, 'Latte Diner Table', 'diner_table_2*5', 's', 3, 2, 1, '1', '0', '0', 2883, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1274. (1245, 'Blue Diner Table', 'diner_table_2*6', 's', 3, 2, 1, '1', '0', '0', 2884, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1275. (1246, 'Green Diner Table', 'diner_table_2*7', 's', 3, 2, 1, '1', '0', '0', 2885, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1276. (1247, 'Yellow Diner Table', 'diner_table_2*8', 's', 3, 2, 1, '1', '0', '0', 2886, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1277. (1248, 'Red Diner Table', 'diner_table_2*9', 's', 3, 2, 1, '1', '0', '0', 2887, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1278. (1249, 'Aqua Diner Booth Table', 'diner_table_1*1', 's', 2, 2, 1, '1', '0', '0', 2897, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1279. (1250, 'Pink Diner Booth Table', 'diner_table_1*2', 's', 2, 2, 1, '1', '0', '0', 2898, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1280. (1251, 'Black Diner Booth Table', 'diner_table_1*3', 's', 2, 2, 1, '1', '0', '0', 2899, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1281. (1252, 'White Diner Booth Table', 'diner_table_1*4', 's', 2, 2, 1, '1', '0', '0', 2900, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1282. (1253, 'Latte Diner Booth Table', 'diner_table_1*5', 's', 2, 2, 1, '1', '0', '0', 2901, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1283. (1254, 'Blue Diner Booth Table', 'diner_table_1*6', 's', 2, 2, 1, '1', '0', '0', 2902, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1284. (1255, 'Green Diner Booth Table', 'diner_table_1*7', 's', 2, 2, 1, '1', '0', '0', 2903, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1285. (1256, 'Yellow Diner Booth Table', 'diner_table_1*8', 's', 2, 2, 1, '1', '0', '0', 2904, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1286. (1257, 'Red Diner Booth Table', 'diner_table_1*9', 's', 2, 2, 1, '1', '0', '0', 2905, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1287. (1258, 'Aqua Diner Sofa 1', 'diner_sofa_1*1', 's', 1, 1, 1, '0', '1', '0', 2888, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1288. (1259, 'Pink Diner Sofa 1', 'diner_sofa_1*2', 's', 1, 1, 1, '0', '1', '0', 2889, '1', '1', '0', '1', '1', 'default', 1, '0');
  1289. INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES
  1290. (1260, 'Black Diner Sofa 1', 'diner_sofa_1*3', 's', 1, 1, 1, '0', '1', '0', 2890, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1291. (1261, 'White Diner Sofa 1', 'diner_sofa_1*4', 's', 1, 1, 1, '0', '1', '0', 2891, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1292. (1262, 'Latte Diner Sofa 1', 'diner_sofa_1*5', 's', 1, 1, 1, '0', '1', '0', 2892, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1293. (1263, 'Blue Diner Sofa 1', 'diner_sofa_1*6', 's', 1, 1, 1, '0', '1', '0', 2893, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1294. (1264, 'Green Diner Sofa 1', 'diner_sofa_1*7', 's', 1, 1, 1, '0', '1', '0', 2894, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1295. (1265, 'Yellow Diner Sofa 1', 'diner_sofa_1*8', 's', 1, 1, 1, '0', '1', '0', 2895, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1296. (1266, 'Red Diner Sofa 1', 'diner_sofa_1*9', 's', 1, 1, 1, '0', '1', '0', 2896, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1297. (1267, 'Aqua Diner Stool', 'diner_chair*1', 's', 1, 1, 1.4, '0', '1', '0', 2861, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1298. (1268, 'Pink Diner Stool', 'diner_chair*2', 's', 1, 1, 1.4, '0', '1', '0', 2862, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1299. (1269, 'Black Diner Stool', 'diner_chair*3', 's', 1, 1, 1.4, '0', '1', '0', 2863, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1300. (1270, 'White Diner Stool', 'diner_chair*4', 's', 1, 1, 1.4, '0', '1', '0', 2864, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1301. (1271, 'Latte Diner Stool', 'diner_chair*5', 's', 1, 1, 1.4, '0', '1', '0', 2865, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1302. (1272, 'Blue Diner Stool', 'diner_chair*6', 's', 1, 1, 1.4, '0', '1', '0', 2866, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1303. (1273, 'Green Diner Stool', 'diner_chair*7', 's', 1, 1, 1.4, '0', '1', '0', 2867, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1304. (1274, 'Yellow Diner Stool', 'diner_chair*8', 's', 1, 1, 1.4, '0', '1', '0', 2868, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1305. (1275, 'Red Diner Stool', 'diner_chair*9', 's', 1, 1, 1.4, '0', '1', '0', 2869, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1306. (1276, 'Aqua Diner Gate', 'diner_bardesk_gate*1', 's', 1, 1, 0.001, '0', '0', '0', 2842, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  1307. (1277, 'Pink Diner Gate', 'diner_bardesk_gate*2', 's', 1, 1, 0.001, '0', '0', '0', 2843, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  1308. (1278, 'Black Diner Gate', 'diner_bardesk_gate*3', 's', 1, 1, 0.001, '0', '0', '0', 2844, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  1309. (1279, 'White Diner Gate', 'diner_bardesk_gate*4', 's', 1, 1, 0.001, '0', '0', '0', 2845, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  1310. (1280, 'Latte Diner Gate', 'diner_bardesk_gate*5', 's', 1, 1, 0.001, '0', '0', '0', 2846, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  1311. (1281, 'Blue Diner Gate', 'diner_bardesk_gate*6', 's', 1, 1, 0.001, '0', '0', '0', 2847, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  1312. (1282, 'Green Diner Gate', 'diner_bardesk_gate*7', 's', 1, 1, 0.001, '0', '0', '0', 2848, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  1313. (1283, 'Yellow Diner Gate', 'diner_bardesk_gate*8', 's', 1, 1, 0.001, '0', '0', '0', 2849, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  1314. (1284, 'Red Diner Gate', 'diner_bardesk_gate*9', 's', 1, 1, 0.001, '0', '0', '0', 2850, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  1315. (1285, 'Aqua Diner Corner', 'diner_bardesk_corner*1', 's', 1, 1, 1, '1', '0', '0', 2870, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1316. (1286, 'Pink Diner Corner', 'diner_bardesk_corner*2', 's', 1, 1, 1, '1', '0', '0', 2871, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1317. (1287, 'Black Diner Corner', 'diner_bardesk_corner*3', 's', 1, 1, 1, '1', '0', '0', 2872, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1318. (1288, 'Latte Diner Corner', 'diner_bardesk_corner*4', 's', 1, 1, 1, '1', '0', '0', 2873, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1319. (1289, 'Blue Diner Corner', 'diner_bardesk_corner*6', 's', 1, 1, 1, '1', '0', '0', 2875, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1320. (1290, 'Green Diner Corner', 'diner_bardesk_corner*7', 's', 1, 1, 1, '1', '0', '0', 2876, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1321. (1291, 'Yellow Diner Corner', 'diner_bardesk_corner*8', 's', 1, 1, 1, '1', '0', '0', 2877, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1322. (1292, 'Red Diner Corner', 'diner_bardesk_corner*9', 's', 1, 1, 1, '1', '0', '0', 2878, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1323. (1293, 'Aqua Diner Bar', 'diner_bardesk*1', 's', 1, 1, 1, '1', '0', '0', 2851, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1324. (1294, 'Pink Diner Bar', 'diner_bardesk*2', 's', 1, 1, 1, '1', '0', '0', 2852, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1325. (1295, 'Black Diner Bar', 'diner_bardesk*3', 's', 1, 1, 1, '1', '0', '0', 2853, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1326. (1296, 'White Diner Bar', 'diner_bardesk*4', 's', 1, 1, 1, '1', '0', '0', 2854, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1327. (1297, 'Latte Diner Bar', 'diner_bardesk*5', 's', 1, 1, 1, '1', '0', '0', 2855, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1328. (1298, 'Blue Diner Bar', 'diner_bardesk*6', 's', 1, 1, 1, '1', '0', '0', 2856, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1329. (1299, 'Green Diner Bar', 'diner_bardesk*7', 's', 1, 1, 1, '1', '0', '0', 2857, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1330. (1300, 'Yellow Diner Bar', 'diner_bardesk*8', 's', 1, 1, 1, '1', '0', '0', 2858, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1331. (1301, 'Red Diner Bar', 'diner_bardesk*9', 's', 1, 1, 1, '1', '0', '0', 2859, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1332. (1302, 'ads_dave_cns', 'ads_dave_cns', 's', 1, 1, 1, '0', '0', '0', 2860, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1333. (1303, 'easy_carpet name', 'easy_carpet', 's', 4, 4, 0, '1', '0', '1', 2911, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1334. (1304, 'easy_bowl2', 'easy_bowl2', 's', 1, 1, 1, '1', '0', '0', 2907, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1335. (1305, 'Greek Corner', 'greek_corner', 's', 1, 1, 1, '0', '0', '0', 2910, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1336. (1306, 'Enter mortal', 'greek_gate', 's', 2, 1, 0.001, '0', '0', '0', 2908, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  1337. (1307, 'Greek Pillars', 'greek_pillars', 's', 2, 1, 1, '0', '0', '0', 2909, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1338. (1308, 'Greek Seat', 'greek_seat', 's', 1, 1, 0.5, '0', '1', '0', 2906, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1339. (1309, 'Greek trophy', 'a0 greektrophy_g', 's', 1, 1, 1, '0', '0', '0', 2622, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  1340. (1310, 'Greek trophy', 'a0 greektrophy_s', 's', 1, 1, 1, '0', '0', '0', 2623, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  1341. (1311, 'Greek trophy', 'a0 greektrophy_b', 's', 1, 1, 1, '0', '0', '0', 2624, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  1342. (1312, 'greek_block', 'greek_block', 's', 2, 1, 0.8, '0', '1', '0', 2915, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1343. (1313, 'Glass Table', 'hcc_table', 's', 1, 2, 1, '0', '0', '0', 2923, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1344. (1314, 'Bookshelf', 'hcc_shelf', 's', 1, 2, 1, '0', '0', '0', 2917, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1345. (1315, 'Low Back Sofa', 'hcc_sofa', 's', 2, 1, 1.2, '0', '1', '0', 2921, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1346. (1316, 'Cool look', 'hcc_minibar', 's', 1, 1, 1, '0', '0', '0', 2924, '1', '1', '0', '1', '1', 'vendingmachine', 0, '24'),
  1347. (1317, 'Trendy Stool', 'hcc_chair', 's', 1, 1, 1, '0', '1', '0', 2919, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1348. (1318, 'Crime scene', 'det_divider', 's', 2, 1, 1, '0', '0', '0', 2918, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1349. (1319, 'netari_carpet', 'netari_carpet', 's', 3, 5, 0, '1', '0', '1', 2916, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1350. (1320, 'Chalk Outline', 'det_body', 's', 2, 3, 0, '0', '0', '1', 2922, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1351. (1321, 'Antique Stool', 'hcc_stool', 's', 1, 1, 1.2, '0', '1', '0', 2920, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1352. (1322, 'Reclining Chair', 'hcc_sofachair', 's', 1, 1, 1.2, '0', '1', '0', 2925, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1353. (1323, 'Glass Corner', 'hcc_crnr', 's', 1, 1, 1, '0', '0', '0', 2926, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1354. (1324, 'Glass Divider', 'hcc_dvdr', 's', 2, 1, 1, '0', '0', '0', 2927, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1355. (1325, 'sob_carpet', 'sob_carpet', 's', 3, 5, 0, '1', '0', '1', 2928, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1356. (1326, 'My Hump', 'igor_seat', 's', 1, 1, 1, '0', '1', '0', 2929, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1357. (1327, 'The Brain', 'ads_igorbrain', 's', 1, 1, 1, '0', '0', '0', 2936, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1358. (1328, 'Igor Switch', 'ads_igorswitch', 's', 1, 1, 1, '0', '0', '0', 2934, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1359. (1329, 'ads_711', 'ads_711*1', 's', 1, 1, 1, '0', '0', '0', 2930, '1', '1', '0', '1', '1', 'vendingmachine', 0, '19'),
  1360. (1330, 'ads_711', 'ads_711*2', 's', 1, 1, 1, '0', '0', '0', 2931, '1', '1', '0', '1', '1', 'vendingmachine', 0, '19'),
  1361. (1331, 'ads_711', 'ads_711*3', 's', 1, 1, 1, '0', '0', '0', 2932, '1', '1', '0', '1', '1', 'vendingmachine', 0, '19'),
  1362. (1332, 'ads_711', 'ads_711*4', 's', 1, 1, 1, '0', '0', '0', 2933, '1', '1', '0', '1', '1', 'vendingmachine', 0, '19'),
  1363. (1333, 'Igor Ray Gun', 'ads_igorraygun', 's', 1, 2, 1, '0', '0', '0', 2935, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1364. (1334, 'Blood Sink', 'hween08_sink', 's', 1, 1, 1, '0', '0', '0', 2944, '1', '1', '0', '1', '1', 'vendingmachine', 0, '29'),
  1365. (1335, 'Hospital Curtain (blood)', 'hween08_curtain', 's', 3, 1, 1, '0', '0', '0', 2942, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1366. (1336, 'Blood Bath', 'hween08_bath', 's', 1, 2, 1, '0', '1', '0', 2948, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1367. (1337, 'Life Support (blood)', 'hween08_defibs', 's', 1, 1, 1, '0', '0', '0', 2938, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1368. (1338, 'Body Bag', 'hween08_bbag', 's', 1, 3, 1.3, '0', '0', '0', 2943, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  1369. (1339, 'Hospital Curtain (ooze)', 'hween08_curtain2', 's', 3, 1, 1, '0', '0', '0', 2949, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1370. (1340, 'Life Support (ooze)', 'hween08_defibs2', 's', 1, 1, 1, '0', '0', '0', 2939, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1371. (1341, 'Hospital Bed (blood)', 'hween08_bed', 's', 1, 3, 2, '0', '0', '0', 2945, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  1372. (1342, 'Ooze Sink', 'hween08_sink2', 's', 1, 1, 1, '0', '0', '0', 2940, '1', '1', '0', '1', '1', 'vendingmachine', 0, '30'),
  1373. (1343, 'Hospital Bed (ooze)', 'hween08_bed2', 's', 1, 3, 1, '0', '0', '0', 2937, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  1374. (1344, 'Ooze Bath', 'hween08_bath2', 's', 1, 2, 1, '0', '1', '0', 2947, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1375. (1345, 'Manhole', 'hween08_manhole', 's', 1, 1, 1, '0', '0', '0', 2946, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1376. (1346, ' poke', 'hween08_trll', 's', 1, 1, 1, '0', '0', '0', 2941, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1377. (1347, 'Glass High Bar Table', 'party_table', 's', 1, 1, 1, '1', '0', '0', 2956, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1378. (1348, 'Spotlight', 'party_discol', 's', 1, 1, 1, '0', '0', '0', 2963, '1', '1', '0', '1', '1', 'default', 4, '0'),
  1379. (1349, 'Stage Block Large', 'party_block2', 's', 2, 2, 0.7, '1', '0', '1', 2950, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1380. (1350, 'Bar Corner', 'party_barcorn', 's', 1, 1, 1, '1', '0', '0', 2957, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1381. (1351, 'High Class Bar Stool', 'party_chair', 's', 1, 1, 1.3, '0', '1', '0', 2960, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1382. (1352, 'Small Stage', 'party_block', 's', 1, 1, 0.9, '1', '0', '1', 2959, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1383. (1353, 'Dance Floor Laser', 'party_ravel', 's', 1, 1, 1, '0', '0', '0', 2965, '1', '1', '0', '1', '1', 'default', 4, '0'),
  1384. (1354, 'Despite being made a lava', 'party_tube_lava', 's', 1, 1, 1, '0', '0', '0', 2966, '1', '1', '0', '1', '1', 'default', 3, '0'),
  1385. (1355, 'Club Tray', 'party_tray', 's', 1, 1, 1, '0', '0', '0', 2955, '1', '1', '0', '1', '1', 'vendingmachine', 0, '31'),
  1386. (1356, 'Scratch it', 'party_djtable', 's', 1, 2, 1, '0', '0', '0', 2954, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1387. (1357, 'Disco Floor', 'party_floor', 's', 2, 2, 0, '1', '0', '1', 2958, '1', '1', '0', '1', '1', 'default', 10, '0'),
  1388. (1358, 'Glitter Ball', 'party_ball', 's', 1, 1, 0, '0', '0', '1', 2964, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1389. (1359, 'Bubbles Machine', 'party_tube_bubble', 's', 1, 1, 1, '0', '0', '0', 2951, '1', '1', '0', '1', '1', 'default', 3, '0'),
  1390. (1360, ' MC', 'party_mic', 's', 1, 1, 1, '0', '0', '0', 2953, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1391. (1361, 'Dance Floor Beamer', 'party_beamer', 's', 1, 1, 1, '0', '0', '0', 2961, '1', '1', '0', '1', '1', 'default', 7, '0'),
  1392. (1362, 'Bar Centre', 'party_bardesk', 's', 1, 1, 1, '1', '0', '0', 2962, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1393. (1363, 'Club seat', 'party_seat', 's', 1, 1, 1.1, '0', '1', '0', 2952, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1394. (1364, 'Snow Seat', 'xmas08_snowpl', 's', 1, 1, 1, '0', '1', '1', 3005, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1395. (1365, 'Emperor Penguin', 'penguin_basic', 's', 1, 1, 1, '0', '0', '0', 2977, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1396. (1366, 'Arctic Penguin Trophy', 'xmas08_trph1', 's', 1, 1, 1, '0', '0', '0', 2972, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1397. (1367, 'Musketeer Penguin', 'penguin_musketeer', 's', 1, 1, 1, '0', '0', '0', 2995, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1398. (1368, 'Icy table', 'xmas08_table', 's', 2, 2, 1, '1', '0', '0', 3009, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1399. (1369, 'Hot Tub', 'xmas08_hottub', 's', 2, 2, 1, '0', '1', '0', 2986, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1400. (1370, 'Luchador Penguin', 'penguin_wrestler', 's', 1, 1, 1, '0', '0', '0', 2990, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1401. (1371, 'Blow it up', 'fx_explosion', 's', 1, 1, 1, '0', '0', '0', 3011, '0', '0', '0', '0', '1', 'rentals', 2, '0'),
  1402. (1372, 'Robot Penguin', 'penguin_robot', 's', 1, 1, 1, '0', '0', '0', 2969, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1403. (1373, 'Icy Christmas Tree', 'xmas08_icetree', 's', 1, 1, 1, '0', '0', '0', 2967, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1404. (1374, 'Camp fire', 'campfire', 's', 1, 1, 1, '1', '0', '0', 2974, '1', '1', '0', '1', '1', 'default', 3, '0'),
  1405. (1375, 'Ice', 'xmas08_icerug', 's', 2, 2, 0, '1', '0', '1', 3002, '1', '1', '0', '1', '1', 'default', 4, '0'),
  1406. (1376, 'Executive Penguin', 'penguin_suit', 's', 1, 1, 1, '0', '0', '0', 3008, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1407. (1377, 'December 2008', 'svnr_fi', 's', 1, 1, 1, '0', '0', '0', 2991, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1408. (1378, 'Snow Storm', 'xmas_snow', 's', 1, 1, 0, '1', '0', '1', 2982, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1409. (1379, 'Hockey Penguin', 'penguin_icehockey', 's', 1, 1, 1, '0', '0', '0', 2988, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1410. (1380, 'Pilot Penguin', 'penguin_pilot', 's', 1, 1, 1, '0', '0', '0', 3007, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1411. (1381, 'Ballerina Penguin', 'penguin_ballet', 's', 1, 1, 1, '0', '0', '0', 2996, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1412. (1382, 'Arctic SFX', 'sound_set_71', 's', 1, 1, 0.2, '1', '0', '0', 3000, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1413. (1383, 'Boxer Penguin', 'penguin_boxer', 's', 1, 1, 1, '0', '0', '0', 2979, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1414. (1384, 'Fluorescent Penguin', 'penguin_glow', 's', 1, 1, 1, '0', '0', '0', 2993, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1415. (1385, 'Summer Penguin', 'penguin_swim', 's', 1, 1, 1, '0', '0', '0', 2984, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1416. (1386, 'Sumo Penguin', 'penguin_sumo', 's', 1, 1, 1, '0', '0', '0', 2994, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1417. (1387, 'Bubbles', 'xmas08_geysir', 's', 2, 2, 1, '0', '0', '0', 2985, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1418. (1388, 'Clown Penguin', 'penguin_clown', 's', 1, 1, 1, '0', '0', '0', 2989, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1419. (1389, 'Infected Penguin', 'penguin_infected', 's', 1, 1, 1, '0', '0', '0', 2983, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1420. (1390, 'Firestarter', 'fx_flare', 's', 1, 1, 1, '1', '0', '0', 3013, '0', '0', '0', '0', '1', 'rentals', 2, '0'),
  1421. (1391, 'Snowball Lantern Pile', 'xmas08_lantern', 's', 1, 1, 1, '0', '0', '0', 2968, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1422. (1392, 'Ice chair', 'xmas08_chair', 's', 1, 1, 1, '0', '1', '0', 3001, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1423. (1393, 'Superhero Penguin', 'penguin_super', 's', 1, 1, 1, '0', '0', '0', 2998, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1424. (1394, 'Icy Teleport', 'xmas08_telep', 's', 1, 1, 0.001, '0', '0', '0', 2978, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
  1425. (1395, 'Cube Tree', 'xmas08_cubetree', 's', 1, 1, 1, '0', '0', '0', 3006, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1426. (1396, 'Disco Penguin', 'penguin_rock', 's', 1, 1, 1, '0', '0', '0', 3010, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1427. (1397, 'Ice divider', 'xmas08_dvdr1', 's', 2, 1, 1, '0', '0', '0', 2992, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1428. (1398, 'Ice Fish Hole', 'xmas08_hole', 's', 1, 1, 1, '0', '0', '0', 2980, '1', '1', '0', '1', '1', 'vendingmachine', 0, '34'),
  1429. (1399, 'XC Penguin', 'penguin_ski', 's', 1, 1, 1, '0', '0', '0', 2981, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1430. (1400, 'Skater Penguin', 'penguin_skater', 's', 1, 1, 1, '0', '0', '0', 2973, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1431. (1401, 'Icy Divider Corner', 'xmas08_dvdr2', 's', 1, 1, 1, '0', '0', '0', 2970, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1432. (1402, 'Christmas Penguin', 'penguin_elf', 's', 1, 1, 1, '0', '0', '0', 2971, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1433. (1403, 'Bunny Penguin', 'penguin_bunny', 's', 1, 1, 1, '0', '0', '0', 2975, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1434. (1404, 'Ninja Penguin', 'penguin_ninja', 's', 1, 1, 1, '0', '0', '0', 2976, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1435. (1405, 'Magic Penguin', 'penguin_magician', 's', 1, 1, 1, '0', '0', '0', 2997, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1436. (1406, 'Beautiful Penguin', 'penguin_hunchback', 's', 1, 1, 1, '0', '0', '0', 3003, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1437. (1407, 'Cowboy Penguin', 'penguin_cowboy', 's', 1, 1, 1, '0', '0', '0', 2987, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1438. (1408, 'Punk Penguin', 'penguin_punk', 's', 1, 1, 1, '0', '0', '0', 3004, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1439. (1409, 'Pirate Penguin', 'penguin_pirate', 's', 1, 1, 1, '0', '0', '0', 2999, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1440. (1410, 'ads_ob_pillow name', 'ads_ob_pillow', 's', 1, 1, 1, '0', '1', '0', 3018, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1441. (1411, 'Leviathon', 'lostc_merdragon', 's', 1, 3, 1, '0', '0', '0', 3016, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1442. (1412, 'Idea Agency Desk', 'ads_cldesk', 's', 2, 2, 1, '0', '0', '0', 3017, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1443. (1413, 'Eco Friendly Penguin', 'xmas08_trph2', 's', 1, 1, 1, '0', '0', '0', 3015, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1444. (1414, 'Whatever your Idea', 'ads_cltele', 's', 1, 1, 0.001, '0', '0', '0', 3014, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
  1445. (1415, 'Childline Rug', 'ads_clfloor', 's', 3, 5, 0.01, '1', '0', '1', 3019, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1446. (1417, 'Mall tele-door', 'ads_mall_tele', 's', 1, 1, 0.001, '1', '0', '1', 3020, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
  1447. (1418, 'Moongate', 'china_moongt', 's', 1, 3, 0.001, '0', '0', '1', 3024, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  1448. (1419, 'Lotus Pool', 'bolly_lotus_pool', 's', 2, 2, 0, '0', '0', '0', 3022, '1', '1', '0', '1', '1', 'default', 3, '0'),
  1449. (1420, 'Ox Statue', 'china_ox', 's', 1, 1, 1, '0', '0', '0', 3025, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1450. (1422, 'Petal Flurry', 'bolly_petals', 's', 2, 2, 0, '1', '0', '1', 3026, '1', '1', '0', '1', '1', 'default', 3, '0'),
  1451. (1423, 'Palm Tree', 'bolly_tree', 's', 1, 1, 1, '0', '0', '0', 3042, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1452. (1424, 'Swing low', 'bolly_swing', 's', 2, 1, 1.5, '0', '1', '0', 3037, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1453. (1425, 'Star Pillow', 'bolly_pillow', 's', 1, 1, 0.8, '0', '1', '0', 3030, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1454. (1426, 'Bollywood Corner', 'bolly_corner', 's', 1, 1, 1, '1', '0', '0', 3031, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1455. (1427, 'Elephant MiniBar', 'bolly_phant', 's', 1, 1, 1, '0', '0', '0', 3033, '1', '1', '0', '1', '1', 'vendingmachine', 0, '35'),
  1456. (1428, 'Monkey Lamp', 'bolly_monkey_lamp', 's', 1, 1, 1, '0', '0', '0', 3036, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1457. (1429, 'Green Curtain', 'bolly_drapeb', 's', 3, 1, 0.001, '0', '0', '0', 3040, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  1458. (1430, 'Planet of Love', 'planet_of_love', 's', 1, 1, 1, '1', '0', '0', 3044, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1459. (1431, 'Chandelier', 'bolly_lamp', 's', 1, 1, 1, '0', '0', '0', 3041, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1460. (1432, 'Bollywood Desk', 'bolly_desk', 's', 2, 1, 1, '1', '0', '0', 3034, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1461. (1433, 'Vase of Flowers', 'bolly_vase', 's', 1, 1, 1, '0', '0', '0', 3043, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1462. (1434, 'Standard Tile', 'bolly_tile2', 's', 2, 2, 0, '1', '0', '1', 3027, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1463. (1435, 'Large Ornamental Table', 'bolly_table', 's', 2, 2, 1, '1', '0', '0', 3035, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1464. (1436, 'Yellow Curtain', 'bolly_drapec', 's', 3, 1, 0.001, '0', '0', '0', 3032, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  1465. (1437, 'Extravagant Fountain', 'bolly_fountain', 's', 2, 2, 1, '0', '0', '0', 3029, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1466. (20046, 'Executive Teleport', 'exe_elevator', 's', 1, 1, 0.001, '0', '0', '0', 3305, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
  1467. (1439, 'Ornamental Tile', 'bolly_tile1', 's', 2, 2, 0, '1', '0', '1', 3028, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1468. (1440, 'Pink Curtain', 'bolly_drapea', 's', 3, 1, 0.001, '0', '0', '0', 3038, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  1469. (1441, 'ads_idol_floor1 name', 'ads_idol_floor1', 's', 2, 2, 0, '0', '0', '1', 3045, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1470. (1442, 'Inventor''s Desk', 'ads_igor_dsk', 's', 2, 1, 1, '0', '0', '0', 3049, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1471. (1443, 'ads_idol_desk', 'ads_idol_desk', 's', 1, 4, 1, '0', '0', '0', 3050, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1472. (1444, 'ads_idol_ch', 'ads_idol_ch', 's', 1, 1, 1.2, '0', '1', '0', 3051, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1473. (1445, 'Glass Flask', 'ads_igor_flask', 's', 1, 1, 1, '0', '0', '0', 3046, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1474. (1446, 'ads_idol_drape name', 'ads_idol_drape', 's', 3, 1, 0.001, '0', '0', '0', 3048, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  1475. (1447, 'ads_idol_floor2 name', 'ads_idol_floor2', 's', 2, 2, 0, '0', '0', '1', 3047, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1476. (1448, 'Kraken', 'lostc_octopus', 's', 1, 2, 1, '0', '0', '0', 3052, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1477. (1449, 'Marble Floor Tile', 'lc_tile1', 's', 2, 2, 0, '1', '0', '1', 3076, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1478. (1450, 'Small Jellyfish Lamp', 'lc_medusa2', 's', 1, 1, 1, '0', '0', '0', 3073, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1479. (1451, 'Sally Lightfoot', 'lc_crab2', 's', 1, 1, 1, '0', '0', '0', 3068, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1480. (1452, 'March Collectable 2009', 'lostc_teleport', 's', 1, 1, 0.001, '0', '0', '1', 3071, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
  1481. (1453, 'ads_idol_piano name', 'ads_idol_piano', 's', 2, 2, 1, '0', '0', '0', 3058, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1482. (1454, 'Large Coral Divider', 'lc_coral_divider_hi', 's', 2, 1, 1, '0', '0', '0', 3078, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1483. (1455, 'ads_711shelf name', 'ads_711shelf', 's', 1, 2, 1, '0', '0', '0', 3066, '1', '1', '0', '1', '1', 'vendingmachine', 0, '19'),
  1484. (1456, 'Water Tube Corner', 'lc_tubes_corners', 's', 1, 1, 1, '0', '0', '0', 3072, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1485. (1457, 'Captain''s Table', 'lc_table', 's', 2, 2, 1, '1', '0', '0', 3067, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1486. (1458, 'Cobbled Stones', 'lc_tile2', 's', 2, 2, 0, '1', '0', '1', 3069, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1487. (1459, 'Anemone', 'lc_anemone', 's', 1, 1, 1, '0', '0', '0', 3074, '1', '1', '0', '1', '1', 'default', 4, '0'),
  1488. (1460, 'Small Coral Divider', 'lc_coral_divider_low', 's', 2, 1, 1, '0', '0', '0', 3077, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1489. (1461, 'Ocean Window Rug', 'lc_glass_floor', 's', 2, 3, 0, '0', '0', '1', 3060, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1490. (1462, 'Large Jellyfish Lamp', 'lc_medusa1', 's', 1, 1, 1, '0', '0', '0', 3064, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1491. (1463, 'Crab Patch', 'lc_crab1', 's', 2, 2, 1, '0', '0', '0', 3062, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1492. (1464, 'ads_idol_jukebox name', 'ads_idol_jukebox*1', 's', 1, 1, 1, '0', '0', '0', 3059, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1493. (1465, 'ads_idol_pchair name', 'ads_idol_pchair', 's', 1, 1, 1, '0', '1', '0', 3056, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1494. (1466, 'Water Tube Straight', 'lc_tubes_straight', 's', 1, 1, 1, '0', '0', '0', 3065, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1495. (1467, 'ads_idol_audChr name', 'ads_idol_audChr', 's', 1, 1, 1, '0', '1', '0', 3057, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1496. (1468, 'ads_idol_trax name', 'ads_idol_trax', 's', 1, 1, 1, '0', '0', '0', 3055, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1497. (1469, 'ads_idol_tele', 'ads_idol_tele', 's', 1, 1, 0.001, '0', '0', '1', 3053, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
  1498. (1470, 'Wooden Corner', 'lc_corner', 's', 1, 1, 1, '1', '0', '0', 3075, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1499. (1471, 'Wooden Stool', 'lc_stool', 's', 1, 1, 1, '0', '1', '0', 3063, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1500. (1472, 'No rusty nails', 'lc_chair', 's', 1, 1, 1, '0', '1', '0', 3061, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1501. (1473, 'Wooden Bar Desk', 'lc_desk', 's', 2, 1, 1, '1', '0', '0', 3070, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1502. (1474, 'ads_idol_mic name', 'ads_idol_mic', 's', 1, 1, 1, '0', '0', '0', 3054, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1503. (1475, 'ads_idol_hotspot name', 'ads_idol_hotspot', 's', 1, 1, 0.2, '0', '0', '1', 3080, '1', '1', '0', '1', '1', 'default', 103, '0'),
  1504. (1476, 'ads_idol_clRack name', 'ads_idol_clRack', 's', 3, 1, 1, '0', '0', '0', 3079, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1505. (1477, 'ads_idol_voting_ch name', 'ads_idol_voting_ch', 's', 1, 1, 1.2, '0', '1', '0', 3081, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1506. (1478, 'Ecotron prize', 'ecotron_box', 's', 1, 1, 1, '1', '0', '0', 3095, '0', '1', '0', '1', '1', 'default', 1, '0'),
  1507. (1479, 'Eco Light 2', 'eco_light2', 's', 1, 1, 1, '1', '0', '0', 3082, '0', '1', '0', '1', '1', 'default', 2, '0'),
  1508. (1480, 'Eco Stool 3', 'eco_chair3', 's', 1, 1, 1, '0', '1', '0', 3094, '0', '1', '0', '1', '1', 'default', 1, '0'),
  1509. (1481, 'Eco Coffee Table 3', 'eco_table3', 's', 2, 2, 1, '1', '0', '0', 3086, '0', '1', '0', '1', '1', 'default', 1, '0'),
  1510. (1482, 'Eco Lamp 2', 'eco_lamp2', 's', 1, 1, 1, '1', '0', '0', 3092, '0', '1', '0', '1', '1', 'default', 2, '0'),
  1511. (1483, 'Eco Armchair 3', 'eco_sofa3', 's', 1, 1, 1, '0', '1', '0', 3088, '0', '1', '0', '1', '1', 'default', 1, '0'),
  1512. (1484, 'Eco Coffee Table 2', 'eco_table2', 's', 2, 2, 1, '1', '0', '0', 3089, '0', '1', '0', '1', '1', 'default', 1, '0'),
  1513. (1485, 'Fruit Bowl 2', 'eco_fruits2', 's', 1, 1, 1, '1', '0', '0', 3102, '0', '1', '0', '1', '1', 'default', 1, '0'),
  1514. (1486, 'Eco Armchair 1', 'eco_sofa1', 's', 1, 1, 1, '0', '1', '0', 3096, '0', '1', '0', '1', '1', 'default', 1, '0'),
  1515. (1487, 'Fruit Bowl 3', 'eco_fruits3', 's', 1, 1, 1, '1', '0', '0', 3104, '0', '1', '0', '1', '1', 'default', 1, '0'),
  1516. (1488, 'Eco Light 1', 'eco_light1', 's', 1, 1, 1, '1', '0', '0', 3098, '0', '1', '0', '1', '1', 'default', 2, '0'),
  1517. (1489, 'Actually', 'eco_tree1', 's', 1, 1, 1, '0', '0', '0', 3093, '0', '1', '0', '1', '1', 'default', 1, '0'),
  1518. (1490, 'Potted Cactus 2', 'eco_cactus2', 's', 1, 1, 1, '1', '0', '0', 3105, '0', '1', '0', '1', '1', 'default', 1, '0'),
  1519. (1491, 'Talk To FRANK Brain Lamp', 'ads_frankb', 's', 1, 1, 1, '0', '0', '0', 3111, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1520. (1492, 'Road Signs', 'bump_signs', 's', 1, 1, 1, '0', '0', '0', 3090, '1', '1', '0', '0', '1', 'default', 7, '0'),
  1521. (1493, 'Potted Cactus 1', 'eco_cactus1', 's', 1, 1, 1, '1', '0', '0', 3083, '0', '1', '0', '1', '1', 'default', 1, '0'),
  1522. (1494, 'Eco Stool 2', 'eco_chair2', 's', 1, 1, 1, '0', '1', '0', 3106, '0', '1', '0', '1', '1', 'default', 1, '0'),
  1523. (1495, 'Potted Cactus 3', 'eco_cactus3', 's', 1, 1, 1, '1', '0', '0', 3085, '0', '1', '0', '1', '1', 'default', 1, '0'),
  1524. (1496, 'Bumper Tyres', 'bump_tires', 's', 1, 1, 0.8, '1', '0', '0', 3101, '1', '1', '0', '0', '1', 'default', 3, '0'),
  1525. (1497, 'Traffic Lights', 'bump_lights', 's', 1, 1, 1, '0', '0', '0', 3103, '1', '1', '0', '0', '1', 'default', 3, '0'),
  1526. (1498, 'Eco Lamp 3', 'eco_lamp3', 's', 1, 1, 1, '1', '0', '0', 3091, '0', '1', '0', '1', '1', 'default', 2, '0'),
  1527. (1499, 'Eco Coffee Table 1', 'eco_table1', 's', 2, 2, 1, '1', '0', '0', 3099, '0', '1', '0', '1', '1', 'default', 1, '0'),
  1528. (1500, 'Eco Stool 1', 'eco_chair1', 's', 1, 1, 1, '0', '1', '0', 3084, '0', '1', '0', '1', '1', 'default', 1, '0'),
  1529. (1501, 'Eco Armchair 2', 'eco_sofa2', 's', 1, 1, 1, '0', '1', '0', 3100, '0', '1', '0', '1', '1', 'default', 1, '0'),
  1530. (1502, 'Road', 'bump_road', 's', 2, 2, 0, '1', '0', '1', 3110, '1', '1', '0', '0', '1', 'default', 4, '0'),
  1531. (1503, 'Fruit Bowl 1', 'eco_fruits1', 's', 1, 1, 1, '1', '0', '0', 3107, '0', '1', '0', '1', '1', 'default', 1, '0'),
  1532. (1504, 'Eco Lamp 1', 'eco_lamp1', 's', 1, 1, 1, '1', '0', '0', 3097, '0', '1', '0', '1', '1', 'default', 2, '0'),
  1533. (1505, 'Eco Light 3', 'eco_light3', 's', 1, 1, 1, '1', '0', '0', 3108, '0', '1', '0', '1', '1', 'default', 2, '0'),
  1534. (1506, 'Pear Tree', 'eco_tree2', 's', 1, 1, 1, '0', '0', '0', 3109, '0', '1', '0', '1', '1', 'default', 1, '0'),
  1535. (1507, 'Totem Leg', 'totem_leg', 's', 1, 1, 1.2, '1', '0', '0', 3113, '1', '1', '0', '1', '1', 'default', 9, '0'),
  1536. (1508, 'ads_grefusa_cactus name', 'ads_grefusa_cactus', 's', 1, 1, 1, '0', '0', '0', 3112, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1537. (1509, 'ads_idol_tube name', 'ads_idol_tube', 's', 1, 1, 1, '0', '0', '0', 3126, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1538. (1510, 'Executive Light', 'exe_light', 's', 1, 1, 0, '1', '0', '1', 3122, '1', '1', '0', '1', '1', 'default', 4, '0'),
  1539. (1511, 'ads_idol_cork name', 'ads_idol_cork', 's', 3, 1, 1, '0', '0', '0', 3120, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1540. (1512, 'Idea Agency Jukebox', 'ads_cl_jukeb', 's', 1, 1, 1, '0', '0', '0', 3127, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1541. (1513, 'Grass patch', 'env_grass', 's', 2, 2, 0, '1', '0', '1', 3129, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1542. (1514, 'Forest Trunk Seat', 'env_tree3', 's', 1, 1, 1, '0', '0', '0', 3125, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1543. (1515, 'Eco Hedgerow', 'env_bushes', 's', 1, 2, 1, '0', '0', '0', 3115, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1544. (1516, 'Eco Hedgerows Gate', 'env_bushes_gate', 's', 1, 2, 0.001, '0', '0', '0', 3128, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  1545. (1517, 'Executive Gate', 'exe_gate', 's', 1, 1, 0.001, '0', '0', '0', 3119, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  1546. (1518, 'ads_idol_newsDsk name', 'ads_idol_newsDsk', 's', 2, 2, 1, '0', '0', '0', 3116, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1547. (1519, 'Forest Tree Chair', 'env_tree1', 's', 1, 1, 1, '0', '1', '0', 3117, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1548. (1520, 'Forest Tree Americana', 'env_tree2', 's', 1, 1, 1, '0', '1', '0', 3123, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1549. (1521, 'Cubist Light', 'exe_cubelight', 's', 1, 1, 1, '0', '0', '0', 3121, '1', '1', '0', '1', '1', 'default', 3, '0'),
  1550. (1522, 'The Four Seasons Tree', 'env_tree4', 's', 2, 2, 1, '0', '0', '0', 3118, '1', '1', '0', '1', '1', 'default', 4, '0'),
  1551. (1523, 'Sphere Lamp', 'exe_artlamp', 's', 1, 1, 1, '0', '0', '0', 3114, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1552. (1524, 'ads_idol_ichair name', 'ads_idol_ichair', 's', 1, 1, 1.4, '0', '1', '0', 3124, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1553. (1525, 'Wedding Cake', 'tray_cake', 's', 1, 1, 1, '0', '0', '0', 3133, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1554. (1526, 'ads_reebok_block2', 'ads_reebok_block2', 's', 2, 2, 0.8, '1', '0', '1', 3132, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1555. (1527, 'ads_malaco_rug_name', 'ads_malaco_rug', 's', 3, 3, 0, '0', '0', '1', 3135, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1556. (1528, 'Champagne Bucket', 'tray_champagne', 's', 1, 1, 1, '0', '0', '0', 3134, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1557. (1529, 'Champagne Tower', 'tray_glasstower', 's', 1, 1, 1, '0', '0', '0', 3130, '1', '1', '0', '1', '1', 'vendingmachine', 0, '40'),
  1558. (1530, 'ads_malaco_gu', 'ads_malaco_gu', 's', 1, 1, 1, '0', '0', '0', 3131, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1559. (1531, 'Idea Agency Super Cake', 'ads_clcake', 's', 1, 1, 1, '0', '0', '0', 3139, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1560. (1532, 'Idea Agency Sofa', 'ads_cl_sofa', 's', 2, 1, 1, '0', '1', '0', 3137, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1561. (1533, 'Function Table', 'ads_idol_tblCloth', 's', 2, 2, 1, '1', '0', '0', 3136, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1562. (1534, 'ads_idol_carpet name', 'ads_idol_carpet', 's', 2, 7, 0, '0', '0', '1', 3140, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1563. (1535, 'Function Lamp', 'ads_idol_lamp', 's', 1, 1, 0, '1', '0', '1', 3138, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1564. (1536, 'Rain Shower', 'country_rain', 's', 1, 1, 0, '1', '0', '1', 3153, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1565. (1537, 'Scarecrow', 'country_scarecrow', 's', 1, 1, 1, '0', '0', '0', 3160, '1', '1', '0', '1', '1', 'default', 3, '0'),
  1566. (1538, 'Porta-House', 'env_telep', 's', 1, 1, 0.001, '0', '0', '0', 3161, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
  1567. (1539, 'Crop Field', 'country_soil', 's', 2, 2, 0, '1', '0', '1', 3145, '1', '1', '0', '1', '1', 'default', 4, '0'),
  1568. (1540, 'Field Grass', 'country_grass', 's', 2, 2, 0, '1', '0', '1', 3162, '1', '1', '0', '1', '1', 'default', 3, '0'),
  1569. (1541, 'The Golden Tablet', 'ads_goldtabl', 's', 1, 1, 1, '0', '0', '0', 3151, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1570. (1542, 'Witch Mushroom', 'eco_mush1', 's', 1, 1, 1, '1', '0', '0', 3142, '0', '1', '0', '1', '1', 'default', 1, '0'),
  1571. (1543, 'Tractor', 'country_trctr', 's', 2, 2, 1, '0', '0', '0', 3147, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1572. (1544, 'Stone Wall', 'country_fnc2', 's', 2, 1, 1, '0', '0', '0', 3141, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1573. (1545, 'Stick Fence', 'country_fnc1', 's', 2, 1, 1, '0', '0', '0', 3154, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1574. (1546, 'Wishing Well', 'country_well', 's', 1, 1, 1, '0', '0', '0', 3149, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1575. (1547, 'Fairy Mushroom', 'eco_mush2', 's', 1, 1, 1, '1', '0', '0', 3155, '0', '1', '0', '1', '1', 'default', 1, '0'),
  1576. (1548, 'Rainbow', 'country_rbw', 's', 1, 1, 1, '0', '0', '0', 3143, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1577. (1549, 'Golden Wheat', 'country_wheat', 's', 2, 2, 1, '0', '0', '0', 3163, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1578. (1550, 'Farm Gate', 'country_gate', 's', 2, 1, 0.001, '0', '0', '0', 3150, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  1579. (1551, 'Country Trax', 'sound_set_72', 's', 1, 1, 0.2, '1', '0', '0', 3144, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1580. (1552, 'Wooden Stage', 'country_stage', 's', 2, 2, 1, '1', '0', '1', 3148, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1581. (1553, 'ads_calip_cola_1 name', 'ads_calip_cola*1', 's', 1, 1, 1, '0', '0', '0', 3156, '1', '1', '0', '1', '1', 'vendingmachine', 0, '19'),
  1582. (1554, 'ads_calip_cola_2 name', 'ads_calip_cola*2', 's', 1, 1, 1, '0', '0', '0', 3157, '1', '1', '0', '1', '1', 'vendingmachine', 0, '19'),
  1583. (1555, 'ads_calip_cola_3 name', 'ads_calip_cola*3', 's', 1, 1, 1, '0', '0', '0', 3158, '1', '1', '0', '1', '1', 'vendingmachine', 0, '19'),
  1584. (1556, 'ads_calip_cola_4 name', 'ads_calip_cola*4', 's', 1, 1, 1, '0', '0', '0', 3159, '1', '1', '0', '1', '1', 'vendingmachine', 0, '19'),
  1585. (1557, 'Log Bench', 'country_log', 's', 2, 1, 1, '0', '1', '0', 3146, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1586. (1558, 'Stone Pile', 'country_fnc3', 's', 1, 1, 1, '0', '0', '0', 3152, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1587. (1559, 'Wooden Patio Tile', 'country_patio', 's', 1, 1, 1, '0', '0', '0', 3166, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1588. (1560, 'Country Ditch Corner', 'country_corner', 's', 1, 1, 1, '0', '0', '0', 3164, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1589. (1561, 'Country Ditch', 'country_ditch', 's', 1, 2, 0.001, '0', '0', '0', 3165, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  1590. (1562, 'ads_calip_chair name', 'ads_calip_chair', 's', 1, 1, 1, '0', '1', '0', 3168, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1591. (1563, 'ads_idol_trophy name', 'ads_idol_trophy', 's', 1, 1, 1, '0', '0', '0', 3169, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  1592. (1564, 'Totem Spirit Head', 'totem_head', 's', 1, 1, 1.7, '1', '0', '0', 3167, '1', '1', '0', '1', '1', 'default', 10, '0'),
  1593. (1565, 'ads_calip_pool name', 'ads_calip_pool', 's', 2, 2, 0, '0', '0', '1', 3182, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1594. (1566, 'laptopdesk name', 'laptopdesk', 's', 2, 2, 1, '0', '0', '0', 3173, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1595. (1567, 'Skull', 'LT_skull', 's', 1, 1, 1, '0', '0', '0', 3189, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1596. (1568, 'Large Tribal Block', 'lt_stage2', 's', 2, 2, 0.9, '1', '0', '1', 3175, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1597. (1569, 'Lava Corner', 'lt_lavac', 's', 1, 1, 1, '0', '0', '0', 3180, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1598. (1570, 'Tribal Gate', 'lt_gate', 's', 2, 1, 0.001, '0', '0', '0', 3172, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  1599. (1571, 'Planet of Eternity', 'saturn', 's', 1, 1, 1, '1', '0', '0', 3181, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1600. (1572, 'ads_calip_tele name', 'ads_calip_tele', 's', 1, 1, 0.001, '0', '0', '0', 3190, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
  1601. (1573, 'Stone Statue', 'lt_statue', 's', 1, 1, 1, '0', '0', '0', 3185, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1602. (1574, 'Tarantula', 'lt_spider', 's', 1, 1, 1, '0', '0', '0', 3178, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1603. (1575, 'Tribal Stone Wall', 'lt_stone2', 's', 2, 1, 1.2, '1', '0', '0', 3177, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1604. (1576, 'Tribal Seat', 'LT_throne', 's', 1, 1, 1.5, '0', '1', '0', 3171, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1605. (1577, 'audChr name', 'audChr', 's', 1, 1, 1, '0', '1', '0', 3179, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1606. (1578, 'Moss Patch', 'lt_patch', 's', 2, 2, 0, '1', '0', '1', 3188, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1607. (1579, 'Lava Ditch', 'lt_lava', 's', 1, 2, 1, '0', '0', '0', 3176, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1608. (1580, 'Small Tribal Torch', 'LT_pillar2', 's', 1, 1, 1, '0', '0', '0', 3170, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1609. (1581, 'Ant Hill', 'lt_bughill', 's', 1, 1, 1, '0', '0', '0', 3174, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1610. (1582, 'noticeboard name', 'noticeboard', 's', 3, 1, 1, '0', '0', '0', 3186, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1611. (1583, 'clrack name', 'clrack', 's', 3, 1, 0, '1', '0', '0', 3184, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1612. (1584, 'Large Tribal Torch', 'LT_pillar', 's', 1, 1, 1, '0', '0', '0', 3187, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1613. (1585, 'Small Tribal Block', 'lt_stage1', 's', 1, 1, 0.9, '1', '0', '1', 3183, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1614. (1586, 'transparent_floor name', 'transparent_floor', 's', 2, 2, 0, '1', '0', '1', 3199, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1615. (1587, 'ads_calip_lava name', 'ads_calip_lava', 's', 1, 1, 1, '0', '0', '0', 3197, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1616. (1588, 'Tribal Stone Corner', 'lt_stone1', 's', 1, 1, 1.2, '1', '0', '0', 3196, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1617. (1589, 'ads_calip_fan', 'ads_calip_fan', 's', 1, 1, 1, '0', '0', '0', 3198, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1618. (1590, 'voting_ch name', 'voting_ch', 's', 1, 1, 1.3, '0', '1', '0', 3201, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1619. (1591, 'Quick Coffee Stop', 'ads_mall_coffeem', 's', 1, 1, 1, '0', '0', '0', 3202, '1', '1', '0', '1', '1', 'vendingmachine', 0, '41'),
  1620. (1592, 'Totem Planet', 'totem_planet', 's', 1, 1, 1, '0', '0', '0', 3200, '1', '1', '0', '1', '1', 'default', 3, '0'),
  1621. (1593, 'Don''t worry', 'SF_reactor', 's', 1, 1, 1, '1', '0', '0', 3212, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1622. (1594, 'Pack all you want', 'SF_crate_2', 's', 2, 1, 1, '1', '0', '0', 3204, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1623. (1595, 'Space Crew Chair', 'SF_chair_blue', 's', 1, 1, 1.2, '0', '1', '0', 3207, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1624. (1596, 'Cryogenic Bed', 'sf_pod', 's', 1, 3, 1.36, '0', '0', '0', 3219, '1', '1', '0', '1', '1', 'bed', 2, '0'),
  1625. (1597, 'Command Console', 'SF_panel1', 's', 1, 1, 1, '0', '0', '0', 3217, '1', '1', '0', '1', '1', 'default', 3, '0'),
  1626. (1598, 'Starship Table', 'SF_table', 's', 2, 2, 1, '1', '0', '0', 3220, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1627. (1599, 'Welcome aboard', 'SF_chair_green', 's', 1, 1, 1.2, '0', '1', '0', 3215, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1628. (1600, 'Small Crate', 'SF_crate_1', 's', 1, 1, 1, '1', '0', '0', 3205, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1629. (1601, 'Alien Lifeform', 'SF_alien', 's', 1, 1, 1, '0', '0', '0', 3210, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1630. (1602, 'Engineering Console', 'SF_panel2', 's', 2, 1, 1, '0', '0', '0', 3218, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1631. (1603, 'Display Gate', 'sf_gate', 's', 2, 1, 0.001, '0', '0', '0', 3221, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  1632. (1604, 'Navigation Panel', 'SF_panel3', 's', 1, 1, 1, '0', '0', '0', 3208, '1', '1', '0', '1', '1', 'default', 3, '0'),
  1633. (1605, 'Starship Floor 2', 'SF_floor_2', 's', 2, 2, 0, '1', '0', '1', 3211, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1634. (1606, 'Sci Fi Lamp', 'SF_lamp', 's', 1, 1, 1, '0', '0', '0', 3224, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1635. (1607, 'Captain''s Chair', 'SF_chair_red', 's', 1, 1, 1.2, '0', '1', '0', 3223, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1636. (1608, 'Transparent Floor', 'sf_floor', 's', 2, 4, 0, '1', '0', '1', 3213, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1637. (1609, 'Starship Roof', 'sf_roof', 's', 2, 4, 0, '1', '0', '1', 3203, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1638. (1610, 'Light Pole', 'sf_stick', 's', 1, 1, 1, '0', '0', '0', 3206, '1', '1', '0', '1', '1', 'default', 5, '0'),
  1639. (1611, 'Starship Floor 1', 'SF_floor_1', 's', 2, 2, 0, '1', '0', '1', 3222, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1640. (1612, ' sweets', 'ads_mall_kiosk', 's', 1, 2, 1, '0', '0', '0', 3216, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1641. (1613, 'Futuristic Teleport', 'sf_tele', 's', 1, 1, 0.001, '0', '0', '0', 3214, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
  1642. (1614, 'Sci Fi Roller', 'sf_roller', 's', 1, 1, 0.5, '1', '0', '1', 3209, '1', '1', '0', '1', '1', 'roller', 1, '0'),
  1643. (1615, 'Hot Trophy', 'prizetrophy_hot', 's', 1, 1, 1, '0', '0', '0', 3229, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  1644. (95385, 'bw_pool_b1', 'bw_pool_b1', 's', 1, 1, 1, '1', '0', '0', 3560, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1645. (1617, 'Cool Trophy', 'prizetrophy_cool', 's', 1, 1, 1, '0', '0', '0', 3225, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  1646. (95384, 'bw_pool_a1', 'bw_pool_a1', 's', 1, 1, 1, '1', '1', '0', 3577, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1647. (1619, 'ads_elisa_gnome name', 'ads_elisa_gnome', 's', 1, 1, 1, '0', '0', '0', 3226, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1648. (95383, 'bw_pool_a3', 'bw_pool_a3', 's', 1, 1, 0, '1', '0', '0', 3556, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1649. (1621, 'ads_oc_soda', 'ads_oc_soda', 's', 1, 1, 1, '0', '0', '0', 3230, '1', '1', '0', '1', '1', 'vendingmachine', 0, '19'),
  1650. (1622, 'Mars Patch', 'marsrug', 's', 2, 2, 0, '1', '0', '1', 3232, '1', '1', '0', '1', '1', 'default', 5, '0'),
  1651. (1623, 'White Candle', 'rela_candle1', 's', 1, 1, 1, '0', '0', '0', 3238, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1652. (20066, 'Dead Tree', 'tree2', 's', 1, 1, 1, '0', '0', '0', 2104, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1653. (1625, 'Red Candles', 'rela_candles2', 's', 1, 1, 1, '0', '0', '0', 3245, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1654. (1626, 'Stones', 'rela_stone', 's', 1, 1, 0.5, '0', '0', '1', 3233, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1655. (1627, 'Wicker Chair', 'rela_hchair', 's', 1, 1, 1.3, '0', '1', '0', 3247, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1656. (1628, 'Red Candle', 'rela_candle2', 's', 1, 1, 1, '0', '0', '0', 3244, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1657. (1629, 'ads_711', 'ads_711*5', 's', 1, 1, 1, '0', '0', '0', 3241, '1', '1', '0', '1', '1', 'vendingmachine', 0, '19'),
  1658. (1630, 'ads_711', 'ads_711*6', 's', 1, 1, 1, '0', '0', '0', 3242, '1', '1', '0', '1', '1', 'vendingmachine', 0, '19'),
  1659. (1631, 'ads_711', 'ads_711*7', 's', 1, 1, 1, '0', '0', '0', 3243, '1', '1', '0', '1', '1', 'vendingmachine', 0, '19'),
  1660. (1632, 'Purple Candle', 'rela_candle3', 's', 1, 1, 1, '0', '0', '0', 3235, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1661. (1633, 'Asteroid', 'pix_asteroid', 's', 1, 1, 1, '1', '0', '0', 3237, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1662. (1634, 'Bushy Houseplant', 'rela_plant', 's', 1, 1, 1, '0', '0', '0', 3246, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1663. (1635, 'White Candles', 'rela_candles1', 's', 1, 1, 1, '0', '0', '0', 3234, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1664. (1636, 'Purple Candles', 'rela_candles3', 's', 1, 1, 1, '0', '0', '0', 3236, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1665. (1637, 'Orchid', 'rela_orchid', 's', 1, 1, 1, '0', '0', '0', 3239, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1666. (1638, 'Rocks', 'rela_rock', 's', 1, 1, 0.8, '0', '1', '0', 3248, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1667. (1639, 'ktchn_stove name', 'ktchn_stove', 's', 2, 1, 1, '0', '0', '0', 3256, '1', '1', '0', '1', '1', 'default', 4, '0'),
  1668. (1640, 'ktchn_light name', 'ktchn_light', 's', 2, 1, 0, '1', '0', '1', 3258, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1669. (1641, 'ktchn_plates name', 'ktchn_plates', 's', 1, 1, 1, '0', '0', '0', 3263, '1', '1', '0', '1', '1', 'default', 3, '0'),
  1670. (1642, 'ktchn_countr_1 name', 'ktchn_countr_1', 's', 1, 1, 1, '1', '0', '0', 3261, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1671. (1643, 'ktchn_pots name', 'ktchn_pots', 's', 2, 1, 0, '1', '0', '1', 3252, '1', '1', '0', '1', '1', 'default', 10, '0'),
  1672. (1644, 'ktchn_cornr name', 'ktchn_cornr', 's', 1, 1, 1, '0', '0', '0', 3257, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1673. (1645, 'ktchn_desk name', 'ktchn_desk', 's', 2, 1, 1, '1', '0', '0', 3260, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1674. (1646, 'ktchn_trash name', 'ktchn_trash', 's', 1, 1, 1, '0', '0', '0', 3264, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1675. (1647, 'ktchn_countr_2 name', 'ktchn_countr_2', 's', 2, 1, 1, '1', '0', '0', 3253, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1676. (1648, 'ktchn_bBlock name', 'ktchn_bBlock', 's', 1, 1, 1, '0', '0', '0', 3255, '1', '1', '0', '1', '1', 'default', 3, '0'),
  1677. (1649, 'ktchn_dvdr name', 'ktchn_dvdr', 's', 2, 1, 1, '0', '0', '0', 3259, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1678. (1650, 'ktchn_inspctr name', 'ktchn_inspctr', 's', 1, 1, 1, '1', '0', '0', 3250, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1679. (1651, 'ktchn_fridge name', 'ktchn_fridge', 's', 1, 1, 1, '1', '0', '0', 3249, '1', '1', '0', '1', '1', 'vendingmachine', 0, '3,36,37,38'),
  1680. (1652, 'ads_1800tele', 'ads_1800tele', 's', 1, 1, 0.001, '0', '0', '0', 3251, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
  1681. (1653, 'ktchn_sink name', 'ktchn_sink', 's', 2, 1, 1, '0', '0', '0', 3262, '1', '1', '0', '1', '1', 'default', 4, '0'),
  1682. (1654, 'ktchn_gate name', 'ktchn_gate', 's', 2, 1, 0.001, '0', '0', '0', 3254, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  1683. (1655, 'Pad of stickies', 'post.it', 'i', 0, 0, 1, '0', '0', '0', 1, '0', '0', '0', '0', '1', 'postit', 1, '0'),
  1684. (1656, 'Heart Stickies', 'post.it.vd', 'i', 0, 0, 1, '0', '0', '0', 2, '0', '0', '0', '0', '1', 'postit', 1, '0'),
  1685. (20067, 'Green Hatch', 'divider_poly3*7', 's', 1, 1, 0.001, '0', '0', '0', 1930, '1', '1', '0', '1', '1', 'gate', 1, '0'),
  1686. (20068, 'Idea Agency Lava Lamp', 'ads_cllava2', 's', 1, 1, 1, '0', '0', '0', 3021, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1687. (1665, 'Gothic Ectoplasm Fountain', 'gothicfountain', 'i', 0, 0, 1, '0', '0', '0', 4002, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1688. (1666, 'Retro Wall Lamp', 'hc_wall_lamp', 'i', 0, 0, 1, '0', '0', '0', 4003, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1689. (1667, 'Industrial Turbine', 'industrialfan', 'i', 0, 0, 1, '0', '0', '0', 4004, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1690. (1668, 'Gothic Torch', 'torch', 'i', 0, 0, 1, '0', '0', '0', 4005, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1691. (1669, 'Heart Light', 'val_heart', 'i', 0, 0, 1, '0', '0', '0', 4006, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1692. (1670, 'Mirror', 'wallmirror', 'i', 0, 0, 1, '0', '0', '0', 4007, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1693. (1671, 'Ninja Stars', 'jp_ninjastars', 'i', 0, 0, 1, '0', '0', '0', 4008, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1694. (1672, 'Habbowood Mirror', 'habw_mirror', 'i', 0, 0, 1, '0', '0', '0', 4009, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1695. (1673, 'So you gotta ask yourself', 'habbowheel', 'i', 0, 0, 1, '0', '0', '0', 4010, '1', '1', '0', '1', '1', 'habbowheel', 1, '0'),
  1696. (1674, 'Skull Guitar', 'guitar_skull', 'i', 0, 0, 1, '0', '0', '0', 4011, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1697. (1675, 'V Guitar', 'guitar_v', 'i', 0, 0, 1, '0', '0', '0', 4012, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1698. (1676, 'Christmas Lights', 'xmas_light', 'i', 0, 0, 1, '0', '0', '0', 4015, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1699. (1677, 'Anchor', 'hrella_poster_3', 'i', 0, 0, 1, '0', '0', '0', 4016, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1700. (1678, 'Life Buoy', 'hrella_poster_2', 'i', 0, 0, 1, '0', '0', '0', 4013, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1701. (1679, 'Porthole', 'hrella_poster_1', 'i', 0, 0, 1, '0', '0', '0', 4014, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1702. (1680, 'Swords', 'sw_swords', 'i', 0, 0, 1, '0', '0', '0', 4017, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1703. (1681, 'Mysterious Necklace', 'sw_stone', 'i', 0, 0, 1, '0', '0', '0', 4018, '1', '1', '0', '1', '1', 'default', 2, '0');
  1704. INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES
  1705. (1682, 'Ventilation Duct', 'sw_hole', 'i', 0, 0, 1, '0', '0', '0', 4019, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1706. (1683, 'Mood Light', 'roomdimmer', 'i', 0, 0, 1, '0', '0', '0', 4027, '1', '1', '0', '1', '1', 'dimmer', 1, '0'),
  1707. (1684, 'Bubble Juice Can', 'md_logo_wall', 'i', 0, 0, 1, '0', '0', '0', 4023, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1708. (1685, 'Kakejiku Hokusai', 'jp_sheet3', 'i', 0, 0, 1, '0', '0', '0', 4021, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1709. (1686, 'Kakejiku Ninjya', 'jp_sheet2', 'i', 0, 0, 1, '0', '0', '0', 4026, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1710. (1687, 'Kakejiku Ziritsu', 'jp_sheet1', 'i', 0, 0, 1, '0', '0', '0', 4024, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1711. (1688, 'Ancestral Scimitars', 'arabian_swords', 'i', 0, 0, 1, '0', '0', '0', 4020, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1712. (1689, 'Arabian Window Frame', 'arabian_wndw', 'i', 0, 0, 1, '0', '0', '0', 4022, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1713. (1690, 'Jungle Wallplant', 'tiki_wallplnt', 'i', 0, 0, 1, '0', '0', '0', 4030, '0', '0', '0', '1', '1', 'default', 1, '0'),
  1714. (1691, 'Surfboard', 'tiki_surfboard', 'i', 0, 0, 1, '0', '0', '0', 4028, '1', '1', '0', '1', '1', 'default', 9, '0'),
  1715. (1692, 'tampax_wall', 'tampax_wall', 'i', 0, 0, 1, '0', '0', '0', 4029, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1716. (1693, 'Single Window', 'window_single_default', 'i', 0, 0, 1, '0', '0', '0', 4031, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1717. (1694, 'Double Window', 'window_double_default', 'i', 0, 0, 1, '0', '0', '0', 4032, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1718. (1695, 'Window', 'noob_window_double', 'i', 0, 0, 1, '0', '0', '0', 4033, '0', '0', '0', '0', '1', 'default', 1, '0'),
  1719. (1696, 'Bay Window', 'window_triple', 'i', 0, 0, 1, '0', '0', '0', 4045, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1720. (1697, 'Glass Square Window', 'window_square', 'i', 0, 0, 1, '0', '0', '0', 4036, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1721. (1698, 'Large Romantic Window', 'window_romantic_wide', 'i', 0, 0, 1, '0', '0', '0', 4041, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1722. (1699, 'Small Romantic Window', 'window_romantic_narrow', 'i', 0, 0, 1, '0', '0', '0', 4037, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1723. (1700, 'Grunge Window', 'window_grunge', 'i', 0, 0, 1, '0', '0', '0', 4044, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1724. (1701, 'Golden Window', 'window_golden', 'i', 0, 0, 1, '0', '0', '0', 4035, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1725. (1702, 'Large Oriental Window', 'window_chinese_wide', 'i', 0, 0, 1, '0', '0', '0', 4034, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1726. (1703, 'Small Oriental Window', 'window_chinese_narrow', 'i', 0, 0, 1, '0', '0', '0', 4038, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1727. (1704, 'Basic Window', 'window_basic', 'i', 0, 0, 1, '0', '0', '0', 4042, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1728. (1705, 'Large 70s Window', 'window_70s_wide', 'i', 0, 0, 1, '0', '0', '0', 4039, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1729. (1706, 'Small 70s Window', 'window_70s_narrow', 'i', 0, 0, 1, '0', '0', '0', 4040, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1730. (1707, 'Sunny Delight', 'ads_sunnyd', 'i', 0, 0, 1, '0', '0', '0', 4043, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1731. (1708, 'Good grub', 'window_diner2', 'i', 0, 0, 1, '0', '0', '0', 4046, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1732. (1709, 'Large Diner Window', 'window_diner', 'i', 0, 0, 1, '0', '0', '0', 4049, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1733. (1710, 'Diner Side Table', 'diner_walltable', 'i', 0, 0, 1, '0', '0', '0', 4048, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1734. (1711, 'ads_dave_wall', 'ads_dave_wall', 'i', 0, 0, 1, '0', '0', '0', 4047, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1735. (1712, 'Window', 'window_hole', 'i', 0, 0, 1, '0', '0', '0', 4052, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1736. (1713, 'easy_poster', 'easy_poster', 'i', 0, 0, 1, '0', '0', '0', 4051, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1737. (1714, 'ads_nokia_logo name', 'ads_nokia_logo', 'i', 0, 0, 1, '0', '0', '0', 4050, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1738. (1715, 'ads_nokia_phone name', 'ads_nokia_phone', 'i', 0, 0, 1, '0', '0', '0', 4053, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1739. (1717, 'Skyscraper Window', 'window_skyscraper', 'i', 0, 0, 1, '0', '0', '0', 4054, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1740. (1718, 'netari_poster', 'netari_poster', 'i', 0, 0, 1, '0', '0', '0', 4057, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1741. (1719, 'Bullet Hole', 'det_bhole', 'i', 0, 0, 1, '0', '0', '0', 4056, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1742. (1720, 'Red V Guitar', 'ads_campguitar', 'i', 0, 0, 1, '0', '0', '0', 4058, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1743. (1721, 'Nuclear Radiation Sign', 'hween08_rad', 'i', 0, 0, 1, '0', '0', '0', 4059, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1744. (1722, 'Broken Window (small)', 'hween08_wndwb', 'i', 0, 0, 1, '0', '0', '0', 4061, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1745. (1723, 'Broken Window (large)', 'hween08_wndw', 'i', 0, 0, 1, '0', '0', '0', 4062, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1746. (1724, 'Biohazard Sign', 'hween08_bio', 'i', 0, 0, 1, '0', '0', '0', 4063, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1747. (1725, 'X-Ray Light Box', 'hw_08_xray', 'i', 0, 0, 1, '0', '0', '0', 4060, '1', '1', '0', '1', '1', 'default', 3, '0'),
  1748. (1726, 'Red Gothic Fountain', 'gothicfountain2', 'i', 0, 0, 1, '0', '0', '0', 4065, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1749. (20052, 'Volturi Crest', 'ads_twi_crest', 'i', 0, 0, 1, '1', '0', '0', 4275, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1750. (1728, 'TBD Central Musical TV', 'ads_cmusic', 'i', 0, 0, 1, '0', '0', '0', 4067, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1751. (1729, 'Stand up or sitting down', 'party_wc_boy', 'i', 0, 0, 1, '0', '0', '0', 4070, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1752. (1730, 'Big Wall Lights', 'party_led', 'i', 0, 0, 1, '0', '0', '0', 4066, '1', '1', '0', '1', '1', 'default', 4, '0'),
  1753. (1731, 'Neon Heart Light', 'party_neon5', 'i', 0, 0, 1, '0', '0', '0', 4074, '1', '1', '0', '1', '1', 'default', 5, '0'),
  1754. (1732, 'Neon Right Arrows', 'party_neon1', 'i', 0, 0, 1, '0', '0', '0', 4069, '1', '1', '0', '1', '1', 'default', 3, '0'),
  1755. (1733, 'Neon Left Arrows', 'party_neon2', 'i', 0, 0, 1, '0', '0', '0', 4073, '1', '1', '0', '1', '1', 'default', 3, '0'),
  1756. (1734, 'Girls Toilets', 'party_wc_girl', 'i', 0, 0, 1, '0', '0', '0', 4068, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1757. (1735, 'Neon Pink Flamingo', 'party_neon3', 'i', 0, 0, 1, '0', '0', '0', 4075, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1758. (1736, 'Bar Shelf', 'party_shelf', 'i', 0, 0, 1, '0', '0', '0', 4071, '1', '1', '0', '1', '1', 'default', 3, '0'),
  1759. (1737, 'Neon Skull Light', 'party_neon4', 'i', 0, 0, 1, '0', '0', '0', 4072, '1', '1', '0', '1', '1', 'default', 3, '0'),
  1760. (1738, 'Snowy Posters', 'xmas08_wallpaper', 'i', 0, 0, 1, '0', '0', '0', 4077, '0', '0', '0', '1', '1', 'roomeffect', 1, '0'),
  1761. (1739, 'Icy Wall', 'xmas08_icewall', 'i', 0, 0, 1, '0', '0', '0', 4076, '1', '1', '0', '1', '1', 'default', 4, '0'),
  1762. (1741, 'Idea Agency Plasma 1', 'ads_clwall1', 'i', 0, 0, 1, '0', '0', '0', 4082, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1763. (1742, 'Idea Agency Plasma 2', 'ads_clwall2', 'i', 0, 0, 1, '0', '0', '0', 4078, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1764. (1743, 'Idea Agency Plasma 3', 'ads_clwall3', 'i', 0, 0, 1, '0', '0', '0', 4079, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1765. (1744, 'ads_ob_wall', 'ads_ob_wall', 'i', 0, 0, 1, '0', '0', '0', 4081, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1766. (1745, 'Mall Window', 'ads_mall_window', 'i', 0, 0, 1, '0', '0', '0', 4083, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1767. (1746, 'Dragon Poster', 'china_pstr2', 'i', 0, 0, 1, '0', '0', '0', 4085, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1768. (1747, 'Chinese Wall Lamp', 'china_light', 'i', 0, 0, 1, '0', '0', '0', 4086, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1769. (1748, 'Ox Poster', 'china_pstr1', 'i', 0, 0, 1, '0', '0', '0', 4084, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1770. (1749, 'Bolly Window', 'bolly_wdw_wd', 'i', 0, 0, 1, '0', '0', '0', 4087, '1', '1', '0', '1', '1', 'default', 3, '0'),
  1771. (1750, 'Monster Plan Poster', 'ads_igor_wall', 'i', 0, 0, 1, '0', '0', '0', 4090, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1772. (1751, 'Evil Bone', 'ads_igorevilb', 'i', 0, 0, 1, '0', '0', '0', 4089, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1773. (1752, 'ads_idol_wall name', 'ads_idol_wall', 'i', 0, 0, 1, '0', '0', '0', 4088, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1774. (1753, 'Mall Furni Showroom', 'ads_mall_winfur', 'i', 0, 0, 1, '0', '0', '0', 4092, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1775. (1754, 'Mall Pet Shop Window', 'ads_mall_winpet', 'i', 0, 0, 1, '0', '0', '0', 4091, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1776. (1755, 'Rock Wall', 'lc_wall1', 'i', 0, 0, 1, '0', '0', '0', 4095, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1777. (1756, 'Aquarium Window', 'lc_window2', 'i', 0, 0, 1, '0', '0', '0', 4096, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1778. (1757, 'Wooden Window', 'lc_window1', 'i', 0, 0, 1, '0', '0', '0', 4094, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1779. (1758, 'American Idol TV', 'ads_idol_tv', 'i', 0, 0, 1, '0', '0', '0', 4093, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1780. (1759, 'Coral Wall', 'lc_wall2', 'i', 0, 0, 1, '0', '0', '0', 4097, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1781. (1760, 'ads_idol_mirror name', 'ads_idol_mirror', 'i', 0, 0, 1, '0', '0', '0', 4099, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1782. (1761, 'Mall Cinema Window', 'ads_mall_wincin', 'i', 0, 0, 1, '0', '0', '0', 4098, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1783. (1762, 'Strum', 'ads_mall_winmus', 'i', 0, 0, 1, '0', '0', '0', 4101, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1784. (1763, 'Mall Beauty Salon', 'ads_mall_winbea', 'i', 0, 0, 1, '0', '0', '0', 4100, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1785. (1764, 'Eco Curtain 1', 'eco_curtains1', 'i', 0, 0, 1, '0', '0', '0', 4105, '0', '1', '0', '1', '1', 'default', 2, '0'),
  1786. (1765, 'Mall Idea Agency Window', 'ads_mall_winchi', 'i', 0, 0, 1, '0', '0', '0', 4103, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1787. (1766, 'Eco Curtain 3', 'eco_curtains3', 'i', 0, 0, 1, '0', '0', '0', 4104, '0', '1', '0', '1', '1', 'default', 2, '0'),
  1788. (1767, 'Eco Curtain 2', 'eco_curtains2', 'i', 0, 0, 1, '0', '0', '0', 4102, '0', '1', '0', '1', '1', 'default', 2, '0'),
  1789. (1768, 'Mall Ice Cream Parlour Window', 'ads_mall_winice', 'i', 0, 0, 1, '0', '0', '0', 4109, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1790. (1769, 'Whatever your sporting dibble', 'ads_mall_winspo', 'i', 0, 0, 1, '0', '0', '0', 4106, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1791. (1770, 'ads_idol_logo name', 'ads_idol_logo', 'i', 0, 0, 1, '0', '0', '0', 4108, '1', '1', '0', '1', '1', 'default', 3, '0'),
  1792. (1771, 'World Map', 'exe_map', 'i', 0, 0, 1, '0', '0', '0', 4110, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1793. (1772, 'Wall Fall', 'exe_wfall', 'i', 0, 0, 1, '0', '0', '0', 4107, '1', '1', '0', '1', '1', 'default', 3, '0'),
  1794. (1773, 'ads_lin_wh_c name', 'ads_lin_wh_c', 'i', 0, 0, 1, '0', '0', '0', 4115, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1795. (1774, 'ads_malaco_tv name', 'ads_malaco_tv', 'i', 0, 0, 1, '0', '0', '0', 4113, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1796. (1775, 'ads_puffet_tv name', 'ads_puffet_tv', 'i', 0, 0, 1, '0', '0', '0', 4111, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1797. (1776, 'ads_reebok_tv name', 'ads_reebok_tv', 'i', 0, 0, 1, '0', '0', '0', 4112, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1798. (1777, 'Forest Wall Poster', 'country_forestwall', 'i', 0, 0, 1, '0', '0', '0', 4114, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1799. (1778, 'Marble Fireplace', 'country_fp', 'i', 0, 0, 1, '0', '0', '0', 4117, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1800. (1779, 'Farmhouse Wall', 'country_wall', 'i', 0, 0, 1, '0', '0', '0', 4118, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1801. (1780, 'Ye Olde Lantern', 'country_lantern', 'i', 0, 0, 1, '0', '0', '0', 4116, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1802. (1781, 'Norwegian Flag', 'flag_norway', 'i', 0, 0, 1, '0', '0', '0', 4119, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1803. (1782, 'Diner Poster', 'diner_poster', 'i', 0, 0, 1, '0', '0', '0', 4120, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1804. (1783, '', 'lt_jngl_wall', 'i', 0, 0, 1, '0', '0', '0', 4121, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1805. (1784, 'ads_mirror name', 'ads_mirror', 'i', 0, 0, 1, '0', '0', '0', 4122, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1806. (1785, 'lt_wall', 'lt_wall', 'i', 0, 0, 1, '0', '0', '0', 4123, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1807. (1787, 'Starship Window', 'sf_window', 'i', 0, 0, 1, '0', '0', '0', 4224, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1808. (1788, 'Starship Wall', 'sf_wall2', 'i', 0, 0, 1, '0', '0', '0', 4228, '1', '1', '0', '1', '1', 'default', 3, '0'),
  1809. (1789, 'ads_wwe_poster name', 'ads_wwe_poster', 'i', 0, 0, 1, '0', '0', '0', 4226, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1810. (1790, 'Fly me to the moon', 'ads_mall_wintra', 'i', 0, 0, 1, '0', '0', '0', 4225, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1811. (1791, 'Starship Corner', 'sf_wall3', 'i', 0, 0, 1, '0', '0', '0', 4223, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1812. (1793, 'ads_veet name', 'ads_veet', 'i', 0, 0, 1, '0', '0', '0', 4222, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1813. (1794, 'Wall Tiles', 'rela_wall', 'i', 0, 0, 1, '0', '0', '0', 4232, '1', '1', '0', '1', '1', 'default', 6, '0'),
  1814. (1795, 'flag_belgium', 'flag_belgium', 'i', 0, 0, 1, '0', '0', '0', 4229, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1815. (1796, 'flag_portugal', 'flag_portugal', 'i', 0, 0, 1, '0', '0', '0', 4231, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1816. (1797, 'ads_mall_wingar', 'ads_mall_wingar', 'i', 0, 0, 1, '0', '0', '0', 4230, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1817. (1798, 'ktchn_wall name', 'ktchn_wall', 'i', 0, 0, 1, '0', '0', '0', 4235, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1818. (1799, 'ads_mall_winclo', 'ads_mall_winclo', 'i', 0, 0, 1, '0', '0', '0', 4236, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1819. (1800, 'ktchn_oven name', 'ktchn_oven', 'i', 0, 0, 1, '0', '0', '0', 4234, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1820. (1801, 'ktchn_knives name', 'ktchn_knives', 'i', 0, 0, 1, '0', '0', '0', 4233, '1', '1', '0', '1', '1', 'default', 4, '0'),
  1821. (1802, 'Mood Controller (Large)', 'dimmer_fuse6', 'i', 0, 0, 1, '0', '0', '0', 4240, '1', '1', '0', '1', '1', 'dimmer', 1, '0'),
  1822. (1803, 'Mood Switch (Large)', 'dimmer_swtch', 'i', 0, 0, 1, '0', '0', '0', 4237, '1', '1', '0', '1', '1', 'dimmer', 1, '0'),
  1823. (1804, 'Mood Controller (Small)', 'dimmer_fuse2', 'i', 0, 0, 1, '0', '0', '0', 4239, '1', '1', '0', '1', '1', 'dimmer', 1, '0'),
  1824. (1805, 'Mood Switch (Small)', 'dimmer_buttn', 'i', 0, 0, 1, '0', '0', '0', 4238, '1', '1', '0', '1', '1', 'dimmer', 1, '0'),
  1825. (19877, '', 'avatar_effect9', 'e', 1, 1, 1, '0', '0', '0', 9, '0', '0', '0', '0', '0', 'default', 1, '0'),
  1826. (19878, '', 'avatar_effect6', 'e', 1, 1, 1, '0', '0', '0', 6, '0', '0', '0', '0', '0', 'default', 1, '0'),
  1827. (19879, '', 'avatar_effect16', 'e', 1, 1, 1, '0', '0', '0', 16, '0', '0', '0', '0', '0', 'default', 1, '0'),
  1828. (19880, '', 'avatar_effect2', 'e', 1, 1, 1, '0', '0', '0', 2, '0', '0', '0', '0', '0', 'default', 1, '0'),
  1829. (19881, '', 'avatar_effect14', 'e', 1, 1, 1, '0', '0', '0', 14, '0', '0', '0', '0', '0', 'default', 1, '0'),
  1830. (19882, '', 'avatar_effect15', 'e', 1, 1, 1, '0', '0', '0', 15, '0', '0', '0', '0', '0', 'default', 1, '0'),
  1831. (19883, '', 'avatar_effect3', 'e', 1, 1, 1, '0', '0', '0', 3, '0', '0', '0', '0', '0', 'default', 1, '0'),
  1832. (19884, '', 'avatar_effect17', 'e', 1, 1, 1, '0', '0', '0', 17, '0', '0', '0', '0', '0', 'default', 1, '0'),
  1833. (19885, '', 'avatar_effect18', 'e', 1, 1, 1, '0', '0', '0', 18, '0', '0', '0', '0', '0', 'default', 1, '0'),
  1834. (19886, '', 'avatar_effect1', 'e', 1, 1, 1, '0', '0', '0', 1, '0', '0', '0', '0', '0', 'default', 1, '0'),
  1835. (19887, '', 'avatar_effect4', 'e', 1, 1, 1, '0', '0', '0', 4, '0', '0', '0', '0', '0', 'default', 1, '0'),
  1836. (19888, '', 'avatar_effect5', 'e', 1, 1, 1, '0', '0', '0', 5, '0', '0', '0', '0', '0', 'default', 1, '0'),
  1837. (19889, '', 'avatar_effect7', 'e', 1, 1, 1, '0', '0', '0', 7, '0', '0', '0', '0', '0', 'default', 1, '0'),
  1838. (19890, '', 'avatar_effect8', 'e', 1, 1, 1, '0', '0', '0', 8, '0', '0', '0', '0', '0', 'default', 1, '0'),
  1839. (19891, '', 'avatar_effect10', 'e', 1, 1, 1, '0', '0', '0', 10, '0', '0', '0', '0', '0', 'default', 1, '0'),
  1840. (19892, '', 'avatar_effect12', 'e', 1, 1, 1, '0', '0', '0', 12, '0', '0', '0', '0', '0', 'default', 1, '0'),
  1841. (19893, '', 'avatar_effect13', 'e', 1, 1, 1, '0', '0', '0', 13, '0', '0', '0', '0', '0', 'default', 1, '0'),
  1842. (19894, '', 'a2 l', 'i', 1, 1, 1, '0', '0', '0', 3002, '0', '0', '0', '1', '0', 'roomeffect', 1, '0'),
  1843. (19895, '', 'a2 t', 'i', 1, 1, 1, '0', '0', '0', 3001, '0', '0', '0', '1', '0', 'roomeffect', 1, '0'),
  1844. (19896, '', 'wallpaper 1', 'i', 1, 1, 1, '0', '0', '0', 3001, '0', '0', '0', '1', '0', 'roomeffect', 1, '0'),
  1845. (19926, '', 'landscape 10', 'i', 1, 1, 1, '0', '0', '0', 4055, '0', '0', '0', '1', '0', 'roomeffect', 1, '0'),
  1846. (19938, '', 'hween09_floor', 's', 2, 2, 0, '1', '0', '1', 3288, '0', '0', '0', '1', '1', 'default', 1, '0'),
  1847. (19939, '', 'hween09_jar', 's', 1, 1, 1, '0', '0', '0', 3287, '0', '0', '0', '1', '1', 'default', 2, '0'),
  1848. (19940, 'City Bench (Clean)', 'urban_bench_plain', 's', 2, 1, 1, '0', '1', '0', 3284, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1849. (19941, '', 'hween09_organ', 's', 2, 1, 1, '0', '0', '0', 3282, '0', '0', '0', '1', '1', 'default', 2, '0'),
  1850. (19942, '', 'byesw_hand', 's', 1, 1, 1.35, '0', '1', '0', 3291, '0', '1', '0', '1', '1', 'default', 1, '0'),
  1851. (19943, '', 'byesw_hotel', 's', 1, 1, 1, '0', '0', '0', 3289, '0', '1', '0', '1', '1', 'default', 6, '0'),
  1852. (19944, '', 'hween09_table', 's', 1, 3, 1, '0', '0', '0', 3286, '0', '0', '0', '1', '1', 'default', 2, '0'),
  1853. (19945, '', 'hween09_chair', 's', 1, 1, 1, '0', '1', '0', 3295, '0', '0', '0', '1', '1', 'default', 1, '0'),
  1854. (19946, '', 'hween09_mirror', 's', 1, 1, 1, '0', '1', '0', 3293, '0', '0', '0', '1', '1', 'default', 2, '0'),
  1855. (19947, 'Trap Door', 'hween09_hatch', 's', 2, 2, 0.001, '0', '0', '1', 3285, '0', '0', '0', '1', '1', 'gate', 2, '0'),
  1856. (19948, '', 'hween09_ghost', 's', 1, 1, 1, '0', '0', '0', 3290, '0', '0', '0', '1', '1', 'default', 2, '0'),
  1857. (19949, '', 'hween09_tv', 's', 2, 1, 1, '0', '0', '0', 3292, '0', '0', '0', '1', '1', 'default', 3, '0'),
  1858. (19950, '', 'hween09_chandelier', 's', 1, 1, 1, '0', '0', '1', 3294, '0', '0', '0', '1', '1', 'default', 3, '0'),
  1859. (19951, '', 'hween09_crnr1', 'i', 0, 0, 1, '0', '0', '0', 4247, '0', '0', '0', '1', '1', 'default', 4, '0'),
  1860. (19952, '', 'hween09_paint', 'i', 0, 0, 1, '0', '0', '0', 4263, '0', '0', '0', '1', '1', 'default', 2, '0'),
  1861. (19953, '', 'hween09_treewall', 'i', 0, 0, 1, '0', '0', '0', 4269, '0', '0', '0', '1', '1', 'default', 2, '0'),
  1862. (19954, '', 'hween09_wall1', 'i', 0, 0, 1, '0', '0', '0', 4257, '0', '0', '0', '1', '1', 'default', 4, '0'),
  1863. (19955, '', 'hween09_stonewall', 'i', 0, 0, 1, '0', '0', '0', 4259, '0', '0', '0', '1', '1', 'default', 5, '0'),
  1864. (19956, '', 'hween09_win', 'i', 0, 0, 1, '0', '0', '0', 4271, '0', '0', '0', '1', '1', 'default', 10, '0'),
  1865. (19957, '', 'avatar_effect22', 'e', 1, 1, 1, '0', '0', '0', 22, '0', '0', '0', '0', '1', 'default', 1, '0'),
  1866. (19958, '', 'avatar_effect19', 'e', 1, 1, 1, '0', '0', '0', 19, '0', '0', '0', '0', '1', 'default', 1, '0'),
  1867. (19959, '', 'avatar_effect20', 'e', 1, 1, 1, '0', '0', '0', 20, '0', '0', '0', '0', '1', 'default', 1, '0'),
  1868. (19960, '', 'avatar_effect21', 'e', 1, 1, 1, '0', '0', '0', 21, '0', '0', '0', '0', '1', 'default', 1, '0'),
  1869. (19989, 'Snowman Base', 'xm09_man_a', 's', 1, 1, 1, '1', '0', '0', 3330, '1', '1', '0', '1', '1', 'default', 5, '0'),
  1870. (19971, 'Snowman Middle', 'xm09_man_b', 's', 1, 1, 0.8, '1', '0', '0', 3328, '1', '1', '0', '1', '1', 'default', 9, '0'),
  1871. (19972, 'Snowman Head', 'xm09_man_c', 's', 1, 1, 1, '0', '0', '0', 3329, '1', '1', '0', '1', '1', 'default', 8, '0'),
  1872. (19973, 'Christmas Table', 'xm09_table', 's', 2, 6, 1, '1', '0', '0', 3335, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1873. (19974, '6-Seater Bench', 'xm09_bench', 's', 6, 1, 1, '0', '1', '0', 3340, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1874. (19976, 'Snowy Fir Trees', 'xm09_firwall', 'i', 0, 0, 1, '0', '0', '0', 4307, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1875. (19977, 'Snowy Forest', 'xm09_forestwall', 'i', 0, 0, 1, '0', '0', '0', 4308, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1876. (19978, 'Lodge Wall', 'xm09_lodgewall', 'i', 0, 0, 1, '1', '0', '0', 4311, '0', '1', '0', '1', '1', 'default', 8, '0'),
  1877. (19979, 'Gold Heart Bauble', 'xm09_bauble_25', 'i', 0, 0, 1, '1', '0', '0', 4286, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1878. (19980, 'Silver Heart Bauble', 'xm09_bauble_26', 'i', 0, 0, 1, '1', '0', '0', 4306, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1879. (19981, 'Pink Heart Bauble', 'xm09_bauble_27', 'i', 0, 0, 1, '1', '0', '0', 4279, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1880. (19982, 'Pink Heart Bauble', 'xm09_bauble_27', 'i', 0, 0, 1, '1', '0', '0', 4313, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1881. (19983, 'Blue Heart Bauble', 'xm09_bauble_23', 'i', 0, 0, 1, '1', '0', '0', 4292, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1882. (19984, 'Green Heart Bauble', 'xm09_bauble_24', 'i', 0, 0, 1, '1', '0', '0', 4278, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1883. (19985, 'Candy Cane', 'xm09_candyCane', 's', 1, 1, 1, '0', '0', '0', 3314, '1', '1', '0', '1', '1', 'default', 4, '0'),
  1884. (19986, 'Big Stocking', 'xm09_stocking', 'i', 0, 0, 1, '1', '0', '0', 4280, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1885. (19994, 'Fountain', 'ads_twi_fountn', 's', 2, 2, 1, '0', '0', '0', 3301, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1886. (19995, 'Clock Tower wall', 'ads_twi_dvdr2', 's', 2, 1, 1, '0', '0', '0', 3302, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1887. (19996, 'Standing Rose Bouquet', 'ads_twi_roses', 's', 1, 1, 1, '0', '0', '0', 3304, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1888. (19997, 'Cake on Table with Presents', 'ads_twi_table', 's', 2, 2, 1, '0', '0', '0', 3297, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1889. (19998, 'Volturi Royal Chair', 'ads_twi_chair', 's', 1, 1, 1, '0', '1', '0', 3300, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1890. (19999, 'Half wall', 'ads_twi_dvdr1', 's', 2, 1, 1, '0', '0', '0', 3303, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1891. (20000, 'Broken Piano', 'ads_twi_piano', 's', 2, 2, 1, '0', '0', '0', 3299, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1892. (20001, 'ads_twi_tower name', 'ads_twi_tower', 's', 1, 1, 1, '0', '0', '0', 3298, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1893. (20002, 'Toolbox', 'ads_twi_toolbx', 's', 1, 1, 1, '0', '0', '0', 3296, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1894. (20003, 'Mist', 'ads_twi_mist', 's', 1, 1, 0, '1', '0', '1', 3308, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1895. (20011, 'Water Hydrant', 'urban_wpost', 's', 1, 1, 1, '0', '0', '0', 3272, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1896. (20010, 'Pavement Slab', 'urban_sidewalk', 's', 2, 2, 0.2, '1', '0', '1', 3274, '1', '1', '0', '1', '1', 'default', 4, '0'),
  1897. (20008, 'City Bench (Dirty)', 'urban_bench', 's', 2, 1, 1, '0', '1', '0', 3269, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1898. (20007, 'Taxi Sofa', 'urban_carsofa', 's', 2, 1, 1, '0', '1', '0', 3268, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1899. (20014, 'Concrete Block', 'urban_blocker', 's', 1, 1, 1, '0', '0', '0', 3270, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1900. (20013, 'Garbage Bin', 'urban_bin', 's', 1, 1, 1, '0', '0', '0', 3266, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1901. (20012, 'Mesh Fencing', 'urban_fence', 's', 1, 2, 1, '0', '0', '0', 3267, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1902. (20015, 'Basketball Pole', 'urban_bsktbll', 's', 1, 1, 1, '0', '0', '0', 3271, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1903. (20025, 'Terracotta Pillar', 'pillar*6', 's', 1, 1, 1, '0', '0', '0', 1609, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1904. (20026, 'Urban Iced Bookcase', 'shelves_norja*4', 's', 1, 1, 1, '0', '0', '0', 1795, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1905. (20027, 'Black Mode Double Bed', 'bed_polyfon*2', 's', 2, 3, 1.8, '0', '0', '0', 1895, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  1906. (20028, 'Blue Iced Angle', 'divider_nor5*6', 's', 1, 1, 1, '0', '0', '0', 1995, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1907. (20029, 'Valentine''s Cauldron', 'val_cauldron', 's', 1, 1, 1, '0', '0', '0', 2103, '1', '1', '0', '1', '1', 'vendingmachine', 0, '25'),
  1908. (20030, 'Aqua Pura Module 5', 'pura_mdl5*1', 's', 1, 1, 1, '0', '1', '0', 2509, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1909. (20031, 'Aqua One Way Gate', 'one_way_door*1', 's', 1, 1, 0.001, '0', '0', '0', 2597, '1', '1', '0', '1', '1', 'onewaygate', 2, '0'),
  1910. (20032, 'Power Globe', 'exe_globe', 's', 1, 1, 1, '0', '0', '0', 2672, '1', '1', '0', '1', '1', 'default', 10, '0'),
  1911. (20034, 'Latte Diner Corner', 'diner_bardesk_corner*5', 's', 1, 1, 1, '1', '0', '0', 2874, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1912. (20035, 'Bubbles', 'fx_bubble', 's', 1, 1, 1, '1', '0', '0', 3012, '0', '0', '0', '0', '1', 'rentals', 2, '0'),
  1913. (20036, 'Safety Cone', 'bump_tottero', 's', 1, 1, 1, '0', '0', '0', 3087, '1', '1', '0', '0', '1', 'default', 1, '0'),
  1914. (20037, 'ads_calip_parasol name', 'ads_calip_parasol', 's', 1, 1, 1, '0', '0', '0', 3195, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1915. (20041, '2010 Poster', 'year2010', 'i', 0, 0, 1, '1', '0', '0', 4313, '1', '1', '0', '1', '1', 'default', 3, '0'),
  1916. (20042, 'Party Lantern', 'party_lantern', 's', 1, 1, 0, '1', '0', '1', 3327, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1917. (20043, 'Party Lights', 'party_lights', 'i', 0, 0, 1, '0', '0', '0', 4310, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1918. (20047, 'Soothing Stick', 'rela_stick', 's', 1, 1, 1, '0', '0', '0', 3240, '1', '1', '0', '1', '1', 'default', 3, '0'),
  1919. (20048, 'Mall Lift', 'ads_mall_elevator', 's', 1, 1, 0.001, '0', '0', '0', 3306, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
  1920. (20050, 'Flatscreen TV', 'xm09_infotv', 'i', 0, 0, 1, '1', '0', '0', 4309, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1921. (20051, 'Twilight Trophy', 'ads_twi_trophy', 's', 1, 1, 1, '1', '0', '0', 3311, '1', '1', '0', '1', '1', 'trophy', 1, '0'),
  1922. (20053, 'Painting', 'ads_twi_paint', 'i', 0, 0, 1, '1', '0', '0', 4272, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1923. (20054, 'Window with Candles', 'ads_twi_windw', 'i', 0, 0, 1, '1', '0', '0', 4277, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1924. (20055, 'Truck and Motorcycles', 'ads_twi_bwall2', 'i', 0, 0, 1, '1', '0', '0', 4276, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1925. (20056, 'Dream Catcher', 'ads_twi_dreamc', 'i', 0, 0, 1, '1', '0', '0', 4273, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1926. (20057, 'Barn Wall', 'ads_twi_bwall1', 'i', 0, 0, 1, '1', '0', '0', 4274, '1', '1', '0', '1', '1', 'default', 3, '0'),
  1927. (20059, 'Arabian Wall', 'arabian_wall', 'i', 0, 0, 1, '1', '0', '0', 4287, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1928. (20060, 'DEAL_HC_1', 'DEAL_HC_1', 'h', 0, 0, 0, '0', '0', '0', 0, '0', '0', '0', '0', '0', 'default', 0, '0'),
  1929. (20072, 'ads_gsArcade_1 name', 'ads_gsArcade_1', 's', 1, 1, 1, '1', '0', '0', 3277, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1930. (20063, 'Hot Choc Machine', 'xm09_cocoa', 's', 1, 1, 1, '1', '0', '0', 3337, '1', '1', '0', '1', '1', 'vendingmachine', 0, '10'),
  1931. (20064, 'Astro-Bar', 'sf_mbar', 's', 1, 1, 1, '1', '0', '0', 3273, '1', '1', '0', '1', '1', 'vendingmachine', 0, '44'),
  1932. (20074, 'Silver MTV EMA Trophy', 'ads_mtvtrophy_silver', 's', 1, 1, 1, '0', '0', '0', 3281, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1933. (20075, 'ads_spang_sleep', 'ads_spang_sleep', 's', 1, 3, 0.8, '1', '0', '0', 3280, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  1934. (20076, 'Gold MTV EMA Trophy', 'ads_mtvtrophy_gold', 's', 1, 1, 1, '0', '0', '0', 3279, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1935. (20077, 'ktchn_hlthNut name', 'ktchn_hlthNut', 's', 1, 1, 1, '1', '0', '0', 3307, '1', '1', '0', '1', '1', 'default', 3, '0'),
  1936. (20078, 'Chicken', 'petfood8', 's', 1, 1, 1, '1', '0', '0', 3325, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1937. (20079, 'nest_plow_reg', 'nest_plow_reg', 's', 1, 1, 1, '1', '0', '0', 3318, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1938. (20080, 'Yellow Pet Snuggle', 'nest_snug_yel', 's', 1, 1, 1, '1', '0', '0', 3319, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1939. (20081, 'Salmon', 'petfood9', 's', 1, 1, 1, '1', '0', '0', 3322, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1940. (20082, 'Leveling Cake', 'petfood10', 's', 1, 1, 1, '1', '0', '0', 3326, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1941. (20083, 'Ice Apples', 'petfood7', 's', 1, 1, 1, '1', '0', '0', 3321, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1942. (20084, 'Red Apples', 'petfood6', 's', 1, 1, 1, '1', '0', '0', 3323, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1943. (20085, 'Green Pet Snuggle', 'nest_snug_grn', 's', 1, 1, 1, '1', '0', '0', 3310, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1944. (20086, 'nest_snug_red', 'nest_snug_red', 's', 1, 1, 1, '1', '0', '0', 3317, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1945. (20087, 'Green Pet Snuggle', 'nest_snug_grn', 's', 1, 1, 1, '1', '0', '0', 3023, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1946. (20088, 'nest_plow_bro', 'nest_plow_bro', 's', 1, 1, 1, '1', '0', '0', 3309, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1947. (20089, 'Red Pet Pillow', 'nest_plow_red', 's', 1, 1, 1, '1', '0', '0', 3320, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1948. (20090, 'nest_snug_blu', 'nest_snug_blu', 's', 1, 1, 1, '1', '0', '0', 3315, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1949. (20091, 'Green Apples', 'petfood5', 's', 1, 1, 1, '1', '0', '0', 3324, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1950. (20092, 'Blue Pet Pillow', 'nest_plow_blu', 's', 1, 1, 1, '1', '0', '0', 3316, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1951. (20093, 'Giant Bauble', 'xm09_lrgBauble', 's', 1, 1, 1, '1', '0', '0', 3313, '1', '1', '0', '1', '1', 'default', 10, '0'),
  1952. (20094, 'nest_dirt', 'nest_dirt', 's', 1, 1, 1, '1', '0', '0', 3331, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1953. (20095, 'nest_snug_prp', 'nest_snug_prp', 's', 1, 1, 1, '1', '0', '0', 3332, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1954. (20096, 'nest_nest', 'nest_nest', 's', 1, 1, 1, '1', '0', '0', 3334, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1955. (20097, 'nest_nails', 'nest_nails', 's', 1, 1, 1, '1', '0', '0', 3336, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1956. (20098, 'nest_basket', 'nest_basket', 's', 1, 1, 1, '1', '0', '0', 3333, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1957. (20099, 'Polar Bear Nest', 'nest_ice', 's', 1, 1, 1, '1', '0', '0', 3339, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1958. (20100, 'nest_plow_skl', 'nest_plow_skl', 's', 1, 1, 1, '1', '0', '0', 3341, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1959. (20101, 'nest_snug_bla', 'nest_snug_bla', 's', 1, 1, 1, '1', '0', '0', 3338, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1960. (20102, 'The Moodi Machine', 'ads_cl_moodi', 's', 1, 1, 1, '1', '0', '0', 3342, '1', '1', '0', '1', '1', 'vendingmachine', 1, '46,47,45'),
  1961. (20103, 'org_chairpnk', 'org_chairpnk', 's', 1, 1, 1.2, '0', '1', '0', 3354, '1', '1', '0', '1', '1', 'default', 0, '0'),
  1962. (20104, 'org_tblpnk', 'org_tblpnk', 's', 1, 1, 1, '1', '0', '0', 3352, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1963. (20105, 'org_lampblk', 'org_lampblk', 's', 1, 1, 1.2, '0', '0', '0', 3353, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1964. (20106, 'org_lamppnk', 'org_lamppnk', 's', 1, 1, 1.2, '0', '0', '0', 3348, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1965. (20107, 'org_table', 'org_table', 's', 2, 2, 1, '1', '0', '0', 3356, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1966. (20108, 'china_tiger', 'china_tiger', 's', 1, 1, 1, '1', '0', '0', 3344, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1967. (20109, 'xm09_trophy name', 'xm09_trophy', 's', 1, 1, 1, '1', '0', '0', 3351, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1968. (20110, 'china_plmTree name', 'china_plmTree', 's', 1, 1, 1, '1', '0', '0', 3355, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1969. (20111, 'org_chairblk', 'org_chairblk', 's', 1, 1, 1.2, '0', '1', '0', 3349, '1', '1', '0', '1', '1', 'default', 0, '0'),
  1970. (20112, 'org_tblblk', 'org_tblblk', 's', 1, 1, 1, '1', '0', '0', 3347, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1971. (20113, 'org_chrblk', 'org_chrblk', 's', 1, 1, 1.2, '0', '1', '0', 3345, '1', '1', '0', '1', '1', 'default', 0, '0'),
  1972. (20114, 'china_tigrSeat name', 'china_tigrSeat', 's', 1, 2, 1, '1', '0', '0', 3346, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1973. (20115, 'org_chrpnk', 'org_chrpnk', 's', 1, 1, 1.2, '0', '1', '0', 3350, '1', '1', '0', '1', '1', 'default', 0, '0'),
  1974. (20116, 'ads_chups name', 'ads_chups', 's', 1, 1, 1, '1', '0', '0', 3367, '1', '1', '0', '1', '1', 'vendingmachine', 1, '48'),
  1975. (20117, 'bling_fridge', 'bling_fridge', 's', 1, 1, 1, '0', '0', '0', 3366, '1', '1', '0', '1', '1', 'vendingmachine', 0, '50'),
  1976. (20118, 'petfood12 name', 'petfood12', 's', 1, 1, 1, '1', '0', '0', 3370, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1977. (20119, 'ads_droetker_paula name', 'ads_droetker_paula', 's', 1, 1, 1, '1', '0', '0', 3365, '1', '1', '0', '1', '1', 'vendingmachine', 1, '49'),
  1978. (20120, 'petfood11 name', 'petfood11', 's', 1, 1, 1, '1', '0', '0', 3358, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1979. (20121, 'bling_chair_a', 'bling_chair_a', 's', 1, 1, 1, '0', '1', '0', 3368, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1980. (20122, 'petfood13 name', 'petfood13', 's', 1, 1, 1, '1', '0', '0', 3359, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1981. (20123, 'bling_pool', 'bling_pool', 's', 3, 1, 0.01, '0', '1', '0', 3369, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1982. (20124, 'bling_toilet', 'bling_toilet', 's', 1, 1, 1.2, '0', '1', '0', 3362, '1', '1', '0', '1', '1', 'default', 0, '0'),
  1983. (20125, 'val09_floor', 'val09_floor', 's', 2, 2, 0, '1', '0', '1', 3363, '1', '1', '0', '1', '1', 'default', 6, '0'),
  1984. (20126, 'bling_chair_c', 'bling_chair_c', 's', 1, 1, 1, '0', '1', '0', 3361, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1985. (20127, 'bling_chair_b', 'bling_chair_b', 's', 1, 1, 1, '0', '1', '0', 3360, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1986. (20128, 'bling_shwr name', 'bling_shwr', 's', 1, 1, 0, '1', '0', '1', 3396, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1987. (20129, 'bling_bed name', 'bling_bed', 's', 2, 3, 1.6, '0', '1', '0', 3364, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1988. (20130, 'bling_sofa', 'bling_sofa', 's', 2, 1, 1.5, '0', '1', '0', 3371, '1', '1', '0', '1', '1', 'default', 2, '0'),
  1989. (20131, 'val09_floor2', 'val09_floor2', 's', 2, 2, 0, '1', '0', '1', 3357, '1', '1', '0', '1', '1', 'default', 6, '0'),
  1990. (20132, 'teddy_basic', 'teddy_basic', 's', 1, 1, 1, '1', '0', '0', 3393, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1991. (20133, 'teddy_pendergrass', 'teddy_pendergrass', 's', 1, 1, 1, '1', '0', '0', 3384, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1992. (20134, 'val_hSeat_1 name', 'val_hSeat*1', 's', 1, 1, 1, '0', '1', '0', 3386, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1993. (20135, 'val_hSeat_2 name', 'val_hSeat*2', 's', 1, 1, 1, '0', '1', '0', 3387, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1994. (20136, 'val_hSeat_3 name', 'val_hSeat*3', 's', 1, 1, 1, '0', '1', '0', 3388, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1995. (20137, 'val_hSeat_4 name', 'val_hSeat*4', 's', 1, 1, 1, '0', '1', '0', 3389, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1996. (20138, 'val_hSeat_5 name', 'val_hSeat*5', 's', 1, 1, 1, '0', '1', '0', 3390, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1997. (20139, 'val_hSeat_6 name', 'val_hSeat*6', 's', 1, 1, 1, '0', '1', '0', 3391, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1998. (20140, 'val_hSeat_7 name', 'val_hSeat*7', 's', 1, 1, 1, '0', '1', '0', 3392, '1', '1', '0', '1', '1', 'default', 1, '0'),
  1999. (20141, 'Valentines gift basket', 'val_basket', 's', 1, 1, 1, '1', '0', '0', 3382, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2000. (20142, 'teddy_bear', 'teddy_bear', 's', 1, 1, 1, '1', '0', '0', 3385, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2001. (20143, 'teddy_pink', 'teddy_pink', 's', 1, 1, 1, '1', '0', '0', 3383, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2002. (20144, 'bling_fridge_restricted name', 'bling_fridge_restricted', 's', 1, 1, 1, '0', '0', '0', 3394, '1', '1', '0', '1', '1', 'vendingmachine', 0, '50'),
  2003. (20145, 'ads_percyrock name', 'ads_percyrock', 's', 2, 2, 1, '1', '0', '0', 3395, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2004. (20146, 'Bubble Juice Can', 'md_can', 'i', 0, 0, 1, '1', '0', '0', 4025, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2005. (20147, 'ads_idol_l_logo name', 'ads_idol_l_logo', 'i', 0, 0, 1, '1', '0', '0', 4243, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2006. (20148, 'Latin American Idol TV', 'ads_idol_l_tv', 'i', 0, 0, 1, '1', '0', '0', 4245, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2007. (20149, 'Big MTV', 'ads_mtv_bigtv', 'i', 0, 0, 1, '1', '0', '0', 4241, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2008. (20150, 'Small MTV', 'ads_mtv_tv', 'i', 0, 0, 1, '1', '0', '0', 4242, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2009. (20151, 'flag_singapore', 'flag_singapore', 'i', 0, 0, 1, '1', '0', '0', 4249, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2010. (20152, 'Old Curtain', 'hween09_curt', 'i', 0, 0, 1, '1', '0', '0', 4266, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2011. (20153, 'flag_columbia', 'flag_columbia', 'i', 0, 0, 1, '1', '0', '0', 4258, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2012. (20154, 'flag_chile', 'flag_chile', 'i', 0, 0, 1, '1', '0', '0', 4256, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2013. (20155, 'flag_ecuador', 'flag_ecuador', 'i', 0, 0, 1, '1', '0', '0', 4268, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2014. (20156, 'flag_dominicanrepublic', 'flag_dominicanrepublic', 'i', 0, 0, 1, '1', '0', '0', 4265, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2015. (20157, 'flag_newzealand', 'flag_newzealand', 'i', 0, 0, 1, '1', '0', '0', 4260, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2016. (20158, 'flag_malaysia', 'flag_malaysia', 'i', 0, 0, 1, '1', '0', '0', 4252, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2017. (20159, 'Loading Poster', 'byesw_loadscreen', 'i', 0, 0, 1, '1', '0', '0', 4267, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2018. (20160, 'flag_venezl', 'flag_venezl', 'i', 0, 0, 1, '1', '0', '0', 4254, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2019. (20161, 'flag_algeria', 'flag_algeria', 'i', 0, 0, 1, '1', '0', '0', 4270, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2020. (20162, 'flag_tunisia', 'flag_tunisia', 'i', 0, 0, 1, '1', '0', '0', 4248, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2021. (20163, 'flag_panama', 'flag_panama', 'i', 0, 0, 1, '1', '0', '0', 4262, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2022. (20164, 'flag_mexico', 'flag_mexico', 'i', 0, 0, 1, '1', '0', '0', 4250, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2023. (20165, 'flag_argentina', 'flag_argentina', 'i', 0, 0, 1, '1', '0', '0', 4261, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2024. (20166, 'flag_philippines', 'flag_philippines', 'i', 0, 0, 1, '1', '0', '0', 4251, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2025. (20167, 'flag_greece', 'flag_greece', 'i', 0, 0, 1, '1', '0', '0', 4253, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2026. (20168, 'flag_peru', 'flag_peru', 'i', 0, 0, 1, '1', '0', '0', 4246, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2027. (20169, 'flag_morocco', 'flag_morocco', 'i', 0, 0, 1, '1', '0', '0', 4264, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2028. (20170, 'flag_turkey', 'flag_turkey', 'i', 0, 0, 1, '1', '0', '0', 4255, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2029. (20171, 'Blue Long Bauble', 'xm09_bauble_12', 'i', 0, 0, 1, '1', '0', '0', 4304, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2030. (20172, 'Purple Long Bauble', 'xm09_bauble_16', 'i', 0, 0, 1, '1', '0', '0', 4303, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2031. (20173, 'Red Long Bauble', 'xm09_bauble_17', 'i', 0, 0, 1, '1', '0', '0', 4281, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2032. (20174, 'Silver Long Bauble', 'xm09_bauble_15', 'i', 0, 0, 1, '1', '0', '0', 4301, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2033. (20175, 'Silver Round Bauble', 'xm09_bauble_10', 'i', 0, 0, 1, '1', '0', '0', 4293, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2034. (20176, 'Gold Round Bauble', 'xm09_bauble_9', 'i', 0, 0, 1, '1', '0', '0', 4294, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2035. (20177, 'Green Long Bauble', 'xm09_bauble_18', 'i', 0, 0, 1, '1', '0', '0', 4298, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2036. (20178, 'Green Long Bauble', 'xm09_bauble_13', 'i', 0, 0, 1, '1', '0', '0', 4299, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2037. (20179, 'Blue Round Bauble', 'xm09_bauble_2', 'i', 0, 0, 1, '1', '0', '0', 4297, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2038. (20180, 'Red Round Bauble', 'xm09_bauble_1', 'i', 0, 0, 1, '1', '0', '0', 4300, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2039. (20181, 'Red Heart Bauble', 'xm09_bauble_22', 'i', 0, 0, 1, '1', '0', '0', 4302, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2040. (20182, 'Green Round Bauble', 'xm09_bauble_3', 'i', 0, 0, 1, '1', '0', '0', 4285, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2041. (20183, 'Silver Long Bauble', 'xm09_bauble_21', 'i', 0, 0, 1, '1', '0', '0', 4305, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2042. (20184, 'Green Round Bauble', 'xm09_bauble_8', 'i', 0, 0, 1, '1', '0', '0', 4295, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2043. (20185, 'Gold Round Bauble', 'xm09_bauble_4', 'i', 0, 0, 1, '1', '0', '0', 4282, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2044. (20186, 'Silver Round Bauble', 'xm09_bauble_5', 'i', 0, 0, 1, '1', '0', '0', 4288, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2045. (20187, 'Red Long Bauble', 'xm09_bauble_11', 'i', 0, 0, 1, '1', '0', '0', 4289, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2046. (20188, 'Gold Long Bauble', 'xm09_bauble_20', 'i', 0, 0, 1, '1', '0', '0', 4296, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2047. (20190, 'val_table1 name', 'val_table1', 's', 1, 1, 1, '0', '0', '0', 3397, '1', '1', '0', '1', '1', 'default', 0, '0'),
  2048. (20191, 'Gold Long Bauble', 'xm09_bauble_14', 'i', 0, 0, 1, '1', '0', '0', 4290, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2049. (20192, 'Blue Round Bauble', 'xm09_bauble_7', 'i', 0, 0, 1, '1', '0', '0', 4291, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2050. (20193, 'Red Round Bauble', 'xm09_bauble_6', 'i', 0, 0, 1, '1', '0', '0', 4284, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2051. (20194, 'Blue Long Bauble', 'xm09_bauble_19', 'i', 0, 0, 1, '1', '0', '0', 4283, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2052. (20195, 'china_pstr3 name', 'china_pstr3', 'i', 0, 0, 1, '1', '0', '0', 4314, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2053. (20196, 'ads_tv_jaapuisto name', 'ads_tv_jaapuisto', 'i', 0, 0, 1, '1', '0', '0', 4315, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2054. (20197, 'Empire State Building Clock', 'ads_percyw', 'i', 0, 0, 1, '1', '0', '0', 4322, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2055. (20198, 'val09_wdrobe_b', 'val09_wdrobe_b', 'i', 0, 0, 1, '1', '0', '0', 4320, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2056. (20199, 'val09_wall2', 'val09_wall2', 'i', 0, 0, 1, '1', '0', '0', 4316, '1', '1', '0', '1', '1', 'default', 5, '0'),
  2057. (20200, 'bling_sink', 'bling_sink', 'i', 0, 0, 1, '1', '0', '0', 4319, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2058. (20201, 'val09_wall1', 'val09_wall1', 'i', 0, 0, 1, '1', '0', '0', 4318, '1', '1', '0', '1', '1', 'default', 10, '0'),
  2059. (20202, 'bling_cabinet', 'bling_cabinet', 'i', 0, 0, 1, '1', '0', '0', 4321, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2060. (20204, 'val09_wdrobe_g', 'val09_wdrobe_g', 'i', 0, 0, 1, '1', '0', '0', 4317, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2061. (20207, 'rare_ironmaiden name', 'rare_ironmaiden', 's', 1, 1, 0.001, '0', '0', '0', 3399, '1', '1', '0', '1', '1', 'teleport', 2, '0'),
  2062. (20208, 'rare_trex name', 'rare_trex', 's', 3, 7, 1, '0', '0', '0', 3398, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2063. (20209, 'beanstalk', 'beanstalk', 's', 1, 1, 1, '1', '0', '0', 3401, '1', '1', '0', '1', '1', 'default', 6, '0'),
  2064. (20210, 'rare_vdoll name', 'rare_vdoll', 's', 1, 1, 1, '0', '0', '0', 3403, '1', '1', '1', '1', '1', 'default', 10, '0'),
  2065. (20211, 'Sofa Mamut', 'Sofa Mamut', 's', 2, 1, 1, '0', '1', '0', 3402, '1', '1', '1', '1', '1', 'default', 0, '0'),
  2066. (20212, 'crystal_patch', 'crystal_patch', 's', 3, 3, 0, '0', '0', '1', 3400, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2067. (20213, 'ads_boost_surfb name', 'ads_boost_surfb', 'i', 0, 0, 1, '1', '0', '0', 4323, '1', '1', '0', '1', '1', 'default', 0, '0'),
  2068. (20214, 'ads_tlc_wheel name', 'ads_tlc_wheel', 'i', 0, 0, 1, '1', '0', '0', 4324, '1', '1', '0', '1', '1', 'habbowheel', 1, '0'),
  2069. (20220, 'Pigs', 'a0 pet5', 's', 1, 1, 1, '1', '0', '0', 1532, '0', '0', '0', '0', '0', 'pet', 0, '0'),
  2070. (20221, 'White moon lupine', 'garden_lupin4', 's', 1, 1, 1e-009, '0', '0', '0', 3419, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2071. (20222, 'Gold rush', 'garden_mursu3', 's', 1, 1, 1, '0', '0', '0', 3408, '1', '1', '0', '1', '1', 'default', 0, '0'),
  2072. (20223, 'Purple Lupine', 'garden_lupin5', 's', 1, 1, 1, '0', '0', '0', 3411, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2073. (20224, 'Violet Blossom', 'garden_seed', 's', 1, 1, 1, '0', '0', '0', 3406, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2074. (20225, 'Snapping teleporter', 'garden_flytrap', 's', 1, 1, 0.001, '0', '0', '0', 3420, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
  2075. (20226, 'Pink pandemic', 'garden_flo3', 's', 1, 1, 0.01, '1', '0', '1', 3426, '1', '1', '0', '1', '1', 'vendingmachine', 1, '1009'),
  2076. (20227, 'Belching pod', 'garden_volcano', 's', 2, 2, 1, '0', '0', '0', 3424, '1', '1', '0', '1', '1', 'alert', 2, '0'),
  2077. (20228, 'Wonder lamp', 'garden_flolamp', 's', 1, 1, 1, '0', '0', '0', 3415, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2078. (20229, 'Red rush', 'garden_mursu2', 's', 1, 1, 1, '0', '0', '0', 3412, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2079. (20230, 'Star flower', 'garden_jyrki', 's', 1, 1, 1, '0', '0', '0', 3405, '1', '1', '0', '1', '1', 'default', 8, '0'),
  2080. (20231, 'White rush', 'garden_mursu4', 's', 1, 1, 1, '0', '0', '0', 3414, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2081. (20232, 'Garden leaves', 'garden_leaves', 's', 1, 1, 1, '0', '0', '0', 3425, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2082. (20233, 'Sky blue lupine', 'garden_lupin2', 's', 1, 1, 1, '0', '0', '0', 3416, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2083. (20234, 'Red lupine', 'garden_lupin3', 's', 1, 1, 1, '0', '0', '0', 3407, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2084. (20235, 'Pink rush', 'garden_mursu', 's', 1, 1, 1, '0', '0', '0', 3404, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2085. (20238, 'Bauhinia orchid tree', 'garden_orchtree', 's', 1, 1, 1, '0', '0', '0', 3413, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2086. (20237, 'Yellow happiness', 'garden_flo2', 's', 1, 1, 0.01, '1', '0', '1', 3409, '1', '1', '0', '1', '1', 'vendingmachine', 1, '1008'),
  2087. (20239, 'Orange lupine', 'garden_lupin1', 's', 1, 1, 1, '0', '0', '0', 3421, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2088. (20240, 'Weird staring bush', 'garden_staringbush', 's', 1, 3, 1, '0', '0', '0', 3417, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2089. (20241, 'ads_grefusa_yum name', 'ads_grefusa_yum', 's', 1, 1, 1, '1', '0', '0', 3423, '1', '1', '0', '1', '1', 'vendingmachine', 1, '51, 52'),
  2090. (20242, 'Blue passion', 'garden_flo1', 's', 1, 1, 0.01, '1', '0', '1', 3418, '1', '1', '0', '1', '1', 'vendingmachine', 1, '1007'),
  2091. (20243, 'Duck grass', 'garden_jungle', 's', 1, 1, 0, '1', '0', '0', 3422, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2092. (20244, 'merger_chest name', 'merger_chest', 's', 2, 1, 1, '0', '0', '0', 3455, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2093. (20245, 'Suave Fireplace', 'hc2_frplc', 's', 1, 2, 1, '0', '0', '0', 3458, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2094. (20246, 'Leather Bar Stool', 'hc2_barchair', 's', 1, 1, 1.7, '0', '1', '0', 3439, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2095. (20247, 'runway_display name', 'runway_display', 's', 1, 1, 1, '0', '0', '0', 3457, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2096. (20248, 'runway_bigchr_5 name', 'runway_bigchr_5', 's', 1, 1, 0.8, '1', '1', '0', 3463, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2097. (20249, 'runway_bigchr_4 name', 'runway_bigchr_4', 's', 1, 1, 0.8, '1', '1', '0', 3435, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2098. (20250, 'VIP Duvan', 'hc3_dc', 's', 1, 3, 1, '0', '0', '0', 3461, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  2099. (20252, 'Glass Table', 'hc2_sofatbl', 's', 2, 2, 0.5, '1', '0', '0', 3434, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2100. (20253, 'runway_stool name', 'runway_stool', 's', 1, 1, 1.2, '0', '1', '0', 3442, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2101. (20254, 'runway_dvdr name', 'runway_dvdr', 's', 2, 1, 1, '0', '0', '0', 3456, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2102. (20255, 'runway_block_2 name', 'runway_block_2', 's', 2, 2, 0.8, '1', '0', '1', 3443, '1', '1', '0', '1', '1', 'default', 10, '0'),
  2103. (20256, 'runway_bigchr_1 name', 'runway_bigchr_1', 's', 1, 1, 0.8, '0', '1', '0', 3462, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2104. (20257, 'Black Lamp', 'hc2_biglamp', 's', 1, 1, 1, '0', '0', '0', 3446, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2105. (20258, 'Leather Sofa', 'hc2_sofa', 's', 2, 1, 1, '0', '1', '0', 3452, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2106. (20259, 'Trendy Rug', 'hc2_carpet', 's', 3, 5, 0, '1', '0', '1', 3440, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2107. (20260, 'runway_block_1 name', 'runway_block_1', 's', 2, 2, 0.8, '1', '0', '1', 3433, '1', '1', '0', '1', '1', 'default', 10, '0'),
  2108. (20261, 'runway_bench name', 'runway_bench', 's', 2, 1, 1.4, '0', '1', '0', 3464, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2109. (20262, 'runway_chair_2 name', 'runway_chair_2', 's', 1, 1, 1.4, '0', '1', '0', 3429, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2110. (20263, 'ads_cheetos name', 'ads_cheetos', 's', 1, 1, 1, '0', '0', '0', 3453, '1', '1', '0', '1', '1', 'vendingmachine', 1, '51, 52'),
  2111. (20264, 'VIP Coffee Table', 'hc3_table', 's', 2, 2, 0.5, '1', '0', '0', 3466, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2112. (20265, 'runway_bigchr_3 name', 'runway_bigchr_3', 's', 1, 1, 0.8, '1', '1', '0', 3454, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2113. (20266, 'VIP Stool', 'hc3_stool', 's', 1, 1, 1.7, '0', '1', '0', 3448, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2114. (20267, 'VIP Sofa', 'hc3_sofa', 's', 2, 1, 1, '0', '1', '0', 3441, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2115. (20268, 'runway_bigchr_2 name', 'runway_bigchr_2', 's', 1, 1, 0.8, '1', '1', '0', 3427, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2116. (20269, 'Leather Armchair', 'hc2_armchair', 's', 1, 1, 1, '1', '1', '0', 3436, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2117. (20270, 'runway_table_2 name', 'runway_table_2', 's', 2, 1, 1, '0', '0', '0', 3444, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2118. (20271, 'runway_table_1 name', 'runway_table_1', 's', 3, 2, 1, '1', '0', '0', 3460, '1', '1', '0', '1', '1', 'default', 3, '0');
  2119. INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES
  2120. (20272, 'runway_manqn_1 name', 'runway_manqn_1', 's', 1, 1, 1, '0', '0', '0', 3437, '1', '1', '0', '1', '1', 'default', 5, '0'),
  2121. (20273, 'Leather Duvan', 'hc2_dvn', 's', 1, 3, 1, '0', '0', '0', 3459, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  2122. (20274, 'VIP Light', 'hc3_light', 's', 2, 1, 0, '1', '0', '1', 3465, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2123. (20275, 'VIP Shelves', 'hc3_shelf', 's', 3, 1, 1.75, '1', '0', '0', 3438, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2124. (20276, 'runway_head name', 'runway_head', 's', 1, 1, 1, '1', '0', '0', 3432, '1', '1', '0', '1', '1', 'default', 7, '0'),
  2125. (20277, 'runway_manqn_2 name', 'runway_manqn_2', 's', 1, 1, 1, '0', '0', '0', 3467, '1', '1', '0', '1', '1', 'default', 5, '0'),
  2126. (20278, 'Black Divider', 'hc2_divider', 's', 1, 3, 1, '0', '0', '0', 3449, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2127. (20279, 'Espresso Machine', 'hc2_coffee', 's', 1, 1, 1, '0', '0', '0', 3450, '1', '1', '0', '1', '1', 'vendingmachine', 0, '9,8,14,15,6,10,11,12,17,13'),
  2128. (20280, 'Service Trolley', 'hc2_cart', 's', 1, 1, 1, '0', '0', '0', 3430, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2129. (20281, 'VIP Bar Desk', 'hc3_bard', 's', 2, 1, 1.05, '1', '0', '0', 3445, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2130. (20282, 'VIP Lamp', 'hc3_hugelamp', 's', 1, 1, 0, '1', '0', '1', 3447, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2131. (20283, 'VIP Divider', 'hc3_divider', 's', 1, 3, 1, '0', '0', '0', 3431, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2132. (20284, 'Black Vase', 'hc2_vase', 's', 1, 1, 1, '0', '0', '0', 3428, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2133. (20285, 'runway_chair_1 name', 'runway_chair_1', 's', 1, 1, 1.4, '0', '1', '0', 3451, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2134. (20286, 'Green been vines', 'garden_wall', 'i', 0, 0, 1, '1', '0', '0', 4325, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2135. (20287, 'ads_tv_yle name', 'ads_tv_yle', 'i', 0, 0, 1, '1', '0', '0', 4326, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2136. (20288, 'VIP Wall Art', 'hc3_walldeco', 'i', 0, 0, 1, '1', '0', '0', 4329, '1', '1', '0', '1', '1', 'default', 10, '0'),
  2137. (20289, 'runway_shelf name', 'runway_shelf', 'i', 0, 0, 1, '1', '0', '0', 4327, '1', '1', '0', '1', '1', 'default', 4, '0'),
  2138. (20290, 'ads_nokia_x6 name', 'ads_nokia_x6', 'i', 0, 0, 1, '1', '0', '0', 4330, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2139. (20291, 'ads_target_wall name', 'ads_target_wall', 'i', 0, 0, 1, '1', '0', '0', 4332, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2140. (20292, 'runway_fabric name', 'runway_fabric', 'i', 0, 0, 1, '1', '0', '0', 4331, '1', '1', '0', '1', '1', 'default', 8, '0'),
  2141. (20293, 'ads_latrobe_flag name', 'ads_latrobe_flag', 'i', 0, 0, 1, '1', '0', '0', 4328, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2142. (20295, 'Camera', 'camera', 's', 1, 1, 1, '0', '0', '0', 263, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2143. (20296, 'Holly', 'holly', 'i', 0, 0, 0, '1', '0', '0', 4001, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2144. (20299, 'Wetting Ice Sculpture', 'wed_icesculp', 's', 1, 1, 3, '0', '0', '0', 3488, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2145. (20300, 'Wedding Car', 'wed_carsofa', 's', 2, 1, 1.25, '0', '1', '0', 3493, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2146. (20297, 'Wedding Arch', 'wed_arch', 's', 3, 1, 0.001, '1', '0', '1', 3483, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2147. (20298, 'Wedding Plant', 'wed_plant', 's', 1, 1, 1, '0', '0', '0', 3482, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2148. (20301, 'Terrier', 'a0 pet3', 's', 1, 1, 1, '1', '0', '0', 4026, '0', '0', '0', '0', '0', 'pet', 0, '0'),
  2149. (20303, 'Bear', 'a0 pet4', 's', 1, 1, 1, '1', '0', '0', 4027, '0', '0', '0', '0', '0', 'pet', 0, '0'),
  2150. (20304, 'Cat', 'a0 pet1', 's', 1, 1, 1, '1', '0', '0', 453, '0', '0', '0', '0', '0', 'pet', 0, '0'),
  2151. (20305, 'Dog', 'a0 pet0', 's', 1, 1, 1, '1', '0', '0', 452, '0', '0', '0', '0', '0', 'pet', 0, '0'),
  2152. (20306, 'Crocodile', 'a0 pet2', 's', 1, 1, 1, '1', '0', '0', 1290, '0', '0', '0', '0', '0', 'pet', 0, '0'),
  2153. (20392, 'Cereal', 'ads_chocapic', 's', 2, 1, 1, '0', '0', '0', 3486, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2154. (20393, 'TV Chocapic', 'ads_tv_chocapic_01', 'i', 0, 0, 0, '0', '0', '0', 4335, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2155. (20394, 'Poster Super Pop', 'ads_super_pop', 'i', 0, 0, 0, '0', '0', '0', 4333, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2156. (20395, 'Caja Fiesta', 'party_crate1_1', 's', 0, 1, 1, '0', '0', '0', 3487, '1', '1', '0', '1', '1', 'default', 4, '0'),
  2157. (20396, 'Caja Fiesta', 'party_crate1_2', 's', 0, 1, 1, '0', '0', '0', 3489, '1', '1', '0', '1', '1', 'default', 4, '0'),
  2158. (20397, 'Caja Fiesta', 'party_crate1_3', 's', 0, 1, 1, '0', '0', '0', 3481, '1', '1', '0', '1', '1', 'default', 4, '0'),
  2159. (20398, 'Caja Fiesta', 'party_crate1_4', 's', 0, 1, 1, '0', '0', '0', 3485, '1', '1', '0', '1', '1', 'default', 4, '0'),
  2160. (20399, 'Caja Fiesta', 'party_crate2_1', 's', 0, 1, 1, '0', '0', '0', 3480, '1', '1', '0', '1', '1', 'default', 4, '0'),
  2161. (20400, 'Caja Fiesta', 'party_crate2_2', 's', 0, 1, 1, '0', '0', '0', 3490, '1', '1', '0', '1', '1', 'default', 4, '0'),
  2162. (20401, 'Caja Fiesta', 'party_crate2_3', 's', 0, 1, 1, '0', '0', '0', 3491, '1', '1', '0', '1', '1', 'default', 4, '0'),
  2163. (20402, 'Caja Fiesta', 'party_crate2_4', 's', 0, 1, 1, '0', '0', '0', 3492, '1', '1', '0', '1', '1', 'default', 4, '0'),
  2164. (20403, 'Stereo Fiesta', 'party_djset', 's', 1, 3, 3, '0', '0', '0', 3484, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2165. (20354, 'fball_score_y', 'fball_score_y', 's', 1, 1, 1, '0', '0', '0', 3506, '1', '1', '0', '1', '1', 'yellow_score', 1, '0'),
  2166. (20353, 'fball_score_r', 'fball_score_r', 's', 1, 1, 1, '0', '0', '0', 3522, '1', '1', '0', '1', '1', 'red_score', 1, '0'),
  2167. (20352, 'fball_score_g', 'fball_score_g', 's', 1, 1, 1, '0', '0', '0', 3512, '1', '1', '0', '1', '1', 'green_score', 1, '0'),
  2168. (20351, 'fball_score_b', 'fball_score_b', 's', 1, 1, 1, '0', '0', '0', 3496, '1', '1', '0', '1', '1', 'blue_score', 1, '0'),
  2169. (20350, 'fball_ptch8 name', 'fball_ptch8', 's', 3, 3, 0, '1', '0', '0', 3502, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2170. (20349, 'fball_ptch7 name', 'fball_ptch7', 's', 3, 3, 0, '1', '0', '0', 3509, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2171. (20348, 'fball_ptch6 name', 'fball_ptch6', 's', 3, 3, 0, '1', '0', '0', 3517, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2172. (20347, 'fball_ptch5 name', 'fball_ptch5', 's', 3, 3, 0, '1', '0', '0', 3498, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2173. (20346, 'fball_ptch4 name', 'fball_ptch4', 's', 3, 3, 0, '1', '0', '0', 3504, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2174. (20345, 'fball_ptch3 name', 'fball_ptch3', 's', 3, 3, 0, '1', '0', '0', 3513, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2175. (20344, 'fball_ptch2 name', 'fball_ptch2', 's', 3, 3, 0, '1', '0', '0', 3511, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2176. (20343, 'fball_ptch1', 'fball_ptch1', 's', 3, 3, 0, '1', '0', '0', 3524, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2177. (20342, 'fball_ptch0', 'fball_ptch0', 's', 3, 3, 0, '1', '0', '0', 3520, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2178. (20341, 'fball_counter name', 'fball_counter', 's', 2, 1, 1, '0', '0', '0', 3525, '1', '1', '0', '1', '1', 'counter', 2, '0'),
  2179. (20340, 'fball_gate name', 'fball_gate', 's', 1, 1, 0, '0', '0', '1', 3516, '1', '1', '0', '1', '1', 'fbgate', 1, '0'),
  2180. (20339, 'fball_light name', 'fball_light', 's', 1, 1, 1, '0', '0', '0', 3499, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2181. (20338, 'fball_goal_y name', 'fball_goal_y', 's', 3, 1, 0, '1', '0', '1', 3523, '1', '1', '0', '1', '1', 'yellow_goal', 1, '0'),
  2182. (20337, 'fball_goal_r name', 'fball_goal_r', 's', 3, 1, 0, '1', '0', '1', 3514, '1', '1', '0', '1', '1', 'red_goal', 1, '0'),
  2183. (20336, 'fball_goal_g', 'fball_goal_g', 's', 3, 1, 0, '1', '0', '1', 3519, '1', '1', '0', '1', '1', 'green_goal', 1, '0'),
  2184. (20335, 'fball_goal_b name', 'fball_goal_b', 's', 3, 1, 0, '1', '0', '1', 3515, '1', '1', '0', '1', '1', 'blue_goal', 1, '0'),
  2185. (20334, 'fball_fnc3 name', 'fball_fnc3', 's', 1, 3, 1, '0', '0', '0', 3495, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2186. (20333, 'fball_fnc1 name', 'fball_fnc1', 's', 1, 1, 1, '0', '0', '0', 3501, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2187. (20332, 'fball_crnr name', 'fball_crnr', 's', 1, 1, 1, '0', '0', '0', 3503, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2188. (20331, 'fball_cote name', 'fball_cote', 's', 3, 1, 0, '0', '0', '0', 3507, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2189. (20330, 'fball_bench name', 'fball_bench', 's', 3, 1, 1, '0', '1', '0', 3494, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2190. (20329, 'fball_ball5 name', 'fball_ball5', 's', 1, 1, 0, '0', '0', '1', 3518, '1', '1', '0', '1', '1', 'ball', 2, '0'),
  2191. (20328, 'fball_ball4 name', 'fball_ball4', 's', 1, 1, 0, '0', '0', '1', 3521, '1', '1', '0', '1', '1', 'ball', 2, '0'),
  2192. (20327, 'fball_ball3 name', 'fball_ball3', 's', 1, 1, 0, '0', '0', '1', 3497, '1', '1', '0', '1', '1', 'ball', 2, '0'),
  2193. (20326, 'fball_ball2 name', 'fball_ball2', 's', 1, 1, 0, '0', '0', '1', 3510, '1', '1', '0', '1', '1', 'ball', 2, '0'),
  2194. (20325, 'fball_ball name', 'fball_ball', 's', 1, 1, 0, '0', '0', '1', 3508, '1', '1', '0', '1', '1', 'ball', 2, '0'),
  2195. (20324, 'fball_audbench name', 'fball_audbench', 's', 4, 1, 1, '0', '1', '0', 3500, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2196. (20323, 'fball_trophy name', 'fball_trophy', 's', 1, 1, 1, '0', '0', '0', 3505, '1', '1', '0', '1', '1', 'trophy', 1, '0'),
  2197. (20428, 'Pac-Sun', 'ads_capri_arcade', 's', 2, 1, 1, '0', '0', '0', 3553, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2198. (20427, 'Arbolito Sun', 'ads_capri_tree', 's', 2, 1, 1, '0', '0', '0', 3546, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2199. (20426, 'Tubo De Lava Capri', 'ads_capri_lava', 's', 0, 1, 1, '0', '0', '0', 3536, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2200. (20425, 'Silla CapriSun', 'ads_capri_chair', 's', 0, 1, 1, '0', '1', '0', 3535, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2201. (20404, 'Efecto Lido', 'avatar_effect29', 'e', 1, 1, 1, '0', '0', '0', 29, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2202. (20415, 'Vikingo', 'avatar_effect27', 'e', 1, 1, 1, '0', '0', '0', 27, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2203. (20317, 'cmp_fish_s name', 'cmp_fish_s', 's', 1, 2, 1, '0', '0', '0', 3468, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2204. (20316, 'cmp_fish_r name', 'cmp_fish_r', 's', 1, 2, 1, '0', '0', '0', 3477, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2205. (20315, 'cmp_fish_gr name', 'cmp_fish_gr', 's', 1, 2, 1, '0', '0', '0', 3474, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2206. (20314, 'cmp_fish_g name', 'cmp_fish_g', 's', 1, 2, 1, '0', '0', '0', 3475, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2207. (20313, 'cmp_fish_bk name', 'cmp_fish_bk', 's', 1, 2, 1, '0', '0', '0', 3469, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2208. (20917, 'cmp_fish_s name', 'cmp_fish_s', 's', 1, 2, 1, '0', '0', '0', 3468, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2209. (21217, 'cmp_fish_s name', 'cmp_fish_s', 's', 1, 2, 1, '0', '0', '0', 3468, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2210. (21216, 'cmp_fish_r name', 'cmp_fish_r', 's', 1, 2, 1, '0', '0', '0', 3477, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2211. (21215, 'cmp_fish_gr name', 'cmp_fish_gr', 's', 1, 2, 1, '0', '0', '0', 3474, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2212. (21214, 'cmp_fish_g name', 'cmp_fish_g', 's', 1, 2, 1, '0', '0', '0', 3475, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2213. (21213, 'cmp_fish_bk name', 'cmp_fish_bk', 's', 1, 2, 1, '0', '0', '0', 3469, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2214. (21298, 'cmp_fish_b name', 'cmp_fish_b', 's', 1, 2, 1, '0', '0', '0', 3472, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2215. (30000604, 'Letter Block E', 'lettere', 's', 1, 1, 1.5, '1', '0', '0', 30000604, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2216. (30000605, 'Letter Block F', 'letterf', 's', 1, 1, 1.5, '1', '0', '0', 30000605, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2217. (30000606, 'Letter Block G', 'letterg', 's', 1, 1, 1.5, '1', '0', '0', 30000606, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2218. (30000607, 'Letter Block H', 'letterh', 's', 1, 1, 1.5, '1', '0', '0', 30000607, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2219. (30000608, 'Letter Block I', 'letteri', 's', 1, 1, 1.5, '1', '0', '0', 30000608, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2220. (30000609, 'Letter Block J', 'letterj', 's', 1, 1, 1.5, '1', '0', '0', 30000609, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2221. (30000610, 'Letter Block K', 'letterk', 's', 1, 1, 1.5, '1', '0', '0', 30000610, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2222. (30000611, 'Letter Block L', 'letterl', 's', 1, 1, 1.5, '1', '0', '0', 30000611, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2223. (30000612, 'Letter Block M', 'letterm', 's', 1, 1, 1.5, '1', '0', '0', 30000612, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2224. (30000613, 'Letter Block N', 'lettern', 's', 1, 1, 1.5, '1', '0', '0', 30000613, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2225. (39911, 'prison_dvdr2', 'prison_dvdr2', 's', 2, 1, 3.5, '1', '0', '0', 3532, '1', '1', '0', '1', '1', 'default', 4, '0'),
  2226. (39912, 'prison_gate', 'prison_gate', 's', 1, 1, 0.1, '0', '0', '0', 3526, '1', '1', '0', '1', '1', 'gate', 1, '0'),
  2227. (39913, 'prison_dvdr1', 'prison_dvdr1', 's', 1, 1, 3.5, '1', '0', '0', 3534, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2228. (39914, 'prison_stone', 'prison_stone', 's', 1, 1, 1, '0', '0', '0', 3537, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2229. (39915, 'prison_tower', 'prison_tower', 's', 1, 1, 3, '1', '0', '1', 3531, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2230. (39916, 'prison_crnr', 'prison_crnr', 's', 1, 1, 3.5, '1', '0', '0', 3528, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2231. (39917, 'hc3_stereo', 'hc3_stereo', 's', 3, 1, 1, '1', '0', '0', 3470, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2232. (20450, 'Trofeo Pulgar', 'prizetrophy_thumb', 's', 1, 1, 1, '0', '0', '0', 3410, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  2233. (39918, 'Jarr?n VIP', 'hc3_vase', 's', 0, 1, 1, '0', '0', '0', 3185, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2234. (96401, 'Submarino', 'cmp_sub', 's', 7, 1, 3, '0', '0', '0', 3478, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2235. (96400, 'Nobox Amarillo', 'cmp_nobox_3', 's', 1, 1, 1, '0', '0', '0', 3473, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2236. (96398, 'Nobox Rojo', 'cmp_nobox', 's', 1, 1, 1, '0', '0', '0', 3476, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2237. (96399, 'Nobox Azul', 'cmp_nobox_2', 's', 1, 1, 1, '0', '0', '0', 3471, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2238. (30000614, 'Letter Block O', 'lettero', 's', 1, 1, 1.5, '1', '0', '0', 30000614, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2239. (30000615, 'Letter Block P', 'letterp', 's', 1, 1, 1.5, '1', '0', '0', 30000615, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2240. (30000616, 'Letter Block Q', 'letterq', 's', 1, 1, 1.5, '1', '0', '0', 30000616, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2241. (30000617, 'Letter Block R', 'letterr', 's', 1, 1, 1.5, '1', '0', '0', 30000617, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2242. (59918, 'Vase vip', 'hc3_vase', 's', 1, 1, 1, '1', '0', '0', 3479, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2243. (95379, 'bw_boat_g', 'bw_boat_g', 's', 2, 2, 0.8, '1', '1', '0', 3568, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2244. (95371, 'Lava', 'Lava', 's', 0, 0, 0, '0', '0', '0', 3021, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2245. (30000603, 'Letter Block D', 'letterd', 's', 1, 1, 1.5, '1', '0', '0', 30000603, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2246. (30000602, 'Letter Block C', 'letterc', 's', 1, 1, 1.5, '1', '0', '0', 30000602, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2247. (95378, 'bw_sofa_p', 'bw_sofa_p', 's', 2, 1, 1, '1', '1', '1', 3567, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2248. (25366, 'bw_table', 'bw_table', 's', 2, 2, 1, '1', '0', '0', 3545, '0', '1', '0', '1', '1', 'default', 2, '0'),
  2249. (25364, 'bw_sboard', 'bw_sboard', 's', 2, 1, 0, '0', '0', '0', 3543, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2250. (25363, 'bw_croc', 'bw_croc', 's', 1, 3, 1, '1', '1', '0', 3542, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2251. (25362, 'bw_water_2', 'bw_water_2', 's', 2, 2, 0.1, '1', '0', '1', 3541, '1', '1', '0', '1', '1', 'water', 1, '0'),
  2252. (25361, 'bw_shower', 'bw_shower', 's', 1, 1, 0.01, '0', '0', '1', 3540, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2253. (25360, 'bw_ccnuts', 'bw_ccnuts', 's', 1, 1, 1, '0', '0', '0', 3539, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2254. (25359, 'bw_fin', 'bw_fin', 's', 1, 1, 1, '1', '0', '0', 3538, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2255. (25357, 'bw_sofa', 'bw_sofa', 's', 2, 1, 1, '1', '1', '0', 3533, '1', '1', '0', '1', '1', 'default', 4, '0'),
  2256. (25355, 'bw_lgchair', 'bw_lgchair', 's', 1, 1, 3, '0', '1', '0', 3529, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2257. (25354, 'bw_boat', 'bw_boat', 's', 2, 2, 1, '1', '1', '0', 3527, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2258. (3531, 'bw_water_2', 'bw_water_2', 's', 2, 2, 0.1, '1', '0', '1', 3541, '1', '1', '0', '1', '1', 'water', 1, '0'),
  2259. (3530, 'bw_water_1', 'bw_water_1', 's', 2, 2, 0.1, '1', '0', '1', 3530, '1', '1', '0', '1', '1', 'water', 1, '0'),
  2260. (1618, 'Blue Inflatable Raft', 'summer_raft2', 's', 1, 1, 1, '0', '1', '0', 3227, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2261. (21001, 'Bast??n de mando', 'avatar_effect26', 'e', 1, 1, 1, '0', '0', '0', 26, '0', '0', '0', '0', '0', 'default', 1, '0'),
  2262. (21002, 'Llamaradas', 'avatar_effect25', 'e', 1, 1, 1, '0', '0', '0', 25, '0', '0', '0', '0', '0', 'default', 1, '0'),
  2263. (21003, 'Bajo Lluvia', 'avatar_effect24', 'e', 1, 1, 1, '0', '0', '0', 24, '0', '0', '0', '0', '0', 'default', 1, '0'),
  2264. (21004, 'Levitaci??n', 'avatar_effect23', 'e', 1, 1, 1, '0', '0', '0', 23, '0', '0', '0', '0', '0', 'default', 1, '0'),
  2265. (96402, '', 'newitem', 's', 1, 1, 1, '1', '0', '0', 1, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2266. (10289, 'easel_0', 'easel_0', 's', 1, 1, 1, '0', '0', '0', 3582, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2267. (10290, 'easel_1', 'easel_1', 's', 1, 1, 1, '0', '0', '0', 3594, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2268. (10291, 'easel_2', 'easel_2', 's', 1, 1, 1, '0', '0', '0', 3603, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2269. (10292, 'easel_3', 'easel_3', 's', 1, 1, 1, '1', '0', '0', 3596, '1', '1', '0', '1', '1', 'default', 6, '0'),
  2270. (10293, 'easel_4', 'easel_4', 's', 1, 1, 1, '0', '0', '0', 3600, '1', '1', '0', '1', '1', 'default', 5, '0'),
  2271. (10294, 'easel_2', 'easel_2', 's', 1, 1, 1, '0', '0', '0', 3603, '1', '1', '0', '1', '1', 'default', 6, '0'),
  2272. (10278, 'hosptl_bbag name', 'hosptl_bbag', 's', 1, 3, 1, '0', '0', '0', 3591, '1', '1', '0', '1', '1', 'bed', 2, '0'),
  2273. (10279, 'hosptl_bed', 'hosptl_bed', 's', 1, 3, 2, '0', '0', '0', 3590, '1', '1', '0', '1', '1', 'bed', 2, '0'),
  2274. (10280, 'hosptl_cab1', 'hosptl_cab1', 's', 1, 1, 1, '0', '0', '0', 3586, '1', '1', '0', '1', '1', 'vendingmachine', 2, '35'),
  2275. (10281, 'hosptl_cab2', 'hosptl_cab2', 's', 2, 1, 1, '0', '0', '0', 3608, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2276. (10282, 'hosptl_curtain', 'hosptl_curtain', 's', 3, 1, 1, '0', '0', '0', 3588, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2277. (10283, 'hosptl_defibs', 'hosptl_defibs', 's', 1, 1, 1, '0', '0', '0', 3606, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2278. (10284, 'hosptl_light', 'hosptl_light', 's', 1, 1, 1, '0', '0', '0', 3610, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2279. (10285, 'hosptl_seat', 'hosptl_seat', 's', 2, 1, 2, '0', '1', '0', 3611, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2280. (10286, 'hosptl_skele', 'hosptl_skele', 's', 1, 1, 1, '0', '0', '0', 3604, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2281. (10287, 'hosptl_xray', 'hosptl_xray', 'i', 0, 0, 0, '0', '0', '0', 4339, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2282. (10355, 'african_tree2', 'african_tree2', 's', 1, 1, 1, '0', '0', '0', 3605, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2283. (10354, 'african_tree1', 'african_tree1', 's', 1, 1, 1, '0', '0', '0', 3584, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2284. (10353, 'african_stage', 'african_stage', 's', 2, 2, 1, '1', '0', '1', 3607, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2285. (10352, 'african_patch', 'african_patch', 's', 2, 2, 1, '0', '0', '1', 3602, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2286. (10351, 'african_fence', 'african_fence', 's', 1, 2, 1, '0', '0', '0', 3579, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2287. (10350, 'african_bones', 'african_bones', 's', 1, 1, 1, '0', '0', '0', 3609, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2288. (97419, 'ktchn10_block', 'ktchn10_block', 's', 1, 1, 1, '1', '0', '0', 3589, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2289. (97420, 'ktchn10_cabnt', 'ktchn10_cabnt', 'i', 1, 1, 1, '1', '0', '0', 4338, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2290. (97421, 'ktchn10_pot', 'ktchn10_pot', 's', 1, 1, 1, '1', '0', '0', 3580, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2291. (97422, 'ktchn10_sink', 'ktchn10_sink', 's', 2, 1, 1, '1', '0', '0', 3612, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2292. (97423, 'ktchn10_stove', 'ktchn10_stove', 's', 2, 1, 1.2, '1', '0', '0', 3581, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2293. (97424, 'ktchn10_tea', 'ktchn10_tea', 's', 1, 1, 1, '1', '0', '0', 3592, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2294. (1620, 'Summer Cool Box', 'summer_icebox', 's', 1, 1, 1, '0', '0', '0', 3231, '0', '1', '0', '1', '1', 'default', 2, '0'),
  2295. (97111, 'Cheetos', 'Cheester Rules!', 'e', 1, 1, 1, '0', '0', '0', 31, '0', '0', '0', '0', '0', 'default', 1, '0'),
  2296. (3568275, 'despicableme_desc', 'despicableme_desc', 'e', 1, 1, 1, '0', '0', '0', 32, '0', '0', '0', '0', '0', 'default', 1, '0'),
  2297. (2785108, 'bb_painimies2', 'bb_painimies2', 'i', 1, 1, 1, '0', '0', '1', 4342, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2298. (2785078, 'bb_score_b', 'bb_score_b', 's', 1, 1, 1, '0', '0', '0', 3615, '1', '1', '0', '1', '1', 'blue_score', 2, '0'),
  2299. (2785079, 'bb_robo', 'bb_robo', 's', 2, 2, 2, '0', '0', '0', 3616, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2300. (2785080, 'bb_dragon', 'bb_dragon', 's', 3, 1, 2.5, '0', '0', '0', 3617, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2301. (2785081, 'bb_ducklight', 'bb_ducklight', 's', 1, 1, 3, '0', '0', '0', 3618, '1', '1', '0', '1', '1', 'default', 8, '0'),
  2302. (2785082, 'bb_caterhead', 'bb_caterhead', 's', 1, 1, 1, '0', '0', '0', 3619, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2303. (2785083, 'bb_cargobox', 'bb_cargobox', 's', 2, 1, 1, '0', '0', '0', 3620, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2304. (2785084, 'bb_gate_g', 'bb_gate_g', 's', 1, 1, 0, '0', '0', '1', 3621, '1', '1', '0', '1', '1', 'bb_green_gate', 2, '0'),
  2305. (2785085, 'bb_crchair3', 'bb_crchair3', 's', 1, 1, 1, '0', '1', '0', 3622, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2306. (2785086, 'bb_score_g', 'bb_score_g', 's', 1, 1, 1, '0', '0', '0', 3623, '1', '1', '0', '1', '1', 'green_score', 1, '0'),
  2307. (2785087, 'bb_crchair', 'bb_crchair', 's', 1, 1, 1, '0', '1', '0', 3624, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2308. (2785088, 'bb_crchair2', 'bb_crchair2', 's', 1, 1, 1, '0', '1', '0', 3625, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2309. (2785089, 'bb_score_y', 'bb_score_y', 's', 1, 1, 1, '0', '0', '0', 3626, '1', '1', '0', '1', '1', 'yellow_score', 2, '0'),
  2310. (2785090, 'bb_knj1', 'bb_knj1', 's', 2, 1, 1, '0', '0', '0', 3627, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2311. (2785091, 'bb_gate_r', 'bb_gate_r', 's', 1, 1, 0, '0', '0', '1', 3628, '1', '1', '0', '1', '1', 'bb_red_gate', 2, '0'),
  2312. (2785092, 'bb_tddhnd', 'bb_tddhnd', 's', 1, 1, 1, '1', '0', '0', 3629, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2313. (2785093, 'bb_lightdiv', 'bb_lightdiv', 's', 1, 1, 1, '1', '0', '0', 3630, '1', '1', '0', '1', '1', 'default', 8, '0'),
  2314. (2785094, 'bb_tddhead', 'bb_tddhead', 's', 2, 2, 2, '0', '0', '0', 3631, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2315. (2785095, 'bb_pyramid', 'bb_pyramid', 's', 1, 1, 0, '0', '0', '0', 3632, '1', '1', '0', '1', '1', 'gate', 3, '0'),
  2316. (2785096, 'bb_patch1', 'bb_patch1', 's', 1, 1, 0.1, '1', '0', '1', 3633, '1', '1', '0', '1', '1', 'bb_patch', 1, '0'),
  2317. (2785097, 'bb_fnc3', 'bb_fnc3', 's', 1, 3, 1, '0', '0', '0', 3634, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2318. (2785098, 'bb_gate_y', 'bb_gate_y', 's', 1, 1, 0, '0', '0', '1', 3635, '1', '1', '0', '1', '1', 'bb_yellow_gate', 1, '0'),
  2319. (2785099, 'bb_apparatus', 'bb_apparatus', 's', 2, 2, 0, '1', '0', '1', 3637, '1', '1', '0', '1', '1', 'default', 8, '0'),
  2320. (2785100, 'bb_caterbody', 'bb_caterbody', 's', 1, 1, 1.7, '1', '1', '0', 3638, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2321. (2785101, 'bb_knj2', 'bb_knj2', 's', 1, 1, 2, '1', '0', '0', 3639, '1', '1', '0', '1', '1', 'default', 4, '0'),
  2322. (2785102, 'bb_fnc1', 'bb_fnc1', 's', 1, 1, 1, '0', '0', '0', 3640, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2323. (2785103, 'bb_puck', 'bb_puck', 's', 1, 1, 0.6, '1', '0', '1', 3641, '1', '1', '0', '1', '1', 'ball', 3, '0'),
  2324. (2785104, 'bb_rnd_tele', 'bb_rnd_tele', 's', 1, 1, 0.3, '0', '0', '1', 3642, '1', '1', '0', '1', '1', 'bb_teleport', 8000, '0'),
  2325. (2785105, 'bb_gate_b', 'bb_gate_b', 's', 1, 1, 0, '0', '0', '1', 3643, '1', '1', '0', '1', '1', 'bb_blue_gate', 1, '0'),
  2326. (2785106, 'bb_score_r', 'bb_score_r', 's', 1, 1, 1, '0', '0', '0', 3644, '1', '1', '0', '1', '1', 'red_score', 2, '0'),
  2327. (2785107, 'bb_painimies1', 'bb_painimies1', 'i', 1, 1, 1, '0', '0', '1', 4341, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2328. (2785077, 'bb_crnr', 'bb_crnr', 's', 1, 1, 1, '0', '0', '0', 3614, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2329. (2785116, 'hween10_fogwall', 'hween10_fogwall', 'i', 1, 1, 1, '0', '0', '1', 4340, '1', '1', '0', '1', '1', 'default', 3, '0'),
  2330. (2785115, 'hween10_zombie', 'hween10_zombie', 's', 1, 1, 3, '0', '0', '0', 3636, '1', '1', '0', '1', '1', 'vendingmachine', 2, '58'),
  2331. (97222, 'Battle Ball P??rpura', '??A saltar se ha dicho!', 'e', 1, 1, 1, '0', '0', '0', 33, '0', '0', '0', '0', '0', 'default', 1, '0'),
  2332. (97333, 'Battle Ball Az??l', '??A saltar se ha dicho!', 'e', 1, 1, 1, '0', '0', '0', 34, '0', '0', '0', '0', '0', 'default', 1, '0'),
  2333. (97444, 'Battle Ball Verde', '??A saltar se ha dicho!', 'e', 1, 1, 1, '0', '0', '0', 35, '0', '0', '0', '0', '0', 'default', 1, '0'),
  2334. (97555, 'Battle Ball Amarilla', '??A saltar se ha dicho!', 'e', 1, 1, 1, '0', '0', '0', 36, '0', '0', '0', '0', '0', 'default', 1, '0'),
  2335. (3568276, 'nest_lion', 'nest_lion', 's', 1, 1, 1, '1', '0', '1', 3601, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2336. (3568277, 'nest_lion2', 'nest_lion2', 's', 1, 1, 0.5, '1', '0', '1', 3587, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2337. (3568278, 'nest_rhino', 'nest_rhino', 's', 1, 1, 0.2, '1', '0', '1', 3597, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2338. (3568279, 'petfood14', 'petfood14', 's', 1, 1, 0, '0', '0', '1', 3599, '1', '1', '0', '1', '1', 'default', 4, '0'),
  2339. (3568280, 'petfood15', 'petfood15', 's', 1, 1, 0.1, '1', '0', '1', 3583, '1', '1', '0', '1', '1', 'default', 4, '0'),
  2340. (84586, 'Lion', 'a0 pet6', 's', 1, 1, 1, '1', '0', '0', 7457, '1', '1', '0', '1', '1', 'pet', 0, '0'),
  2341. (83545, 'Rhino', 'a0 pet7', 's', 1, 1, 1, '1', '0', '0', 5354, '0', '0', '0', '0', '0', 'pet', 0, '0'),
  2342. (2785117, 'hween10_bat', 'hween10_bat', 's', 1, 1, 1, '0', '0', '0', 3662, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2343. (2785118, 'hween10_card_1', 'hween10_card_1', 'i', 1, 1, 1, '1', '0', '0', 4346, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2344. (2785119, 'hween10_card_2', 'hween10_card_2', 'i', 1, 1, 1, '1', '0', '0', 4350, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2345. (2785120, 'hween10_card_3', 'hween10_card_3', 'i', 1, 1, 1, '1', '0', '0', 4345, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2346. (2785121, 'hween10_card_4', 'hween10_card_4', 'i', 1, 1, 1, '1', '0', '0', 4347, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2347. (2785122, 'hween10_card_5', 'hween10_card_5', 'i', 1, 1, 1, '1', '0', '0', 4351, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2348. (2785123, 'hween10_card_6', 'hween10_card_6', 'i', 1, 1, 1, '1', '0', '0', 4348, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2349. (2785124, 'hween10_chicken', 'hween10_chicken', 's', 2, 1, 3, '0', '0', '0', 3658, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2350. (2785125, 'hween10_ffly', 'hween10_ffly', 's', 1, 1, 0, '0', '0', '1', 3657, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2351. (2785126, 'hween10_fog', 'hween10_fog', 's', 2, 2, 0.0001, '1', '0', '1', 3652, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2352. (2785127, 'hween10_jar', 'hween10_jar', 's', 1, 1, 3, '0', '0', '0', 3651, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2353. (2785128, 'hween10_logs', 'hween10_logs', 's', 1, 1, 0.05, '1', '0', '1', 3656, '1', '1', '0', '1', '1', 'pressure_pad', 1, '0'),
  2354. (2785129, 'hween10_pond', 'hween10_pond', 's', 2, 2, 0.1, '1', '0', '1', 3650, '1', '1', '0', '1', '1', 'water', 1, '0'),
  2355. (2785130, 'hween10_portch', 'hween10_potch', 's', 1, 1, 1, '0', '0', '1', 3661, '1', '1', '0', '1', '1', 'default', 7, '0'),
  2356. (2785131, 'hween10_skullpost', 'hween10_skullpost', 's', 1, 1, 3, '0', '0', '0', 3654, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2357. (2785132, 'hween10_swamp', 'hween10_swamp', 's', 2, 2, 0.01, '1', '0', '1', 3649, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2358. (2785133, 'hween10_tarot', 'hween10_tarot', 's', 1, 1, 1, '1', '0', '0', 3646, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2359. (2785134, 'hween10_tele', 'hween10_tele', 's', 1, 1, 0.001, '0', '0', '0', 3659, '1', '1', '0', '1', '1', 'teleport', 2, '0'),
  2360. (2785135, 'hween10_throne', 'hween10_throne', 's', 1, 1, 1.1, '0', '1', '0', 3660, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2361. (2785136, 'hween10_tree', 'hween10_tree', 's', 1, 1, 5, '1', '0', '0', 3648, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2362. (2785137, 'hween10_voodoo1', 'hween10_voodoo1', 's', 1, 1, 3, '1', '0', '0', 3647, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2363. (2785138, 'hween10_voodoo2', 'hween10_voodoo2', 's', 1, 1, 3, '1', '0', '0', 3653, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2364. (2785139, 'hween10_voodoo3', 'hween10_voodoo3', 's', 1, 1, 3, '1', '0', '0', 3655, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2365. (2785140, 'hween10_wallskull', 'hween10_wallskull', 'i', 1, 1, 4, '1', '0', '0', 4349, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2366. (89914, 'nest_frog', 'nest_frog', 's', 1, 1, 0.1, '0', '0', '1', 3830, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2367. (972592, 'Efecto Escalofriante', '??Que miedo!', 'e', 1, 1, 1, '0', '0', '0', 37, '0', '0', '0', '0', '0', 'default', 1, '0'),
  2368. (2785109, 'bb_counter', 'bb_counter', 's', 1, 4, 0.1, '0', '0', '0', 3645, '1', '1', '0', '1', '1', 'counter', 1, '0'),
  2369. (3568401, 'exe_copier', 'exe_copier', 's', 1, 1, 1, '0', '0', '0', 3704, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2370. (3568402, 'exe_glassdvdr', 'exe_glassdvdr', 's', 2, 1, 1, '0', '0', '0', 3706, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2371. (3568403, 'exe_wrkdesk', 'exe_wrkdesk', 's', 2, 1, 1, '0', '0', '0', 3705, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2372. (3568404, 'exe_seccam', 'exe_seccam', 's', 1, 1, 0, '0', '0', '1', 3707, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2373. (3568405, 'exe_sensor', 'exe_sensor', 'i', 1, 1, 1, '0', '0', '0', 4356, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2374. (99000, 'qt_xm10_nest', 'qt_xm10_nest', 's', 1, 1, 1, '0', '0', '0', 3742, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2375. (99001, 'qt_xm10_icedragon', 'qt_xm10_icedragon', 's', 1, 1, 1, '0', '0', '0', 3746, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2376. (99002, 'qt_xm10_stone', 'qt_xm10_stone', 's', 2, 1, 1, '0', '0', '0', 3747, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2377. (99003, 'qt_xm10_icetiger', 'qt_xm10_icetiger', 's', 1, 1, 1, '0', '0', '0', 3728, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2378. (99004, 'qt_xm10_trex', 'qt_xm10_trex', 's', 3, 7, 1, '0', '0', '0', 3722, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2379. (99005, 'qt_xm10_palm_tree', 'qt_xm10_palm_tree', 's', 1, 1, 3, '0', '0', '0', 3720, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2380. (99006, 'qt_xm10_bench', 'qt_xm10_bench', 's', 2, 1, 1, '0', '0', '0', 3750, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2381. (99007, 'qt_xm10_icelupin', 'qt_xm10_icelupin', 's', 1, 1, 1, '0', '0', '0', 3732, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2382. (99008, 'qt_xm10_xmduck', 'qt_xm10_xmduck', 's', 1, 1, 1, '0', '0', '0', 3719, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2383. (99009, 'qt_xm10_iceduck', 'qt_xm10_iceduck', 's', 1, 1, 1, '0', '0', '0', 3727, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2384. (99010, 'qt_xm10_bauble1', 'qt_xm10_bauble1', 'i', 1, 1, 1, '0', '0', '0', 4365, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2385. (99011, 'qt_xm10_bauble2', 'qt_xm10_bauble2', 'i', 1, 1, 1, '0', '0', '0', 4361, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2386. (99012, 'qt_xm10_bauble3', 'qt_xm10_bauble3', 'i', 1, 1, 1, '0', '0', '0', 4368, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2387. (99013, 'qt_xm10_iceplasto', 'qt_xm10_iceplasto', 's', 1, 1, 1, '0', '1', '0', 3730, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2388. (99014, 'qt_xm10_ice_fish', 'qt_xm10_ice_fish', 's', 1, 2, 3, '0', '0', '0', 3748, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2389. (99015, 'qt_xm10_gnome', 'qt_xm10_gnome', 's', 1, 2, 1, '0', '0', '0', 3726, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2390. (99016, 'qt_xm10_icesilotable', 'qt_xm10_icesilotable', 's', 1, 1, 1, '0', '0', '0', 3743, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2391. (99017, 'qt_xm10_iceteddy', 'qt_xm10_iceteddy', 's', 1, 1, 1, '0', '0', '0', 3734, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2392. (99018, 'qt_xm10_elephant', 'qt_xm10_elephant', 's', 1, 1, 1, '0', '0', '0', 3724, '1', '1', '0', '1', '1', 'vendingmachine', 2, '0'),
  2393. (99019, 'qt_xm10_iceclubsofa', 'qt_xm10_iceclubsofa', 's', 2, 1, 1, '0', '1', '0', 3718, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2394. (99020, 'es_skating_ice', 'es_skating_ice', 's', 2, 2, 0.01, '1', '0', '1', 3736, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2395. (99021, 'es_sidewalk', 'es_sidewalk', 's', 2, 2, 0.2, '0', '0', '1', 3716, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2396. (99022, 'es_wpost', 'es_wpost', 's', 1, 1, 1, '0', '0', '0', 3725, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2397. (99023, 'es_tagging', 'es_tagging', 's', 1, 1, 3, '0', '0', '0', 3741, '1', '1', '0', '1', '1', 'tagpole', 2, '0'),
  2398. (99024, 'es_santa', 'es_santa', 's', 1, 1, 1, '0', '0', '0', 3740, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2399. (99025, 'es_window', 'es_window', 'i', 1, 1, 1, '0', '0', '0', 4367, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2400. (99026, 'es_bench', 'es_bench', 's', 2, 1, 1, '0', '1', '0', 3712, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2401. (99027, 'es_fnc_1', 'es_fnc_1', 's', 1, 1, 1, '0', '0', '0', 3729, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2402. (99028, 'es_fnc_2', 'es_fnc_2', 's', 1, 1, 1, '1', '0', '0', 3714, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2403. (99029, 'es_fnc_crnr', 'es_fnc_crnr', 's', 1, 1, 1, '0', '0', '0', 3721, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2404. (99030, 'es_epictree', 'es_epictree', 's', 2, 2, 4, '0', '0', '0', 3723, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2405. (99031, 'es_icestar_g', 'es_icestar_g', 's', 1, 1, 6, '0', '0', '0', 3731, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2406. (99032, 'es_icestar_r', 'es_icestar_r', 's', 1, 1, 6, '0', '0', '0', 3745, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2407. (99033, 'es_icestar_y', 'es_icestar_y', 's', 1, 1, 6, '0', '0', '0', 3749, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2408. (99034, 'es_icestar', 'es_icestar', 's', 1, 1, 6, '0', '0', '0', 3713, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2409. (99035, 'es_puck', 'es_puck', 's', 1, 1, 0, '0', '0', '1', 3739, '1', '1', '0', '1', '1', 'ball', 2, '0'),
  2410. (99036, 'es_roaster', 'es_roaster', 's', 1, 1, 2, '0', '0', '0', 3738, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2411. (99037, 'es_lmppst', 'es_lmppst', 's', 1, 1, 4, '0', '0', '0', 3735, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2412. (99038, 'es_statue', 'es_statue', 's', 1, 1, 1, '0', '0', '0', 3717, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2413. (99904, 'year2011_waver_b', 'year2011_waver_b', 's', 1, 1, 1, '1', '0', '0', 3781, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2414. (99905, 'year2011_waver_g', 'year2011_waver_g', 's', 1, 1, 1, '1', '0', '0', 3780, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2415. (99906, 'year2011_waver_r', 'year2011_waver_r', 's', 1, 1, 1, '1', '0', '0', 3777, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2416. (99907, 'year2011_waver_y', 'year2011_waver_y', 's', 1, 1, 1, '1', '0', '0', 3768, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2417. (99908, 'prizetrophy_2011_y', 'prizetrophy_2011_y', 's', 1, 1, 1, '1', '0', '0', 3771, '1', '1', '0', '1', '1', 'trophy', 1, '0'),
  2418. (99909, 'prizetrophy_2011_b', 'prizetrophy_2011_b', 's', 1, 1, 1, '1', '0', '0', 3773, '1', '1', '0', '1', '1', 'trophy', 1, '0'),
  2419. (99910, 'prizetrophy_2011_r', 'prizetrophy_2011_r', 's', 1, 1, 1, '1', '0', '0', 3770, '1', '1', '0', '1', '1', 'trophy', 1, '0'),
  2420. (99911, 'prizetrophy_2011_p', 'prizetrophy_2011_p', 's', 1, 1, 1, '1', '0', '0', 3775, '1', '1', '0', '1', '1', 'trophy', 1, '0'),
  2421. (99912, 'prizetrophy_2011_g', 'prizetrophy_2011_g', 's', 1, 1, 1, '1', '0', '0', 3781, '1', '1', '0', '1', '1', 'trophy', 1, '0'),
  2422. (99913, 'prizetrophy_2011_w', 'prizetrophy_2011_w', 's', 1, 1, 1, '1', '0', '0', 3778, '1', '1', '0', '1', '1', 'trophy', 1, '0'),
  2423. (99914, 'year2011', 'year2011', 'i', 1, 1, 1, '1', '0', '0', 4373, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2424. (29281, 'wf_act_move_rotate', 'wf_act_move_rotate', 's', 1, 1, 0.5, '1', '0', '0', 3663, '1', '1', '0', '1', '1', 'wf_act_moverotate', 1, '0'),
  2425. (29282, 'wf_wire2', 'wf_wire2', 's', 1, 1, 0, '0', '0', '0', 3664, '1', '1', '0', '1', '1', 'default', 4, '0'),
  2426. (29283, 'wf_cnd_time_more_than', 'wf_cnd_time_more_than', 's', 1, 1, 0.5, '1', '0', '0', 3665, '1', '1', '0', '1', '1', 'wired', 1, '0'),
  2427. (29284, 'wf_colortile', 'wf_colortile', 's', 1, 1, 0.1, '0', '0', '1', 3666, '1', '1', '0', '1', '1', 'pressure_pad', 1, '0'),
  2428. (29285, 'wf_floor_switch2', 'wf_floor_switch2', 's', 1, 1, 1, '0', '0', '0', 3667, '1', '1', '0', '1', '1', 'default', 4, '0'),
  2429. (29286, 'wf_trg_state_changed', 'wf_trg_state_changed', 's', 1, 1, 0.5, '1', '0', '0', 3668, '1', '1', '0', '1', '1', 'wf_trg_furnistate', 1, '0'),
  2430. (29287, 'wf_xtra_random', 'wf_xtra_random', 's', 1, 1, 0.5, '1', '0', '0', 3669, '1', '1', '0', '1', '1', 'wired', 1, '0'),
  2431. (29288, 'wf_xtra_unseen', 'wf_xtra_unseen', 's', 1, 1, 0.5, '1', '0', '0', 3670, '1', '1', '0', '1', '1', 'wired', 1, '0'),
  2432. (29289, 'wf_trg_periodically', 'wf_trg_periodically', 's', 1, 1, 0.5, '1', '0', '0', 3671, '1', '1', '0', '1', '1', 'wf_trg_timer', 1, '0'),
  2433. (29290, 'wf_pyramid', 'wf_pyramid', 's', 1, 1, 0.1, '0', '0', '0', 3672, '1', '1', '0', '1', '1', 'gate', 1, '0'),
  2434. (29291, 'wf_trg_score_achieved', 'wf_trg_score_achieved', 's', 1, 1, 0.5, '1', '0', '0', 3673, '1', '1', '0', '1', '1', 'wf_trg_atscore', 1, '0'),
  2435. (29292, 'wf_act_teleport_to', 'wf_act_teleport_to', 's', 1, 1, 0.5, '1', '0', '0', 3674, '1', '1', '0', '1', '1', 'wf_act_moveuser', 1, '0'),
  2436. (29293, 'wf_trg_says_something', 'wf_trg_says_something', 's', 1, 1, 0.5, '1', '0', '0', 3675, '1', '1', '0', '1', '1', 'wf_trg_onsay', 1, '0'),
  2437. (29294, 'wf_colorwheel', 'wf_colorwheel', 's', 1, 1, 1, '0', '0', '0', 3676, '1', '1', '0', '1', '1', 'dice', 1, '0'),
  2438. (29295, 'wf_wire4', 'wf_wire4', 's', 1, 1, 0, '0', '0', '0', 3677, '1', '1', '0', '1', '1', 'default', 4, '0'),
  2439. (29296, 'wf_trg_walks_off_furni', 'wf_trg_walks_off_furni', 's', 1, 1, 0.5, '1', '0', '0', 3678, '1', '1', '0', '1', '1', 'wf_trg_offfurni', 1, '0'),
  2440. (29297, 'wf_trg_at_given_time', 'wf_trg_at_given_time', 's', 1, 1, 0.5, '1', '0', '0', 3679, '1', '1', '0', '1', '1', 'wf_trg_attime', 1, '0'),
  2441. (29298, 'wf_trg_game_ends', 'wf_trg_game_ends', 's', 1, 1, 0.5, '1', '0', '0', 3680, '1', '1', '0', '1', '1', 'wf_trg_gameend', 1, '0'),
  2442. (29299, 'wf_act_show_message', 'wf_act_show_message', 's', 1, 1, 0.5, '1', '0', '0', 3681, '1', '1', '0', '1', '1', 'wf_act_saymsg', 1, '0'),
  2443. (29300, 'wf_cnd_time_less_than', 'wf_cnd_time_less_than', 's', 1, 1, 0.5, '1', '0', '0', 3682, '1', '1', '0', '1', '1', 'wired', 1, '0'),
  2444. (29301, 'wf_trg_enter_room', 'wf_trg_enter_room', 's', 1, 1, 0.5, '1', '0', '0', 3683, '1', '1', '0', '1', '1', 'wf_trg_enterroom', 1, '0'),
  2445. (29303, 'wf_act_toggle_state', 'wf_act_toggle_state', 's', 1, 1, 0.5, '1', '0', '0', 3685, '1', '1', '0', '1', '1', 'wf_act_togglefurni', 1, '0'),
  2446. (29304, 'wf_firegate', 'wf_firegate', 's', 1, 1, 0.1, '0', '0', '0', 3686, '1', '1', '0', '1', '1', 'gate', 1, '0'),
  2447. (29305, 'wf_ringplate', 'wf_ringplate', 's', 1, 1, 0, '1', '0', '1', 3687, '1', '1', '0', '1', '1', 'pressure_pad', 1, '0'),
  2448. (29306, 'wf_pressureplate', 'wf_pressureplate', 's', 1, 1, 0, '1', '0', '1', 3688, '1', '1', '0', '1', '1', 'pressure_pad', 1, '0'),
  2449. (29307, 'wf_glowball', 'wf_glowball', 's', 1, 1, 1, '0', '0', '0', 3689, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2450. (29309, 'wf_act_reset_timers', 'wf_act_reset_timers', 's', 1, 1, 0.5, '1', '0', '0', 3691, '1', '1', '0', '1', '1', 'wired', 1, '0'),
  2451. (29311, 'wf_arrowplate', 'wf_arrowplate', 's', 1, 1, 0.1, '0', '0', '1', 3693, '1', '1', '0', '1', '1', 'pressure_pad', 1, '0'),
  2452. (29318, 'wf_act_match_to_sshot', 'wf_act_match_to_sshot', 's', 1, 1, 0.6, '1', '0', '0', 3700, '1', '1', '0', '1', '1', 'wf_act_matchfurni', 2, '0'),
  2453. (29313, 'wf_cnd_match_snapshot', 'wf_cnd_match_snapshot', 's', 1, 1, 0.5, '1', '0', '0', 3695, '1', '1', '0', '1', '1', 'wired', 1, '0'),
  2454. (29314, 'wf_wire1', 'wf_wire1', 's', 1, 1, 0, '0', '0', '0', 3696, '1', '1', '0', '1', '1', 'default', 4, '0'),
  2455. (29315, 'wf_act_give_score', 'wf_act_give_score', 's', 1, 1, 0.5, '1', '0', '0', 3697, '1', '1', '0', '1', '1', '', 1, '0'),
  2456. (29316, 'wf_wire3', 'wf_wire3', 's', 1, 1, 0, '0', '0', '0', 3698, '1', '1', '0', '1', '1', 'default', 4, '0'),
  2457. (29317, 'wf_glassdoor', 'wf_glassdoor', 's', 1, 1, 0.1, '0', '0', '0', 3699, '1', '1', '0', '1', '1', 'gate', 1, '0'),
  2458. (29312, 'wf_cnd_trggrer_on_frn', 'wf_cnd_trggrer_on_frn', 's', 1, 1, 0.6, '1', '0', '0', 3694, '1', '1', '0', '1', '1', 'wf_cnd_trggrer_on_frn', 1, '0'),
  2459. (29319, 'wf_floor_switch1', 'wf_floor_switch1', 's', 1, 1, 1, '0', '0', '0', 3701, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2460. (29320, 'wf_trg_game_starts', 'wf_trg_game_starts', 's', 1, 1, 0.5, '1', '0', '0', 3702, '1', '1', '0', '1', '1', 'wf_trg_gamestart', 1, '0'),
  2461. (292308, 'ads_hh_safe', 'ads_hh_safe', 's', 1, 1, 0, '0', '0', '0', 3684, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2462. (29321, 'wf_trg_walks_on_furni', 'wf_trg_walks_on_furni', 's', 1, 1, 0.5, '1', '0', '0', 3703, '1', '1', '0', '1', '1', 'wf_trg_onfurni', 1, '0'),
  2463. (77701, 'bling11_block', 'bling11_block', 's', 1, 1, 2, '1', '0', '0', 3801, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2464. (77702, 'bling11_dvd', 'bling11_dvd', 's', 1, 2, 1.6, '1', '0', '0', 3793, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2465. (77703, 'bling11_dvn', 'bling11_dnv', 's', 1, 3, 1.2, '0', '0', '0', 3798, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  2466. (77704, 'bling11_floor', 'bling11_floor', 's', 1, 1, 0.1, '1', '0', '0', 3794, '1', '1', '0', '1', '1', 'default', 9, '0'),
  2467. (77705, 'bling11_pillar', 'bling11_pillar', 's', 1, 1, 3.3, '1', '0', '0', 3802, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2468. (77706, 'bling11_plant', 'bling11_plant', 's', 1, 1, 1, '0', '0', '0', 3795, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2469. (77707, 'bling11_rug1', 'bling11_rug1', 's', 2, 2, 0.1, '1', '0', '1', 3788, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2470. (77708, 'bling11_rug2', 'bling11_rug2', 's', 3, 3, 0.2, '1', '0', '1', 3797, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2471. (77709, 'bling11_seat1', 'bling11_seat1', 's', 1, 1, 1, '0', '1', '0', 3800, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2472. (77710, 'bling11_seat2', 'bling11_seat2', 's', 1, 1, 1.2, '0', '1', '0', 3799, '1', '1', '0', '1', '1', 'default', 5, '0'),
  2473. (77711, 'bling11_slot', 'bling11_slot', 's', 1, 1, 1, '0', '0', '0', 3786, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2474. (77712, 'bling11_sofa', 'bling11_sofa', 's', 3, 1, 0.4, '0', '1', '0', 3790, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2475. (77713, 'bling11_statue1', 'bling11_statue1', 's', 1, 1, 1, '0', '0', '0', 3791, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2476. (77714, 'bling11_statue2', 'bling11_statue2', 's', 2, 2, 1, '0', '0', '0', 3785, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2477. (77715, 'bling11_tele', 'bling11_tele', 's', 1, 1, 0.1, '0', '0', '0', 3789, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
  2478. (77716, 'bling11_towels', 'bling11_towels', 's', 1, 1, 1, '0', '0', '0', 3787, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2479. (77717, 'val11_floor', 'val11_floor', 's', 2, 2, 0.1, '1', '0', '1', 3792, '1', '1', '0', '1', '1', 'rollerskate', 1, '0'),
  2480. (77801, 'china_rabbit', 'china_rabbit', 's', 1, 1, 1, '0', '0', '0', 3796, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2481. (77900, 'qt_val11_holoduck', 'qt_val11_holoduck', 's', 1, 1, 1, '0', '0', '0', 3803, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2482. (77901, 'qt_val11_holoheart', 'qt_val11_holoheart', 's', 1, 1, 1, '0', '0', '0', 3813, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2483. (77902, 'qt_val11_discoball', 'qt_val11_discoball', 's', 1, 1, 0, '1', '0', '0', 3805, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2484. (77903, 'qt_val11_duckformer', 'qt_val11_duckformer', 's', 1, 1, 1, '1', '0', '0', 3809, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2485. (77904, 'qt_val11_heartlights', 'qt_val11_heartlights', 'i', 1, 1, 0, '0', '0', '0', 4378, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2486. (77905, 'qt_val11_jellychair', 'qt_val11_jellychair', 's', 1, 1, 1, '1', '1', '0', 3810, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2487. (77906, 'qt_val11_jellyheart', 'qt_val11_jellyheart', 's', 1, 1, 1, '1', '0', '0', 3811, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2488. (77907, 'val11_chair', 'val11_chair', 's', 1, 1, 1.2, '0', '1', '0', 3806, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2489. (77908, 'val11_playa', 'val11_playa', 's', 1, 1, 1, '1', '0', '0', 3804, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2490. (77909, 'val11_rail', 'val11_rail', 's', 1, 2, 0.5, '1', '0', '0', 3812, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2491. (89915, 'pond', 'pond', 's', 1, 1, 0.01, '0', '0', '1', 3831, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2492. (89916, 'val11_present', 'val11_present', 's', 1, 1, 1.2, '1', '0', '0', 3832, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2493. (89917, 'prizetrophy_cine', 'prizetrophy_cine', 's', 1, 1, 1, '0', '0', '0', 3833, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2494. (89918, 'cine_vipsign', 'cine_vipsign', 's', 1, 1, 1, '0', '0', '0', 3834, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2495. (89919, 'limo_b_mid3', 'limo_b_mid3', 's', 2, 1, 1, '0', '0', '0', 3835, '1', '1', '1', '1', '1', 'vendingmachine', 1, '50'),
  2496. (89920, 'limo_b_mid2', 'limo_b_mid2', 's', 2, 1, 0.3, '0', '0', '1', 3836, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2497. (89921, 'limo_b_front', 'limo_b_front', 's', 2, 1, 1, '0', '0', '0', 3837, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2498. (89922, 'limo_b_mid', 'limo_b_mid', 's', 2, 1, 1.2, '0', '1', '0', 3838, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2499. (89923, 'cine_star', 'cine_star', 's', 1, 1, 0.1, '1', '0', '1', 3839, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2500. (89924, 'limo_b_back', 'limo_b_back', 's', 2, 1, 1.2, '0', '1', '0', 3840, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2501. (89925, 'ads_bigtv_missmix', 'ads_bigtv_missmix', 'i', 1, 1, 1, '0', '0', '0', 4381, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2502. (89926, 'cine_curtain', 'cine_curtain', 's', 8, 1, 0.001, '0', '0', '0', 3841, '1', '1', '1', '1', '1', 'gate', 2, '0'),
  2503. (89927, 'cine_screen', 'cine_screen', 's', 8, 1, 1, '0', '0', '0', 3842, '1', '1', '1', '1', '1', 'default', 7, '0'),
  2504. (89928, 'theatre_seat_g', 'theatre_seat_g', 's', 1, 1, 1, '0', '1', '0', 3843, '1', '1', '1', '1', '1', 'default', 6, '0'),
  2505. (89929, 'cine_tile', 'cine_tile', 's', 1, 1, 0.1, '0', '0', '1', 3844, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2506. (89930, 'cine_bench_b', 'cine_bench_b', 's', 3, 1, 1.1, '0', '1', '0', 3845, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2507. (89931, 'theatre_seat_b', 'theatre_seat_b', 's', 1, 1, 1, '0', '1', '0', 3846, '1', '1', '1', '1', '1', 'default', 6, '0'),
  2508. (89932, 'cine_roof', 'cine_roof', 's', 3, 3, 0.1, '1', '0', '1', 3847, '1', '1', '1', '1', '1', 'default', 5, '0'),
  2509. (89933, 'cine_popcorn', 'cine_popcorn', 's', 1, 1, 1, '0', '0', '0', 3848, '1', '1', '1', '1', '1', 'vendingmachine', 1, '63'),
  2510. (89934, 'cine_bench', 'cine_bench', 's', 3, 1, 1.1, '0', '1', '0', 3849, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2511. (89935, 'cine_bench_g', 'cine_bench_g', 's', 3, 1, 1.1, '0', '1', '0', 3850, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2512. (89936, 'cine_ticket_booth', 'cine_ticket_booth', 's', 1, 1, 1.5, '0', '1', '0', 3851, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2513. (89937, 'cine_projector', 'cine_projector', 's', 1, 1, 1, '0', '0', '0', 3852, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2514. (89907, 'gothic_st_glass', 'gothic_st_glass', 'i', 1, 1, 1, '0', '0', '0', 4380, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2515. (89908, 'gothic_candles', 'gothic_candles', 's', 1, 1, 1, '0', '0', '0', 3825, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2516. (89909, 'gothic_bed', 'gothic_bed', 's', 2, 3, 1.6, '0', '1', '0', 3824, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2517. (89910, 'gothic_bowl', 'gothic_bowl', 's', 1, 1, 1, '0', '0', '0', 3828, '1', '1', '1', '1', '1', 'vendingmachine', 1, '62'),
  2518. (89911, 'gothic_desk', 'gothic_desk', 's', 1, 2, 1, '0', '0', '0', 3826, '1', '1', '1', '1', '1', 'default', 5, '0'),
  2519. (89912, 'ads_grefu_trophy', 'ads_grefu_trophy', 's', 1, 1, 1, '0', '0', '0', 3827, '1', '1', '1', '1', '1', 'trophy', 1, '0'),
  2520. (89900, 'limo_w_front', 'limo_w_front', 's', 2, 1, 1, '0', '0', '0', 3823, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2521. (89901, 'limo_w_mid', 'limo_w_mid', 's', 2, 1, 1, '0', '1', '0', 3819, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2522. (89902, 'limo_w_mid2', 'limo_w_mid2', 's', 2, 1, 0.3, '0', '0', '1', 3820, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2523. (89903, 'limo_w_back', 'limo_w_back', 's', 2, 1, 1, '0', '1', '0', 3822, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2524. (89904, 'petfood19', 'petfood19', 's', 1, 1, 0.001, '0', '0', '1', 3821, '1', '1', '1', '1', '1', 'default', 4, '0'),
  2525. (89905, 'petfood18', 'petfood18', 's', 1, 1, 0.001, '0', '0', '1', 3816, '1', '1', '1', '1', '1', 'default', 4, '0'),
  2526. (89906, 'petfood17', 'petfood17', 's', 1, 1, 0.001, '0', '0', '1', 3817, '1', '1', '1', '1', '1', 'default', 4, '0'),
  2527. (89950, 'fireworks_01', 'fireworks_01', 's', 1, 1, 1, '0', '0', '0', 3772, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2528. (89951, 'fireworks_02', 'fireworks_02', 's', 1, 1, 1, '0', '0', '0', 3776, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2529. (89952, 'fireworks_03', 'fireworks_03', 's', 1, 1, 1, '0', '0', '0', 3774, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2530. (89953, 'fireworks_04', 'fireworks_04', 's', 1, 1, 1, '0', '0', '0', 3784, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2531. (89954, 'fireworks_05', 'fireworks_05', 's', 1, 1, 1, '0', '0', '0', 3779, '1', '1', '1', '1', '1', 'default', 3, '0');
  2532. INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES
  2533. (89955, 'fireworks_06', 'fireworks_06', 's', 1, 1, 1, '0', '0', '0', 3783, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2534. (89956, 'fireworks_07', 'fireworks_07', 's', 1, 1, 1, '0', '0', '0', 3782, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2535. (89938, 'wf_box', 'wf_box', 's', 1, 1, 1.2, '1', '0', '0', 3853, '1', '1', '1', '1', '1', 'puzzlebox', 1, '0'),
  2536. (89939, 'wf_maze', 'wf_maze', 's', 1, 1, 1, '0', '0', '0', 3854, '1', '1', '1', '1', '1', 'default', 4, '0'),
  2537. (89940, 'ads_rangocactus', 'ads_rangocactus', 's', 1, 1, 1, '0', '0', '0', 3855, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2538. (89941, 'cine_glass', 'cine_glass', 's', 1, 1, 0.01, '1', '0', '0', 3856, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2539. (29310, 'wf_cnd_furnis_hv_avtrs', 'wf_cnd_furnis_hv_avtrs', 's', 1, 1, 0.6, '1', '0', '0', 3692, '1', '1', '0', '1', '1', 'wf_cnd_furnis_hv_avtrs', 1, '0'),
  2540. (89943, 'cine_light2', 'cine_light2', 'i', 1, 1, 1, '1', '0', '0', 4382, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2541. (89944, 'cine_light1', 'cine_light1', 'i', 1, 1, 1, '1', '0', '0', 4383, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2542. (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'),
  2543. (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'),
  2544. (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'),
  2545. (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'),
  2546. (99951, 'cubie_chair_p', 'cubie_chair_p', 's', 1, 1, 1.2, '0', '1', '0', 3879, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2547. (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'),
  2548. (99953, 'cubie_bigtable_p', 'cubie_bigtable_p', 's', 2, 2, 0.5, '1', '0', '1', 3876, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2549. (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'),
  2550. (99955, 'cubie_beanbag_b', 'cubie_beanbag_b', 's', 1, 1, 1, '0', '1', '0', 3877, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2551. (99956, 'cubie_chair_b', 'cubie_chair_b', 's', 1, 1, 1.2, '0', '1', '0', 3859, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2552. (99957, 'cubie_bed_b', 'cubie_bed_b', 's', 1, 3, 1.8, '0', '0', '0', 3871, '1', '1', '1', '1', '1', 'bed', 1, '0'),
  2553. (99958, 'cubie_bigtable_b', 'cubie_bigtable_b', 's', 2, 2, 0.5, '1', '0', '1', 3861, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2554. (99959, 'cubie_stool_b', 'cubie_stool_b', 's', 1, 1, 1.2, '0', '1', '0', 3869, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2555. (99960, 'cubie_beanbag_p', 'cubie_beanbag_p', 's', 1, 1, 1, '0', '1', '0', 3862, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2556. (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'),
  2557. (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'),
  2558. (99963, 'cubie_rug_p', 'cubie_rug_p', 's', 2, 3, 0.1, '1', '0', '1', 3870, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2559. (99964, 'cubie_sofaseat_b', 'cubie_sofaseat_b', 's', 1, 1, 1, '0', '1', '0', 3881, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2560. (99965, 'cubie_table', 'cubie_table', 's', 1, 2, 1, '1', '0', '0', 3880, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2561. (99966, 'cubie_sofaseat_p', 'cubie_sofaseat_p', 's', 1, 1, 1, '0', '1', '0', 3864, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2562. (99967, 'cubie_bed_p', 'cubie_bed_p', 's', 1, 3, 1.8, '0', '0', '0', 3868, '1', '1', '1', '1', '1', 'bed', 1, '0'),
  2563. (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'),
  2564. (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'),
  2565. (99970, 'cubie_lamp_b', 'cubie_lamp_b', 's', 1, 1, 1, '0', '0', '0', 3858, '1', '1', '1', '1', '1', 'default', 4, '0'),
  2566. (99971, 'cubie_stool_p', 'cubie_stool_p', 's', 1, 1, 1.2, '0', '1', '0', 3878, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2567. (99972, 'cubie_wallshelf_b', 'cubie_wallshelf_b', 'i', 1, 1, 1, '1', '0', '0', 4389, '1', '1', '1', '1', '1', 'default', 7, '0'),
  2568. (99973, 'cubie_decklight_p', 'cubie_decklight_p', 'i', 1, 1, 1, '1', '0', '0', 4385, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2569. (99974, 'cubie_wallshelf_p', 'cubie_wallshelf_p', 'i', 1, 1, 1, '1', '0', '0', 4392, '1', '1', '1', '1', '1', 'default', 7, '0'),
  2570. (99975, 'cubie_decal_0', 'cubie_decal_0', 'i', 1, 1, 1, '1', '0', '0', 4395, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2571. (99976, 'cubie_decal_3', 'cubie_decal_3', 'i', 1, 1, 1, '1', '0', '0', 4384, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2572. (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'),
  2573. (99978, 'cubie_decklight_b', 'cubie_decklight_b', 'i', 1, 1, 1, '1', '0', '0', 4394, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2574. (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'),
  2575. (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'),
  2576. (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'),
  2577. (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'),
  2578. (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'),
  2579. (80378, 'waasa_rug1', 'waasa_rug1', 's', 2, 4, 0.01, '1', '0', '1', 3899, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2580. (80379, 'waasa_rug2', 'waasa_rug2', 's', 2, 4, 0.01, '1', '0', '1', 3904, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2581. (80380, 'waasa_rug3', 'waasa_rug3', 's', 2, 4, 0.01, '1', '0', '1', 3900, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2582. (80381, 'waasa_rug4', 'waasa_rug4', 's', 2, 4, 0.01, '1', '0', '1', 3902, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2583. (80382, 'waasa_rug5', 'waasa_rug5', 's', 2, 4, 0.01, '1', '0', '1', 3898, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2584. (80383, 'waasa_chair_wood', 'waasa_chair_wood', 's', 1, 1, 1, '0', '1', '0', 3903, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2585. (80384, 'waasa_aquarium', 'waasa_aquarium', 's', 1, 2, 0, '0', '0', '0', 3901, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2586. (80385, 'newbie_nest', 'newbie_nest', 's', 1, 1, 0.01, '0', '0', '1', 3897, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2587. (99946, 'cubie_lamp_p', 'cubie_lamp_p', 's', 1, 1, 1, '0', '0', '0', 3863, '1', '1', '1', '1', '1', 'default', 4, '0'),
  2588. (99945, 'cubie_rug_b', 'cubie_rug_b', 's', 2, 3, 0.1, '1', '0', '1', 3860, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2589. (89984, 'newbie_present', 'newbie_present', 's', 1, 1, 1, '1', '0', '0', 3885, '1', '1', '1', '1', '1', 'default', 5, '0'),
  2590. (89985, 'tv_flat', 'tv_flat', 's', 2, 1, 1, '0', '0', '0', 3886, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2591. (89986, 'waasa_table2', 'waasa_table2', 's', 2, 1, 1, '1', '0', '0', 3887, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2592. (89987, 'computer_flatscreen', 'computer_flatscreen', 's', 1, 1, 1, '1', '0', '0', 3888, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2593. (89988, 'waasa_chair', 'waasa_chair', 's', 1, 1, 1.2, '0', '1', '0', 3889, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2594. (89989, 'waasa_ship2', 'waasa_ship2', 's', 2, 1, 1, '0', '0', '0', 3890, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2595. (89990, 'waasa_ship1', 'waasa_ship1', 's', 1, 1, 1, '0', '0', '0', 3891, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2596. (89991, 'waasa_bunk_bed', 'waasa_bunk_bed', 's', 3, 1, 1, '1', '0', '0', 3892, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2597. (89992, 'computer_laptop', 'computer_laptop', 's', 1, 1, 1, '0', '0', '0', 3893, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2598. (89993, 'computer_old', 'computer_old', 's', 1, 1, 1, '0', '0', '0', 3894, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2599. (89994, 'waasa_table1', 'waasa_table1', 's', 1, 1, 1, '1', '0', '0', 3895, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2600. (89995, 'waasa_desk', 'waasa_desk', 's', 2, 1, 1, '1', '0', '0', 3896, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2601. (89996, 'waasa_wall_shelf2', 'waasa_wall_shelf2', 'i', 1, 1, 1, '1', '0', '0', 4396, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2602. (89997, 'waasa_wall_shelf1', 'waasa_wall_shelf1', 'i', 1, 1, 1, '1', '0', '0', 4397, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2603. (20600, 'Spiders', 'a0 pet8', 's', 1, 1, 1, '1', '0', '0', 3817, '0', '0', '0', '0', '0', 'pet', 0, '0'),
  2604. (20601, 'Frogs', 'a0 pet11', 's', 1, 1, 1, '1', '0', '0', 1532, '0', '0', '0', '0', '0', 'pet', 0, '0'),
  2605. (20602, 'Chicks', 'a0 pet10', 's', 1, 1, 1, '1', '0', '0', 1532, '0', '0', '0', '0', '0', 'pet', 0, '0'),
  2606. (20603, 'Dragon', 'a0 pet12', 's', 1, 1, 1, '1', '0', '0', 10117, '0', '0', '0', '0', '0', 'pet', 0, '0'),
  2607. (31007, 'theatre_carpet', 'theatre_carpet', 's', 1, 1, 0.01, '1', '0', '1', 31007, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2608. (31008, 'theatre_chair', 'theatre_chair', 's', 1, 1, 1, '0', '1', '0', 31008, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2609. (31009, 'theatre_curtain', 'theatre_curtain', 's', 3, 1, 1, '0', '0', '0', 31009, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2610. (31010, 'theatre_edge', 'theatre_edge', 's', 1, 1, 1, '0', '0', '0', 31010, '1', '1', '0', '1', '1', 'default', 8, '0'),
  2611. (31011, 'theatre_lights', 'theatre_lights', 's', 1, 1, 1, '0', '0', '0', 31011, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2612. (31012, 'theatre_mask', 'theatre_mask', 's', 1, 1, 1, '0', '0', '0', 31012, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2613. (31013, 'theatre_plant', 'theatre_plant', 's', 1, 1, 1, '0', '0', '0', 31013, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2614. (31014, 'theatre_rug', 'theatre_rug', 's', 1, 1, 0.01, '1', '0', '1', 31014, '1', '1', '0', '1', '1', 'default', 14, '0'),
  2615. (31015, 'theatre_spotlight', 'theatre_spotlight', 's', 1, 1, 1, '0', '0', '0', 31015, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2616. (31016, 'theatre_stage', 'theatre_stage', 's', 1, 1, 1, '1', '0', '1', 31016, '1', '1', '0', '1', '1', 'default', 7, '0'),
  2617. (31017, 'theatre_stool', 'theatre_stool', 's', 1, 1, 1, '0', '1', '0', 31017, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2618. (31018, 'theatre_switch', 'theatre_switch', 's', 1, 1, 0.01, '1', '0', '1', 31018, '1', '1', '0', '1', '1', 'switch', 2, '0'),
  2619. (31019, 'theatre_wall', 'theatre_wall', 's', 1, 1, 1, '0', '0', '0', 31019, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2620. (31020, 'wf_act_give_reward', 'wf_act_give_reward', 's', 1, 1, 1, '1', '0', '0', 31020, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2621. (31021, 'theatre_floor', 'theatre_floor', 's', 1, 1, 0.01, '1', '0', '1', 31021, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2622. (3715, 'ads_background', 'ads_background', 's', 1, 1, 0, '1', '0', '1', 3715, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2623. (90028, 'anna_divider*2', 'anna_divider*2', 's', 1, 1, 1, '1', '0', '0', 3931, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2624. (90029, 'anna_divider*3', 'anna_divider*3', 's', 1, 1, 1, '1', '0', '0', 3932, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2625. (90030, 'anna_divider*4', 'anna_divider*4', 's', 1, 1, 1, '1', '0', '0', 3933, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2626. (90031, 'anna_divider*5', 'anna_divider*5', 's', 1, 1, 1, '1', '0', '0', 3934, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2627. (90032, 'anna_div_gate*1', 'anna_div_gate*1', 's', 1, 1, 0.01, '0', '0', '0', 3935, '0', '1', '0', '1', '1', 'gate', 1, '0'),
  2628. (90056, 'anna_rug*5', 'anna_rug*5', 's', 2, 2, 0.01, '1', '0', '1', 3959, '0', '1', '0', '1', '1', 'default', 4, '0'),
  2629. (90055, 'anna_rug*4', 'anna_rug*4', 's', 2, 2, 0.01, '1', '0', '1', 3958, '0', '1', '0', '1', '1', 'default', 4, '0'),
  2630. (90054, 'anna_rug*3', 'anna_rug*3', 's', 2, 2, 0.01, '1', '0', '1', 3957, '0', '1', '0', '1', '1', 'default', 4, '0'),
  2631. (90053, 'anna_rug*2', 'anna_rug*2', 's', 2, 2, 0.01, '1', '0', '1', 3956, '0', '1', '0', '1', '1', 'default', 4, '0'),
  2632. (90052, 'anna_rug*1', 'anna_rug*1', 's', 2, 2, 0.01, '1', '0', '1', 3955, '0', '1', '0', '1', '1', 'default', 4, '0'),
  2633. (90051, 'anna_table*5', 'anna_table*5', 's', 2, 2, 1, '1', '0', '0', 3954, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2634. (90050, 'anna_table*4', 'anna_table*4', 's', 2, 2, 1, '1', '0', '0', 3953, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2635. (90049, 'anna_table*3', 'anna_table*3', 's', 2, 2, 1, '1', '0', '0', 3952, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2636. (90048, 'anna_table*2', 'anna_table*2', 's', 2, 2, 1, '1', '0', '0', 3951, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2637. (90047, 'anna_table*1', 'anna_table*1', 's', 2, 2, 1, '1', '0', '0', 3950, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2638. (90046, 'anna_stool*5', 'anna_stool*5', 's', 1, 1, 1.2, '0', '1', '0', 3949, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2639. (90045, 'anna_stool*4', 'anna_stool*4', 's', 1, 1, 1.2, '0', '1', '0', 3948, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2640. (90044, 'anna_stool*3', 'anna_stool*3', 's', 1, 1, 1.2, '0', '1', '0', 3947, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2641. (90043, 'anna_stool*2', 'anna_stool*2', 's', 1, 1, 1.2, '0', '1', '0', 3946, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2642. (90042, 'anna_stool*1', 'anna_stool*1', 's', 1, 1, 1.2, '0', '1', '0', 3945, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2643. (90041, 'anna_chair*5', 'anna_chair*5', 's', 1, 1, 1.2, '0', '1', '0', 3944, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2644. (90040, 'anna_chair*4', 'anna_chair*4', 's', 1, 1, 1.2, '0', '1', '0', 3943, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2645. (90039, 'anna_chair*3', 'anna_chair*3', 's', 1, 1, 1.2, '0', '1', '0', 3942, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2646. (90038, 'anna_chair*2', 'anna_chair*2', 's', 1, 1, 1.2, '0', '1', '0', 3941, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2647. (90037, 'anna_chair*1', 'anna_chair*1', 's', 1, 1, 1.2, '0', '1', '0', 3940, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2648. (90036, 'anna_div_gate*5', 'anna_div_gate*5', 's', 1, 1, 0.01, '0', '0', '0', 3939, '0', '1', '0', '1', '1', 'gate', 1, '0'),
  2649. (90035, 'anna_div_gate*4', 'anna_div_gate*4', 's', 1, 1, 0.01, '0', '0', '0', 3938, '0', '1', '0', '1', '1', 'gate', 1, '0'),
  2650. (90033, 'anna_div_gate*2', 'anna_div_gate*2', 's', 1, 1, 0.01, '0', '0', '0', 3936, '0', '1', '0', '1', '1', 'gate', 1, '0'),
  2651. (90034, 'anna_div_gate*3', 'anna_div_gate*3', 's', 1, 1, 0.01, '0', '0', '0', 3937, '0', '1', '0', '1', '1', 'gate', 1, '0'),
  2652. (90072, 'anna_div_crnr*1', 'anna_div_crnr*1', 's', 1, 1, 1, '1', '0', '0', 3975, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2653. (90071, 'anna_lamp*5', 'anna_lamp*5', 's', 1, 1, 1, '0', '0', '0', 3974, '0', '1', '0', '1', '1', 'default', 2, '0'),
  2654. (90070, 'anna_lamp*4', 'anna_lamp*4', 's', 1, 1, 1, '0', '0', '0', 3973, '0', '1', '0', '1', '1', 'default', 2, '0'),
  2655. (90069, 'anna_lamp*3', 'anna_lamp*3', 's', 1, 1, 1, '0', '0', '0', 3972, '0', '1', '0', '1', '1', 'default', 2, '0'),
  2656. (90068, 'anna_lamp*2', 'anna_lamp*2', 's', 1, 1, 1, '0', '0', '0', 3971, '0', '1', '0', '1', '1', 'default', 2, '0'),
  2657. (90067, 'anna_lamp*1', 'anna_lamp*1', 's', 1, 1, 1, '0', '0', '0', 3970, '0', '1', '0', '1', '1', 'default', 2, '0'),
  2658. (90066, 'anna_pill*5', 'anna_pill*5', 's', 1, 1, 0.5, '1', '0', '1', 3969, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2659. (90065, 'anna_pill*4', 'anna_pill*4', 's', 1, 1, 0.5, '1', '0', '1', 3968, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2660. (90064, 'anna_pill*3', 'anna_pill*3', 's', 1, 1, 0.5, '1', '0', '1', 3967, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2661. (90063, 'anna_pill*2', 'anna_pill*2', 's', 1, 1, 0.5, '1', '0', '1', 3966, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2662. (90062, 'anna_pill*1', 'anna_pill*1', 's', 1, 1, 0.5, '1', '0', '1', 3965, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2663. (90061, 'anna_sofa*5', 'anna_sofa*5', 's', 2, 1, 1.2, '0', '1', '0', 3964, '0', '1', '0', '1', '1', 'default', 3, '0'),
  2664. (90060, 'anna_sofa*4', 'anna_sofa*4', 's', 2, 1, 1.2, '0', '1', '0', 3963, '0', '1', '0', '1', '1', 'default', 3, '0'),
  2665. (90059, 'anna_sofa*3', 'anna_sofa*3', 's', 2, 1, 1.2, '0', '1', '0', 3962, '0', '1', '0', '1', '1', 'default', 3, '0'),
  2666. (90058, 'anna_sofa*2', 'anna_sofa*2', 's', 2, 1, 1.2, '0', '1', '0', 3961, '0', '1', '0', '1', '1', 'default', 3, '0'),
  2667. (90027, 'anna_divider*1', 'anna_divider*1', 's', 1, 1, 1, '1', '0', '0', 3930, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2668. (90057, 'anna_sofa*1', 'anna_sofa*1', 's', 2, 1, 1.2, '0', '1', '0', 3960, '0', '1', '0', '1', '1', 'default', 3, '0'),
  2669. (4286, 'xmas11_yetifeet name', 'xmas11_yetifeet', 's', 1, 1, 1, '0', '0', '0', 4286, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2670. (4287, 'xmas2011_tree2 name', 'xmas2011_tree2', 's', 1, 1, 1, '0', '0', '0', 4287, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2671. (4285, 'xmas11_stonedivider name', 'xmas11_stonedivider', 's', 2, 1, 1, '0', '0', '0', 4285, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2672. (4284, 'xmas2011_aurora1 name', 'xmas2011_aurora1', 's', 0, 0, 0, '0', '0', '0', 4284, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2673. (4283, 'xmas11_comfy_chair name', 'xmas11_comfy_chair', 's', 1, 1, 1, '0', '1', '0', 4283, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2674. (4282, 'xmas11_sofatable name', 'xmas11_sofatable', 's', 2, 2, 1, '1', '0', '0', 4282, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2675. (95001, 'Habbo_Mem_St1', 'Habbo_Mem_St1', 's', 1, 1, 1, '0', '0', '0', 95001, '1', '1', '1', '1', '1', 'trophy', 1, '0'),
  2676. (412289, 'hole3', 'hole3', 's', 1, 1, 1, '0', '0', '0', 412289, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2677. (30512, 'HM_event160', 'HM_event160', 's', 1, 1, 1.6, '1', '0', '0', 30512, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2678. (40366, 'ads_mpu_720', 'ads_mpu_720', 's', 1, 1, 1.6, '1', '0', '0', 40366, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2679. (40367, 'ads_mpu_300', 'ads_mpu_300', 's', 1, 1, 1.6, '1', '0', '0', 40367, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2680. (40368, 'ads_mpu_160', 'ads_mpu_160', 's', 1, 1, 1.6, '1', '0', '0', 40368, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2681. (4300, 'xmas11_petfood name', 'xmas11_petfood', 's', 0, 0, 0, '0', '0', '0', 4300, '1', '1', '1', '1', '1', 'default', 5, '0'),
  2682. (4301, 'xmas2011_aurora2 name', 'xmas2011_aurora2', 's', 0, 0, 0, '0', '0', '0', 4301, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2683. (4302, 'xmas11_nghtstnd name', 'xmas11_nghtstnd', 's', 1, 1, 1, '0', '0', '0', 4302, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2684. (4299, 'xmas11_throne name', 'xmas11_throne', 's', 1, 1, 1, '0', '1', '0', 4299, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2685. (4298, 'xmas2011_icefall name', 'xmas2011_icefall', 's', 2, 2, 1, '0', '0', '0', 4298, '1', '1', '1', '1', '1', 'default', 4, '0'),
  2686. (4297, 'xmas11_comfy_bench name', 'xmas11_comfy_bench', 's', 2, 1, 1, '0', '1', '0', 4297, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2687. (4296, 'xmas11_stonefloor name', 'xmas11_stonefloor', 's', 2, 2, 0, '0', '0', '1', 4296, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2688. (4295, 'xmas2011_snowlog', 'xmas2011_snowlog', 's', 2, 1, 1, '0', '1', '0', 4295, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2689. (4294, 'xmas11_stove name', 'xmas11_stove', 's', 1, 1, 1, '0', '0', '0', 4294, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2690. (4292, 'xmas11_firewood name', 'xmas11_firewood', 's', 1, 1, 1, '0', '0', '0', 4292, '1', '1', '1', '1', '1', 'default', 4, '0'),
  2691. (4293, 'xmas11_stool name', 'xmas11_stool', 's', 1, 1, 1, '0', '1', '0', 4293, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2692. (4291, 'xmas2011_tree1 name', 'xmas2011_tree1', 's', 1, 1, 1, '0', '0', '0', 4291, '1', '1', '1', '1', '1', 'default', 4, '0'),
  2693. (4290, 'xmas11_flag name', 'xmas11_flag', 's', 1, 1, 1, '0', '0', '0', 4290, '1', '1', '1', '1', '1', 'default', 4, '0'),
  2694. (4289, 'xmas11_footstool name', 'xmas11_footstool', 's', 1, 1, 1, '0', '1', '0', 4289, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2695. (4288, 'xmas11_woodfloor name', 'xmas11_woodfloor', 's', 2, 2, 0.01, '1', '0', '1', 4288, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2696. (4303, 'xmas11_chair name', 'xmas11_chair', 's', 1, 1, 1, '0', '1', '0', 4303, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2697. (4304, 'xmas2011_rock1 name', 'xmas2011_rock1', 's', 1, 1, 1, '0', '0', '0', 4304, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2698. (4305, 'xmas2011_balrail name', 'xmas2011_balrail', 's', 2, 1, 1, '0', '0', '0', 4305, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2699. (4306, 'xmas2011_tree4 name', 'xmas2011_tree4', 's', 1, 1, 1, '0', '0', '0', 4306, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2700. (4307, 'xmas2011_rock2 name', 'xmas2011_rock2', 's', 1, 1, 1, '0', '0', '0', 4307, '1', '1', '1', '1', '1', 'default', 6, '0'),
  2701. (4308, 'xmas2011_tree3 name', 'xmas2011_tree3', 's', 1, 1, 1, '0', '0', '0', 4308, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2702. (4309, 'xmas11_elewood name', 'xmas11_elewood', 's', 1, 1, 1, '1', '0', '1', 4309, '1', '1', '1', '1', '1', 'default', 6, '0'),
  2703. (4310, 'horse_hairstyle_6 name', 'horse_hairstyle_6', 's', 0, 0, 0, '0', '0', '0', 4310, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2704. (4435, 'xmas11_hd4 name', 'xmas11_hd4', 'i', 0, 0, 0, '0', '0', '0', 4435, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2705. (4436, 'xmas11_wall name', 'xmas11_wall', 'i', 0, 0, 0, '0', '0', '0', 4436, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2706. (4437, 'xmas11_hd2 name', 'xmas11_hd2', 'i', 0, 0, 0, '0', '0', '0', 4437, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2707. (4438, 'xmas11_hd5 name', 'xmas11_hd5', 'i', 0, 0, 0, '0', '0', '0', 4438, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2708. (4439, 'xmas11_hd3 name', 'xmas11_hd3', 'i', 0, 0, 0, '0', '0', '0', 4439, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2709. (4440, 'xmas11_hd1 name', 'xmas11_hd1', 'i', 0, 0, 0, '0', '0', '0', 4440, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2710. (14368, 'Double Balloons', 'xmas11_balloon2', 's', 1, 1, 1, '0', '0', '0', 14368, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2711. (14369, 'Polished Stone Floor', 'xmas11_luxfloor2', 's', 2, 2, 0, '1', '0', '1', 14369, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2712. (14370, 'Single Balloon', 'xmas11_balloon1', 's', 1, 1, 1, '0', '0', '0', 14370, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2713. (14371, 'Fireworks Gnome', 'fireworks_09', 's', 1, 1, 1, '0', '0', '0', 14371, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2714. (14372, 'Serving Table', 'xmas11_luxtable', 's', 1, 2, 1, '1', '0', '0', 14372, '1', '1', '1', '1', '1', 'default', 0, '0'),
  2715. (14373, 'Fireworks Pot', 'fireworks_08', 's', 1, 1, 1, '1', '0', '0', 14373, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2716. (14374, 'White Chesterfield Sofa', 'xmas11_luxsofa1', 's', 2, 1, 1, '0', '1', '0', 14374, '1', '1', '1', '1', '1', 'default', 0, '0'),
  2717. (14375, 'Parquet', 'xmas11_luxfloor1', 's', 2, 2, 0, '0', '0', '1', 14375, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2718. (14376, 'Rare Balloon Machine', 'xmas11_balloon', 's', 1, 1, 1, '0', '0', '0', 14376, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2719. (14377, 'Triple Balloons', 'xmas11_balloon3', 's', 1, 1, 1, '0', '0', '0', 14377, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2720. (14378, 'White Chesterfield Armchair', 'xmas11_luxchair1', 's', 1, 1, 1, '0', '1', '0', 14378, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2721. (14379, 'Strawberries', 'xmas11_luxdish2', 's', 1, 1, 1, '0', '0', '0', 14379, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2722. (14380, 'Fireworks Tube', 'fireworks_10', 's', 1, 1, 1, '0', '0', '0', 14380, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2723. (14381, 'Red Chesterfield Sofa', 'xmas11_luxsofa2', 's', 2, 1, 1, '0', '1', '0', 14381, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2724. (14382, 'Porcelain', 'xmas11_luxdish3', 's', 1, 1, 1, '0', '0', '0', 14382, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2725. (14383, 'Black Chesterfield Armchair', 'xmas11_luxchair3', 's', 1, 1, 1, '0', '1', '0', 14383, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2726. (14384, 'Fireworks Box', 'fireworks_12', 's', 1, 1, 0, '0', '0', '0', 14384, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2727. (14385, 'Black Chesterfield Sofa', 'xmas11_luxsofa3', 's', 2, 1, 1, '0', '1', '0', 14385, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2728. (14445, '2012 Countdown Sign', 'year2012', 'i', 0, 0, 0, '0', '0', '0', 14445, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2729. (14386, 'Red Chesterfield Armchair', 'xmas11_luxchair2', 's', 1, 1, 1, '0', '1', '0', 14386, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2730. (14387, 'Red Rocket', 'fireworks_11', 's', 1, 1, 1, '0', '0', '0', 14387, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2731. (14388, 'Chocolate Fountain', 'xmas11_luxdish1', 's', 1, 1, 1, '0', '0', '0', 14388, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2732. (14389, 'gld_gate name', 'gld_gate', 's', 1, 1, 1, '0', '0', '0', 14389, '1', '1', '1', '1', '1', 'default', 4, '0'),
  2733. (80002238, '', 'avatar_effect93', 'e', 1, 1, 1, '0', '0', '0', 93, '0', '0', '0', '0', '0', 'default', 1, '0'),
  2734. (80002239, '', 'avatar_effect94', 'e', 1, 1, 1, '0', '0', '0', 94, '0', '0', '0', '0', '0', 'default', 1, '0'),
  2735. (80002240, '', 'avatar_effect95', 'e', 1, 1, 1, '0', '0', '0', 95, '0', '0', '0', '0', '0', 'default', 1, '0'),
  2736. (80002241, '', 'avatar_effect96', 'e', 1, 1, 1, '0', '0', '0', 96, '0', '0', '0', '0', '0', 'default', 1, '0'),
  2737. (80002242, '', 'avatar_effect97', 'e', 1, 1, 1, '0', '0', '0', 97, '0', '0', '0', '0', '0', 'default', 1, '0'),
  2738. (254874, 'Black Hole', 'hole', 's', 2, 2, 1, '1', '0', '0', 4071, '0', '0', '0', '0', '1', 'default', 2, '0'),
  2739. (4518, 'lido_table name', 'lido_table', 's', 1, 1, 1, '1', '0', '0', 4518, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2740. (4534, 'wl_table1 name', 'wl_table1', 's', 1, 1, 1, '0', '0', '0', 4534, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2741. (4533, 'wl_chair name', 'wl_chair', 's', 1, 1, 1, '0', '1', '0', 4533, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2742. (4532, 'wl_shelf name', 'wl_shelf', 's', 1, 1, 1, '0', '0', '0', 4532, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2743. (4531, 'wl_rdesk name', 'wl_rdesk', 's', 1, 1, 1, '1', '0', '0', 4531, '1', '1', '1', '1', '1', 'default', 6, '0'),
  2744. (4530, 'wl_floor name', 'wl_floor', 's', 1, 1, 0, '1', '0', '1', 4530, '1', '1', '1', '1', '1', 'default', 4, '0'),
  2745. (4529, 'wl_wall1 name', 'wl_wall1', 's', 1, 2, 1, '0', '0', '0', 4529, '1', '1', '1', '1', '1', 'default', 11, '0'),
  2746. (4528, 'wl_sofa name', 'wl_sofa', 's', 3, 1, 1, '0', '1', '0', 4528, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2747. (4527, 'wl_table2 name', 'wl_table2', 's', 1, 2, 1, '0', '0', '0', 4527, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2748. (4526, 'wl_wall2 name', 'wl_wall2', 's', 1, 2, 1, '0', '0', '0', 4526, '1', '1', '1', '1', '1', 'default', 4, '0'),
  2749. (4525, 'lidowall2 name', 'lidowall2', 's', 4, 1, 1, '0', '0', '0', 4525, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2750. (4524, 'lidostage name', 'lidostage', 's', 2, 2, 0.5, '1', '0', '1', 4524, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2751. (4523, 'lidostairs name', 'lidostairs', 's', 2, 2, 0.5, '0', '0', '1', 4523, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2752. (4522, 'lido_kiosk_block name', 'lido_kiosk_block', 's', 1, 1, 1, '1', '0', '0', 4522, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2753. (4521, 'lidotile name', 'lidotile', 's', 1, 1, 0, '1', '0', '1', 4521, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2754. (4520, 'lidodoor name', 'lidodoor', 's', 1, 1, 1, '0', '0', '0', 4520, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2755. (4519, 'lidotree1 name', 'lidotree1', 's', 2, 2, 1, '0', '0', '0', 4519, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2756. (4511, 'lido_bench name', 'lido_bench', 's', 2, 1, 1, '0', '1', '0', 4511, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2757. (4517, 'lido_kiosk name', 'lido_kiosk', 's', 1, 5, 1, '0', '0', '0', 4517, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2758. (4516, 'lido_chair name', 'lido_chair', 's', 1, 1, 1, '0', '1', '0', 4516, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2759. (4515, 'lidofence name', 'lidofence', 's', 1, 1, 1, '0', '0', '0', 4515, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2760. (4514, 'lidowall1 name', 'lidowall1', 's', 4, 1, 1, '0', '0', '0', 4514, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2761. (4513, 'lido_parasol name', 'lido_parasol', 's', 1, 1, 1, '0', '0', '0', 4513, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2762. (4512, 'lidowall3 name', 'lidowall3', 's', 4, 1, 1, '0', '0', '0', 4512, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2763. (4535, 'pcnc_tilegrass name', 'pcnc_tilegrass', 's', 1, 1, 0, '1', '0', '1', 4535, '1', '1', '1', '1', '1', 'default', 11, '0'),
  2764. (4536, 'pcnc_dvdrtile name', 'pcnc_dvdrtile', 's', 1, 1, 1, '0', '0', '0', 4536, '1', '1', '1', '1', '1', 'default', 5, '0'),
  2765. (4537, 'pcnc_wtable name', 'pcnc_wtable', 's', 3, 1, 1, '0', '0', '0', 4537, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2766. (4538, 'pcnc_shrub name', 'pcnc_shrub', 's', 1, 1, 2, '0', '0', '0', 4538, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2767. (4539, 'pcnc_fountain name', 'pcnc_fountain', 's', 4, 4, 1, '0', '0', '0', 4539, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2768. (4540, 'pcnc_tiledirt name', 'pcnc_tiledirt', 's', 1, 1, 0, '1', '0', '1', 4540, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2769. (4541, 'pcnc_gazebohack name', 'pcnc_gazebohack', 's', 0, 0, 0, '1', '0', '0', 4541, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2770. (4542, 'pcnc_wall1 name', 'pcnc_wall1', 's', 3, 1, 1, '0', '0', '0', 4542, '1', '1', '1', '1', '1', 'default', 4, '0'),
  2771. (4543, 'pcnc_carp name', 'pcnc_carp', 's', 1, 1, 1, '0', '0', '0', 4543, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2772. (4544, 'pcnc_door name', 'pcnc_door', 's', 0, 0, 0, '1', '0', '0', 4544, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2773. (4545, 'pcnc_wood name', 'pcnc_wood', 's', 1, 1, 1, '0', '0', '0', 4545, '1', '1', '1', '1', '1', 'default', 4, '0'),
  2774. (4546, 'pcnc_redbench name', 'pcnc_redbench', 's', 2, 1, 1, '0', '1', '0', 4546, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2775. (4547, 'pcnc_wall2 name', 'pcnc_wall2', 's', 1, 1, 1, '0', '0', '0', 4547, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2776. (4548, 'pcnc_swing name', 'pcnc_swing', 's', 2, 1, 1, '0', '1', '0', 4548, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2777. (4549, 'pcnc_bbq name', 'pcnc_bbq', 's', 3, 3, 1, '0', '0', '0', 4549, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2778. (4550, 'pcnc_tilestone name', 'pcnc_tilestone', 's', 1, 1, 0, '1', '0', '1', 4550, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2779. (4551, 'pcnc_tree name', 'pcnc_tree', 's', 1, 1, 1, '0', '0', '0', 4551, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2780. (4552, 'pcnc_carrot name', 'pcnc_carrot', 's', 1, 1, 1, '0', '0', '0', 4552, '1', '1', '1', '1', '1', 'vendingmachine', 1, '3'),
  2781. (4553, 'pcnc_gazebo name', 'pcnc_gazebo', 's', 5, 5, 0.3, '1', '0', '1', 4553, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2782. (4554, 'pcnc_wbench name', 'pcnc_wbench', 's', 3, 1, 1, '0', '1', '0', 4554, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2783. (56700, 'coco_stool_c2', 'coco_stool_c2', 's', 1, 1, 0.6, '0', '0', '1', 4039, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2784. (56701, 'coco_divan_c4', 'coco_divan_c4', 's', 2, 1, 1.5, '0', '1', '0', 4040, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2785. (56702, 'coco_throne_c3', 'coco_throne_c3', 's', 1, 1, 1.5, '0', '1', '0', 4041, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2786. (56703, 'coco_chair', 'coco_chair', 's', 1, 1, 1.4, '0', '1', '0', 4042, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2787. (56704, 'coco_throne__c2', 'coco_throne__c2', 's', 1, 1, 1.5, '0', '1', '0', 4043, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2788. (56705, 'coco_stool_c4', 'coco_stool_c4', 's', 1, 1, 0.6, '0', '0', '1', 4044, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2789. (56706, 'coco_patch', 'coco_patch', 's', 2, 6, 0.001, '1', '0', '1', 4045, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2790. (56707, 'coco_divan_c2', 'coco_divan_c2', 's', 2, 1, 1.5, '0', '1', '0', 4046, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2791. (56708, 'coco_sofatable_c3', 'coco_sofatable_c3', 's', 1, 1, 1.3, '1', '0', '0', 4047, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2792. (56709, 'coco_stool_c3', 'coco_stool_c3', 's', 1, 1, 0.6, '0', '0', '1', 4048, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2793. (56710, 'coco_sofatable_c4', 'coco_sofatable_c4', 's', 1, 1, 1.3, '1', '0', '0', 4049, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2794. (56711, 'coco_sofa_c3', 'coco_sofa_c3', 's', 3, 1, 1, '0', '1', '0', 4050, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2795. (56712, 'coco_table', 'coco_table', 's', 2, 3, 0.5, '1', '0', '0', 4051, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2796. (56713, 'coco_stool', 'coco_stool', 's', 1, 1, 0.6, '0', '0', '1', 4052, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2797. (56714, 'coco_chair_c2', 'coco_chair_c2', 's', 1, 1, 1.4, '0', '1', '0', 4053, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2798. (56715, 'coco_stick', 'coco_stick', 's', 1, 1, 1, '0', '0', '0', 4054, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2799. (56716, 'coco_throne', 'coco_throne', 's', 1, 1, 1.5, '0', '1', '0', 4055, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2800. (56717, 'coco_table2', 'coco_table2', 's', 2, 2, 1, '1', '0', '0', 4056, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2801. (56718, 'coco_sofa_c2', 'coco_sofa_c2', 's', 3, 1, 1, '0', '1', '0', 4057, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2802. (56719, 'coco_chair_c4', 'coco_chair_c4', 's', 1, 1, 1.4, '0', '1', '0', 4058, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2803. (56720, 'coco_chair_c3', 'coco_chair_c3', 's', 1, 1, 1.4, '0', '1', '0', 4059, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2804. (56721, 'coco_divan', 'coco_divan', 's', 2, 1, 1.5, '0', '1', '0', 4060, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2805. (56722, 'coco_divan_c3', 'coco_divan_c3', 's', 2, 1, 1.5, '0', '1', '0', 4061, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2806. (56723, 'coco_c', 'coco_c', 's', 1, 1, 1.3, '1', '0', '0', 4062, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2807. (56724, 'coco_sofa_c4', 'coco_sofa_c4', 's', 3, 1, 1, '0', '1', '0', 4063, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2808. (56725, 'coco_sofatable_c2', 'coco_sofatable_c2', 's', 1, 1, 1.3, '1', '0', '0', 4064, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2809. (56726, 'coco_throne_c4', 'coco_throne_c4', 's', 1, 1, 1.5, '0', '1', '0', 4065, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2810. (56727, 'coco_sofa', 'coco_sofa', 's', 3, 1, 1, '0', '1', '0', 4066, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2811. (56728, 'lm_crystal_skull', 'lm_crystal_skull', 's', 1, 1, 1, '0', '0', '0', 4067, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2812. (56729, 'lm_bananadrink', 'lm_bananadrink', 's', 1, 1, 1, '0', '0', '0', 4068, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2813. (56730, 'ads_mpu_300', 'ads_mpu_300', 's', 1, 1, 1, '1', '0', '0', 4069, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2814. (56731, 'petfood25', 'petfood25', 's', 1, 1, 1, '1', '0', '0', 4070, '1', '1', '1', '1', '1', 'default', 5, '0'),
  2815. (90077, 'picnic_blanket_yel', 'picnic_blanket_yel', 's', 3, 3, 0.01, '1', '0', '1', 3980, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2816. (90078, 'picnic_pillow_yel', 'picnic_pillow_yel', 's', 1, 1, 0.8, '0', '1', '0', 3981, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2817. (90079, 'picnic_food1', 'picnic_food1', 's', 1, 1, 1, '1', '0', '0', 3982, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2818. (90080, 'note_tag', 'note_tag', 's', 1, 1, 1, '0', '0', '0', 3983, '1', '1', '1', '1', '1', 'stickiepole', 1, '0'),
  2819. (90081, 'picnic_wfall', 'picnic_wfall', 's', 2, 2, 1, '0', '0', '0', 3984, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2820. (90082, 'picnic_blanket_blu', 'picnic_blanket_blu', 's', 3, 3, 0.01, '1', '0', '1', 3985, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2821. (90083, 'picnic_food3', 'picnic_food3', 's', 1, 1, 1, '0', '0', '0', 3986, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2822. (90084, 'picnic_blanket', 'picnic_blanket', 's', 3, 3, 0.01, '1', '0', '1', 3987, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2823. (90085, 'picnic_pillow_blu', 'picnic_pillow_blu', 's', 1, 1, 0.8, '0', '1', '0', 3988, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2824. (90086, 'picnic_food2', 'picnic_food2', 's', 1, 1, 1, '0', '0', '0', 3989, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2825. (90087, 'picnic_tele', 'picnic_tele', 's', 1, 1, 0.001, '0', '0', '0', 3990, '1', '1', '0', '1', '1', 'teleport', 1, '0'),
  2826. (90088, 'picnic_basket', 'picnic_basket', 's', 1, 1, 1, '0', '0', '0', 3991, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2827. (90089, 'picnic_pillow', 'picnic_pillow', 's', 1, 1, 0.8, '0', '1', '0', 3992, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2828. (90090, 'picnic_chair', 'picnic_chair', 's', 1, 1, 1, '0', '1', '0', 3993, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2829. (90091, 'picnic_3brds', 'picnic_3brds', 's', 1, 1, 1, '0', '0', '0', 3994, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2830. (30354, 'ads_flag_un', 'ads_flag_un', 'i', 1, 1, 1, '1', '0', '0', 4429, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2831. (30355, 'boutique_hcsign', 'boutique_hcsign', 's', 1, 1, 1, '0', '0', '0', 4186, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2832. (30356, 'boutique_vipsign', 'boutique_vipsign', 's', 1, 1, 1, '0', '0', '0', 4187, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2833. (30357, 'bubble_lamp1', 'bubble_lamp1', 's', 1, 1, 1, '0', '0', '0', 4188, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2834. (30358, 'Pura Roundpad - By HabMoon', 'pura_roundpad1', 's', 1, 1, 1, '0', '1', '0', 4201, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2835. (30359, 'Pura Roundpad - By HabMoon', 'pura_roundpad2', 's', 1, 1, 1, '0', '1', '0', 4202, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2836. (30360, 'Pura Roundpad - By HabMoon', 'pura_roundpad3', 's', 1, 1, 1, '0', '1', '0', 4196, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2837. (30361, 'Pura Roundpad - By HabMoon', 'pura_roundpad4', 's', 1, 1, 1, '0', '1', '0', 4197, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2838. (30362, 'Pura Roundpad - By HabMoon', 'pura_roundpad5', 's', 1, 1, 1, '0', '1', '0', 4204, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2839. (30363, 'Pura Roundpad - By HabMoon', 'pura_roundpad6', 's', 1, 1, 1, '0', '1', '0', 4194, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2840. (30364, 'Pura Roundpad - By HabMoon', 'pura_roundpad7', 's', 1, 1, 1, '0', '1', '0', 4206, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2841. (30365, 'Pura Roundpad - By HabMoon', 'pura_roundpad8', 's', 1, 1, 1, '0', '1', '0', 4189, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2842. (30366, 'Pura Roundpad - By HabMoon', 'pura_roundpad9', 's', 1, 1, 1, '0', '1', '0', 4191, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2843. (30367, 'Waterbowl - Blue', 'waterbowl_basic*2', 's', 1, 1, 1, '0', '0', '0', 4182, '1', '1', '0', '1', '1', 'default', 6, '0'),
  2844. (30368, 'Eleblock - By HabMoon', 'eleblock1', 's', 1, 1, 1, '0', '0', '0', 4200, '1', '1', '0', '1', '1', 'default', 5, '0'),
  2845. (30369, 'Eleblock - By HabMoon', 'eleblock2', 's', 1, 1, 1, '0', '0', '0', 4192, '1', '1', '0', '1', '1', 'default', 5, '0'),
  2846. (30370, 'Eleblock - By HabMoon', 'eleblock3', 's', 1, 1, 1, '0', '0', '0', 4199, '1', '1', '0', '1', '1', 'default', 5, '0'),
  2847. (30371, 'Eleblock - By HabMoon', 'eleblock4', 's', 1, 1, 1, '0', '0', '0', 4193, '1', '1', '0', '1', '1', 'default', 5, '0'),
  2848. (30372, 'Eleblock - By HabMoon', 'eleblock5', 's', 1, 1, 1, '0', '0', '0', 4198, '1', '1', '0', '1', '1', 'default', 5, '0'),
  2849. (30373, 'Eleblock - By HabMoon', 'eleblock6', 's', 1, 1, 1, '0', '0', '0', 4207, '1', '1', '0', '1', '1', 'default', 5, '0'),
  2850. (30374, 'Eleblock - By HabMoon', 'eleblock7', 's', 1, 1, 1, '0', '0', '0', 4195, '1', '1', '0', '1', '1', 'default', 5, '0'),
  2851. (30375, 'Eleblock - By HabMoon', 'eleblock8', 's', 1, 1, 1, '0', '0', '0', 4203, '1', '1', '0', '1', '1', 'default', 5, '0'),
  2852. (30376, 'Eleblock - By HabMoon', 'eleblock9', 's', 1, 1, 1, '0', '0', '0', 4205, '1', '1', '0', '1', '1', 'default', 5, '0'),
  2853. (30377, 'Pura block lamp - By HabMoon', 'pura_block_lamp1', 's', 1, 1, 1, '0', '0', '0', 4190, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2854. (30378, 'Waterbowl - Pink', 'waterbowl_basic*1', 's', 1, 1, 1, '1', '0', '0', 4181, '1', '1', '0', '1', '1', 'default', 6, '0'),
  2855. (30379, 'Waterbowl - Green', 'waterbowl_basic*3', 's', 1, 1, 1, '1', '0', '0', 4183, '1', '1', '0', '1', '1', 'default', 6, '0'),
  2856. (30380, 'Waterbowl - Yellow', 'waterbowl_basic*4', 's', 1, 1, 1, '1', '0', '0', 4184, '1', '1', '0', '1', '1', 'default', 6, '0'),
  2857. (30381, 'Waterbowl - Red', 'waterbowl_basic*5', 's', 1, 1, 1, '1', '0', '0', 4185, '1', '1', '0', '1', '1', 'default', 6, '0'),
  2858. (8973468, 'dng_block', 'dng_block', 's', 1, 1, 0.8, '1', '0', '1', 4013, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2859. (8973465, 'dng_throne', 'dng_throne', 's', 1, 1, 1.5, '0', '1', '1', 4012, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2860. (8973466, 'dng_pillar', 'dng_pillar', 's', 1, 1, 1, '0', '0', '0', 4007, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2861. (8973467, 'dng_stairs', 'dng_stairs', 's', 1, 1, 1, '1', '0', '1', 4010, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2862. (9037532, 'dng_ground', 'dng_ground', 's', 2, 2, 0, '0', '0', '1', 4006, '1', '1', '1', '1', '1', 'default', 4, '0'),
  2863. (8973472, 'dng_treasure2', 'dng_treasure2', 's', 1, 1, 0, '1', '0', '1', 4008, '1', '1', '1', '1', '1', 'default', 4, '0'),
  2864. (8973471, 'dng_treasure', 'dng_treasure', 's', 2, 2, 0, '1', '0', '1', 4011, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2865. (8973470, 'dng_wall', 'dng_wall', 'i', 0, 0, 0, '0', '0', '0', 4404, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2866. (8973469, 'dng_floor', 'dng_floor', 's', 2, 2, 0, '1', '0', '1', 4009, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2867. (9037533, 'dng_cube', 'dng_cube', 's', 1, 1, 1, '1', '0', '0', 4005, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2868. (90015, 'kuurna_sofa', 'kuurna_sofa', 's', 2, 1, 1.3, '0', '1', '0', 3919, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2869. (90018, 'kuurna_lamp', 'kuurna_lamp', 's', 1, 1, 1, '0', '0', '0', 3922, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2870. (90019, 'kuurna_chair', 'kuurna_chair', 's', 1, 1, 1.3, '0', '1', '0', 3923, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2871. (90020, 'kuurna_mat', 'kuurna_mat', 's', 3, 2, 0.001, '1', '0', '1', 3924, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2872. (90021, 'kuurna_table1', 'kuurna_table1', 's', 1, 1, 1.3, '1', '0', '0', 3925, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2873. (90022, 'kuurna_table', 'kuurna_table', 's', 2, 2, 1.3, '1', '0', '0', 3926, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2874. (90023, 'kuurna_chair1', 'kuurna_chair1', 's', 1, 1, 1, '0', '1', '0', 3928, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2875. (14344, 'Game Console', 'console', 's', 1, 1, 1, '0', '0', '0', 14344, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2876. (14345, 'Vase', 'gift_vase', 's', 1, 1, 1, '0', '0', '0', 14345, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2877. (14343, 'Piggy bank', 'gift_pbank', 's', 1, 1, 1, '0', '0', '0', 14343, '1', '1', '1', '1', '1', 'default', 4, '0'),
  2878. (14342, 'Toaster', 'toaster', 's', 1, 1, 1, '0', '0', '0', 14342, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2879. (14340, 'pencils name', 'pencils', 's', 1, 1, 1, '0', '0', '0', 14340, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2880. (14341, 'Picture frame', 'pframe', 's', 1, 1, 1, '0', '0', '0', 14341, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2881. (14339, 'Incense', 'gift_incense', 's', 1, 1, 1, '0', '0', '0', 14339, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2882. (14338, 'pwad name', 'pwad', 's', 1, 1, 1, '0', '0', '0', 14338, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2883. (14336, 'Weird toy', 'gift_thing', 's', 1, 1, 1, '0', '0', '0', 14336, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2884. (14337, 'pstack name', 'pstack', 's', 1, 1, 1, '0', '0', '0', 14337, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2885. (14335, 'Joystick', 'gift_joystick', 's', 1, 1, 1, '0', '0', '0', 14335, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2886. (14334, 'Manly Statue', 'gift_manlystatue', 's', 1, 1, 1, '0', '0', '0', 14334, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2887. (14331, 'Books', 'books_1', 's', 1, 1, 1, '0', '0', '0', 14331, '1', '1', '1', '1', '1', 'default', 8, '0'),
  2888. (14332, 'homework name', 'homework', 's', 1, 1, 1, '0', '0', '0', 14332, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2889. (14333, 'Model Car', 'gift_mdlcar0', 's', 1, 1, 1, '0', '0', '0', 14333, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2890. (14330, '', 'xmas11_footstool_3', 's', 1, 1, 1, '0', '1', '0', 14330, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2891. (14329, '', 'xmas11_footstool_2', 's', 1, 1, 1, '0', '1', '0', 14329, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2892. (14328, '', 'xmas11_chair_3', 's', 1, 1, 1, '0', '1', '0', 14328, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2893. (14327, '', 'xmas11_comfy_bench_3', 's', 2, 1, 1, '0', '1', '0', 14327, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2894. (14313, 'xmas_giftbag name', 'xmas_giftbag', 's', 1, 1, 1, '0', '0', '0', 14313, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2895. (14314, 'Poinsetta', 'joulutahti_notrd', 's', 1, 1, 1, '0', '0', '0', 14314, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2896. (14315, '', 'xmas11_comfy_chair_3', 's', 1, 1, 1, '0', '1', '0', 14315, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2897. (14316, '', 'xmas11_stool_2', 's', 1, 1, 1, '0', '1', '0', 14316, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2898. (14317, '', 'xmas11_stool_4', 's', 1, 1, 1, '0', '1', '0', 14317, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2899. (14318, '', 'xmas11_stool_3', 's', 1, 1, 1, '0', '1', '0', 14318, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2900. (14319, '', 'xmas11_footstool_4', 's', 1, 1, 1, '0', '1', '0', 14319, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2901. (14320, '', 'xmas11_comfy_chair_2', 's', 1, 1, 1, '0', '1', '0', 14320, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2902. (14321, '', 'xmas11_chair_2', 's', 1, 1, 1, '0', '1', '0', 14321, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2903. (14323, '', 'xmas11_comfy_bench_2', 's', 2, 1, 1, '0', '1', '0', 14323, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2904. (14324, '', 'xmas11_comfy_chair_4', 's', 1, 1, 1, '0', '1', '0', 14324, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2905. (14325, '', 'xmas11_comfy_bench_4', 's', 2, 1, 1, '0', '1', '0', 14325, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2906. (14326, '', 'xmas11_chair_4', 's', 1, 1, 1, '0', '1', '0', 14326, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2907. (14351, 'books_0 name', 'books_0', 's', 1, 1, 1, '0', '0', '0', 14351, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2908. (14350, 'Necklace', 'gift_jewel0', 's', 1, 1, 1, '0', '0', '0', 14350, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2909. (14349, 'Handbag', 'gift_handbag0', 's', 1, 1, 1, '0', '0', '0', 14349, '1', '1', '1', '1', '1', 'default', 4, '0'),
  2910. (14348, 'Coal', 'gift_coal', 's', 1, 1, 1, '0', '0', '0', 14348, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2911. (14347, 'trapkeep name', 'trapkeep', 's', 1, 1, 1, '0', '0', '0', 14347, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2912. (14346, 'MyPod Dockingstation', 'gift_mypod', 's', 1, 1, 1, '0', '0', '0', 14346, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2913. (14352, 'Double Bed', 'bed_silo_two_notrd', 's', 2, 3, 1, '0', '1', '0', 14352, '1', '1', '1', '1', '1', 'bed', 1, '0'),
  2914. (14442, 'ads_alvinsurf name', 'ads_alvinsurf', 'i', 0, 0, 1, '0', '0', '0', 14442, '1', '1', '1', '1', '1', 'alert', 1, '0'),
  2915. (14322, 'Santa Butler', 'xmas11_btlr', 's', 1, 1, 1, '0', '0', '0', 14322, '1', '1', '0', '1', '1', 'vendingmachine', 0, '8'),
  2916. (14450, 'badge_item_A01 name', 'badge_item_A01', 'i', 0, 0, 1, '0', '0', '0', 14450, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2917. (31144, 'mnstr_seed', 'mnstr_seed', 's', 1, 1, 1, '0', '0', '0', 10085, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2918. (31145, 'mnstr_revival', 'mnstr_revival', 's', 1, 1, 1, '0', '0', '0', 10081, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2919. (31146, 'watering_can', 'watering_can', 's', 1, 1, 1, '0', '0', '0', 10084, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2920. (31147, 'gardening_box', 'gardening_box', 's', 1, 1, 1, '0', '0', '0', 10083, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2921. (31148, 'gh_div_cor', 'gh_div_cor', 's', 1, 1, 1, '0', '0', '0', 10082, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2922. (31149, 'gh_div_wall', 'gh_div_wall', 's', 2, 1, 1, '0', '0', '0', 10080, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2923. (60001, 'stone_wall', 'stone_wall', 's', 1, 1, 1, '1', '0', '0', 445444, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2924. (60002, 'stone_stairs', 'stone_stairs', 's', 2, 1, 1, '1', '0', '1', 10086, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2925. (60003, 'stone_platform', 'stone_platform', 's', 1, 1, 0, '0', '0', '1', 10087, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2926. (60000, 'gardenshed_wall', 'gardenshed_wall', 'i', 1, 1, 1, '1', '0', '0', 4453, '1', '1', '1', '1', '1', 'default', 3, '0'),
  2927. (31125, 'chair_plasto2', 'chair_plasto2', 's', 1, 1, 1, '0', '1', '0', 4574, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2928. (31126, 'chair_plasto3', 'chair_plasto3', 's', 1, 1, 1, '0', '1', '0', 4562, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2929. (31127, 'chair_plasto_lm1', 'chair_plasto_lm1', 's', 1, 1, 1, '0', '1', '0', 4575, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2930. (31128, 'chair_plasty2', 'chair_plasty2', 's', 1, 1, 1, '0', '1', '0', 4560, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2931. (31129, 'chair_plasty3', 'chair_plasty3', 's', 1, 1, 1, '0', '1', '0', 4564, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2932. (31130, 'chair_plasty_lm1', 'chair_plasty_lm1', 's', 1, 1, 1, '0', '1', '0', 4566, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2933. (31131, 'table_plasto2_4leg', 'table_plasto2_4leg', 's', 2, 2, 1, '1', '0', '0', 4571, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2934. (31132, 'table_plasto3_4leg', 'table_plasto3_4leg', 's', 2, 2, 1, '1', '0', '0', 4563, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2935. (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'),
  2936. (31134, 'table_plasto2_bigsq', 'table_plasto2_bigsq', 's', 2, 2, 1, '1', '0', '0', 4570, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2937. (31135, 'table_plasto3_bigsq', 'table_plasto3_bigsq', 's', 2, 2, 1, '1', '0', '0', 4567, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2938. (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'),
  2939. (31137, 'table_plasto2_round', 'table_plasto2_round', 's', 2, 2, 1, '1', '0', '0', 4572, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2940. (31138, 'table_plasto3_round', 'table_plasto3_round', 's', 2, 2, 1, '1', '0', '0', 4576, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2941. (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'),
  2942. (31140, 'table_plasto2_sq', 'table_plasto2_sq', 's', 1, 1, 1, '1', '0', '0', 4561, '1', '1', '1', '1', '1', 'default', 1, '0');
  2943. INSERT INTO `items_base` (`item_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES
  2944. (31141, 'table_plasto3_sq', 'table_plasto3_sq', 's', 1, 1, 1, '1', '0', '0', 4568, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2945. (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'),
  2946. (31143, 'easel_5', 'easel_5', 's', 1, 1, 1, '1', '0', '0', 4577, '1', '1', '1', '1', '1', 'default', 2, '0'),
  2947. (20604, 'Turtle', 'a0 pet9', 's', 1, 1, 1, '1', '0', '0', 20604, '0', '0', '0', '0', '0', 'pet', 0, '0'),
  2948. (62000, 'Monkey', 'a0 pet14', 's', 1, 1, 1, '0', '0', '0', 14, '0', '0', '0', '0', '0', 'pet', 1, '0'),
  2949. (20605, 'Horse', 'a0 pet13', 's', 1, 1, 1, '1', '0', '0', 20605, '0', '0', '0', '0', '0', 'pet15', 0, '0'),
  2950. (20606, 'Bunny', 'a0 pet17', 's', 1, 1, 1, '1', '0', '0', 20606, '0', '0', '0', '0', '0', 'pet', 0, '0'),
  2951. (95002, 'Habbo_Mem_St2', 'Habbo_Mem_St2', 's', 1, 1, 1, '1', '0', '0', 95002, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2952. (95003, 'Habbo_Mem_St3', 'Habbo_Mem_St3', 's', 1, 1, 1, '1', '0', '0', 95003, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2953. (90073, 'anna_div_crnr*2', 'anna_div_crnr*2', 's', 1, 1, 1, '1', '0', '0', 3976, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2954. (90074, 'anna_div_crnr*3', 'anna_div_crnr*3', 's', 1, 1, 1, '1', '0', '0', 3977, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2955. (90075, 'anna_div_crnr*4', 'anna_div_crnr*4', 's', 1, 1, 1, '1', '0', '0', 3978, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2956. (90076, 'anna_div_crnr*5', 'anna_div_crnr*5', 's', 1, 1, 1, '1', '0', '0', 3979, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2957. (31022, 'theatre_mask', 'theatre_mask', 's', 1, 1, 0, '0', '0', '1', 31012, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2958. (50041202, 'monsterplant', 'a0 pet16', 's', 1, 1, 1, '0', '0', '0', 18, '0', '0', '0', '0', '1', 'pet', 1, '0'),
  2959. (153123, 'mnstr_waterfall', 'mnstr_waterfall', 's', 2, 2, 1, '0', '0', '0', 7312, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2960. (153124, 'ads_mad3', 'ads_mad3', 's', 1, 1, 1, '0', '0', '0', 7313, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2961. (300500, 'Space Crew Chair', 'SF_black_blue', 's', 1, 1, 1.2, '0', '1', '0', 300500, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2962. (300501, 'Space Crew Chair', 'SF_black_green', 's', 1, 1, 1.2, '0', '1', '0', 300501, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2963. (300502, 'Space Commander Chair', 'SF_black_red', 's', 1, 1, 1.2, '0', '1', '0', 300502, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2964. (31224, 'the_monster_plants', 'the_monster_plants', 's', 1, 1, 1, '0', '0', '0', 31224, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2965. (77700012, 'Apple iPad', 'aplipad', 's', 1, 1, 1, '1', '0', '0', 77700012, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2966. (7251996, 'Apple iPad', 'ipadapp', 's', 1, 1, 1, '0', '0', '0', 72519962, '1', '1', '1', '1', '1', 'default', 4, '0'),
  2967. (30478, 'HM11_virusfall', 'HM11_virusfall', 's', 3, 2, 1, '0', '0', '0', 30478, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2968. (900910, 'shisha9', 'shisha9', 's', 1, 1, 1, '0', '0', '0', 900911, '1', '1', '1', '1', '1', 'default', 4, '0'),
  2969. (900911, 'shisha8', 'shisha8', 's', 1, 1, 1, '0', '0', '0', 900912, '1', '1', '1', '1', '1', 'default', 4, '0'),
  2970. (900912, 'shisha7', 'shisha7', 's', 1, 1, 1, '0', '0', '0', 900913, '1', '1', '1', '1', '1', 'default', 4, '0'),
  2971. (900913, 'shisha6', 'shisha6', 's', 1, 1, 1, '0', '0', '0', 900914, '1', '1', '1', '1', '1', 'default', 4, '0'),
  2972. (900914, 'shisha5', 'shisha5', 's', 1, 1, 1, '0', '0', '0', 900915, '1', '1', '1', '1', '1', 'default', 4, '0'),
  2973. (900915, 'shisha4', 'shisha4', 's', 1, 1, 1, '0', '0', '0', 900916, '1', '1', '1', '1', '1', 'default', 4, '0'),
  2974. (30000618, 'Letter Block S', 'letters', 's', 1, 1, 1.5, '1', '0', '0', 30000618, '1', '1', '1', '1', '1', 'default', 1, '0'),
  2975. (25367, 'bw_ball', 'bw_ball', 's', 1, 1, 1, '0', '0', '1', 3547, '1', '1', '0', '1', '1', 'ball', 2, '0'),
  2976. (25368, 'bw_mttrss', 'bw_mttrss', 's', 1, 3, 0.8, '1', '1', '0', 3548, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2977. (25369, 'bw_van', 'bw_van', 's', 2, 2, 1, '0', '1', '0', 3549, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2978. (25371, 'bw_fnc_crnr', 'bw_fnc crnr', 's', 1, 2, 1, '1', '0', '0', 3551, '0', '1', '0', '1', '1', 'default', 2, '0'),
  2979. (25372, 'bw_fnc', 'bw_fnc', 's', 2, 1, 1, '1', '0', '0', 3552, '0', '1', '0', '1', '1', 'default', 2, '0'),
  2980. (59919, 'Mandibula', 'bw_jaws', 'i', 0, 0, 0, '0', '0', '0', 3602, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2981. (59939, 'Mandibula', 'bw_jaws', 'i', 0, 0, 0, '0', '0', '0', 3602, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2982. (95376, 'bw_fnc_p', 'bw_fnc_p', 's', 2, 1, 1, '1', '0', '0', 3569, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2983. (95377, 'bw_fnc_crnr_g', 'bw_fnc_crnr_g', 's', 1, 2, 1, '1', '0', '0', 3563, '1', '1', '0', '1', '1', 'default', 2, '0'),
  2984. (25365, 'bw_chair', 'bw_chair', 's', 1, 1, 0.8, '1', '1', '0', 3544, '0', '1', '0', '1', '1', 'default', 4, '0'),
  2985. (1616, 'Pink Inflatable Raft', 'summer_raft1', 's', 1, 1, 1, '0', '1', '0', 3228, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2986. (1109, 'Sand Castle Gate', 'sand_cstl_gate', 's', 2, 1, 0.001, '0', '0', '0', 2712, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  2987. (1108, 'Sand Castle Tower', 'sand_cstl_twr', 's', 1, 1, 1, '0', '0', '0', 2705, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2988. (1107, 'Sand Castle Wall', 'sand_cstl_wall', 's', 2, 1, 1, '0', '0', '0', 2710, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2989. (1006, 'Yellow Summer Pool', 'summer_pool*4', 's', 2, 2, 0, '0', '0', '1', 2594, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2990. (1005, 'Green Summer Pool', 'summer_pool*3', 's', 2, 2, 0, '0', '0', '1', 2593, '1', '1', '0', '1', '1', 'default', 1, '0'),
  2991. (969, 'Blue Barbeque Grill', 'summer_grill*1', 's', 2, 1, 1, '0', '0', '0', 2587, '0', '1', '0', '1', '1', 'default', 2, '0'),
  2992. (970, 'Red Barbeque Grill', 'summer_grill*2', 's', 2, 1, 1, '0', '0', '0', 2588, '0', '1', '0', '1', '1', 'default', 2, '0'),
  2993. (971, 'Green Barbeque Grill', 'summer_grill*3', 's', 2, 1, 1, '0', '0', '0', 2589, '0', '1', '0', '1', '1', 'default', 2, '0'),
  2994. (972, 'Green Barbeque Grill', 'summer_grill*4', 's', 2, 1, 1, '0', '0', '0', 2590, '0', '1', '0', '1', '1', 'default', 2, '0'),
  2995. (973, 'Aqua Deck Chair', 'summer_chair*1', 's', 1, 1, 1, '0', '1', '0', 2571, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2996. (974, 'Pink Deck Chair', 'summer_chair*2', 's', 1, 1, 1, '0', '1', '0', 2572, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2997. (975, 'Black Deck Chair', 'summer_chair*3', 's', 1, 1, 1, '0', '1', '0', 2573, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2998. (976, 'White Deck Chair', 'summer_chair*4', 's', 1, 1, 1, '0', '1', '0', 2574, '0', '1', '0', '1', '1', 'default', 1, '0'),
  2999. (977, 'Deck Chair', 'summer_chair*5', 's', 1, 1, 1, '0', '1', '0', 2575, '0', '1', '0', '1', '1', 'default', 1, '0'),
  3000. (978, 'Deck Chair', 'summer_chair*6', 's', 1, 1, 1, '0', '1', '0', 2576, '0', '1', '0', '1', '1', 'default', 1, '0'),
  3001. (979, 'Green Deck Chair', 'summer_chair*7', 's', 1, 1, 1, '0', '1', '0', 2577, '0', '1', '0', '1', '1', 'default', 1, '0'),
  3002. (980, 'Yellow Deck Chair', 'summer_chair*8', 's', 1, 1, 1, '0', '1', '0', 2578, '0', '1', '0', '1', '1', 'default', 1, '0'),
  3003. (981, 'Red Deck Chair', 'summer_chair*9', 's', 1, 1, 1, '0', '1', '0', 2579, '0', '1', '0', '1', '1', 'default', 1, '0'),
  3004. (1003, 'Blue Summer Pool', 'summer_pool*1', 's', 2, 2, 0, '0', '0', '1', 2591, '1', '1', '0', '1', '1', 'default', 1, '0'),
  3005. (1004, 'Red Summer Pool', 'summer_pool*2', 's', 2, 2, 0, '0', '0', '1', 2592, '1', '1', '0', '1', '1', 'default', 1, '0'),
  3006. (30000622, 'Letter Block W', 'letterw', 's', 1, 1, 1.5, '1', '0', '0', 30000622, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3007. (30000623, 'Letter Block X', 'letterx', 's', 1, 1, 1.5, '1', '0', '0', 30000623, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3008. (30000624, 'Letter Block Y', 'lettery', 's', 1, 1, 1.5, '1', '0', '0', 30000624, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3009. (30000625, 'Letter Block Z', 'letterz', 's', 1, 1, 1.5, '1', '0', '0', 30000625, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3010. (30998, 'black_dino_egg', 'black_dino_egg', 's', 1, 1, 1, '0', '0', '0', 30998, '1', '1', '0', '1', '1', 'default', 1, '0'),
  3011. (30999, 'cine_curtain_red', 'cine_curtain_red', 's', 8, 1, 0.01, '0', '0', '1', 30999, '1', '1', '0', '1', '1', 'gate', 1, '0'),
  3012. (31000, 'exe_drinks_cabinet', 'exe_drinks_cabinet', 's', 2, 1, 1, '0', '0', '0', 31000, '1', '1', '0', '1', '1', 'default', 2, '0'),
  3013. (31001, 'dark_merdragon', 'dark_merdragon', 's', 1, 3, 1, '0', '0', '0', 31001, '1', '1', '0', '1', '1', 'default', 2, '0'),
  3014. (31002, 'CF_500_platinum_bar', 'CF_500_platinum_bar', 's', 1, 1, 0.5, '1', '0', '0', 31002, '1', '1', '0', '1', '1', 'default', 1, '0'),
  3015. (31003, 'sf_pod_dark', 'sf_pod_dark', 's', 1, 3, 1, '0', '0', '0', 31003, '1', '1', '0', '1', '1', 'bed', 2, '0'),
  3016. (31004, 'Romantique divider', 'romantique_divider*5', 's', 2, 1, 1, '0', '0', '0', 31004, '1', '1', '0', '1', '1', 'default', 1, '0'),
  3017. (4609121, 'bolly_cherry', 'bolly_cherry', 's', 1, 1, 1, '0', '0', '0', 4609121, '1', '1', '0', '1', '1', 'default', 1, '0'),
  3018. (4609122, 'jp_bed', 'jp_bed', 's', 2, 3, 1.8, '0', '0', '0', 4609122, '1', '1', '0', '1', '1', 'bed', 1, '0'),
  3019. (4609123, 'jp_ceiling_lamp', 'jp_ceiling_lamp', 's', 1, 1, 0, '0', '0', '0', 4609123, '1', '1', '0', '1', '1', 'default', 2, '0'),
  3020. (4609124, 'jp_window', 'jp_window', 'i', 0, 0, 1, '0', '0', '0', 4609124, '1', '1', '0', '1', '1', 'default', 4, '0'),
  3021. (4609125, 'jp_wall', 'jp_wall', 'i', 0, 0, 1, '1', '0', '0', 4609125, '1', '1', '0', '1', '1', 'default', 6, '0'),
  3022. (10105, 'stone_flowerbed', 'stone_flowerbed', 's', 2, 1, 1, '0', '0', '0', 10105, '1', '1', '0', '1', '1', 'default', 2, '0'),
  3023. (10099, 'prizetrophy_nurture*1', 'prizetrophy_nurture*1', 's', 1, 1, 1, '0', '0', '0', 10099, '1', '1', '0', '1', '1', 'trophy', 1, '0'),
  3024. (10100, 'prizetrophy_nurture*2', 'prizetrophy_nurture*2', 's', 1, 1, 1, '0', '0', '0', 10100, '1', '1', '0', '1', '1', 'trophy', 1, '0'),
  3025. (10101, 'prizetrophy_nurture*3', 'prizetrophy_nurture*3', 's', 1, 1, 1, '0', '0', '0', 10101, '1', '1', '0', '1', '1', 'trophy', 1, '0'),
  3026. (10102, 'prizetrophy_breed*1', 'prizetrophy_breed*1', 's', 1, 1, 1, '0', '0', '0', 10102, '1', '1', '0', '1', '1', 'trophy', 1, '0'),
  3027. (10103, 'prizetrophy_breed*2', 'prizetrophy_breed*2', 's', 1, 1, 1, '0', '0', '0', 10103, '1', '1', '0', '1', '1', 'trophy', 1, '0'),
  3028. (10104, 'prizetrophy_breed*3', 'prizetrophy_breed*3', 's', 1, 1, 1, '0', '0', '0', 10104, '1', '1', '0', '1', '1', 'trophy', 1, '0'),
  3029. (99980266, 'Project_H_0001', 'Project_H_0001', 's', 1, 1, 1, '1', '0', '0', 99980266, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3030. (99980267, 'Project_H_0002', 'Project_H_0002', 's', 1, 1, 1, '1', '0', '0', 99980267, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3031. (99980268, 'Project_H_0003', 'Project_H_0003', 's', 1, 1, 1, '1', '0', '0', 99980268, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3032. (99980328, 'bloque_egi', 'bloque_egi', 's', 1, 1, 1, '1', '0', '0', 99980328, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3033. (99980322, 'cabeza_egi', 'cabeza_egi', 's', 1, 1, 1, '1', '0', '0', 99980322, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3034. (99980323, 'piramideeg', 'piramideeg', 's', 1, 1, 1, '1', '0', '0', 99980323, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3035. (99980324, 'esquinaegi', 'esquinaegi', 's', 1, 1, 1, '1', '0', '0', 99980324, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3036. (99980325, 'oasis_egip', 'oasis_egip', 's', 1, 1, 1, '1', '0', '0', 99980325, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3037. (99980326, 'suelo_egip', 'suelo_egip', 's', 1, 1, 1, '1', '0', '0', 99980326, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3038. (31246, 'ads_cp_trophy', 'ads_cp_trophy', 's', 1, 1, 1, '0', '0', '0', 31246, '1', '1', '0', '1', '1', 'trophy', 1, '0'),
  3039. (31247, 'ads_ontour', 'ads_ontour', 's', 3, 1, 1, '0', '0', '0', 31247, '1', '1', '0', '1', '1', 'default', 2, '0'),
  3040. (31248, 'garden_caterpillar', 'garden_caterpillar', 's', 3, 1, 1, '0', '1', '0', 31248, '1', '1', '0', '1', '1', 'default', 3, '0'),
  3041. (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', 'wf_cnd_has_furni_on', 2, '0'),
  3042. (4617, 'Kuurna-Sofa', 'kuurna_red_sofa', 's', 2, 1, 1.3, '0', '1', '0', 4617, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3043. (4622, 'Kuurna-Lampe', 'kuurna_red_lamp', 's', 1, 1, 1, '0', '0', '0', 4622, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3044. (4618, 'Kuurna-Sessel', 'kuurna_red_chair', 's', 1, 1, 1.3, '0', '1', '0', 4618, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3045. (4621, 'Kuurna-Tisch (klein)', 'kuurna_red_table1', 's', 1, 1, 1.3, '1', '0', '0', 4621, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3046. (4620, 'Kuurna-Tisch', 'kuurna_table', 's', 2, 2, 1.3, '1', '0', '0', 4620, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3047. (4619, 'Kuurna-Stuhl', 'kuurna_red_chair1', 's', 1, 1, 1, '0', '1', '0', 4619, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3048. (4616, 'Exotischer Schmetterling', 'garden_bfly', 's', 1, 1, 2, '0', '0', '0', 4616, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3049. (4623, 'Kuurna-Denkmal', 'pixel_memorial', 's', 1, 1, 2, '0', '0', '0', 4623, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3050. (4333, 'js_exe_bardesk', 'js_exe_bardesk', 's', 1, 1, 1, '1', '0', '0', 4333, '1', '1', '0', '1', '1', 'default', 1, '0'),
  3051. (4334, 'js_exe_corner', 'js_exe_corner', 's', 1, 1, 1, '1', '0', '0', 4334, '1', '1', '0', '1', '1', 'default', 1, '0'),
  3052. (4335, 'js_exe_chair2', 'js_exe_chair2', 's', 1, 1, 1, '0', '1', '0', 4335, '1', '1', '0', '1', '1', 'default', 1, '0'),
  3053. (4336, 'js_exe_gate', 'js_exe_gate', 's', 1, 1, 0.001, '0', '0', '0', 4336, '1', '1', '0', '1', '1', 'gate', 2, '0'),
  3054. (4337, 'js_exe_rug', 'js_exe_rug', 's', 3, 3, 0, '1', '0', '1', 4337, '1', '1', '0', '1', '1', 'default', 1, '0'),
  3055. (4338, 'js_exe_chair', 'js_exe_chair', 's', 1, 1, 1, '0', '1', '0', 4338, '1', '1', '0', '1', '1', 'default', 1, '0'),
  3056. (4339, 'js_exe_sofa', 'js_exe_sofa', 's', 3, 1, 1, '0', '1', '0', 4339, '1', '1', '0', '1', '1', 'default', 1, '0'),
  3057. (4340, 'js_exe_s_table', 'js_exe_s_table', 's', 2, 2, 1, '1', '0', '0', 4340, '1', '1', '0', '1', '1', 'default', 2, '0'),
  3058. (4454, 'js_exe_wfall', 'js_exe_wfall', 'i', 0, 0, 1, '0', '0', '0', 4454, '1', '1', '0', '1', '1', 'default', 3, '0'),
  3059. (201001, 'Silla Púrpura', 'Un toque moderno para tu sala', 's', 1, 1, 1, '0', '1', '0', 201001, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3060. (81070004, 'Suelo Púrpura', 'Un toque moderno para tu sala', 's', 1, 1, 0.01, '1', '0', '1', 81070004, '1', '1', '1', '1', '1', 'default', 4, '0'),
  3061. (998502, 'Dórica Púrpura', 'Un toque moderno para tu sala', 's', 1, 1, 1, '0', '0', '0', 998502, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3062. (978502, 'Bar Púrpura', 'Un toque moderno para tu sala', 's', 1, 1, 1, '0', '0', '0', 978502, '1', '1', '1', '1', '1', 'vendingmachine', 2, '24'),
  3063. (30008810, 'Black Pigeon', 'a0 pet22', 's', 1, 1, 1, '0', '0', '0', 22, '0', '0', '0', '0', '1', 'pet', 1, '0'),
  3064. (30009910, 'White Pigeon', 'a0 pet21', 's', 1, 1, 1, '0', '0', '0', 21, '0', '0', '0', '0', '1', 'pet', 1, '0'),
  3065. (44571, 'football12_es', 'football12_es', 'i', 0, 0, 1, '1', '0', '0', 44571, '1', '1', '0', '1', '1', 'default', 2, '0'),
  3066. (44581, 'football12_it', 'football12_it', 'i', 0, 0, 1, '1', '0', '0', 44581, '1', '1', '0', '1', '1', 'default', 2, '0'),
  3067. (44591, 'football12_de', 'football12_de', 'i', 0, 0, 1, '0', '1', '0', 44591, '1', '1', '0', '1', '1', 'default', 2, '0'),
  3068. (44601, 'football12_pt', 'football12_pt', 'i', 0, 0, 1, '0', '0', '0', 44601, '1', '1', '0', '1', '1', 'default', 2, '0'),
  3069. (50041206, 'bunnylove', 'a0 pet20', 's', 1, 1, 1, '0', '0', '0', 18, '0', '0', '0', '0', '1', 'pet', 1, '0'),
  3070. (50041205, 'bunnydepressed', 'a0 pet19', 's', 1, 1, 1, '0', '0', '0', 18, '0', '0', '0', '0', '1', 'pet', 1, '0'),
  3071. (50041204, 'bunnyevil', 'a0 pet18', 's', 1, 1, 1, '0', '0', '0', 18, '0', '0', '0', '0', '1', 'pet', 1, '0'),
  3072. (50041203, 'monster', 'a0 pet15', 's', 1, 1, 1, '0', '0', '0', 18, '0', '0', '0', '0', '1', 'pet', 1, '0'),
  3073. (50041201, 'bunnyeaster', 'a0 pet17', 's', 1, 1, 1, '0', '0', '0', 17, '0', '0', '0', '0', '1', 'pet', 1, '0'),
  3074. (9997, 'anc_trophy_sstone', 'anc_trophy_sstone', 's', 1, 1, 1, '0', '0', '0', 9997, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3075. (9996, 'anc_trophy_obsidian', 'anc_trophy_obsidian', 's', 1, 1, 1, '0', '0', '0', 9996, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3076. (9995, 'anc_trophy_marble', 'anc_trophy_marble', 's', 1, 1, 1, '0', '0', '0', 9995, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3077. (9994, 'anc_pyramid_block', 'anc_pyramid_block', 's', 1, 1, 1, '0', '0', '0', 9994, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3078. (9993, 'anc_pharaoh_tele', 'anc_pharaoh_tele', 's', 1, 1, 0, '0', '0', '0', 9993, '1', '1', '1', '1', '1', 'teleport', 1, '0'),
  3079. (9992, 'anc_hot_sands', 'anc_hot_sands', 's', 1, 1, 1, '0', '0', '0', 9992, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3080. (9991, 'anc_artifact1', 'anc_artifact1', 's', 1, 1, 1, '0', '0', '0', 9991, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3081. (999001, 'Einkaufswagen', 'RZ_SC_Shopping', 's', 1, 1, 1, '1', '0', '0', 999001, '1', '1', '1', '1', '1', 'puzzlebox', 1, '0'),
  3082. (778000, 'Dark Blue Anna Table', 'anna_bable', 's', 2, 2, 1, '1', '0', '0', 778000, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3083. (778001, 'Dark Blue Anna lamp', 'anna_bamp', 's', 1, 1, 1.2, '0', '0', '0', 778001, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3084. (778002, 'Dark Blue Anna Chair', 'anna_bhair', 's', 1, 1, 1.2, '0', '1', '0', 778002, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3085. (778003, 'Dark Blue Anna Pillow', 'anna_bill', 's', 1, 1, 0.5, '1', '0', '1', 778003, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3086. (778004, 'Dark Blue Anna Divider Corner', 'anna_biv_crnr', 's', 1, 1, 1.2, '1', '0', '0', 778004, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3087. (778005, 'Dark Blue Anna Divider Gate', 'anna_biv_gate', 's', 1, 1, 0.1, '0', '0', '0', 778005, '1', '1', '1', '1', '1', 'gate', 1, '0'),
  3088. (778006, 'Dark Blue Anna Divider', 'anna_bivider', 's', 1, 1, 1, '1', '0', '0', 778006, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3089. (778007, 'Dark Blue Anna Sofa', 'anna_bofa', 's', 2, 1, 1.2, '0', '1', '0', 778007, '1', '1', '1', '1', '1', 'default', 3, '0'),
  3090. (778008, 'Dark Blue Anna Rug', 'anna_bug', 's', 2, 2, 0.01, '1', '0', '1', 778008, '1', '1', '1', '1', '1', 'default', 4, '0'),
  3091. (778009, 'Dark Blue Anna Stool', 'anna_sbool', 's', 1, 1, 1.2, '0', '1', '0', 778009, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3092. (778010, 'Red Anna Table', 'anna_rable', 's', 2, 2, 1, '1', '0', '0', 778010, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3093. (778011, 'Red Anna lamp', 'anna_lred', 's', 1, 1, 1.2, '0', '0', '0', 778011, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3094. (778012, 'Red Anna Chair', 'anna_chRED', 's', 1, 1, 1.2, '0', '1', '0', 778012, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3095. (778013, 'Red Anna Pillow', 'anna_pred', 's', 1, 1, 0.5, '1', '0', '1', 778013, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3096. (778014, 'Red Anna Divider Corner', 'anna_div_cred', 's', 1, 1, 1.2, '1', '0', '0', 778014, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3097. (778015, 'Red Anna Divider Gate', 'anna_red_gate', 's', 1, 1, 0.1, '0', '0', '0', 778015, '1', '1', '1', '1', '1', 'gate', 1, '0'),
  3098. (778016, 'Red Anna Divider', 'anna_divired', 's', 1, 1, 1.2, '1', '0', '0', 778016, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3099. (778017, 'Red Anna Sofa', 'anna_rofa', 's', 2, 1, 1.2, '0', '1', '0', 778017, '1', '1', '1', '1', '1', 'default', 3, '0'),
  3100. (778018, 'Red Anna Rug', 'ared_rug', 's', 2, 2, 0.01, '1', '0', '1', 778018, '1', '1', '1', '1', '1', 'default', 4, '0'),
  3101. (778019, 'Red Anna Stool', 'anna_rtool', 's', 1, 1, 1.2, '0', '1', '0', 778019, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3102. (778020, 'White Anna Table', 'anna_wable', 's', 2, 2, 1, '1', '0', '0', 778020, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3103. (778021, 'White Anna lamp', 'anna_wamp', 's', 1, 1, 1.2, '0', '0', '0', 778021, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3104. (778022, 'White Anna Chair', 'anna_whair', 's', 1, 1, 1.2, '0', '1', '0', 778022, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3105. (778023, 'White Anna Pillow', 'anna_will', 's', 1, 1, 0.5, '1', '0', '1', 778023, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3106. (778024, 'White Anna Divider Corner', 'anna_wiv_crnr', 's', 1, 1, 1.2, '1', '0', '0', 778024, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3107. (778025, 'White Anna Divider Gate', 'anna_wiv_gate', 's', 1, 1, 0.1, '0', '0', '0', 778025, '1', '1', '1', '1', '1', 'gate', 1, '0'),
  3108. (778026, 'White Anna Divider', 'anna_wivider', 's', 1, 1, 1, '1', '0', '0', 778026, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3109. (778027, 'White Anna Sofa', 'anna_wofa', 's', 2, 1, 1.2, '0', '1', '0', 778027, '1', '1', '1', '1', '1', 'default', 3, '0'),
  3110. (778028, 'White Anna Rug', 'anna_wug', 's', 2, 2, 0.01, '1', '0', '1', 778028, '1', '1', '1', '1', '1', 'default', 4, '0'),
  3111. (778029, 'White Anna Stool', 'anna_wtool', 's', 1, 1, 1.2, '0', '1', '0', 778029, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3112. (778030, 'Orange Anna Table', 'anno_table', 's', 2, 2, 1, '1', '0', '0', 778030, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3113. (778031, 'Orange Anna lamp', 'anno_lamp', 's', 1, 1, 1.2, '0', '0', '0', 778031, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3114. (778032, 'Orange Anna Chair', 'anno_chair', 's', 1, 1, 1.2, '0', '1', '0', 778032, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3115. (778033, 'Orange Anna Pillow', 'anno_pill', 's', 1, 1, 0.5, '1', '0', '1', 778033, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3116. (778034, 'Orange Anna Divider Corner', 'anno_div_crnr', 's', 1, 1, 1.2, '1', '0', '0', 778034, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3117. (778035, 'Orange Anna Divider Gate', 'anno_div_gate', 's', 1, 1, 0.1, '0', '0', '0', 778035, '1', '1', '1', '1', '1', 'gate', 1, '0'),
  3118. (778036, 'Orange Anna Divider', 'anno_divider', 's', 1, 1, 1, '1', '0', '0', 778036, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3119. (778037, 'Orange Anna Sofa', 'anno_sofa', 's', 2, 1, 1.2, '0', '1', '0', 778037, '1', '1', '1', '1', '1', 'default', 3, '0'),
  3120. (778038, 'Orange Anna Rug', 'anno_rug', 's', 2, 2, 0.01, '1', '0', '1', 778038, '1', '1', '1', '1', '1', 'default', 4, '0'),
  3121. (778039, 'Orange Anna Stool', 'anno_stool', 's', 1, 1, 1.2, '0', '1', '0', 778039, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3122. (778040, 'Dark Grey Anna Table', 'bnna_table', 's', 2, 2, 1, '1', '0', '0', 778040, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3123. (778041, 'Dark Grey Anna lamp', 'bnna_lamp', 's', 1, 1, 1.2, '0', '0', '0', 778041, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3124. (778042, 'Dark Grey Anna Chair', 'bnna_chair', 's', 1, 1, 1.2, '0', '1', '0', 778042, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3125. (778043, 'Dark Grey Anna Pillow', 'bnna_pill', 's', 1, 1, 0.5, '1', '0', '1', 778043, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3126. (778044, 'Dark Grey Anna Divider Corner', 'bnna_div_crnr', 's', 1, 1, 1.2, '1', '0', '0', 778044, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3127. (778045, 'Dark Grey Anna Divider Gate', 'bnna_div_gate', 's', 1, 1, 0.1, '0', '0', '0', 778045, '1', '1', '1', '1', '1', 'gate', 1, '0'),
  3128. (778046, 'Dark Grey Anna Divider', 'bnna_divider', 's', 1, 1, 1, '1', '0', '0', 778046, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3129. (778047, 'Dark Grey Anna Sofa', 'bnna_sofa', 's', 2, 1, 1.2, '0', '1', '0', 778047, '1', '1', '1', '1', '1', 'default', 3, '0'),
  3130. (778048, 'Dark Grey Anna Rug', 'bnna_rug', 's', 2, 2, 0.01, '1', '0', '1', 778048, '1', '1', '1', '1', '1', 'default', 4, '0'),
  3131. (778049, 'Dark Grey Anna Stool', 'bnna_stool', 's', 1, 1, 1.2, '0', '1', '0', 778049, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3132. (778050, 'Lime Anna Table', 'anna_lable', 's', 2, 2, 1, '1', '0', '0', 778050, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3133. (778051, 'Lime Anna lamp', 'anna_laml', 's', 1, 1, 1.2, '0', '0', '0', 778051, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3134. (778052, 'Lime Anna Chair', 'anna_lhair', 's', 1, 1, 1.2, '0', '1', '0', 778052, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3135. (778053, 'Lime Anna Pillow', 'anna_lill', 's', 1, 1, 0.5, '1', '0', '1', 778053, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3136. (778054, 'Lime Anna Divider Corner', 'anna_liv_crnr', 's', 1, 1, 1.2, '1', '0', '0', 778054, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3137. (778055, 'Lime Anna Divider Gate', 'anna_liv_gate', 's', 1, 1, 0.1, '0', '0', '0', 778055, '1', '1', '1', '1', '1', 'gate', 1, '0'),
  3138. (778056, 'Lime Anna Divider', 'anna_livider', 's', 1, 1, 1, '1', '0', '0', 778056, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3139. (778057, 'Lime Anna Sofa', 'anna_lofa', 's', 2, 1, 1.2, '0', '1', '0', 778057, '1', '1', '1', '1', '1', 'default', 3, '0'),
  3140. (778058, 'Lime Anna Rug', 'anna_lug', 's', 2, 2, 0.01, '1', '0', '1', 778058, '1', '1', '1', '1', '1', 'default', 4, '0'),
  3141. (778059, 'Lime Anna Stool', 'anna_ltool', 's', 1, 1, 1.2, '0', '1', '0', 778059, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3142. (778060, 'Light Pink Anna Table', 'anna_pable', 's', 2, 2, 1, '1', '0', '0', 778060, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3143. (778061, 'Light Pink Anna lamp', 'anna_pamp', 's', 1, 1, 1.2, '0', '0', '0', 778061, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3144. (778062, 'Light Pink Anna Chair', 'anna_phair', 's', 1, 1, 1.2, '0', '1', '0', 778062, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3145. (778063, 'Light Pink Anna Pillow', 'anna_pilp', 's', 1, 1, 0.5, '1', '0', '1', 778063, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3146. (778064, 'Light Pink Anna Divider Corner', 'anna_piv_crnr', 's', 1, 1, 1.2, '1', '0', '0', 778064, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3147. (778065, 'Light Pink Anna Divider Gate', 'anna_piv_gate', 's', 1, 1, 0.1, '0', '0', '0', 778065, '1', '1', '1', '1', '1', 'gate', 1, '0'),
  3148. (778066, 'Light Pink Anna Divider', 'anna_pivider', 's', 1, 1, 1, '1', '0', '0', 778066, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3149. (778067, 'Light Pink Anna Sofa', 'anna_pofa', 's', 2, 1, 1.2, '0', '1', '0', 778067, '1', '1', '1', '1', '1', 'default', 3, '0'),
  3150. (778068, 'Light Pink Anna Rug', 'anna_pug', 's', 2, 2, 0.01, '1', '0', '1', 778068, '1', '1', '1', '1', '1', 'default', 4, '0'),
  3151. (778069, 'Light Pink Anna Stool', 'anna_ptool', 's', 1, 1, 0.01, '0', '1', '0', 778069, '1', '1', '1', '1', '1', 'default', 4, '0'),
  3152. (778070, 'Cyan Anna Table', 'anna_cable', 's', 2, 2, 1, '1', '0', '0', 778070, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3153. (778071, 'Cyan Anna lamp', 'anna_camp', 's', 1, 1, 1.2, '0', '0', '0', 778071, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3154. (778072, 'Cyan Anna Chair', 'anna_chaic', 's', 1, 1, 1.2, '0', '1', '0', 778072, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3155. (778073, 'Cyan Anna Pillow', 'anna_cill', 's', 1, 1, 0.5, '1', '0', '1', 778073, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3156. (778074, 'Cyan Anna Divider Corner', 'anna_civ_crnr', 's', 1, 1, 1.2, '1', '0', '0', 778074, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3157. (778075, 'Cyan Anna Divider Gate', 'anna_civ_gate', 's', 1, 1, 0.1, '0', '0', '0', 778075, '1', '1', '1', '1', '1', 'gate', 1, '0'),
  3158. (778076, 'Cyan Anna Divider', 'anna_civider', 's', 1, 1, 1, '1', '0', '0', 778076, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3159. (778077, 'Cyan Anna Sofa', 'anna_cofa', 's', 2, 1, 1.2, '0', '1', '0', 778077, '1', '1', '1', '1', '1', 'default', 3, '0'),
  3160. (778078, 'Cyan Anna Rug', 'anna_cug', 's', 2, 2, 0.01, '1', '0', '1', 778078, '1', '1', '1', '1', '1', 'default', 4, '0'),
  3161. (778079, 'Cyan Anna Stool', 'anna_ctool', 's', 1, 1, 1.2, '0', '1', '0', 778079, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3162. (9999871, 'avatar_effect111', 'avatar_effect111', 'e', 0, 0, 0, '0', '0', '0', 111, '0', '0', '0', '0', '0', 'default', 1, '0'),
  3163. (9999872, 'avatar_effect110', 'avatar_effect110', 'e', 0, 0, 0, '0', '0', '0', 110, '0', '0', '0', '0', '0', 'default', 1, '0'),
  3164. (9999873, 'avatar_effect109', 'avatar_effect109', 'e', 0, 0, 0, '0', '0', '0', 109, '0', '0', '0', '0', '0', 'default', 1, '0'),
  3165. (9999874, 'avatar_effect108', 'avatar_effect108', 'e', 0, 0, 0, '0', '0', '0', 108, '0', '0', '0', '0', '0', 'default', 1, '0'),
  3166. (9999875, 'avatar_effect107', 'avatar_effect107', 'e', 0, 0, 0, '0', '0', '0', 107, '0', '0', '0', '0', '0', 'default', 1, '0'),
  3167. (9999876, 'avatar_effect106', 'avatar_effect106', 'e', 0, 0, 0, '0', '0', '0', 106, '0', '0', '0', '0', '0', 'default', 1, '0'),
  3168. (9999877, 'avatar_effect105', 'avatar_effect105', 'e', 0, 0, 0, '0', '0', '0', 105, '0', '0', '0', '0', '0', 'default', 1, '0'),
  3169. (9999878, 'avatar_effect104', 'avatar_effect104', 'e', 0, 0, 0, '0', '0', '0', 104, '0', '0', '0', '0', '0', 'default', 1, '0'),
  3170. (9999879, 'avatar_effect100', 'avatar_effect100', 'e', 0, 0, 0, '0', '0', '0', 100, '0', '0', '0', '0', '0', 'default', 1, '0'),
  3171. (9999880, 'avatar_effect99', 'avatar_effect99', 'e', 0, 0, 0, '0', '0', '0', 99, '0', '0', '0', '0', '0', 'default', 1, '0'),
  3172. (9999881, 'avatar_effect98', 'avatar_effect98', 'e', 0, 0, 0, '0', '0', '0', 98, '0', '0', '0', '0', '0', 'default', 1, '0'),
  3173. (9999882, 'avatar_effect97', 'avatar_effect97', 'e', 0, 0, 0, '0', '0', '0', 97, '0', '0', '0', '0', '0', 'default', 1, '0'),
  3174. (10158, 'Union Jack Sofa', 'track12_ujack_sofa', 's', 2, 1, 1, '0', '1', '0', 10158, '1', '1', '0', '1', '1', 'default', 1, '0'),
  3175. (10159, 'prizetrophy_track12', 'prizetrophy_track12*1', 's', 1, 1, 1, '0', '0', '0', 10159, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  3176. (10160, 'prizetrophy_track12', 'prizetrophy_track12*2', 's', 1, 1, 1, '0', '0', '0', 10160, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  3177. (10161, 'prizetrophy_track12', 'prizetrophy_track12*3', 's', 1, 1, 1, '0', '0', '0', 10161, '1', '1', '0', '1', '0', 'trophy', 1, '0'),
  3178. (10162, 'track12_circle', 'track12_circle', 's', 3, 3, 0.01, '1', '0', '1', 10162, '1', '1', '0', '1', '1', 'default', 4, '0'),
  3179. (10163, 'track12_weight', 'track12_weight', 's', 1, 1, 0.1, '0', '0', '0', 10163, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3180. (10164, 'track12_tea_mother', 'track12_tea_mother', 's', 1, 1, 0.1, '0', '0', '0', 10164, '1', '1', '1', '1', '1', 'vendingmachine', 1, '27'),
  3181. (10168, 'track12_mini_torch', 'track12_mini_torch', 's', 1, 1, 0.1, '0', '0', '0', 10168, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3182. (10169, 'track12_hurdle', 'track12_hurdle', 's', 1, 1, 0, '0', '0', '1', 10169, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3183. (10166, 'track12_hammer', 'track12_hammer', 's', 1, 1, 0, '0', '0', '1', 10166, '1', '1', '1', '1', '1', 'default', 5, '0'),
  3184. (10167, 'track12_ele_podium2', 'track12_ele_podium2', 's', 1, 1, 0, '0', '0', '1', 10167, '1', '1', '1', '1', '1', 'default', 3, '0'),
  3185. (10165, 'track12_ele_podium1', 'track12_ele_podium1', 's', 1, 1, 0, '0', '0', '1', 10165, '1', '1', '1', '1', '1', 'default', 3, '0'),
  3186. (4654, 'The Gate of Eternity', 'gate_of_eternity', 's', 1, 1, 0, '0', '0', '0', 4654, '1', '1', '1', '1', '1', 'teleport', 4, '0'),
  3187. (4655, 'Mighty Frank Statue', 'anc_artifact3', 's', 3, 1, 10, '0', '0', '0', 4655, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3188. (3004327, 'edice_val12_therm', 'edice_val12_therm', 's', 1, 1, 2, '0', '0', '0', 3004327, '1', '1', '1', '1', '1', 'default', 8, '0'),
  3189. (3004328, 'hole3', 'hole3', 's', 1, 1, 1, '0', '0', '0', 3004328, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3190. (3004331, 'val12_carpet', 'val12_carpet', 's', 2, 2, 0, '1', '0', '1', 3004331, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3191. (3004332, 'val12_elevine', 'val12_elevine', 's', 1, 1, 0.1, '0', '0', '0', 3004332, '1', '1', '1', '1', '1', 'default', 5, '0'),
  3192. (3004333, 'val12_flower', 'val12_flower', 's', 1, 1, 0, '0', '0', '1', 3004333, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3193. (30806, 'val12_hopper_3', 'val12_hopper_3', 's', 1, 1, 0.01, '0', '0', '1', 4443, '1', '1', '0', '1', '1', 'teleport', 2, '0'),
  3194. (30950, 'horse_hopper', 'horse_hopper', 's', 1, 1, 0.01, '0', '0', '1', 30950, '1', '1', '0', '1', '1', 'loveshuffler', 1, '0'),
  3195. (3004336, 'val12_kbooth', 'val12_kbooth', 's', 2, 1, 0.7, '0', '1', '0', 3004336, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3196. (3004337, 'val12_lantern', 'val12_lantern', 's', 1, 1, 0, '0', '0', '1', 3004337, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3197. (3004338, 'val12_marble1', 'val12_marble1', 's', 2, 2, 0.1, '1', '0', '1', 3004338, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3198. (3004339, 'val12_marble2', 'val12_marble2', 's', 2, 2, 0.1, '1', '0', '1', 3004339, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3199. (3004340, 'val12_pillar1', 'val12_pillar1', 's', 1, 1, 3, '0', '0', '0', 3004340, '1', '1', '1', '1', '1', 'default', 4, '0'),
  3200. (3004341, 'val12_pillar2', 'val12_pillar2', 's', 1, 1, 3, '0', '0', '0', 3004341, '1', '1', '1', '1', '1', 'default', 3, '0'),
  3201. (3004342, 'val12_shocker', 'val12_shocker', 's', 2, 1, 0.1, '0', '0', '1', 3004342, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3202. (3004343, 'val12_sofa', 'val12_sofa', 's', 2, 1, 1, '0', '1', '0', 3004343, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3203. (3004344, 'val12_table', 'val12_table', 's', 1, 1, 1.3, '1', '0', '0', 3004344, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3204. (3004345, 'val12_therm_nfs', 'val12_therm_nfs', 's', 1, 1, 3, '1', '0', '0', 3004345, '1', '1', '1', '1', '1', 'default', 10, '0'),
  3205. (3004346, 'val12_vines', 'val12_vines', 's', 1, 2, 0.1, '0', '0', '0', 3004346, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3206. (3004347, 'val12_xray', 'val12_xray', 's', 1, 2, 2, '0', '0', '0', 3004347, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3207. (3004334, 'val12_hopper1', 'val12_hopper1', 's', 1, 1, 0, '1', '0', '0', 4421, '1', '1', '1', '1', '1', 'teleport', 1, '0'),
  3208. (3004335, 'val12_hopper2', 'val12_hopper2', 's', 1, 1, 0, '1', '0', '0', 4427, '1', '1', '1', '1', '1', 'teleport', 1, '0'),
  3209. (3004433, 'usva2_shelf', 'usva2_shelf', 's', 0, 0, 0.7, '1', '0', '0', 4140, '1', '1', '1', '1', '1', 'default', 3, '0'),
  3210. (3004432, 'usva4_rug', 'usva4_rug', 's', 2, 2, 0, '1', '0', '0', 4139, '1', '1', '1', '1', '1', 'default', 3, '0'),
  3211. (3004431, 'usva3_lamp', 'usva3_lamp', 's', 0, 0, 0, '1', '0', '0', 4138, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3212. (3004430, 'usva2_lamble', 'usva2_lamble', 's', 0, 0, 0.7, '1', '0', '0', 4137, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3213. (3004429, 'usva4_lamp', 'usva4_lamp', 's', 0, 0, 0, '1', '0', '0', 4136, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3214. (3004428, 'usva_shelf', 'usva_shelf', 's', 0, 0, 0.7, '1', '0', '0', 4135, '1', '1', '1', '1', '1', 'default', 3, '0'),
  3215. (3004427, 'usva_sofa', 'usva_sofa', 's', 2, 1, 1, '0', '1', '0', 4134, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3216. (3004426, 'usva3_lamble', 'usva3_lamble', 's', 0, 0, 0.7, '1', '0', '0', 4133, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3217. (3004425, 'usva3_chair', 'usva3_chair', 's', 0, 0, 1, '0', '1', '0', 4132, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3218. (3004424, 'usva5_lamp', 'usva5_lamp', 's', 0, 0, 0, '1', '0', '0', 4131, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3219. (3004423, 'usva4_table', 'usva4_table', 's', 0, 0, 0, '1', '0', '0', 4130, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3220. (3004422, 'usva2_rug', 'usva2_rug', 's', 2, 2, 0, '1', '0', '0', 4129, '1', '1', '1', '1', '1', 'default', 3, '0'),
  3221. (3004421, 'usva3_table', 'usva3_table', 's', 0, 0, 0, '1', '0', '0', 4128, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3222. (3004420, 'usva3_shelf2', 'usva3_shelf2', 's', 0, 0, 0.8, '1', '0', '0', 4127, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3223. (3004419, 'usva4_chair', 'usva4_chair', 's', 0, 0, 1, '0', '1', '0', 4126, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3224. (3004418, 'usva2_lamp', 'usva2_lamp', 's', 0, 0, 0, '1', '0', '0', 4125, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3225. (3004417, 'usva5_lamble', 'usva5_lamble', 's', 0, 0, 0.7, '1', '0', '0', 4124, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3226. (3004416, 'usva_chair', 'usva_chair', 's', 0, 0, 1, '0', '1', '0', 4123, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3227. (3004415, 'usva2_shelf2', 'usva2_shelf2', 's', 0, 0, 0.8, '1', '0', '0', 4122, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3228. (3004414, 'usva_lamp', 'usva_lamp', 's', 0, 0, 0, '1', '0', '0', 4121, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3229. (3004413, 'usva2_chair', 'usva2_chair', 's', 0, 0, 1, '0', '1', '0', 4120, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3230. (3004412, 'usva2_sofa', 'usva2_sofa', 's', 2, 1, 1, '0', '1', '0', 4119, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3231. (3004411, 'usva_lamble', 'usva_lamble', 's', 0, 0, 0.7, '1', '0', '0', 4118, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3232. (3004410, 'usva5_table', 'usva5_table', 's', 0, 0, 0, '1', '0', '0', 4117, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3233. (3004409, 'usva_table', 'usva_table', 's', 0, 0, 0, '1', '0', '0', 4116, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3234. (3004408, 'usva4_sofa', 'usva4_sofa', 's', 2, 1, 1, '0', '1', '0', 4115, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3235. (3004407, 'usva_shelf2', 'usva_shelf2', 's', 0, 0, 0.8, '1', '0', '0', 4114, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3236. (3004406, 'usva2_table', 'usva2_table', 's', 0, 0, 0, '1', '0', '0', 4113, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3237. (3004405, 'usva_rug', 'usva_rug', 's', 2, 2, 0, '1', '0', '0', 4112, '1', '1', '1', '1', '1', 'default', 3, '0'),
  3238. (3004404, 'usva3_shelf', 'usva3_shelf', 's', 0, 0, 0.7, '1', '0', '0', 4111, '1', '1', '1', '1', '1', 'default', 3, '0'),
  3239. (3004402, 'usva5_sofa', 'usva5_sofa', 's', 2, 1, 1, '0', '1', '0', 4109, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3240. (3004401, 'usva3_rug', 'usva3_rug', 's', 2, 2, 0, '1', '0', '0', 4108, '1', '1', '1', '1', '1', 'default', 3, '0'),
  3241. (3004403, 'usva4_lamble', 'usva4_lamble', 's', 0, 0, 0.7, '1', '0', '0', 4110, '1', '1', '1', '1', '1', 'default', 2, '0'),
  3242. (3004434, 'usva3_sofa', 'usva3_sofa', 's', 2, 1, 1, '0', '1', '0', 4141, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3243. (3004435, 'usva5_rug', 'usva5_rug', 's', 2, 2, 0, '1', '0', '0', 4142, '1', '1', '1', '1', '1', 'default', 3, '0'),
  3244. (3004436, 'usva5_chair', 'usva5_chair', 's', 0, 0, 1, '0', '1', '0', 4143, '1', '1', '1', '1', '1', 'default', 1, '0'),
  3245. (3004437, 'usva5_wallrug', 'usva5_wallrug', 'i', 0, 0, 0, '1', '0', '0', 4413, '1', '1', '1', '1', '1', 'default', 3, '0'),
  3246. (3004438, 'usva3_wallrug', 'usva3_wallrug', 'i', 0, 0, 0, '1', '0', '0', 4414, '1', '1', '1', '1', '1', 'default', 3, '0'),
  3247. (3004439, 'usva_wallrug', 'usva_wallrug', 'i', 0, 0, 0, '1', '0', '0', 4415, '1', '1', '1', '1', '1', 'default', 3, '0'),
  3248. (3004440, 'usva4_wallrug', 'usva4_wallrug', 'i', 0, 0, 0, '1', '0', '0', 4416, '1', '1', '1', '1', '1', 'default', 3, '0'),
  3249. (3004400, 'usva2_wallrug', 'usva2_wallrug', 'i', 0, 0, 0, '1', '0', '0', 4417, '1', '1', '1', '1', '1', 'default', 3, '0');
Advertisement
Add Comment
Please, Sign In to add comment