Files
habitica/website/common/script/libs/shops-seasonal.config.js
SabreCat f8876fe055 feat(content): Backgrounds and Armoire 2017-11
End Habitoween and Fall Festival
2017-11-03 01:56:15 +00:00

24 lines
318 B
JavaScript

// import { SEASONAL_SETS } from '../content/constants';
module.exports = {
opened: false,
currentSeason: 'Closed',
dateRange: { start: '2017-09-21', end: '2017-10-31' },
availableSets: [
],
pinnedSets: {
},
availableSpells: [
],
availableQuests: [
],
featuredSet: 'battleRogueSet',
};