mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(event): Fall Festival 2019
This commit is contained in:
@@ -1,16 +1,21 @@
|
||||
// import { SEASONAL_SETS } from '../content/constants';
|
||||
import { SEASONAL_SETS } from '../content/constants';
|
||||
|
||||
module.exports = {
|
||||
opened: false,
|
||||
opened: true,
|
||||
|
||||
currentSeason: 'Closed',
|
||||
currentSeason: 'Fall',
|
||||
|
||||
dateRange: { start: '2018-09-20', end: '2018-10-31' },
|
||||
dateRange: { start: '2019-09-24', end: '2019-10-31' },
|
||||
|
||||
availableSets: [
|
||||
...SEASONAL_SETS.fall,
|
||||
],
|
||||
|
||||
pinnedSets: {
|
||||
wizard: 'fall2019CyclopsSet',
|
||||
warrior: 'fall2019RavenSet',
|
||||
rogue: 'fall2019OperaticSpecterSet',
|
||||
healer: 'fall2019LichSet',
|
||||
},
|
||||
|
||||
availableSpells: [
|
||||
@@ -19,5 +24,5 @@ module.exports = {
|
||||
availableQuests: [
|
||||
],
|
||||
|
||||
featuredSet: 'mummyMedicSet',
|
||||
featuredSet: 'fall2018AlterEgoSet',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user