forked from OpenNeo/impress-2020
This is in support of a caching issue in a hack tool coming next! Without this, the change to ItemAppearance restricted zones would make other ItemAppearance fields go missing (bc our hack tool didn't also specify them), so the query would re-execute over the network to find the missing fields we overwrote with nothingness—which would undo the local hack change.
167 lines
4.5 KiB
Text
167 lines
4.5 KiB
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Item loads appearance data 1`] = `
|
|
Object {
|
|
"items": Array [
|
|
Object {
|
|
"appearanceOn": Object {
|
|
"layers": Array [
|
|
Object {
|
|
"id": "37128",
|
|
"imageUrl": "https://impress-asset-images.s3.amazonaws.com/object/000/000/014/14856/600x600.png?v2-1587653266000",
|
|
"remoteId": "14856",
|
|
"svgUrl": null,
|
|
"zone": Object {
|
|
"depth": 30,
|
|
"id": "26",
|
|
"label": "Jacket",
|
|
},
|
|
},
|
|
],
|
|
"restrictedZones": Array [
|
|
Object {
|
|
"id": "20",
|
|
},
|
|
Object {
|
|
"id": "22",
|
|
},
|
|
],
|
|
},
|
|
"id": "38912",
|
|
"name": "Zafara Agent Robe",
|
|
},
|
|
Object {
|
|
"appearanceOn": Object {
|
|
"layers": Array [
|
|
Object {
|
|
"id": "37129",
|
|
"imageUrl": "https://impress-asset-images.s3.amazonaws.com/object/000/000/014/14857/600x600.png?v2-0",
|
|
"remoteId": "14857",
|
|
"svgUrl": null,
|
|
"zone": Object {
|
|
"depth": 44,
|
|
"id": "40",
|
|
"label": "Hat",
|
|
},
|
|
},
|
|
],
|
|
"restrictedZones": Array [
|
|
Object {
|
|
"id": "37",
|
|
},
|
|
Object {
|
|
"id": "38",
|
|
},
|
|
],
|
|
},
|
|
"id": "38911",
|
|
"name": "Zafara Agent Hood",
|
|
},
|
|
Object {
|
|
"appearanceOn": Object {
|
|
"layers": Array [
|
|
Object {
|
|
"id": "30203",
|
|
"imageUrl": "https://impress-asset-images.s3.amazonaws.com/object/000/000/006/6829/600x600.png?v2-1598519675000",
|
|
"remoteId": "6829",
|
|
"svgUrl": null,
|
|
"zone": Object {
|
|
"depth": 3,
|
|
"id": "3",
|
|
"label": "Background",
|
|
},
|
|
},
|
|
],
|
|
"restrictedZones": Array [],
|
|
},
|
|
"id": "37375",
|
|
"name": "Moon and Stars Background",
|
|
},
|
|
],
|
|
}
|
|
`;
|
|
|
|
exports[`Item loads metadata 1`] = `
|
|
Object {
|
|
"items": Array [
|
|
Object {
|
|
"description": "Dont leave any trace that you were there with these gloves.",
|
|
"explicitlyBodySpecific": false,
|
|
"id": "38913",
|
|
"isNc": false,
|
|
"manualSpecialColor": null,
|
|
"name": "Zafara Agent Gloves",
|
|
"rarityIndex": 88,
|
|
"thumbnailUrl": "http://images.neopets.com/items/clo_zafara_agent_gloves.gif",
|
|
},
|
|
Object {
|
|
"description": "Hide your face and hair so no one can recognise you.",
|
|
"explicitlyBodySpecific": false,
|
|
"id": "38911",
|
|
"isNc": false,
|
|
"manualSpecialColor": null,
|
|
"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.",
|
|
"explicitlyBodySpecific": false,
|
|
"id": "38912",
|
|
"isNc": false,
|
|
"manualSpecialColor": null,
|
|
"name": "Zafara Agent Robe",
|
|
"rarityIndex": 90,
|
|
"thumbnailUrl": "http://images.neopets.com/items/clo_zafara_agent_robe.gif",
|
|
},
|
|
Object {
|
|
"description": "Maybe youll be discovered by some Neopets from the future and thawed out!",
|
|
"explicitlyBodySpecific": true,
|
|
"id": "55788",
|
|
"isNc": true,
|
|
"manualSpecialColor": null,
|
|
"name": "Encased in Ice",
|
|
"rarityIndex": 500,
|
|
"thumbnailUrl": "http://images.neopets.com/items/mall_petinice.gif",
|
|
},
|
|
Object {
|
|
"description": "Made with the finest jewels of the sea!",
|
|
"explicitlyBodySpecific": false,
|
|
"id": "77530",
|
|
"isNc": true,
|
|
"manualSpecialColor": Object {
|
|
"id": "44",
|
|
"name": "Maraquan",
|
|
},
|
|
"name": "Maraquan Sea Blue Gown",
|
|
"rarityIndex": 500,
|
|
"thumbnailUrl": "http://images.neopets.com/items/mall_clo_marabluegown.gif",
|
|
},
|
|
Object {
|
|
"description": "You truly are the number one fan of Altador Cup, and your room reflects this!",
|
|
"explicitlyBodySpecific": false,
|
|
"id": "78104",
|
|
"isNc": true,
|
|
"manualSpecialColor": null,
|
|
"name": "#1 Fan Room Background",
|
|
"rarityIndex": 500,
|
|
"thumbnailUrl": "http://images.neopets.com/items/mall_bg_numberonefanbg.gif",
|
|
},
|
|
],
|
|
}
|
|
`;
|
|
|
|
exports[`Item skips appearance data for audio assets 1`] = `
|
|
Object {
|
|
"items": Array [
|
|
Object {
|
|
"appearanceOn": Object {
|
|
"layers": Array [],
|
|
"restrictedZones": Array [],
|
|
},
|
|
"id": "42829",
|
|
"name": "Time Tunnel Music Track",
|
|
},
|
|
],
|
|
}
|
|
`;
|