Files
habitica/website/common/script/libs/shops-seasonal.config.js
2018-02-02 16:54:25 +00:00

24 lines
311 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: {
},
availableSpells: [
],
availableQuests: [
],
featuredSet: 'yetiSet',
};