Files
habitica/website/common/script/content/shop-featuredItems.js
T
SabreCat f4fb90013d feat(event): enable Shiny Seeds
Plus Bailey news and fix for bulk purchasing transformation items
2018-04-03 18:42:24 +00:00

45 lines
715 B
JavaScript

const featuredItems = {
market: [
{
type: 'armoire',
path: 'armoire',
},
{
type: 'hatchingPotions',
path: 'hatchingPotions.Shimmer',
},
{
type: 'hatchingPotions',
path: 'hatchingPotions.Rainbow',
},
{
type: 'card',
path: 'cardTypes.goodluck',
},
],
quests: [
{
type: 'quests',
path: 'quests.pterodactyl',
},
{
type: 'quests',
path: 'quests.taskwoodsTerror1',
},
{
type: 'quests',
path: 'quests.egg',
},
{
type: 'quests',
path: 'quests.bunny',
},
],
seasonal: 'springHealer',
timeTravelers: [
// TODO
],
};
export default featuredItems;