Files
habitica/website/common/script/libs/shops-seasonal.config.js
SabreCat 8b0d02a16b feat(content): backgrounds and Armoire Feb 2018
Also ends Winter Wonderland event
2018-02-02 00:31:38 +00:00

28 lines
463 B
JavaScript

// import { SEASONAL_SETS } from '../content/constants';
module.exports = {
opened: false,
currentSeason: 'Closed',
dateRange: { start: '2017-12-19', end: '2018-01-31' },
availableSets: [
],
pinnedSets: {
warrior: 'winter2018GiftWrappedSet',
wizard: 'winter2018ConfettiSet',
rogue: 'winter2018ReindeerSet',
healer: 'winter2018MistletoeSet',
},
availableSpells: [
],
availableQuests: [
],
featuredSet: 'yetiSet',
};