mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-02 04:00:36 +00:00
23 lines
317 B
JavaScript
23 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',
|
|
};
|