mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
24 lines
322 B
JavaScript
24 lines
322 B
JavaScript
// import { SEASONAL_SETS } from '../content/constants';
|
|
|
|
module.exports = {
|
|
opened: false,
|
|
|
|
currentSeason: 'Closed',
|
|
|
|
dateRange: { start: '2018-03-20', end: '2018-04-30' },
|
|
|
|
availableSets: [
|
|
],
|
|
|
|
pinnedSets: {
|
|
},
|
|
|
|
availableSpells: [
|
|
],
|
|
|
|
availableQuests: [
|
|
],
|
|
|
|
featuredSet: 'comfortingKittySet',
|
|
};
|