Files
habitica/website/common/script/libs/shops-seasonal.config.js
2018-03-22 13:50:58 -05:00

30 lines
522 B
JavaScript

import { SEASONAL_SETS } from '../content/constants';
module.exports = {
opened: true,
currentSeason: 'Spring',
dateRange: { start: '2018-03-20', end: '2018-04-30' },
availableSets: [
...SEASONAL_SETS.spring,
],
pinnedSets: {
wizard: 'spring2018TulipMageSet',
warrior: 'spring2018SunriseWarriorSet',
rogue: 'spring2018DucklingRogueSet',
healer: 'spring2018GarnetHealerSet',
},
availableSpells: [
],
availableQuests: [
'egg',
],
featuredSet: 'comfortingKittySet',
};