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',
|
2017-08-16 22:34:25 +00:00
|
|
|
path: 'hatchingPotions.Golden',
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
type: 'food',
|
|
|
|
|
path: 'food.Saddle',
|
|
|
|
|
},
|
2017-08-20 22:32:32 +00:00
|
|
|
{
|
|
|
|
|
type: 'card',
|
|
|
|
|
path: 'cardTypes.greeting',
|
|
|
|
|
},
|
2017-08-16 22:34:25 +00:00
|
|
|
],
|
|
|
|
|
quests: [
|
|
|
|
|
{
|
2017-08-20 22:32:32 +00:00
|
|
|
type: 'quests',
|
2017-08-16 22:34:25 +00:00
|
|
|
path: 'quests.gryphon',
|
|
|
|
|
},
|
|
|
|
|
{
|
2017-08-20 22:32:32 +00:00
|
|
|
type: 'quests',
|
2017-08-16 22:34:25 +00:00
|
|
|
path: 'quests.dilatoryDistress1',
|
|
|
|
|
},
|
|
|
|
|
{
|
2017-08-20 22:32:32 +00:00
|
|
|
type: 'quests',
|
2017-08-16 22:34:25 +00:00
|
|
|
path: 'quests.nudibranch',
|
|
|
|
|
},
|
|
|
|
|
{
|
2017-08-20 22:32:32 +00:00
|
|
|
type: 'quests',
|
2017-08-16 22:34:25 +00:00
|
|
|
path: 'quests.taskwoodsTerror1',
|
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
seasonal: 'summerMage',
|
|
|
|
|
timeTravelers: [
|
2017-07-31 23:04:40 +00:00
|
|
|
// TODO
|
2017-08-16 22:34:25 +00:00
|
|
|
],
|
2017-07-27 17:41:23 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
export default featuredItems;
|