impress-2020/src/data.js
2020-04-22 14:55:12 -07:00

56 lines
1.5 KiB
JavaScript

export const ITEMS = [
{
id: "38913",
// name: "Zafara Agent Gloves",
// thumbnailSrc: "http://images.neopets.com/items/clo_zafara_agent_gloves.gif",
zoneName: "Gloves",
},
{
id: "38911",
// name: "Zafara Agent Hood",
// thumbnailSrc: "http://images.neopets.com/items/clo_zafara_agent_hood.gif",
zoneName: "Hat",
},
{
id: "38912",
// name: "Zafara Agent Robe",
// thumbnailSrc: "http://images.neopets.com/items/clo_zafara_agent_robe.gif",
zoneName: "Jacket",
},
{
id: "37375",
// name: "Moon and Stars Background",
// thumbnailSrc: "http://images.neopets.com/items/bg_moonstars.gif",
zoneName: "Background",
},
{
id: "74166",
// name: "Altador Forest Background",
// thumbnailSrc: "http://images.neopets.com/items/bg_ddy18_altadorforest.gif",
zoneName: "Background",
},
{
id: "48313",
// name: "Altador Cup Brooch",
// thumbnailSrc: "http://images.neopets.com/items/clo_altcuplogo_brooch.gif",
zoneName: "Collar",
},
{
id: "37229",
// name: "Magic Ball Table",
// thumbnailSrc: "http://images.neopets.com/items/gif_magicball_table.gif",
zoneName: "Lower Foreground Item",
},
{
id: "43014",
// name: "Green Leaf String Lights",
// thumbnailSrc: "http://images.neopets.com/items/toy_stringlight_illleaf.gif",
zoneName: "Background Item",
},
{
id: "43397",
// name: "Jewelled Staff",
// thumbnailSrc: "http://images.neopets.com/items/mall_staff_jewelled.gif",
zoneName: "Left-hand item",
},
];