// 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: 'hatchingPotions', path: 'hatchingPotions.White', }, { type: 'eggs', path: 'eggs.Wolf', }, { type: 'food', path: 'food.Milk', }, ], quests: [ { type: 'quests', path: 'quests.alligator', }, { type: 'quests', path: 'quests.taskwoodsTerror1', }, { type: 'quests', path: 'quests.horse', }, ], seasonal: '', timeTravelers: [ // TODO ], }; export default featuredItems;