// Magic Hatching Potions are configured like this: // type: 'premiumHatchingPotion', // note no "s" at the end // path: 'premiumHatchingPotions.Rainbow', const featuredItems = { market: [ { type: 'armoire', path: 'armoire', }, { type: 'eggs', path: 'eggs.LionCub', }, { type: 'hatchingPotions', path: 'hatchingPotions.Desert', }, { type: 'food', path: 'food.Potatoe', }, ], quests: [ { type: 'bundles', path: 'bundles.rockingReptiles', }, { type: 'quests', path: 'quests.dilatoryDistress1', }, { type: 'quests', path: 'quests.silver', }, ], seasonal: 'fall2018Rogue', timeTravelers: [ // TODO ], }; export default featuredItems;