mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
24 lines
317 B
JavaScript
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',
|
|
};
|