I made bcstorm/swift emulator sqls
catalog_items_copy
PHP Code:
INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`, `badge`) VALUES ('5490', '211', '5490', 'xmas13_rug', '10', '0', '1', '0', '0', '0', '0', '0', '1', '');
INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`, `badge`) VALUES ('5491', '211', '5491', 'mas13_shelves', '10', '0', '1', '0', '0', '0', '0', '0', '1', '');
INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`, `badge`) VALUES ('5492', '211', '5492', 'xmas13_pillar', '10', '0', '1', '0', '0', '0', '0', '0', '1', '');
INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`, `badge`) VALUES ('5493', '211', '5493', 'xmas13_toyhorse', '10', '0', '1', '0', '0', '0', '0', '0', '1', '');
INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`, `badge`) VALUES ('5494', '211', '5494', 'xmas13_tools1', '10', '0', '1', '0', '0', '0', '0', '0', '1', '');
items_base
PHP Code:
INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `allow_group_item`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('5490', '5490', 'xmas13_rug', 'xmas13_rug', 's', '1', '1', '0', '1', '1', '0', '1', '1', '1', '1', '1', '0', 'default', '10', '');
INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `allow_group_item`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('5491', '5491', 'mas13_shelves', 'mas13_shelves', 's', '1', '1', '1', '1', '0', '0', '1', '1', '1', '1', '1', '0', 'default', '10', '');
INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `allow_group_item`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('5492', '5492', 'xmas13_pillar', 'xmas13_pillar', 's', '1', '1', '1', '1', '0', '0', '1', '1', '1', '1', '1', '0', 'default', '10', '');
INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `allow_group_item`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('5493', '5493', 'xmas13_toyhorse', 'xmas13_toyhorse', 's', '1', '1', '1', '1', '0', '0', '1', '1', '1', '1', '1', '0', 'default', '10', '');
INSERT INTO `items_base` (`item_id`, `sprite_id`, `public_name`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_walk`, `allow_sit`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `allow_group_item`, `interaction_type`, `cycle_count`, `vending_ids`) VALUES ('5494', '5494', 'xmas13_tools1', 'xmas13_tools1', 's', '1', '1', '1', '1', '0', '0', '1', '1', '1', '1', '1', '0', 'default', '10', '');
furnidata
PHP Code:
["s","5490","xmas13_rug","48614","4","2","3","","Carpenter's Carpet","Ah the feeling of carpet between my toes","","13203","true","-1","false","","1","1","0","0"],
["s","5491","xmas13_shelves","48614","2","2","1","","Mahogany Shelves","Keep your tools up high","","13204","true","-1","false","","1","0","0","0"],
["s","5492","xmas13_pillar","48614","0","1","1","","Wrapping Paper Pillar","Don't rip it!","","13205","true","-1","false","","1","0","0","0"],
["s","5493","xmas13_toyhorse","48614","0","1","1","","Wooden Horse","I am not a trojan","","-1","false","-1","false","","1","0","0","0"],
["s","5494","xmas13_tools1","48614","0","1","1","","Mallet and Chisel","Chip away to perfection","","13207","true","-1","false","","1","0","0","0"],