Files
habitica/website/common/script/libs/shops-seasonal.config.js
2019-10-08 15:05:48 +02:00

30 lines
503 B
JavaScript

import { SEASONAL_SETS } from '../content/constants';
export default {
opened: true,
currentSeason: 'Fall',
dateRange: { start: '2019-09-24', end: '2019-10-31' },
availableSets: [
...SEASONAL_SETS.fall,
],
pinnedSets: {
wizard: 'fall2019CyclopsSet',
warrior: 'fall2019RavenSet',
rogue: 'fall2019OperaticSpecterSet',
healer: 'fall2019LichSet',
},
availableSpells: [
'spookySparkles',
],
availableQuests: [
],
featuredSet: 'fall2018AlterEgoSet',
};