Files
habitica/website/common/script/content/shop-featuredItems.js
2018-01-12 21:25:09 +00:00

45 lines
734 B
JavaScript

const featuredItems = {
market: [
{
type: 'armoire',
path: 'armoire',
},
{
type: 'hatchingPotions',
path: 'hatchingPotions.Holly',
},
{
type: 'hatchingPotions',
path: 'hatchingPotions.StarryNight',
},
{
type: 'card',
path: 'cardTypes.greeting',
},
],
quests: [
{
type: 'quests',
path: 'quests.pterodactyl',
},
{
type: 'quests',
path: 'quests.stoikalmCalamity1',
},
{
type: 'quests',
path: 'quests.penguin',
},
{
type: 'quests',
path: 'quests.dilatoryDistress1',
},
],
seasonal: 'summerMage',
timeTravelers: [
// TODO
],
};
export default featuredItems;