mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
chore(news): Bailey
This commit is contained in:
@@ -1,30 +1,23 @@
|
||||
import { SEASONAL_SETS } from '../content/constants';
|
||||
// import { SEASONAL_SETS } from '../content/constants';
|
||||
|
||||
export default {
|
||||
opened: true,
|
||||
opened: false,
|
||||
|
||||
currentSeason: 'Spring',
|
||||
currentSeason: 'Closed',
|
||||
|
||||
dateRange: { start: '2020-03-19', end: '2020-04-30' },
|
||||
dateRange: { start: '2019-09-24', end: '2019-10-31' },
|
||||
|
||||
availableSets: [
|
||||
...SEASONAL_SETS.spring,
|
||||
],
|
||||
|
||||
pinnedSets: {
|
||||
healer: 'spring2020IrisHealerSet',
|
||||
rogue: 'spring2020LapisLazuliRogueSet',
|
||||
warrior: 'spring2020BeetleWarriorSet',
|
||||
wizard: 'spring2020PuddleMageSet',
|
||||
},
|
||||
|
||||
availableSpells: [
|
||||
'shinySeed',
|
||||
],
|
||||
|
||||
availableQuests: [
|
||||
'egg',
|
||||
],
|
||||
|
||||
featuredSet: 'spring2020PuddleMageSet',
|
||||
featuredSet: 'fall2018AlterEgoSet',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user