impress-2020/src/data.js

57 lines
1.4 KiB
JavaScript
Raw Normal View History

2020-04-21 20:32:53 -07:00
export const ITEMS = [
{
id: 1,
name: "Zafara Agent Gloves",
thumbnailSrc: "http://images.neopets.com/items/clo_zafara_agent_gloves.gif",
zoneName: "Gloves",
},
{
id: 2,
name: "Zafara Agent Hood",
thumbnailSrc: "http://images.neopets.com/items/clo_zafara_agent_hood.gif",
zoneName: "Hat",
},
{
id: 3,
name: "Zafara Agent Robe",
thumbnailSrc: "http://images.neopets.com/items/clo_zafara_agent_robe.gif",
zoneName: "Jacket",
},
{
id: 4,
name: "Moon and Stars Background",
thumbnailSrc: "http://images.neopets.com/items/bg_moonstars.gif",
zoneName: "Background",
},
{
id: 5,
name: "Altador Forest Background",
thumbnailSrc: "http://images.neopets.com/items/bg_ddy18_altadorforest.gif",
zoneName: "Background",
},
{
id: 6,
name: "Altador Cup Brooch",
thumbnailSrc: "http://images.neopets.com/items/clo_altcuplogo_brooch.gif",
zoneName: "Collar",
},
{
id: 7,
name: "Magic Ball Table",
thumbnailSrc: "http://images.neopets.com/items/gif_magicball_table.gif",
zoneName: "Lower Foreground Item",
},
2020-04-22 03:03:45 -07:00
{
id: 8,
name: "Green Leaf String Lights",
thumbnailSrc: "http://images.neopets.com/items/toy_stringlight_illleaf.gif",
zoneName: "Background Item",
},
{
id: 9,
name: "Jewelled Staff",
thumbnailSrc: "http://images.neopets.com/items/mall_staff_jewelled.gif",
zoneName: "Left-hand item",
},
2020-04-21 20:32:53 -07:00
];