Files
habitica/website/common/script/libs/shops-seasonal.config.js
2019-02-02 13:03:04 -06:00

24 lines
317 B
JavaScript

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