feat(event): Fall Festival 2019

This commit is contained in:
Sabe Jones
2019-09-24 18:41:00 -05:00
parent 6600db5c5d
commit 88b8f20d12
52 changed files with 282 additions and 38 deletions

View File

@@ -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',
};