impress-2020/src/server/query-tests/__snapshots__/Pet.test.js.snap

3023 lines
102 KiB
Text
Raw Normal View History

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Pet looks up a pet 1`] = `
Object {
"petOnNeopetsDotCom": Object {
"color": Object {
"id": "75",
"name": "Starry",
},
"items": Array [
Object {
"description": "What does this ball actually do?",
"id": "37229",
"isNc": false,
"name": "Magic Ball Table",
"rarityIndex": 101,
"thumbnailUrl": "http://images.neopets.com/items/gif_magicball_table.gif",
},
Object {
"description": "Dont forget to wish upon a star.",
"id": "37375",
"isNc": false,
"name": "Moon and Stars Background",
"rarityIndex": 75,
"thumbnailUrl": "http://images.neopets.com/items/bg_moonstars.gif",
},
Object {
"description": "Hide your face and hair so no one can recognise you.",
"id": "38911",
"isNc": false,
"name": "Zafara Agent Hood",
"rarityIndex": 92,
"thumbnailUrl": "http://images.neopets.com/items/clo_zafara_agent_hood.gif",
},
Object {
"description": "This robe is great for being stealthy.",
"id": "38912",
"isNc": false,
"name": "Zafara Agent Robe",
"rarityIndex": 90,
"thumbnailUrl": "http://images.neopets.com/items/clo_zafara_agent_robe.gif",
},
Object {
"description": "Dont leave any trace that you were there with these gloves.",
"id": "38913",
"isNc": false,
"name": "Zafara Agent Gloves",
"rarityIndex": 88,
"thumbnailUrl": "http://images.neopets.com/items/clo_zafara_agent_gloves.gif",
},
Object {
"description": "These leaves almost look magical with their gentle glow.",
"id": "43014",
"isNc": false,
"name": "Green Leaf String Lights",
"rarityIndex": 80,
"thumbnailUrl": "http://images.neopets.com/items/toy_stringlight_illleaf.gif",
},
Object {
"description": "This jewelled staff shines with a magical light.",
"id": "43397",
"isNc": true,
"name": "Jewelled Staff",
"rarityIndex": 500,
"thumbnailUrl": "http://images.neopets.com/items/mall_staff_jewelled.gif",
},
Object {
"description": "Even the announcers of the Altador Cup celebrate. This was given out by the Advent Calendar in Y11.",
"id": "48313",
"isNc": false,
"name": "Altador Cup Brooch",
"rarityIndex": 101,
"thumbnailUrl": "http://images.neopets.com/items/clo_altcuplogo_brooch.gif",
},
],
"pose": "SAD_MASC",
"species": Object {
"id": "54",
"name": "Zafara",
},
},
}
`;
2020-09-19 03:28:53 -07:00
exports[`Pet models new pet and item data 1`] = `
Object {
"petOnNeopetsDotCom": Object {
"items": Array [
Object {
"description": "What does this ball actually do?",
"id": "37229",
"isNc": false,
"name": "Magic Ball Table",
"rarityIndex": 101,
"thumbnailUrl": "http://images.neopets.com/items/gif_magicball_table.gif",
},
Object {
"description": "Dont forget to wish upon a star.",
"id": "37375",
"isNc": false,
"name": "Moon and Stars Background",
"rarityIndex": 75,
"thumbnailUrl": "http://images.neopets.com/items/bg_moonstars.gif",
},
Object {
"description": "Hide your face and hair so no one can recognise you.",
"id": "38911",
"isNc": false,
"name": "Zafara Agent Hood",
"rarityIndex": 92,
"thumbnailUrl": "http://images.neopets.com/items/clo_zafara_agent_hood.gif",
},
Object {
"description": "This robe is great for being stealthy.",
"id": "38912",
"isNc": false,
"name": "Zafara Agent Robe",
"rarityIndex": 90,
"thumbnailUrl": "http://images.neopets.com/items/clo_zafara_agent_robe.gif",
},
Object {
"description": "Dont leave any trace that you were there with these gloves.",
"id": "38913",
"isNc": false,
"name": "Zafara Agent Gloves",
"rarityIndex": 88,
"thumbnailUrl": "http://images.neopets.com/items/clo_zafara_agent_gloves.gif",
},
Object {
"description": "These leaves almost look magical with their gentle glow.",
"id": "43014",
"isNc": false,
"name": "Green Leaf String Lights",
"rarityIndex": 80,
"thumbnailUrl": "http://images.neopets.com/items/toy_stringlight_illleaf.gif",
},
Object {
"description": "This jewelled staff shines with a magical light.",
"id": "43397",
"isNc": true,
"name": "Jewelled Staff",
"rarityIndex": 500,
"thumbnailUrl": "http://images.neopets.com/items/mall_staff_jewelled.gif",
},
Object {
"description": "Even the announcers of the Altador Cup celebrate. This was given out by the Advent Calendar in Y11.",
"id": "48313",
"isNc": false,
"name": "Altador Cup Brooch",
"rarityIndex": 101,
"thumbnailUrl": "http://images.neopets.com/items/clo_altcuplogo_brooch.gif",
},
],
},
}
`;
2020-09-19 03:28:53 -07:00
exports[`Pet models new pet and item data 2`] = `
Array [
2020-09-19 03:28:53 -07:00
Array [
"SELECT * FROM pet_types WHERE (species_id = ? AND color_id = ?)",
Array [
"54",
"75",
],
],
Array [
"SELECT * FROM items WHERE id IN (?,?,?,?,?,?,?,?)",
Array [
"37229",
"37375",
"38911",
"38912",
"38913",
"43014",
"43397",
"48313",
],
],
Array [
"SELECT * FROM item_translations WHERE item_id IN (?,?,?,?,?,?,?,?) AND locale = \\"en\\"",
Array [
"37229",
"37375",
"38911",
"38912",
"38913",
"43014",
"43397",
"48313",
],
],
2020-09-19 03:04:19 -07:00
Array [
"SELECT * FROM swf_assets WHERE (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?)",
2020-09-19 03:04:19 -07:00
Array [
"object",
"6829",
"object",
"14855",
"object",
"14856",
"object",
"14857",
"object",
"36414",
"object",
"39646",
"object",
"51959",
"object",
"56478",
"biology",
"7942",
"biology",
"7941",
"biology",
"24008",
"biology",
"21060",
"biology",
"21057",
"biology",
"7946",
2020-09-19 03:04:19 -07:00
],
],
2020-09-19 03:28:53 -07:00
Array [
"INSERT INTO pet_types (body_id, color_id, created_at, species_id) VALUES (?, ?, ?, ?);",
Array [
"180",
"75",
2020-01-01T00:00:00.000Z,
"54",
],
],
Array [
"INSERT INTO items (category, created_at, id, price, rarity_index, thumbnail_url, type, updated_at, weight_lbs, zones_restrict) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?, ?, ?);",
Array [
"Gift",
2020-01-01T00:00:00.000Z,
"37229",
0,
101,
"http://images.neopets.com/items/gif_magicball_table.gif",
"Gift",
2020-01-01T00:00:00.000Z,
1,
"0000000000000000000000000000000000000000000000",
"Special",
2020-01-01T00:00:00.000Z,
"37375",
209,
75,
"http://images.neopets.com/items/bg_moonstars.gif",
"Mystical Surroundings",
2020-01-01T00:00:00.000Z,
1,
"0000000000000000000000000000000000000000000000000000",
"Clothes",
2020-01-01T00:00:00.000Z,
"38911",
980,
92,
"http://images.neopets.com/items/clo_zafara_agent_hood.gif",
"Clothes",
2020-01-01T00:00:00.000Z,
1,
"0000000000000000000000000000000000001100000000000000",
"Clothes",
2020-01-01T00:00:00.000Z,
"38912",
1476,
90,
"http://images.neopets.com/items/clo_zafara_agent_robe.gif",
"Clothes",
2020-01-01T00:00:00.000Z,
1,
"0000000000000000000101000000000000000000000000000000",
"Clothes",
2020-01-01T00:00:00.000Z,
"38913",
1177,
88,
"http://images.neopets.com/items/clo_zafara_agent_gloves.gif",
"Clothes",
2020-01-01T00:00:00.000Z,
1,
"0000000000000000000000000000000000000000000000000000",
"Toys",
2020-01-01T00:00:00.000Z,
"43014",
1033,
80,
"http://images.neopets.com/items/toy_stringlight_illleaf.gif",
"Toy",
2020-01-01T00:00:00.000Z,
1,
"0000000000000000000000000000000000000000000000",
"Clothes",
2020-01-01T00:00:00.000Z,
"43397",
0,
500,
"http://images.neopets.com/items/mall_staff_jewelled.gif",
"Clothes",
2020-01-01T00:00:00.000Z,
1,
"0000000000000000000000000000000000000000000000",
"Clothes",
2020-01-01T00:00:00.000Z,
"48313",
0,
101,
"http://images.neopets.com/items/clo_altcuplogo_brooch.gif",
"Clothes",
2020-01-01T00:00:00.000Z,
1,
"0000000000000000000000000000000000000000000000000000",
],
],
Array [
"INSERT INTO item_translations (created_at, description, item_id, locale, name, rarity, updated_at) VALUES (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?);",
Array [
2020-01-01T00:00:00.000Z,
"What does this ball actually do?",
"37229",
"en",
"Magic Ball Table",
"Special",
2020-01-01T00:00:00.000Z,
2020-01-01T00:00:00.000Z,
"Dont forget to wish upon a star.",
"37375",
"en",
"Moon and Stars Background",
"Uncommon",
2020-01-01T00:00:00.000Z,
2020-01-01T00:00:00.000Z,
"Hide your face and hair so no one can recognise you.",
"38911",
"en",
"Zafara Agent Hood",
"Very Rare",
2020-01-01T00:00:00.000Z,
2020-01-01T00:00:00.000Z,
"This robe is great for being stealthy.",
"38912",
"en",
"Zafara Agent Robe",
"Very Rare",
2020-01-01T00:00:00.000Z,
2020-01-01T00:00:00.000Z,
"Dont leave any trace that you were there with these gloves.",
"38913",
"en",
"Zafara Agent Gloves",
"Rare",
2020-01-01T00:00:00.000Z,
2020-01-01T00:00:00.000Z,
"These leaves almost look magical with their gentle glow.",
"43014",
"en",
"Green Leaf String Lights",
"Uncommon",
2020-01-01T00:00:00.000Z,
2020-01-01T00:00:00.000Z,
"This jewelled staff shines with a magical light.",
"43397",
"en",
"Jewelled Staff",
"Artifact",
2020-01-01T00:00:00.000Z,
2020-01-01T00:00:00.000Z,
"Even the announcers of the Altador Cup celebrate. This was given out by the Advent Calendar in Y11.",
"48313",
"en",
"Altador Cup Brooch",
"Special",
2020-01-01T00:00:00.000Z,
],
],
2020-09-19 03:04:19 -07:00
Array [
"INSERT INTO swf_assets (body_id, created_at, remote_id, type, url, zone_id, zones_restrict) VALUES (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?);",
2020-09-19 03:04:19 -07:00
Array [
"180",
2020-09-19 03:04:19 -07:00
2020-01-01T00:00:00.000Z,
"6829",
"object",
"http://images.neopets.com/cp/items/swf/000/000/006/6829_1707e50385.swf",
"3",
2020-09-19 03:04:19 -07:00
"",
"180",
2020-09-19 03:04:19 -07:00
2020-01-01T00:00:00.000Z,
"14855",
"object",
"http://images.neopets.com/cp/items/swf/000/000/014/14855_215f367070.swf",
"25",
2020-09-19 03:04:19 -07:00
"",
"180",
2020-09-19 03:04:19 -07:00
2020-01-01T00:00:00.000Z,
"14856",
"object",
"http://images.neopets.com/cp/items/swf/000/000/014/14856_46c1b32797.swf",
"26",
2020-09-19 03:04:19 -07:00
"",
"180",
2020-09-19 03:04:19 -07:00
2020-01-01T00:00:00.000Z,
"14857",
"object",
"http://images.neopets.com/cp/items/swf/000/000/014/14857_d43380ef66.swf",
"40",
2020-09-19 03:04:19 -07:00
"",
"180",
2020-09-19 03:04:19 -07:00
2020-01-01T00:00:00.000Z,
"36414",
"object",
"http://images.neopets.com/cp/items/swf/000/000/036/36414_1e2aaab4ad.swf",
"48",
2020-09-19 03:04:19 -07:00
"",
"180",
2020-09-19 03:04:19 -07:00
2020-01-01T00:00:00.000Z,
"39646",
"object",
"http://images.neopets.com/cp/items/swf/000/000/039/39646_e129e22ada.swf",
"42",
2020-09-19 03:04:19 -07:00
"",
"180",
2020-09-19 03:04:19 -07:00
2020-01-01T00:00:00.000Z,
"51959",
"object",
"http://images.neopets.com/cp/items/swf/000/000/051/51959_4439727c48.swf",
"45",
2020-09-19 03:04:19 -07:00
"",
"180",
2020-09-19 03:04:19 -07:00
2020-01-01T00:00:00.000Z,
"56478",
"object",
"http://images.neopets.com/cp/items/swf/000/000/056/56478_eabc28e7c7.swf",
"27",
2020-09-19 03:04:19 -07:00
"",
"0",
2020-01-01T00:00:00.000Z,
"7942",
"biology",
"http://images.neopets.com/cp/bio/swf/000/000/007/7942_2eab06fd7b.swf",
"5",
"0000000000000000000000000000000000000000000000000000",
"0",
2020-01-01T00:00:00.000Z,
"7941",
"biology",
"http://images.neopets.com/cp/bio/swf/000/000/007/7941_2c4cc4b846.swf",
"15",
"0000000000000000000000000000000000000000000000000000",
"0",
2020-01-01T00:00:00.000Z,
"24008",
"biology",
"http://images.neopets.com/cp/bio/swf/000/000/024/24008_a05fe9876a.swf",
"30",
"0000000000000000000000000000000000000000000000000000",
"0",
2020-01-01T00:00:00.000Z,
"21060",
"biology",
"http://images.neopets.com/cp/bio/swf/000/000/021/21060_d77ba93b7b.swf",
"33",
"0000000000000000000000000000000000000000000000000000",
"0",
2020-01-01T00:00:00.000Z,
"21057",
"biology",
"http://images.neopets.com/cp/bio/swf/000/000/021/21057_4550efbb2f.swf",
"34",
"0000000000000000000000000000000000000000000000000000",
"0",
2020-01-01T00:00:00.000Z,
"7946",
"biology",
"http://images.neopets.com/cp/bio/swf/000/000/007/7946_0348dad587.swf",
"37",
"0000000000000000000000000000000000000000000000000000",
2020-09-19 03:04:19 -07:00
],
],
2020-09-19 03:59:02 -07:00
Array [
"SELECT * FROM pet_types WHERE (species_id = ? AND color_id = ?)",
Array [
"54",
"75",
],
],
Array [
"INSERT INTO parents_swf_assets (parent_type, parent_id, swf_asset_id)
VALUES (?, ?, (SELECT id FROM swf_assets WHERE type = \\"object\\" AND remote_id = ?)), (?, ?, (SELECT id FROM swf_assets WHERE type = \\"object\\" AND remote_id = ?)), (?, ?, (SELECT id FROM swf_assets WHERE type = \\"object\\" AND remote_id = ?)), (?, ?, (SELECT id FROM swf_assets WHERE type = \\"object\\" AND remote_id = ?)), (?, ?, (SELECT id FROM swf_assets WHERE type = \\"object\\" AND remote_id = ?)), (?, ?, (SELECT id FROM swf_assets WHERE type = \\"object\\" AND remote_id = ?)), (?, ?, (SELECT id FROM swf_assets WHERE type = \\"object\\" AND remote_id = ?)), (?, ?, (SELECT id FROM swf_assets WHERE type = \\"object\\" AND remote_id = ?))",
Array [
"Item",
"37375",
"6829",
"Item",
"38913",
"14855",
"Item",
"38912",
"14856",
"Item",
"38911",
"14857",
"Item",
"43014",
"36414",
"Item",
"43397",
"39646",
"Item",
"37229",
"51959",
"Item",
"48313",
"56478",
],
],
2020-09-19 03:59:02 -07:00
Array [
"SELECT * FROM pet_states WHERE (pet_type_id = ? AND swf_asset_ids = ?)",
Array [
2020-09-19 04:22:39 -07:00
"1",
"7941,7942,7946,21057,21060,24008",
2020-09-19 03:59:02 -07:00
],
],
Array [
"INSERT INTO pet_states (female, labeled, mood_id, pet_type_id, swf_asset_ids, unconverted) VALUES (?, ?, ?, ?, ?, ?);",
Array [
0,
1,
"2",
"1",
"7941,7942,7946,21057,21060,24008",
0,
2020-09-19 03:59:02 -07:00
],
],
2020-09-19 04:22:39 -07:00
Array [
"SELECT * FROM pet_states WHERE (pet_type_id = ? AND swf_asset_ids = ?)",
Array [
"1",
"7941,7942,7946,21057,21060,24008",
2020-09-19 04:22:39 -07:00
],
],
Array [
"SELECT * FROM swf_assets WHERE (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?)",
Array [
"biology",
"7942",
"biology",
"7941",
"biology",
"24008",
"biology",
"21060",
"biology",
"21057",
"biology",
"7946",
],
],
Array [
"INSERT INTO parents_swf_assets (parent_type, parent_id, swf_asset_id)
VALUES (?, ?, ?), (?, ?, ?), (?, ?, ?), (?, ?, ?), (?, ?, ?), (?, ?, ?);",
Array [
"PetState",
"1",
"9",
"PetState",
"1",
"10",
"PetState",
"1",
"11",
"PetState",
"1",
"12",
"PetState",
"1",
"13",
"PetState",
"1",
"14",
],
],
Array [
"INSERT INTO modeling_logs (log_json, pet_name) VALUES (?, ?)",
Array [
"[
{
\\"tableName\\": \\"pet_types\\",
\\"inserts\\": [
{
\\"colorId\\": \\"75\\",
\\"speciesId\\": \\"54\\",
\\"bodyId\\": \\"180\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
}
],
\\"updates\\": []
},
{
\\"tableName\\": \\"items\\",
\\"inserts\\": [
{
\\"id\\": \\"37229\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000\\",
\\"thumbnailUrl\\": \\"http://images.neopets.com/items/gif_magicball_table.gif\\",
\\"category\\": \\"Gift\\",
\\"type\\": \\"Gift\\",
\\"rarityIndex\\": 101,
\\"price\\": 0,
\\"weightLbs\\": 1,
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"id\\": \\"37375\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000000000\\",
\\"thumbnailUrl\\": \\"http://images.neopets.com/items/bg_moonstars.gif\\",
\\"category\\": \\"Special\\",
\\"type\\": \\"Mystical Surroundings\\",
\\"rarityIndex\\": 75,
\\"price\\": 209,
\\"weightLbs\\": 1,
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"id\\": \\"38911\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000001100000000000000\\",
\\"thumbnailUrl\\": \\"http://images.neopets.com/items/clo_zafara_agent_hood.gif\\",
\\"category\\": \\"Clothes\\",
\\"type\\": \\"Clothes\\",
\\"rarityIndex\\": 92,
\\"price\\": 980,
\\"weightLbs\\": 1,
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"id\\": \\"38912\\",
\\"zonesRestrict\\": \\"0000000000000000000101000000000000000000000000000000\\",
\\"thumbnailUrl\\": \\"http://images.neopets.com/items/clo_zafara_agent_robe.gif\\",
\\"category\\": \\"Clothes\\",
\\"type\\": \\"Clothes\\",
\\"rarityIndex\\": 90,
\\"price\\": 1476,
\\"weightLbs\\": 1,
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"id\\": \\"38913\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000000000\\",
\\"thumbnailUrl\\": \\"http://images.neopets.com/items/clo_zafara_agent_gloves.gif\\",
\\"category\\": \\"Clothes\\",
\\"type\\": \\"Clothes\\",
\\"rarityIndex\\": 88,
\\"price\\": 1177,
\\"weightLbs\\": 1,
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"id\\": \\"43014\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000\\",
\\"thumbnailUrl\\": \\"http://images.neopets.com/items/toy_stringlight_illleaf.gif\\",
\\"category\\": \\"Toys\\",
\\"type\\": \\"Toy\\",
\\"rarityIndex\\": 80,
\\"price\\": 1033,
\\"weightLbs\\": 1,
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"id\\": \\"43397\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000\\",
\\"thumbnailUrl\\": \\"http://images.neopets.com/items/mall_staff_jewelled.gif\\",
\\"category\\": \\"Clothes\\",
\\"type\\": \\"Clothes\\",
\\"rarityIndex\\": 500,
\\"price\\": 0,
\\"weightLbs\\": 1,
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"id\\": \\"48313\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000000000\\",
\\"thumbnailUrl\\": \\"http://images.neopets.com/items/clo_altcuplogo_brooch.gif\\",
\\"category\\": \\"Clothes\\",
\\"type\\": \\"Clothes\\",
\\"rarityIndex\\": 101,
\\"price\\": 0,
\\"weightLbs\\": 1,
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
}
],
\\"updates\\": []
},
{
\\"tableName\\": \\"item_translations\\",
\\"inserts\\": [
{
\\"itemId\\": \\"37229\\",
\\"locale\\": \\"en\\",
\\"name\\": \\"Magic Ball Table\\",
\\"description\\": \\"What does this ball actually do?\\",
\\"rarity\\": \\"Special\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"itemId\\": \\"37375\\",
\\"locale\\": \\"en\\",
\\"name\\": \\"Moon and Stars Background\\",
\\"description\\": \\"Dont forget to wish upon a star.\\",
\\"rarity\\": \\"Uncommon\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"itemId\\": \\"38911\\",
\\"locale\\": \\"en\\",
\\"name\\": \\"Zafara Agent Hood\\",
\\"description\\": \\"Hide your face and hair so no one can recognise you.\\",
\\"rarity\\": \\"Very Rare\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"itemId\\": \\"38912\\",
\\"locale\\": \\"en\\",
\\"name\\": \\"Zafara Agent Robe\\",
\\"description\\": \\"This robe is great for being stealthy.\\",
\\"rarity\\": \\"Very Rare\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"itemId\\": \\"38913\\",
\\"locale\\": \\"en\\",
\\"name\\": \\"Zafara Agent Gloves\\",
\\"description\\": \\"Dont leave any trace that you were there with these gloves.\\",
\\"rarity\\": \\"Rare\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"itemId\\": \\"43014\\",
\\"locale\\": \\"en\\",
\\"name\\": \\"Green Leaf String Lights\\",
\\"description\\": \\"These leaves almost look magical with their gentle glow.\\",
\\"rarity\\": \\"Uncommon\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"itemId\\": \\"43397\\",
\\"locale\\": \\"en\\",
\\"name\\": \\"Jewelled Staff\\",
\\"description\\": \\"This jewelled staff shines with a magical light.\\",
\\"rarity\\": \\"Artifact\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"itemId\\": \\"48313\\",
\\"locale\\": \\"en\\",
\\"name\\": \\"Altador Cup Brooch\\",
\\"description\\": \\"Even the announcers of the Altador Cup celebrate. This was given out by the Advent Calendar in Y11.\\",
\\"rarity\\": \\"Special\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
}
],
\\"updates\\": []
},
{
\\"tableName\\": \\"parents_swf_assets\\",
\\"inserts\\": [
{
\\"parentType\\": \\"Item\\",
\\"parentId\\": \\"37375\\",
\\"remoteId\\": \\"6829\\"
},
{
\\"parentType\\": \\"Item\\",
\\"parentId\\": \\"38913\\",
\\"remoteId\\": \\"14855\\"
},
{
\\"parentType\\": \\"Item\\",
\\"parentId\\": \\"38912\\",
\\"remoteId\\": \\"14856\\"
},
{
\\"parentType\\": \\"Item\\",
\\"parentId\\": \\"38911\\",
\\"remoteId\\": \\"14857\\"
},
{
\\"parentType\\": \\"Item\\",
\\"parentId\\": \\"43014\\",
\\"remoteId\\": \\"36414\\"
},
{
\\"parentType\\": \\"Item\\",
\\"parentId\\": \\"43397\\",
\\"remoteId\\": \\"39646\\"
},
{
\\"parentType\\": \\"Item\\",
\\"parentId\\": \\"37229\\",
\\"remoteId\\": \\"51959\\"
},
{
\\"parentType\\": \\"Item\\",
\\"parentId\\": \\"48313\\",
\\"remoteId\\": \\"56478\\"
}
],
\\"updates\\": []
},
{
\\"tableName\\": \\"swf_assets\\",
\\"inserts\\": [
{
\\"type\\": \\"object\\",
\\"remoteId\\": \\"6829\\",
\\"url\\": \\"http://images.neopets.com/cp/items/swf/000/000/006/6829_1707e50385.swf\\",
\\"zoneId\\": \\"3\\",
\\"zonesRestrict\\": \\"\\",
\\"bodyId\\": \\"180\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"object\\",
\\"remoteId\\": \\"14855\\",
\\"url\\": \\"http://images.neopets.com/cp/items/swf/000/000/014/14855_215f367070.swf\\",
\\"zoneId\\": \\"25\\",
\\"zonesRestrict\\": \\"\\",
\\"bodyId\\": \\"180\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"object\\",
\\"remoteId\\": \\"14856\\",
\\"url\\": \\"http://images.neopets.com/cp/items/swf/000/000/014/14856_46c1b32797.swf\\",
\\"zoneId\\": \\"26\\",
\\"zonesRestrict\\": \\"\\",
\\"bodyId\\": \\"180\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"object\\",
\\"remoteId\\": \\"14857\\",
\\"url\\": \\"http://images.neopets.com/cp/items/swf/000/000/014/14857_d43380ef66.swf\\",
\\"zoneId\\": \\"40\\",
\\"zonesRestrict\\": \\"\\",
\\"bodyId\\": \\"180\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"object\\",
\\"remoteId\\": \\"36414\\",
\\"url\\": \\"http://images.neopets.com/cp/items/swf/000/000/036/36414_1e2aaab4ad.swf\\",
\\"zoneId\\": \\"48\\",
\\"zonesRestrict\\": \\"\\",
\\"bodyId\\": \\"180\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"object\\",
\\"remoteId\\": \\"39646\\",
\\"url\\": \\"http://images.neopets.com/cp/items/swf/000/000/039/39646_e129e22ada.swf\\",
\\"zoneId\\": \\"42\\",
\\"zonesRestrict\\": \\"\\",
\\"bodyId\\": \\"180\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"object\\",
\\"remoteId\\": \\"51959\\",
\\"url\\": \\"http://images.neopets.com/cp/items/swf/000/000/051/51959_4439727c48.swf\\",
\\"zoneId\\": \\"45\\",
\\"zonesRestrict\\": \\"\\",
\\"bodyId\\": \\"180\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"object\\",
\\"remoteId\\": \\"56478\\",
\\"url\\": \\"http://images.neopets.com/cp/items/swf/000/000/056/56478_eabc28e7c7.swf\\",
\\"zoneId\\": \\"27\\",
\\"zonesRestrict\\": \\"\\",
\\"bodyId\\": \\"180\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"biology\\",
\\"remoteId\\": \\"7942\\",
\\"url\\": \\"http://images.neopets.com/cp/bio/swf/000/000/007/7942_2eab06fd7b.swf\\",
\\"zoneId\\": \\"5\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000000000\\",
\\"bodyId\\": \\"0\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"biology\\",
\\"remoteId\\": \\"7941\\",
\\"url\\": \\"http://images.neopets.com/cp/bio/swf/000/000/007/7941_2c4cc4b846.swf\\",
\\"zoneId\\": \\"15\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000000000\\",
\\"bodyId\\": \\"0\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"biology\\",
\\"remoteId\\": \\"24008\\",
\\"url\\": \\"http://images.neopets.com/cp/bio/swf/000/000/024/24008_a05fe9876a.swf\\",
\\"zoneId\\": \\"30\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000000000\\",
\\"bodyId\\": \\"0\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"biology\\",
\\"remoteId\\": \\"21060\\",
\\"url\\": \\"http://images.neopets.com/cp/bio/swf/000/000/021/21060_d77ba93b7b.swf\\",
\\"zoneId\\": \\"33\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000000000\\",
\\"bodyId\\": \\"0\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"biology\\",
\\"remoteId\\": \\"21057\\",
\\"url\\": \\"http://images.neopets.com/cp/bio/swf/000/000/021/21057_4550efbb2f.swf\\",
\\"zoneId\\": \\"34\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000000000\\",
\\"bodyId\\": \\"0\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"biology\\",
\\"remoteId\\": \\"7946\\",
\\"url\\": \\"http://images.neopets.com/cp/bio/swf/000/000/007/7946_0348dad587.swf\\",
\\"zoneId\\": \\"37\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000000000\\",
\\"bodyId\\": \\"0\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
}
],
\\"updates\\": []
},
{
\\"tableName\\": \\"parents_swf_assets\\",
\\"inserts\\": [
{
\\"parentType\\": \\"PetState\\",
\\"parentId\\": \\"1\\",
\\"swfAssetId\\": \\"9\\"
},
{
\\"parentType\\": \\"PetState\\",
\\"parentId\\": \\"1\\",
\\"swfAssetId\\": \\"10\\"
},
{
\\"parentType\\": \\"PetState\\",
\\"parentId\\": \\"1\\",
\\"swfAssetId\\": \\"11\\"
},
{
\\"parentType\\": \\"PetState\\",
\\"parentId\\": \\"1\\",
\\"swfAssetId\\": \\"12\\"
},
{
\\"parentType\\": \\"PetState\\",
\\"parentId\\": \\"1\\",
\\"swfAssetId\\": \\"13\\"
},
{
\\"parentType\\": \\"PetState\\",
\\"parentId\\": \\"1\\",
\\"swfAssetId\\": \\"14\\"
}
],
\\"updates\\": []
},
{
\\"tableName\\": \\"pet_states\\",
\\"inserts\\": [
{
\\"petTypeId\\": \\"1\\",
\\"swfAssetIds\\": \\"7941,7942,7946,21057,21060,24008\\",
\\"female\\": 0,
\\"moodId\\": \\"2\\",
\\"unconverted\\": 0,
\\"labeled\\": 1
}
],
\\"updates\\": []
}
]",
"roopal27",
],
],
]
`;
2020-09-19 03:28:53 -07:00
exports[`Pet models new pet and item data 3`] = `
Object {
"items": Array [
Object {
"appearanceOn": Object {
"layers": Array [
Object {
"id": "7",
"swfUrl": "http://images.neopets.com/cp/items/swf/000/000/051/51959_4439727c48.swf",
},
],
},
"createdAt": "2020-01-01T00:00:00.000Z",
"description": "What does this ball actually do?",
"id": "37229",
"isNc": false,
"name": "Magic Ball Table",
"rarityIndex": 101,
"thumbnailUrl": "http://images.neopets.com/items/gif_magicball_table.gif",
},
Object {
"appearanceOn": Object {
"layers": Array [
Object {
"id": "1",
"swfUrl": "http://images.neopets.com/cp/items/swf/000/000/006/6829_1707e50385.swf",
},
],
},
"createdAt": "2020-01-01T00:00:00.000Z",
"description": "Dont forget to wish upon a star.",
"id": "37375",
"isNc": false,
"name": "Moon and Stars Background",
"rarityIndex": 75,
"thumbnailUrl": "http://images.neopets.com/items/bg_moonstars.gif",
},
Object {
"appearanceOn": Object {
"layers": Array [
Object {
"id": "4",
"swfUrl": "http://images.neopets.com/cp/items/swf/000/000/014/14857_d43380ef66.swf",
},
],
},
"createdAt": "2020-01-01T00:00:00.000Z",
"description": "Hide your face and hair so no one can recognise you.",
"id": "38911",
"isNc": false,
"name": "Zafara Agent Hood",
"rarityIndex": 92,
"thumbnailUrl": "http://images.neopets.com/items/clo_zafara_agent_hood.gif",
},
Object {
"appearanceOn": Object {
"layers": Array [
Object {
"id": "3",
"swfUrl": "http://images.neopets.com/cp/items/swf/000/000/014/14856_46c1b32797.swf",
},
],
},
"createdAt": "2020-01-01T00:00:00.000Z",
"description": "This robe is great for being stealthy.",
"id": "38912",
"isNc": false,
"name": "Zafara Agent Robe",
"rarityIndex": 90,
"thumbnailUrl": "http://images.neopets.com/items/clo_zafara_agent_robe.gif",
},
Object {
"appearanceOn": Object {
"layers": Array [
Object {
"id": "2",
"swfUrl": "http://images.neopets.com/cp/items/swf/000/000/014/14855_215f367070.swf",
},
],
},
"createdAt": "2020-01-01T00:00:00.000Z",
"description": "Dont leave any trace that you were there with these gloves.",
"id": "38913",
"isNc": false,
"name": "Zafara Agent Gloves",
"rarityIndex": 88,
"thumbnailUrl": "http://images.neopets.com/items/clo_zafara_agent_gloves.gif",
},
Object {
"appearanceOn": Object {
"layers": Array [
Object {
"id": "5",
"swfUrl": "http://images.neopets.com/cp/items/swf/000/000/036/36414_1e2aaab4ad.swf",
},
],
},
"createdAt": "2020-01-01T00:00:00.000Z",
"description": "These leaves almost look magical with their gentle glow.",
"id": "43014",
"isNc": false,
"name": "Green Leaf String Lights",
"rarityIndex": 80,
"thumbnailUrl": "http://images.neopets.com/items/toy_stringlight_illleaf.gif",
},
Object {
"appearanceOn": Object {
"layers": Array [
Object {
"id": "6",
"swfUrl": "http://images.neopets.com/cp/items/swf/000/000/039/39646_e129e22ada.swf",
},
],
},
"createdAt": "2020-01-01T00:00:00.000Z",
"description": "This jewelled staff shines with a magical light.",
"id": "43397",
"isNc": true,
"name": "Jewelled Staff",
"rarityIndex": 500,
"thumbnailUrl": "http://images.neopets.com/items/mall_staff_jewelled.gif",
},
Object {
"appearanceOn": Object {
"layers": Array [
Object {
"id": "8",
"swfUrl": "http://images.neopets.com/cp/items/swf/000/000/056/56478_eabc28e7c7.swf",
},
],
},
"createdAt": "2020-01-01T00:00:00.000Z",
"description": "Even the announcers of the Altador Cup celebrate. This was given out by the Advent Calendar in Y11.",
"id": "48313",
"isNc": false,
"name": "Altador Cup Brooch",
"rarityIndex": 101,
"thumbnailUrl": "http://images.neopets.com/items/clo_altcuplogo_brooch.gif",
},
],
2020-09-19 03:59:02 -07:00
"petAppearance": Object {
"bodyId": "180",
"id": "1",
2020-09-19 04:22:39 -07:00
"layers": Array [
Object {
"id": "9",
"swfUrl": "http://images.neopets.com/cp/bio/swf/000/000/007/7942_2eab06fd7b.swf",
},
Object {
"id": "10",
"swfUrl": "http://images.neopets.com/cp/bio/swf/000/000/007/7941_2c4cc4b846.swf",
},
Object {
"id": "11",
"swfUrl": "http://images.neopets.com/cp/bio/swf/000/000/024/24008_a05fe9876a.swf",
},
Object {
"id": "12",
"swfUrl": "http://images.neopets.com/cp/bio/swf/000/000/021/21060_d77ba93b7b.swf",
},
Object {
"id": "13",
"swfUrl": "http://images.neopets.com/cp/bio/swf/000/000/021/21057_4550efbb2f.swf",
},
Object {
"id": "14",
"swfUrl": "http://images.neopets.com/cp/bio/swf/000/000/007/7946_0348dad587.swf",
},
],
2020-09-19 03:59:02 -07:00
"pose": "SAD_MASC",
2020-09-19 04:22:39 -07:00
"restrictedZones": Array [],
2020-09-19 03:59:02 -07:00
},
}
`;
2020-09-19 02:42:37 -07:00
2020-09-19 03:28:53 -07:00
exports[`Pet models new pet and item data 4`] = `
2020-09-19 02:42:37 -07:00
Array [
2020-09-19 03:28:53 -07:00
Array [
"SELECT * FROM pet_types WHERE (species_id = ? AND color_id = ?)",
Array [
"54",
"75",
],
],
2020-09-19 02:42:37 -07:00
Array [
"SELECT * FROM item_translations WHERE item_id IN (?,?,?,?,?,?,?,?) AND locale = \\"en\\"",
Array [
"37229",
"37375",
"38911",
"38912",
"38913",
"43014",
"43397",
"48313",
],
],
Array [
"SELECT * FROM items WHERE id IN (?,?,?,?,?,?,?,?)",
Array [
"37229",
"37375",
"38911",
"38912",
"38913",
"43014",
"43397",
"48313",
],
],
Array [
"SELECT * FROM pet_states
WHERE pet_type_id IN (?)
ORDER BY (mood_id IS NULL) ASC, mood_id ASC, female DESC,
unconverted DESC, glitched ASC, id DESC",
Array [
"1",
],
],
Array [
"SELECT sa.*, rel.parent_id FROM swf_assets sa
INNER JOIN parents_swf_assets rel ON
rel.parent_type = \\"Item\\" AND
rel.swf_asset_id = sa.id
WHERE (rel.parent_id = ? AND (sa.body_id = ? OR sa.body_id = 0)) OR (rel.parent_id = ? AND (sa.body_id = ? OR sa.body_id = 0)) OR (rel.parent_id = ? AND (sa.body_id = ? OR sa.body_id = 0)) OR (rel.parent_id = ? AND (sa.body_id = ? OR sa.body_id = 0)) OR (rel.parent_id = ? AND (sa.body_id = ? OR sa.body_id = 0)) OR (rel.parent_id = ? AND (sa.body_id = ? OR sa.body_id = 0)) OR (rel.parent_id = ? AND (sa.body_id = ? OR sa.body_id = 0)) OR (rel.parent_id = ? AND (sa.body_id = ? OR sa.body_id = 0))",
Array [
"37229",
"180",
"37375",
"180",
"38911",
"180",
"38912",
"180",
"38913",
"180",
"43014",
"180",
"43397",
"180",
"48313",
"180",
],
],
2020-09-19 04:22:39 -07:00
Array [
"SELECT sa.*, rel.parent_id FROM swf_assets sa
INNER JOIN parents_swf_assets rel ON
rel.parent_type = \\"PetState\\" AND
rel.swf_asset_id = sa.id
WHERE rel.parent_id IN (?)",
Array [
"1",
],
],
2020-09-19 02:42:37 -07:00
]
`;
exports[`Pet models updated item data 1`] = `
Array [
2020-09-19 03:28:53 -07:00
Array [
"SELECT * FROM pet_types WHERE (species_id = ? AND color_id = ?)",
Array [
"54",
"75",
],
],
2020-09-19 02:42:37 -07:00
Array [
"SELECT * FROM items WHERE id IN (?,?,?,?,?,?,?,?)",
Array [
"37229",
"37375",
"38911",
"38912",
"38913",
"43014",
"43397",
"48313",
],
],
Array [
"SELECT * FROM item_translations WHERE item_id IN (?,?,?,?,?,?,?,?) AND locale = \\"en\\"",
Array [
"37229",
"37375",
"38911",
"38912",
"38913",
"43014",
"43397",
"48313",
],
],
2020-09-19 03:04:19 -07:00
Array [
"SELECT * FROM swf_assets WHERE (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?)",
2020-09-19 03:04:19 -07:00
Array [
"object",
"6829",
"object",
"14855",
"object",
"14856",
"object",
"14857",
"object",
"36414",
"object",
"39646",
"object",
"51959",
"object",
"56478",
"biology",
"7942",
"biology",
"7941",
"biology",
"24008",
"biology",
"21060",
"biology",
"21057",
"biology",
"7946",
2020-09-19 03:04:19 -07:00
],
],
2020-09-19 03:28:53 -07:00
Array [
"INSERT INTO pet_types (body_id, color_id, created_at, species_id) VALUES (?, ?, ?, ?);",
Array [
"180",
"75",
2020-01-01T00:00:00.000Z,
"54",
],
],
2020-09-19 02:42:37 -07:00
Array [
"INSERT INTO items (category, created_at, id, price, rarity_index, thumbnail_url, type, updated_at, weight_lbs, zones_restrict) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?, ?, ?);",
Array [
"Gift",
2020-01-01T00:00:00.000Z,
"37229",
0,
101,
"http://images.neopets.com/items/gif_magicball_table.gif",
"Gift",
2020-01-01T00:00:00.000Z,
1,
"0000000000000000000000000000000000000000000000",
"Special",
2020-01-01T00:00:00.000Z,
"37375",
209,
75,
"http://images.neopets.com/items/bg_moonstars.gif",
"Mystical Surroundings",
2020-01-01T00:00:00.000Z,
1,
"0000000000000000000000000000000000000000000000000000",
"Clothes",
2020-01-01T00:00:00.000Z,
"38911",
980,
92,
"http://images.neopets.com/items/clo_zafara_agent_hood.gif",
"Clothes",
2020-01-01T00:00:00.000Z,
1,
"0000000000000000000000000000000000001100000000000000",
"Clothes",
2020-01-01T00:00:00.000Z,
"38912",
1476,
90,
"http://images.neopets.com/items/clo_zafara_agent_robe.gif",
"Clothes",
2020-01-01T00:00:00.000Z,
1,
"0000000000000000000101000000000000000000000000000000",
"Clothes",
2020-01-01T00:00:00.000Z,
"38913",
1177,
88,
"http://images.neopets.com/items/clo_zafara_agent_gloves.gif",
"Clothes",
2020-01-01T00:00:00.000Z,
1,
"0000000000000000000000000000000000000000000000000000",
"Toys",
2020-01-01T00:00:00.000Z,
"43014",
1033,
80,
"http://images.neopets.com/items/toy_stringlight_illleaf.gif",
"Toy",
2020-01-01T00:00:00.000Z,
1,
"0000000000000000000000000000000000000000000000",
"Clothes",
2020-01-01T00:00:00.000Z,
"48313",
0,
101,
"http://images.neopets.com/items/clo_altcuplogo_brooch.gif",
"Clothes",
2020-01-01T00:00:00.000Z,
1,
"0000000000000000000000000000000000000000000000000000",
],
],
Array [
"INSERT INTO item_translations (created_at, description, item_id, locale, name, rarity, updated_at) VALUES (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?);",
Array [
2020-01-01T00:00:00.000Z,
"What does this ball actually do?",
"37229",
"en",
"Magic Ball Table",
"Special",
2020-01-01T00:00:00.000Z,
2020-01-01T00:00:00.000Z,
"Dont forget to wish upon a star.",
"37375",
"en",
"Moon and Stars Background",
"Uncommon",
2020-01-01T00:00:00.000Z,
2020-01-01T00:00:00.000Z,
"Hide your face and hair so no one can recognise you.",
"38911",
"en",
"Zafara Agent Hood",
"Very Rare",
2020-01-01T00:00:00.000Z,
2020-01-01T00:00:00.000Z,
"This robe is great for being stealthy.",
"38912",
"en",
"Zafara Agent Robe",
"Very Rare",
2020-01-01T00:00:00.000Z,
2020-01-01T00:00:00.000Z,
"Dont leave any trace that you were there with these gloves.",
"38913",
"en",
"Zafara Agent Gloves",
"Rare",
2020-01-01T00:00:00.000Z,
2020-01-01T00:00:00.000Z,
"These leaves almost look magical with their gentle glow.",
"43014",
"en",
"Green Leaf String Lights",
"Uncommon",
2020-01-01T00:00:00.000Z,
2020-01-01T00:00:00.000Z,
"Even the announcers of the Altador Cup celebrate. This was given out by the Advent Calendar in Y11.",
"48313",
"en",
"Altador Cup Brooch",
"Special",
2020-01-01T00:00:00.000Z,
],
],
2020-09-19 03:04:19 -07:00
Array [
"INSERT INTO swf_assets (body_id, created_at, remote_id, type, url, zone_id, zones_restrict) VALUES (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?);",
2020-09-19 03:04:19 -07:00
Array [
"180",
2020-09-19 03:04:19 -07:00
2020-01-01T00:00:00.000Z,
"6829",
"object",
"http://images.neopets.com/cp/items/swf/000/000/006/6829_1707e50385.swf",
"3",
2020-09-19 03:04:19 -07:00
"",
"180",
2020-09-19 03:04:19 -07:00
2020-01-01T00:00:00.000Z,
"14855",
"object",
"http://images.neopets.com/cp/items/swf/000/000/014/14855_215f367070.swf",
"25",
2020-09-19 03:04:19 -07:00
"",
"180",
2020-09-19 03:04:19 -07:00
2020-01-01T00:00:00.000Z,
"14856",
"object",
"http://images.neopets.com/cp/items/swf/000/000/014/14856_46c1b32797.swf",
"26",
2020-09-19 03:04:19 -07:00
"",
"180",
2020-09-19 03:04:19 -07:00
2020-01-01T00:00:00.000Z,
"14857",
"object",
"http://images.neopets.com/cp/items/swf/000/000/014/14857_d43380ef66.swf",
"40",
2020-09-19 03:04:19 -07:00
"",
"180",
2020-09-19 03:04:19 -07:00
2020-01-01T00:00:00.000Z,
"36414",
"object",
"http://images.neopets.com/cp/items/swf/000/000/036/36414_1e2aaab4ad.swf",
"48",
2020-09-19 03:04:19 -07:00
"",
"180",
2020-09-19 03:04:19 -07:00
2020-01-01T00:00:00.000Z,
"39646",
"object",
"http://images.neopets.com/cp/items/swf/000/000/039/39646_e129e22ada.swf",
"42",
2020-09-19 03:04:19 -07:00
"",
"180",
2020-09-19 03:04:19 -07:00
2020-01-01T00:00:00.000Z,
"51959",
"object",
"http://images.neopets.com/cp/items/swf/000/000/051/51959_4439727c48.swf",
"45",
2020-09-19 03:04:19 -07:00
"",
"180",
2020-09-19 03:04:19 -07:00
2020-01-01T00:00:00.000Z,
"56478",
"object",
"http://images.neopets.com/cp/items/swf/000/000/056/56478_eabc28e7c7.swf",
"27",
2020-09-19 03:04:19 -07:00
"",
"0",
2020-01-01T00:00:00.000Z,
"7942",
"biology",
"http://images.neopets.com/cp/bio/swf/000/000/007/7942_2eab06fd7b.swf",
"5",
"0000000000000000000000000000000000000000000000000000",
"0",
2020-01-01T00:00:00.000Z,
"7941",
"biology",
"http://images.neopets.com/cp/bio/swf/000/000/007/7941_2c4cc4b846.swf",
"15",
"0000000000000000000000000000000000000000000000000000",
"0",
2020-01-01T00:00:00.000Z,
"24008",
"biology",
"http://images.neopets.com/cp/bio/swf/000/000/024/24008_a05fe9876a.swf",
"30",
"0000000000000000000000000000000000000000000000000000",
"0",
2020-01-01T00:00:00.000Z,
"21060",
"biology",
"http://images.neopets.com/cp/bio/swf/000/000/021/21060_d77ba93b7b.swf",
"33",
"0000000000000000000000000000000000000000000000000000",
"0",
2020-01-01T00:00:00.000Z,
"21057",
"biology",
"http://images.neopets.com/cp/bio/swf/000/000/021/21057_4550efbb2f.swf",
"34",
"0000000000000000000000000000000000000000000000000000",
"0",
2020-01-01T00:00:00.000Z,
"7946",
"biology",
"http://images.neopets.com/cp/bio/swf/000/000/007/7946_0348dad587.swf",
"37",
"0000000000000000000000000000000000000000000000000000",
2020-09-19 03:04:19 -07:00
],
],
Array [
"SELECT * FROM pet_types WHERE (species_id = ? AND color_id = ?)",
Array [
"54",
"75",
],
],
2020-09-19 02:42:37 -07:00
Array [
"UPDATE items SET rarity_index = ?, thumbnail_url = ?, updated_at = ?, zones_restrict = ? WHERE id = ? LIMIT 1;",
2020-09-19 02:42:37 -07:00
Array [
500,
"http://images.neopets.com/items/mall_staff_jewelled.gif",
2020-01-01T00:00:00.000Z,
"0000000000000000000000000000000000000000000000",
"43397",
],
],
Array [
"UPDATE item_translations SET description = ?, name = ?, updated_at = ? WHERE item_id = ? AND locale = \\"en\\" LIMIT 1;",
2020-09-19 02:42:37 -07:00
Array [
"This jewelled staff shines with a magical light.",
"Jewelled Staff",
2020-01-01T00:00:00.000Z,
"43397",
],
],
Array [
"INSERT INTO parents_swf_assets (parent_type, parent_id, swf_asset_id)
VALUES (?, ?, (SELECT id FROM swf_assets WHERE type = \\"object\\" AND remote_id = ?)), (?, ?, (SELECT id FROM swf_assets WHERE type = \\"object\\" AND remote_id = ?)), (?, ?, (SELECT id FROM swf_assets WHERE type = \\"object\\" AND remote_id = ?)), (?, ?, (SELECT id FROM swf_assets WHERE type = \\"object\\" AND remote_id = ?)), (?, ?, (SELECT id FROM swf_assets WHERE type = \\"object\\" AND remote_id = ?)), (?, ?, (SELECT id FROM swf_assets WHERE type = \\"object\\" AND remote_id = ?)), (?, ?, (SELECT id FROM swf_assets WHERE type = \\"object\\" AND remote_id = ?)), (?, ?, (SELECT id FROM swf_assets WHERE type = \\"object\\" AND remote_id = ?))",
Array [
"Item",
"37375",
"6829",
"Item",
"38913",
"14855",
"Item",
"38912",
"14856",
"Item",
"38911",
"14857",
"Item",
"43014",
"36414",
"Item",
"43397",
"39646",
"Item",
"37229",
"51959",
"Item",
"48313",
"56478",
],
],
2020-09-19 03:59:02 -07:00
Array [
"SELECT * FROM pet_states WHERE (pet_type_id = ? AND swf_asset_ids = ?)",
Array [
2020-09-19 04:22:39 -07:00
"1",
"7941,7942,7946,21057,21060,24008",
2020-09-19 03:59:02 -07:00
],
],
Array [
"INSERT INTO pet_states (female, labeled, mood_id, pet_type_id, swf_asset_ids, unconverted) VALUES (?, ?, ?, ?, ?, ?);",
Array [
0,
1,
"2",
"1",
"7941,7942,7946,21057,21060,24008",
0,
2020-09-19 03:59:02 -07:00
],
],
2020-09-19 04:22:39 -07:00
Array [
"SELECT * FROM pet_states WHERE (pet_type_id = ? AND swf_asset_ids = ?)",
Array [
"1",
"7941,7942,7946,21057,21060,24008",
2020-09-19 04:22:39 -07:00
],
],
Array [
"SELECT * FROM swf_assets WHERE (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?)",
Array [
"biology",
"7942",
"biology",
"7941",
"biology",
"24008",
"biology",
"21060",
"biology",
"21057",
"biology",
"7946",
],
],
Array [
"INSERT INTO parents_swf_assets (parent_type, parent_id, swf_asset_id)
VALUES (?, ?, ?), (?, ?, ?), (?, ?, ?), (?, ?, ?), (?, ?, ?), (?, ?, ?);",
Array [
"PetState",
"1",
"9",
"PetState",
"1",
"10",
"PetState",
"1",
"11",
"PetState",
"1",
"12",
"PetState",
"1",
"13",
"PetState",
"1",
"14",
],
],
Array [
"INSERT INTO modeling_logs (log_json, pet_name) VALUES (?, ?)",
Array [
"[
{
\\"tableName\\": \\"pet_types\\",
\\"inserts\\": [
{
\\"colorId\\": \\"75\\",
\\"speciesId\\": \\"54\\",
\\"bodyId\\": \\"180\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
}
],
\\"updates\\": []
},
{
\\"tableName\\": \\"items\\",
\\"inserts\\": [
{
\\"id\\": \\"37229\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000\\",
\\"thumbnailUrl\\": \\"http://images.neopets.com/items/gif_magicball_table.gif\\",
\\"category\\": \\"Gift\\",
\\"type\\": \\"Gift\\",
\\"rarityIndex\\": 101,
\\"price\\": 0,
\\"weightLbs\\": 1,
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"id\\": \\"37375\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000000000\\",
\\"thumbnailUrl\\": \\"http://images.neopets.com/items/bg_moonstars.gif\\",
\\"category\\": \\"Special\\",
\\"type\\": \\"Mystical Surroundings\\",
\\"rarityIndex\\": 75,
\\"price\\": 209,
\\"weightLbs\\": 1,
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"id\\": \\"38911\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000001100000000000000\\",
\\"thumbnailUrl\\": \\"http://images.neopets.com/items/clo_zafara_agent_hood.gif\\",
\\"category\\": \\"Clothes\\",
\\"type\\": \\"Clothes\\",
\\"rarityIndex\\": 92,
\\"price\\": 980,
\\"weightLbs\\": 1,
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"id\\": \\"38912\\",
\\"zonesRestrict\\": \\"0000000000000000000101000000000000000000000000000000\\",
\\"thumbnailUrl\\": \\"http://images.neopets.com/items/clo_zafara_agent_robe.gif\\",
\\"category\\": \\"Clothes\\",
\\"type\\": \\"Clothes\\",
\\"rarityIndex\\": 90,
\\"price\\": 1476,
\\"weightLbs\\": 1,
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"id\\": \\"38913\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000000000\\",
\\"thumbnailUrl\\": \\"http://images.neopets.com/items/clo_zafara_agent_gloves.gif\\",
\\"category\\": \\"Clothes\\",
\\"type\\": \\"Clothes\\",
\\"rarityIndex\\": 88,
\\"price\\": 1177,
\\"weightLbs\\": 1,
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"id\\": \\"43014\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000\\",
\\"thumbnailUrl\\": \\"http://images.neopets.com/items/toy_stringlight_illleaf.gif\\",
\\"category\\": \\"Toys\\",
\\"type\\": \\"Toy\\",
\\"rarityIndex\\": 80,
\\"price\\": 1033,
\\"weightLbs\\": 1,
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"id\\": \\"48313\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000000000\\",
\\"thumbnailUrl\\": \\"http://images.neopets.com/items/clo_altcuplogo_brooch.gif\\",
\\"category\\": \\"Clothes\\",
\\"type\\": \\"Clothes\\",
\\"rarityIndex\\": 101,
\\"price\\": 0,
\\"weightLbs\\": 1,
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
}
],
\\"updates\\": [
{
\\"incomingRow\\": {
\\"id\\": \\"43397\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000\\",
\\"thumbnailUrl\\": \\"http://images.neopets.com/items/mall_staff_jewelled.gif\\",
\\"category\\": \\"Clothes\\",
\\"type\\": \\"Clothes\\",
\\"rarityIndex\\": 500,
\\"price\\": 0,
\\"weightLbs\\": 1
},
\\"update\\": {
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000\\",
\\"thumbnailUrl\\": \\"http://images.neopets.com/items/mall_staff_jewelled.gif\\",
\\"rarityIndex\\": 500,
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
}
}
]
},
{
\\"tableName\\": \\"item_translations\\",
\\"inserts\\": [
{
\\"itemId\\": \\"37229\\",
\\"locale\\": \\"en\\",
\\"name\\": \\"Magic Ball Table\\",
\\"description\\": \\"What does this ball actually do?\\",
\\"rarity\\": \\"Special\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"itemId\\": \\"37375\\",
\\"locale\\": \\"en\\",
\\"name\\": \\"Moon and Stars Background\\",
\\"description\\": \\"Dont forget to wish upon a star.\\",
\\"rarity\\": \\"Uncommon\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"itemId\\": \\"38911\\",
\\"locale\\": \\"en\\",
\\"name\\": \\"Zafara Agent Hood\\",
\\"description\\": \\"Hide your face and hair so no one can recognise you.\\",
\\"rarity\\": \\"Very Rare\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"itemId\\": \\"38912\\",
\\"locale\\": \\"en\\",
\\"name\\": \\"Zafara Agent Robe\\",
\\"description\\": \\"This robe is great for being stealthy.\\",
\\"rarity\\": \\"Very Rare\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"itemId\\": \\"38913\\",
\\"locale\\": \\"en\\",
\\"name\\": \\"Zafara Agent Gloves\\",
\\"description\\": \\"Dont leave any trace that you were there with these gloves.\\",
\\"rarity\\": \\"Rare\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"itemId\\": \\"43014\\",
\\"locale\\": \\"en\\",
\\"name\\": \\"Green Leaf String Lights\\",
\\"description\\": \\"These leaves almost look magical with their gentle glow.\\",
\\"rarity\\": \\"Uncommon\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"itemId\\": \\"48313\\",
\\"locale\\": \\"en\\",
\\"name\\": \\"Altador Cup Brooch\\",
\\"description\\": \\"Even the announcers of the Altador Cup celebrate. This was given out by the Advent Calendar in Y11.\\",
\\"rarity\\": \\"Special\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
}
],
\\"updates\\": [
{
\\"incomingRow\\": {
\\"itemId\\": \\"43397\\",
\\"locale\\": \\"en\\",
\\"name\\": \\"Jewelled Staff\\",
\\"description\\": \\"This jewelled staff shines with a magical light.\\",
\\"rarity\\": \\"Artifact\\"
},
\\"update\\": {
\\"name\\": \\"Jewelled Staff\\",
\\"description\\": \\"This jewelled staff shines with a magical light.\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
}
}
]
},
{
\\"tableName\\": \\"parents_swf_assets\\",
\\"inserts\\": [
{
\\"parentType\\": \\"Item\\",
\\"parentId\\": \\"37375\\",
\\"remoteId\\": \\"6829\\"
},
{
\\"parentType\\": \\"Item\\",
\\"parentId\\": \\"38913\\",
\\"remoteId\\": \\"14855\\"
},
{
\\"parentType\\": \\"Item\\",
\\"parentId\\": \\"38912\\",
\\"remoteId\\": \\"14856\\"
},
{
\\"parentType\\": \\"Item\\",
\\"parentId\\": \\"38911\\",
\\"remoteId\\": \\"14857\\"
},
{
\\"parentType\\": \\"Item\\",
\\"parentId\\": \\"43014\\",
\\"remoteId\\": \\"36414\\"
},
{
\\"parentType\\": \\"Item\\",
\\"parentId\\": \\"43397\\",
\\"remoteId\\": \\"39646\\"
},
{
\\"parentType\\": \\"Item\\",
\\"parentId\\": \\"37229\\",
\\"remoteId\\": \\"51959\\"
},
{
\\"parentType\\": \\"Item\\",
\\"parentId\\": \\"48313\\",
\\"remoteId\\": \\"56478\\"
}
],
\\"updates\\": []
},
{
\\"tableName\\": \\"swf_assets\\",
\\"inserts\\": [
{
\\"type\\": \\"object\\",
\\"remoteId\\": \\"6829\\",
\\"url\\": \\"http://images.neopets.com/cp/items/swf/000/000/006/6829_1707e50385.swf\\",
\\"zoneId\\": \\"3\\",
\\"zonesRestrict\\": \\"\\",
\\"bodyId\\": \\"180\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"object\\",
\\"remoteId\\": \\"14855\\",
\\"url\\": \\"http://images.neopets.com/cp/items/swf/000/000/014/14855_215f367070.swf\\",
\\"zoneId\\": \\"25\\",
\\"zonesRestrict\\": \\"\\",
\\"bodyId\\": \\"180\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"object\\",
\\"remoteId\\": \\"14856\\",
\\"url\\": \\"http://images.neopets.com/cp/items/swf/000/000/014/14856_46c1b32797.swf\\",
\\"zoneId\\": \\"26\\",
\\"zonesRestrict\\": \\"\\",
\\"bodyId\\": \\"180\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"object\\",
\\"remoteId\\": \\"14857\\",
\\"url\\": \\"http://images.neopets.com/cp/items/swf/000/000/014/14857_d43380ef66.swf\\",
\\"zoneId\\": \\"40\\",
\\"zonesRestrict\\": \\"\\",
\\"bodyId\\": \\"180\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"object\\",
\\"remoteId\\": \\"36414\\",
\\"url\\": \\"http://images.neopets.com/cp/items/swf/000/000/036/36414_1e2aaab4ad.swf\\",
\\"zoneId\\": \\"48\\",
\\"zonesRestrict\\": \\"\\",
\\"bodyId\\": \\"180\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"object\\",
\\"remoteId\\": \\"39646\\",
\\"url\\": \\"http://images.neopets.com/cp/items/swf/000/000/039/39646_e129e22ada.swf\\",
\\"zoneId\\": \\"42\\",
\\"zonesRestrict\\": \\"\\",
\\"bodyId\\": \\"180\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"object\\",
\\"remoteId\\": \\"51959\\",
\\"url\\": \\"http://images.neopets.com/cp/items/swf/000/000/051/51959_4439727c48.swf\\",
\\"zoneId\\": \\"45\\",
\\"zonesRestrict\\": \\"\\",
\\"bodyId\\": \\"180\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"object\\",
\\"remoteId\\": \\"56478\\",
\\"url\\": \\"http://images.neopets.com/cp/items/swf/000/000/056/56478_eabc28e7c7.swf\\",
\\"zoneId\\": \\"27\\",
\\"zonesRestrict\\": \\"\\",
\\"bodyId\\": \\"180\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"biology\\",
\\"remoteId\\": \\"7942\\",
\\"url\\": \\"http://images.neopets.com/cp/bio/swf/000/000/007/7942_2eab06fd7b.swf\\",
\\"zoneId\\": \\"5\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000000000\\",
\\"bodyId\\": \\"0\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"biology\\",
\\"remoteId\\": \\"7941\\",
\\"url\\": \\"http://images.neopets.com/cp/bio/swf/000/000/007/7941_2c4cc4b846.swf\\",
\\"zoneId\\": \\"15\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000000000\\",
\\"bodyId\\": \\"0\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"biology\\",
\\"remoteId\\": \\"24008\\",
\\"url\\": \\"http://images.neopets.com/cp/bio/swf/000/000/024/24008_a05fe9876a.swf\\",
\\"zoneId\\": \\"30\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000000000\\",
\\"bodyId\\": \\"0\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"biology\\",
\\"remoteId\\": \\"21060\\",
\\"url\\": \\"http://images.neopets.com/cp/bio/swf/000/000/021/21060_d77ba93b7b.swf\\",
\\"zoneId\\": \\"33\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000000000\\",
\\"bodyId\\": \\"0\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"biology\\",
\\"remoteId\\": \\"21057\\",
\\"url\\": \\"http://images.neopets.com/cp/bio/swf/000/000/021/21057_4550efbb2f.swf\\",
\\"zoneId\\": \\"34\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000000000\\",
\\"bodyId\\": \\"0\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"biology\\",
\\"remoteId\\": \\"7946\\",
\\"url\\": \\"http://images.neopets.com/cp/bio/swf/000/000/007/7946_0348dad587.swf\\",
\\"zoneId\\": \\"37\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000000000\\",
\\"bodyId\\": \\"0\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
}
],
\\"updates\\": []
},
{
\\"tableName\\": \\"parents_swf_assets\\",
\\"inserts\\": [
{
\\"parentType\\": \\"PetState\\",
\\"parentId\\": \\"1\\",
\\"swfAssetId\\": \\"9\\"
},
{
\\"parentType\\": \\"PetState\\",
\\"parentId\\": \\"1\\",
\\"swfAssetId\\": \\"10\\"
},
{
\\"parentType\\": \\"PetState\\",
\\"parentId\\": \\"1\\",
\\"swfAssetId\\": \\"11\\"
},
{
\\"parentType\\": \\"PetState\\",
\\"parentId\\": \\"1\\",
\\"swfAssetId\\": \\"12\\"
},
{
\\"parentType\\": \\"PetState\\",
\\"parentId\\": \\"1\\",
\\"swfAssetId\\": \\"13\\"
},
{
\\"parentType\\": \\"PetState\\",
\\"parentId\\": \\"1\\",
\\"swfAssetId\\": \\"14\\"
}
],
\\"updates\\": []
},
{
\\"tableName\\": \\"pet_states\\",
\\"inserts\\": [
{
\\"petTypeId\\": \\"1\\",
\\"swfAssetIds\\": \\"7941,7942,7946,21057,21060,24008\\",
\\"female\\": 0,
\\"moodId\\": \\"2\\",
\\"unconverted\\": 0,
\\"labeled\\": 1
}
],
\\"updates\\": []
}
]",
"roopal27",
],
],
2020-09-19 02:42:37 -07:00
]
`;
exports[`Pet models updated item data 2`] = `
Array [
Array [
"SELECT * FROM item_translations WHERE item_id IN (?) AND locale = \\"en\\"",
Array [
"43397",
],
],
Array [
"SELECT * FROM items WHERE id IN (?)",
Array [
"43397",
],
],
]
`;
exports[`Pet sets bodyId=0 after seeing it on two body types: db 1`] = `
Array [
Array [
"SELECT * FROM pet_types WHERE (species_id = ? AND color_id = ?)",
Array [
"54",
"75",
],
],
Array [
"SELECT * FROM items WHERE id IN (?,?,?,?,?,?,?,?)",
Array [
"37229",
"37375",
"38911",
"38912",
"38913",
"43014",
"43397",
"48313",
],
],
Array [
"SELECT * FROM item_translations WHERE item_id IN (?,?,?,?,?,?,?,?) AND locale = \\"en\\"",
Array [
"37229",
"37375",
"38911",
"38912",
"38913",
"43014",
"43397",
"48313",
],
],
Array [
"SELECT * FROM swf_assets WHERE (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?)",
Array [
"object",
"6829",
"object",
"14855",
"object",
"14856",
"object",
"14857",
"object",
"36414",
"object",
"39646",
"object",
"51959",
"object",
"56478",
"biology",
"7942",
"biology",
"7941",
"biology",
"24008",
"biology",
"21060",
"biology",
"21057",
"biology",
"7946",
],
],
Array [
"INSERT INTO pet_types (body_id, color_id, created_at, species_id) VALUES (?, ?, ?, ?);",
Array [
"180",
"75",
2020-01-01T00:00:00.000Z,
"54",
],
],
Array [
"INSERT INTO items (category, created_at, id, price, rarity_index, thumbnail_url, type, updated_at, weight_lbs, zones_restrict) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?, ?, ?, ?);",
Array [
"Gift",
2020-01-01T00:00:00.000Z,
"37229",
0,
101,
"http://images.neopets.com/items/gif_magicball_table.gif",
"Gift",
2020-01-01T00:00:00.000Z,
1,
"0000000000000000000000000000000000000000000000",
"Special",
2020-01-01T00:00:00.000Z,
"37375",
209,
75,
"http://images.neopets.com/items/bg_moonstars.gif",
"Mystical Surroundings",
2020-01-01T00:00:00.000Z,
1,
"0000000000000000000000000000000000000000000000000000",
"Clothes",
2020-01-01T00:00:00.000Z,
"38911",
980,
92,
"http://images.neopets.com/items/clo_zafara_agent_hood.gif",
"Clothes",
2020-01-01T00:00:00.000Z,
1,
"0000000000000000000000000000000000001100000000000000",
"Clothes",
2020-01-01T00:00:00.000Z,
"38912",
1476,
90,
"http://images.neopets.com/items/clo_zafara_agent_robe.gif",
"Clothes",
2020-01-01T00:00:00.000Z,
1,
"0000000000000000000101000000000000000000000000000000",
"Clothes",
2020-01-01T00:00:00.000Z,
"38913",
1177,
88,
"http://images.neopets.com/items/clo_zafara_agent_gloves.gif",
"Clothes",
2020-01-01T00:00:00.000Z,
1,
"0000000000000000000000000000000000000000000000000000",
"Toys",
2020-01-01T00:00:00.000Z,
"43014",
1033,
80,
"http://images.neopets.com/items/toy_stringlight_illleaf.gif",
"Toy",
2020-01-01T00:00:00.000Z,
1,
"0000000000000000000000000000000000000000000000",
"Clothes",
2020-01-01T00:00:00.000Z,
"43397",
0,
500,
"http://images.neopets.com/items/mall_staff_jewelled.gif",
"Clothes",
2020-01-01T00:00:00.000Z,
1,
"0000000000000000000000000000000000000000000000",
"Clothes",
2020-01-01T00:00:00.000Z,
"48313",
0,
101,
"http://images.neopets.com/items/clo_altcuplogo_brooch.gif",
"Clothes",
2020-01-01T00:00:00.000Z,
1,
"0000000000000000000000000000000000000000000000000000",
],
],
Array [
"INSERT INTO item_translations (created_at, description, item_id, locale, name, rarity, updated_at) VALUES (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?);",
Array [
2020-01-01T00:00:00.000Z,
"What does this ball actually do?",
"37229",
"en",
"Magic Ball Table",
"Special",
2020-01-01T00:00:00.000Z,
2020-01-01T00:00:00.000Z,
"Dont forget to wish upon a star.",
"37375",
"en",
"Moon and Stars Background",
"Uncommon",
2020-01-01T00:00:00.000Z,
2020-01-01T00:00:00.000Z,
"Hide your face and hair so no one can recognise you.",
"38911",
"en",
"Zafara Agent Hood",
"Very Rare",
2020-01-01T00:00:00.000Z,
2020-01-01T00:00:00.000Z,
"This robe is great for being stealthy.",
"38912",
"en",
"Zafara Agent Robe",
"Very Rare",
2020-01-01T00:00:00.000Z,
2020-01-01T00:00:00.000Z,
"Dont leave any trace that you were there with these gloves.",
"38913",
"en",
"Zafara Agent Gloves",
"Rare",
2020-01-01T00:00:00.000Z,
2020-01-01T00:00:00.000Z,
"These leaves almost look magical with their gentle glow.",
"43014",
"en",
"Green Leaf String Lights",
"Uncommon",
2020-01-01T00:00:00.000Z,
2020-01-01T00:00:00.000Z,
"This jewelled staff shines with a magical light.",
"43397",
"en",
"Jewelled Staff",
"Artifact",
2020-01-01T00:00:00.000Z,
2020-01-01T00:00:00.000Z,
"Even the announcers of the Altador Cup celebrate. This was given out by the Advent Calendar in Y11.",
"48313",
"en",
"Altador Cup Brooch",
"Special",
2020-01-01T00:00:00.000Z,
],
],
Array [
"INSERT INTO swf_assets (body_id, created_at, remote_id, type, url, zone_id, zones_restrict) VALUES (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?), (?, ?, ?, ?, ?, ?, ?);",
Array [
"180",
2020-01-01T00:00:00.000Z,
"14855",
"object",
"http://images.neopets.com/cp/items/swf/000/000/014/14855_215f367070.swf",
"25",
"",
"180",
2020-01-01T00:00:00.000Z,
"14856",
"object",
"http://images.neopets.com/cp/items/swf/000/000/014/14856_46c1b32797.swf",
"26",
"",
"180",
2020-01-01T00:00:00.000Z,
"14857",
"object",
"http://images.neopets.com/cp/items/swf/000/000/014/14857_d43380ef66.swf",
"40",
"",
"180",
2020-01-01T00:00:00.000Z,
"36414",
"object",
"http://images.neopets.com/cp/items/swf/000/000/036/36414_1e2aaab4ad.swf",
"48",
"",
"180",
2020-01-01T00:00:00.000Z,
"39646",
"object",
"http://images.neopets.com/cp/items/swf/000/000/039/39646_e129e22ada.swf",
"42",
"",
"180",
2020-01-01T00:00:00.000Z,
"51959",
"object",
"http://images.neopets.com/cp/items/swf/000/000/051/51959_4439727c48.swf",
"45",
"",
"180",
2020-01-01T00:00:00.000Z,
"56478",
"object",
"http://images.neopets.com/cp/items/swf/000/000/056/56478_eabc28e7c7.swf",
"27",
"",
"0",
2020-01-01T00:00:00.000Z,
"7942",
"biology",
"http://images.neopets.com/cp/bio/swf/000/000/007/7942_2eab06fd7b.swf",
"5",
"0000000000000000000000000000000000000000000000000000",
"0",
2020-01-01T00:00:00.000Z,
"7941",
"biology",
"http://images.neopets.com/cp/bio/swf/000/000/007/7941_2c4cc4b846.swf",
"15",
"0000000000000000000000000000000000000000000000000000",
"0",
2020-01-01T00:00:00.000Z,
"24008",
"biology",
"http://images.neopets.com/cp/bio/swf/000/000/024/24008_a05fe9876a.swf",
"30",
"0000000000000000000000000000000000000000000000000000",
"0",
2020-01-01T00:00:00.000Z,
"21060",
"biology",
"http://images.neopets.com/cp/bio/swf/000/000/021/21060_d77ba93b7b.swf",
"33",
"0000000000000000000000000000000000000000000000000000",
"0",
2020-01-01T00:00:00.000Z,
"21057",
"biology",
"http://images.neopets.com/cp/bio/swf/000/000/021/21057_4550efbb2f.swf",
"34",
"0000000000000000000000000000000000000000000000000000",
"0",
2020-01-01T00:00:00.000Z,
"7946",
"biology",
"http://images.neopets.com/cp/bio/swf/000/000/007/7946_0348dad587.swf",
"37",
"0000000000000000000000000000000000000000000000000000",
],
],
Array [
"SELECT * FROM pet_types WHERE (species_id = ? AND color_id = ?)",
Array [
"54",
"75",
],
],
Array [
"INSERT INTO parents_swf_assets (parent_type, parent_id, swf_asset_id)
VALUES (?, ?, (SELECT id FROM swf_assets WHERE type = \\"object\\" AND remote_id = ?)), (?, ?, (SELECT id FROM swf_assets WHERE type = \\"object\\" AND remote_id = ?)), (?, ?, (SELECT id FROM swf_assets WHERE type = \\"object\\" AND remote_id = ?)), (?, ?, (SELECT id FROM swf_assets WHERE type = \\"object\\" AND remote_id = ?)), (?, ?, (SELECT id FROM swf_assets WHERE type = \\"object\\" AND remote_id = ?)), (?, ?, (SELECT id FROM swf_assets WHERE type = \\"object\\" AND remote_id = ?)), (?, ?, (SELECT id FROM swf_assets WHERE type = \\"object\\" AND remote_id = ?))",
Array [
"Item",
"38913",
"14855",
"Item",
"38912",
"14856",
"Item",
"38911",
"14857",
"Item",
"43014",
"36414",
"Item",
"43397",
"39646",
"Item",
"37229",
"51959",
"Item",
"48313",
"56478",
],
],
Array [
"SELECT * FROM pet_states WHERE (pet_type_id = ? AND swf_asset_ids = ?)",
Array [
"1",
"7941,7942,7946,21057,21060,24008",
],
],
Array [
"UPDATE swf_assets SET body_id = ? WHERE type = ? AND remote_id = ? LIMIT 1;",
Array [
"0",
"object",
"6829",
],
],
Array [
"INSERT INTO pet_states (female, labeled, mood_id, pet_type_id, swf_asset_ids, unconverted) VALUES (?, ?, ?, ?, ?, ?);",
Array [
0,
1,
"2",
"1",
"7941,7942,7946,21057,21060,24008",
0,
],
],
Array [
"SELECT * FROM pet_states WHERE (pet_type_id = ? AND swf_asset_ids = ?)",
Array [
"1",
"7941,7942,7946,21057,21060,24008",
],
],
Array [
"SELECT * FROM swf_assets WHERE (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?) OR (type = ? AND remote_id = ?)",
Array [
"biology",
"7942",
"biology",
"7941",
"biology",
"24008",
"biology",
"21060",
"biology",
"21057",
"biology",
"7946",
],
],
Array [
"INSERT INTO parents_swf_assets (parent_type, parent_id, swf_asset_id)
VALUES (?, ?, ?), (?, ?, ?), (?, ?, ?), (?, ?, ?), (?, ?, ?), (?, ?, ?);",
Array [
"PetState",
"1",
"9",
"PetState",
"1",
"10",
"PetState",
"1",
"11",
"PetState",
"1",
"12",
"PetState",
"1",
"13",
"PetState",
"1",
"14",
],
],
Array [
"INSERT INTO modeling_logs (log_json, pet_name) VALUES (?, ?)",
Array [
"[
{
\\"tableName\\": \\"pet_types\\",
\\"inserts\\": [
{
\\"colorId\\": \\"75\\",
\\"speciesId\\": \\"54\\",
\\"bodyId\\": \\"180\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
}
],
\\"updates\\": []
},
{
\\"tableName\\": \\"items\\",
\\"inserts\\": [
{
\\"id\\": \\"37229\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000\\",
\\"thumbnailUrl\\": \\"http://images.neopets.com/items/gif_magicball_table.gif\\",
\\"category\\": \\"Gift\\",
\\"type\\": \\"Gift\\",
\\"rarityIndex\\": 101,
\\"price\\": 0,
\\"weightLbs\\": 1,
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"id\\": \\"37375\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000000000\\",
\\"thumbnailUrl\\": \\"http://images.neopets.com/items/bg_moonstars.gif\\",
\\"category\\": \\"Special\\",
\\"type\\": \\"Mystical Surroundings\\",
\\"rarityIndex\\": 75,
\\"price\\": 209,
\\"weightLbs\\": 1,
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"id\\": \\"38911\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000001100000000000000\\",
\\"thumbnailUrl\\": \\"http://images.neopets.com/items/clo_zafara_agent_hood.gif\\",
\\"category\\": \\"Clothes\\",
\\"type\\": \\"Clothes\\",
\\"rarityIndex\\": 92,
\\"price\\": 980,
\\"weightLbs\\": 1,
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"id\\": \\"38912\\",
\\"zonesRestrict\\": \\"0000000000000000000101000000000000000000000000000000\\",
\\"thumbnailUrl\\": \\"http://images.neopets.com/items/clo_zafara_agent_robe.gif\\",
\\"category\\": \\"Clothes\\",
\\"type\\": \\"Clothes\\",
\\"rarityIndex\\": 90,
\\"price\\": 1476,
\\"weightLbs\\": 1,
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"id\\": \\"38913\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000000000\\",
\\"thumbnailUrl\\": \\"http://images.neopets.com/items/clo_zafara_agent_gloves.gif\\",
\\"category\\": \\"Clothes\\",
\\"type\\": \\"Clothes\\",
\\"rarityIndex\\": 88,
\\"price\\": 1177,
\\"weightLbs\\": 1,
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"id\\": \\"43014\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000\\",
\\"thumbnailUrl\\": \\"http://images.neopets.com/items/toy_stringlight_illleaf.gif\\",
\\"category\\": \\"Toys\\",
\\"type\\": \\"Toy\\",
\\"rarityIndex\\": 80,
\\"price\\": 1033,
\\"weightLbs\\": 1,
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"id\\": \\"43397\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000\\",
\\"thumbnailUrl\\": \\"http://images.neopets.com/items/mall_staff_jewelled.gif\\",
\\"category\\": \\"Clothes\\",
\\"type\\": \\"Clothes\\",
\\"rarityIndex\\": 500,
\\"price\\": 0,
\\"weightLbs\\": 1,
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"id\\": \\"48313\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000000000\\",
\\"thumbnailUrl\\": \\"http://images.neopets.com/items/clo_altcuplogo_brooch.gif\\",
\\"category\\": \\"Clothes\\",
\\"type\\": \\"Clothes\\",
\\"rarityIndex\\": 101,
\\"price\\": 0,
\\"weightLbs\\": 1,
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
}
],
\\"updates\\": []
},
{
\\"tableName\\": \\"item_translations\\",
\\"inserts\\": [
{
\\"itemId\\": \\"37229\\",
\\"locale\\": \\"en\\",
\\"name\\": \\"Magic Ball Table\\",
\\"description\\": \\"What does this ball actually do?\\",
\\"rarity\\": \\"Special\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"itemId\\": \\"37375\\",
\\"locale\\": \\"en\\",
\\"name\\": \\"Moon and Stars Background\\",
\\"description\\": \\"Dont forget to wish upon a star.\\",
\\"rarity\\": \\"Uncommon\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"itemId\\": \\"38911\\",
\\"locale\\": \\"en\\",
\\"name\\": \\"Zafara Agent Hood\\",
\\"description\\": \\"Hide your face and hair so no one can recognise you.\\",
\\"rarity\\": \\"Very Rare\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"itemId\\": \\"38912\\",
\\"locale\\": \\"en\\",
\\"name\\": \\"Zafara Agent Robe\\",
\\"description\\": \\"This robe is great for being stealthy.\\",
\\"rarity\\": \\"Very Rare\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"itemId\\": \\"38913\\",
\\"locale\\": \\"en\\",
\\"name\\": \\"Zafara Agent Gloves\\",
\\"description\\": \\"Dont leave any trace that you were there with these gloves.\\",
\\"rarity\\": \\"Rare\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"itemId\\": \\"43014\\",
\\"locale\\": \\"en\\",
\\"name\\": \\"Green Leaf String Lights\\",
\\"description\\": \\"These leaves almost look magical with their gentle glow.\\",
\\"rarity\\": \\"Uncommon\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"itemId\\": \\"43397\\",
\\"locale\\": \\"en\\",
\\"name\\": \\"Jewelled Staff\\",
\\"description\\": \\"This jewelled staff shines with a magical light.\\",
\\"rarity\\": \\"Artifact\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"itemId\\": \\"48313\\",
\\"locale\\": \\"en\\",
\\"name\\": \\"Altador Cup Brooch\\",
\\"description\\": \\"Even the announcers of the Altador Cup celebrate. This was given out by the Advent Calendar in Y11.\\",
\\"rarity\\": \\"Special\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\",
\\"updatedAt\\": \\"2020-01-01T00:00:00.000Z\\"
}
],
\\"updates\\": []
},
{
\\"tableName\\": \\"parents_swf_assets\\",
\\"inserts\\": [
{
\\"parentType\\": \\"Item\\",
\\"parentId\\": \\"38913\\",
\\"remoteId\\": \\"14855\\"
},
{
\\"parentType\\": \\"Item\\",
\\"parentId\\": \\"38912\\",
\\"remoteId\\": \\"14856\\"
},
{
\\"parentType\\": \\"Item\\",
\\"parentId\\": \\"38911\\",
\\"remoteId\\": \\"14857\\"
},
{
\\"parentType\\": \\"Item\\",
\\"parentId\\": \\"43014\\",
\\"remoteId\\": \\"36414\\"
},
{
\\"parentType\\": \\"Item\\",
\\"parentId\\": \\"43397\\",
\\"remoteId\\": \\"39646\\"
},
{
\\"parentType\\": \\"Item\\",
\\"parentId\\": \\"37229\\",
\\"remoteId\\": \\"51959\\"
},
{
\\"parentType\\": \\"Item\\",
\\"parentId\\": \\"48313\\",
\\"remoteId\\": \\"56478\\"
}
],
\\"updates\\": []
},
{
\\"tableName\\": \\"swf_assets\\",
\\"inserts\\": [
{
\\"type\\": \\"object\\",
\\"remoteId\\": \\"14855\\",
\\"url\\": \\"http://images.neopets.com/cp/items/swf/000/000/014/14855_215f367070.swf\\",
\\"zoneId\\": \\"25\\",
\\"zonesRestrict\\": \\"\\",
\\"bodyId\\": \\"180\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"object\\",
\\"remoteId\\": \\"14856\\",
\\"url\\": \\"http://images.neopets.com/cp/items/swf/000/000/014/14856_46c1b32797.swf\\",
\\"zoneId\\": \\"26\\",
\\"zonesRestrict\\": \\"\\",
\\"bodyId\\": \\"180\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"object\\",
\\"remoteId\\": \\"14857\\",
\\"url\\": \\"http://images.neopets.com/cp/items/swf/000/000/014/14857_d43380ef66.swf\\",
\\"zoneId\\": \\"40\\",
\\"zonesRestrict\\": \\"\\",
\\"bodyId\\": \\"180\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"object\\",
\\"remoteId\\": \\"36414\\",
\\"url\\": \\"http://images.neopets.com/cp/items/swf/000/000/036/36414_1e2aaab4ad.swf\\",
\\"zoneId\\": \\"48\\",
\\"zonesRestrict\\": \\"\\",
\\"bodyId\\": \\"180\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"object\\",
\\"remoteId\\": \\"39646\\",
\\"url\\": \\"http://images.neopets.com/cp/items/swf/000/000/039/39646_e129e22ada.swf\\",
\\"zoneId\\": \\"42\\",
\\"zonesRestrict\\": \\"\\",
\\"bodyId\\": \\"180\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"object\\",
\\"remoteId\\": \\"51959\\",
\\"url\\": \\"http://images.neopets.com/cp/items/swf/000/000/051/51959_4439727c48.swf\\",
\\"zoneId\\": \\"45\\",
\\"zonesRestrict\\": \\"\\",
\\"bodyId\\": \\"180\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"object\\",
\\"remoteId\\": \\"56478\\",
\\"url\\": \\"http://images.neopets.com/cp/items/swf/000/000/056/56478_eabc28e7c7.swf\\",
\\"zoneId\\": \\"27\\",
\\"zonesRestrict\\": \\"\\",
\\"bodyId\\": \\"180\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"biology\\",
\\"remoteId\\": \\"7942\\",
\\"url\\": \\"http://images.neopets.com/cp/bio/swf/000/000/007/7942_2eab06fd7b.swf\\",
\\"zoneId\\": \\"5\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000000000\\",
\\"bodyId\\": \\"0\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"biology\\",
\\"remoteId\\": \\"7941\\",
\\"url\\": \\"http://images.neopets.com/cp/bio/swf/000/000/007/7941_2c4cc4b846.swf\\",
\\"zoneId\\": \\"15\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000000000\\",
\\"bodyId\\": \\"0\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"biology\\",
\\"remoteId\\": \\"24008\\",
\\"url\\": \\"http://images.neopets.com/cp/bio/swf/000/000/024/24008_a05fe9876a.swf\\",
\\"zoneId\\": \\"30\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000000000\\",
\\"bodyId\\": \\"0\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"biology\\",
\\"remoteId\\": \\"21060\\",
\\"url\\": \\"http://images.neopets.com/cp/bio/swf/000/000/021/21060_d77ba93b7b.swf\\",
\\"zoneId\\": \\"33\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000000000\\",
\\"bodyId\\": \\"0\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"biology\\",
\\"remoteId\\": \\"21057\\",
\\"url\\": \\"http://images.neopets.com/cp/bio/swf/000/000/021/21057_4550efbb2f.swf\\",
\\"zoneId\\": \\"34\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000000000\\",
\\"bodyId\\": \\"0\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
},
{
\\"type\\": \\"biology\\",
\\"remoteId\\": \\"7946\\",
\\"url\\": \\"http://images.neopets.com/cp/bio/swf/000/000/007/7946_0348dad587.swf\\",
\\"zoneId\\": \\"37\\",
\\"zonesRestrict\\": \\"0000000000000000000000000000000000000000000000000000\\",
\\"bodyId\\": \\"0\\",
\\"createdAt\\": \\"2020-01-01T00:00:00.000Z\\"
}
],
\\"updates\\": [
{
\\"incomingRow\\": {
\\"type\\": \\"object\\",
\\"remoteId\\": \\"6829\\",
\\"url\\": \\"http://images.neopets.com/cp/items/swf/000/000/006/6829_1707e50385.swf\\",
\\"zoneId\\": \\"3\\",
\\"zonesRestrict\\": \\"\\"
},
\\"update\\": {
\\"bodyId\\": \\"0\\"
}
}
]
},
{
\\"tableName\\": \\"parents_swf_assets\\",
\\"inserts\\": [
{
\\"parentType\\": \\"PetState\\",
\\"parentId\\": \\"1\\",
\\"swfAssetId\\": \\"9\\"
},
{
\\"parentType\\": \\"PetState\\",
\\"parentId\\": \\"1\\",
\\"swfAssetId\\": \\"10\\"
},
{
\\"parentType\\": \\"PetState\\",
\\"parentId\\": \\"1\\",
\\"swfAssetId\\": \\"11\\"
},
{
\\"parentType\\": \\"PetState\\",
\\"parentId\\": \\"1\\",
\\"swfAssetId\\": \\"12\\"
},
{
\\"parentType\\": \\"PetState\\",
\\"parentId\\": \\"1\\",
\\"swfAssetId\\": \\"13\\"
},
{
\\"parentType\\": \\"PetState\\",
\\"parentId\\": \\"1\\",
\\"swfAssetId\\": \\"14\\"
}
],
\\"updates\\": []
},
{
\\"tableName\\": \\"pet_states\\",
\\"inserts\\": [
{
\\"petTypeId\\": \\"1\\",
\\"swfAssetIds\\": \\"7941,7942,7946,21057,21060,24008\\",
\\"female\\": 0,
\\"moodId\\": \\"2\\",
\\"unconverted\\": 0,
\\"labeled\\": 1
}
],
\\"updates\\": []
}
]",
"roopal27",
],
],
]
`;