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