Code:
INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`, `height_adjustable`) VALUES
(44100, 'teddoc ', 'teddoc', 's', 1, 1, 1, '0', '1', '0', 44100, '0', '1', '1', '1', '1', 'default', 1, '0', 0, '0'),
(44101, 'ld_samo', 'ld_samo', 's', 1, 1, 1, '0', '0', '0', 44101, '0', '1', '1', '1', '1', 'vendingmachine', 0, '1', 0, '0'),
(44102, 'limitedturntable', 'limitedturntable', 's', 1, 1, 1, '0', '0', '0', 44102, '1', '1', '0', '1', '1', 'default', 1, '0', 0, '0'),
(44103, 'ld_colautomat', 'ld_colautomat', 's', 1, 1, 1, '0', '0', '0', 44103, '1', '1', '1', '1', '1', 'vendingmachine', 0, '19', 0, '0'),
(44104, 'ltd_teddo_parasol', 'ltd_teddo_parasol', 's', 1, 1, 1, '0', '0', '0', 44104, '1', '1', '0', '1', '1', 'default', 2, '0', 0, '0'),
(44105, 'ltd_hopper', 'ltd_hopper', 's', 1, 1, 0, '0', '0', '0', 44105, '1', '1', '1', '1', '1', 'teleport', 4, '0', 0, '0'),
(44106, 'limited_duck', 'limited_duck', 's', 1, 1, 1.8, '0', '1', '0', 44106, '1', '1', '1', '1', '1', 'default', 2, '0', 0, '0'),
(44107, 'kuerbis', 'kuerbis', 's', 1, 1, 1, '1', '0', '0', 44107, '1', '1', '0', '1', '1', 'default', 2, '0', 0, '0'),
(44108, 'limitedtub', 'limitedtub', 's', 1, 2, 1, '0', '1', '0', 44108, '1', '1', '1', '1', '1', 'default', 2, '0', 0, '0'),
(44109, 'limited_mirror', 'limited_mirror', 's', 1, 1, 0, '0', '0', '0', 44109, '1', '1', '1', '1', '1', 'default', 2, '0', 0, '0'),
(44110, 'limitdchair', 'limitdchair', 's', 1, 1, 1.3, '0', '1', '0', 44110, '1', '1', '0', '1', '1', 'default', 1, '0', 0, '0');
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES
(44100, PAGEID, '44100', 'teddoc', 30, 0, 0, 1, '0', 0),
(44101, PAGEID, '44101', 'ld_samo', 200, 0, 0, 1, '0', 0),
(44102, PAGEID, '44102', 'limitedturntable', 10, 0, 0, 1, '0', 0),
(44103, PAGEID, '44103', 'ld_colautomat', 25, 0, 0, 1, '0', 0),
(44104, PAGEID, '44104', 'ltd_teddo_parasol', 25, 0, 0, 1, '0', 0),
(44105, PAGEID, '44105', 'ltd_hopper', 15, 0, 0, 1, '0', 0),
(44106, PAGEID, '44106', 'limited_duck', 10, 0, 0, 1, '0', 0),
(44107, PAGEID, '44107', 'kuerbis', 3, 0, 0, 1, '0', 0),
(44108, PAGEID, '44108', 'limitedtub', 100, 0, 0, 1, '2', 0),
(44109, PAGEID, '44109', 'limited_mirror', 5, 0, 0, 1, '0', 0),
(44110, PAGEID, '44110', 'limitdchair', 5, 0, 0, 1, '0', 0);