mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(event): Fall Festival 2020
This commit is contained in:
@@ -1,16 +1,21 @@
|
||||
// import { SEASONAL_SETS } from '../content/constants';
|
||||
import { SEASONAL_SETS } from '../content/constants';
|
||||
|
||||
export default {
|
||||
opened: false,
|
||||
opened: true,
|
||||
|
||||
currentSeason: 'Closed',
|
||||
currentSeason: 'Fall',
|
||||
|
||||
dateRange: { start: '2020-06-17', end: '2020-07-31' },
|
||||
dateRange: { start: '2020-09-22', end: '2020-10-31' },
|
||||
|
||||
availableSets: [
|
||||
...SEASONAL_SETS.fall,
|
||||
],
|
||||
|
||||
pinnedSets: {
|
||||
healer: 'fall2020DeathsHeadMothHealerSet',
|
||||
rogue: 'fall2020TwoHeadedRogueSet',
|
||||
warrior: 'fall2020WraithWarriorSet',
|
||||
wizard: 'fall2020ThirdEyeMageSet',
|
||||
},
|
||||
|
||||
availableSpells: [
|
||||
@@ -19,5 +24,5 @@ export default {
|
||||
availableQuests: [
|
||||
],
|
||||
|
||||
featuredSet: 'summer2019WaterLilyMageSet',
|
||||
featuredSet: 'fall2020WraithWarriorSet',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user