Files
habitica/website/common/script/content/shop-featuredItems.js
T
2018-03-09 20:45:12 +00:00

45 lines
698 B
JavaScript

const featuredItems = {
market: [
{
type: 'armoire',
path: 'armoire',
},
{
type: 'hatchingPotions',
path: 'hatchingPotions.Golden',
},
{
type: 'eggs',
path: 'eggs.BearCub',
},
{
type: 'card',
path: 'cardTypes.goodluck',
},
],
quests: [
{
type: 'quests',
path: 'quests.pterodactyl',
},
{
type: 'quests',
path: 'quests.stoikalmCalamity1',
},
{
type: 'quests',
path: 'quests.badger',
},
{
type: 'bundles',
path: 'bundles.hugabug',
},
],
seasonal: 'summerMage',
timeTravelers: [
// TODO
],
};
export default featuredItems;