Files
habitica/website/common/script/libs/shops-seasonal.config.js
2020-10-06 15:49:09 -05:00

30 lines
536 B
JavaScript

import { SEASONAL_SETS } from '../content/constants';
export default {
opened: true,
currentSeason: 'Fall',
dateRange: { start: '2020-09-22', end: '2020-10-31' },
availableSets: [
...SEASONAL_SETS.fall,
],
pinnedSets: {
healer: 'fall2020DeathsHeadMothHealerSet',
rogue: 'fall2020TwoHeadedRogueSet',
warrior: 'fall2020WraithWarriorSet',
wizard: 'fall2020ThirdEyeMageSet',
},
availableSpells: [
'spookySparkles',
],
availableQuests: [
],
featuredSet: 'fall2020WraithWarriorSet',
};