feat(event): Fall Festival 2020

This commit is contained in:
Sabe Jones
2020-09-21 14:34:38 -05:00
parent 6e49831ab3
commit 9450f9ee1d
57 changed files with 289 additions and 2409 deletions
@@ -45,6 +45,7 @@ export const EVENTS = {
winter2020: { start: '2019-12-19', end: '2020-02-02' },
spring2020: { start: '2020-03-17', end: '2020-05-02' },
summer2020: { start: '2020-06-18', end: '2020-08-02' },
fall2020: { start: '2020-09-21', end: '2020-11-02' },
};
export const SEASONAL_SETS = {
@@ -214,6 +215,12 @@ export const SEASONAL_SETS = {
'fall2019LichSet',
'fall2019OperaticSpecterSet',
'fall2019RavenSet',
// fall 2020
'fall2020TwoHeadedRogueSet',
'fall2020WraithWarriorSet',
'fall2020ThirdEyeMageSet',
'fall2020DeathsHeadMothHealerSet',
],
};
File diff suppressed because it is too large Load Diff
@@ -38,7 +38,7 @@ const featuredItems = {
},
];
},
seasonal: 'summer2019Warrior',
seasonal: 'fall2019Mage',
timeTravelers: [
// TODO
],
@@ -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',
};