2017-07-27 17:41:23 +00:00
|
|
|
const featuredItems = {
|
2017-08-16 22:34:25 +00:00
|
|
|
market: [
|
|
|
|
|
{
|
|
|
|
|
type: 'armoire',
|
|
|
|
|
path: 'armoire',
|
|
|
|
|
},
|
|
|
|
|
{
|
2017-08-20 22:32:32 +00:00
|
|
|
type: 'hatchingPotions',
|
2018-03-13 20:54:27 +00:00
|
|
|
path: 'hatchingPotions.Shimmer',
|
2017-08-16 22:34:25 +00:00
|
|
|
},
|
|
|
|
|
{
|
2018-03-13 20:54:27 +00:00
|
|
|
type: 'hatchingPotions',
|
|
|
|
|
path: 'hatchingPotions.Rainbow',
|
2017-08-16 22:34:25 +00:00
|
|
|
},
|
2017-08-20 22:32:32 +00:00
|
|
|
{
|
|
|
|
|
type: 'card',
|
2018-03-09 20:45:12 +00:00
|
|
|
path: 'cardTypes.goodluck',
|
2017-08-20 22:32:32 +00:00
|
|
|
},
|
2017-08-16 22:34:25 +00:00
|
|
|
],
|
|
|
|
|
quests: [
|
|
|
|
|
{
|
2017-08-20 22:32:32 +00:00
|
|
|
type: 'quests',
|
2018-01-12 21:25:09 +00:00
|
|
|
path: 'quests.pterodactyl',
|
2017-08-16 22:34:25 +00:00
|
|
|
},
|
|
|
|
|
{
|
2017-08-20 22:32:32 +00:00
|
|
|
type: 'quests',
|
2018-03-20 21:30:43 +00:00
|
|
|
path: 'quests.taskwoodsTerror1',
|
2017-08-16 22:34:25 +00:00
|
|
|
},
|
|
|
|
|
{
|
2017-08-20 22:32:32 +00:00
|
|
|
type: 'quests',
|
2018-03-20 21:30:43 +00:00
|
|
|
path: 'quests.egg',
|
2017-08-16 22:34:25 +00:00
|
|
|
},
|
|
|
|
|
{
|
2018-03-06 21:56:01 +00:00
|
|
|
type: 'bundles',
|
|
|
|
|
path: 'bundles.hugabug',
|
2017-08-16 22:34:25 +00:00
|
|
|
},
|
|
|
|
|
],
|
2018-03-20 21:30:43 +00:00
|
|
|
seasonal: 'springHealer',
|
2017-08-16 22:34:25 +00:00
|
|
|
timeTravelers: [
|
2018-02-17 17:11:24 +00:00
|
|
|
// TODO
|
2017-08-16 22:34:25 +00:00
|
|
|
],
|
2017-07-27 17:41:23 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export default featuredItems;
|