Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
('4000901', '142', '4000901', 'nest_dragon', '5', '0', '1'),
('4000902', '142', '4000902', 'petfood22', '3', '0', '1'),
('4000903', '142', '4000903', 'petfood23', '3', '0', '1'),
('4000904', '142', '4000904', 'ashtree', '3', '0', '1');
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`, `foot_figure`) VALUES
(4000901, 'Cofre del Tesoro', 'nest_dragon', 's', 1, 1, 1, '1', '1', '0', 4001, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(4000902, 'Furni Dragon', 'petfood22', 's', 1, 1, 1, '1', '0', '0', 4000, '1', '1', '1', '1', '1', 'default', 4, '0', ''),
(4000903, 'Furni Dragon', 'petfood23', 's', 1, 1, 1, '1', '0', '0', 3995, '1', '1', '1', '1', '1', 'default', 4, '0', ''),
(4000904, 'Furni Dragon', 'ashtree', 's', 1, 1, 2, '1', '0', '0', 4002, '1', '1', '1', '1', '1', 'default', 3, '0', '');
Code:
["s","4000","petfood22","33761","2","1","1","","Red Pepper","Hot hot hot! (High energy value)","","131071","10130"],["s","4001","nest_dragon","33761","0","1","1","","Dragon Treasure Nest","Designed to give your Dragon sweet dreams!","","131071","10132"],["s","4002","ashtree","33761","2","1","1","","Burnt tree","The perfect Dragon toy!","","131071","10133"],
["s","3995","petfood23","33761","2","1","1","","Yellow Pepper","(Low energy value)","","131071","10131"],