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

View File

@@ -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

View File

@@ -38,7 +38,7 @@ const featuredItems = {
},
];
},
seasonal: 'summer2019Warrior',
seasonal: 'fall2019Mage',
timeTravelers: [
// TODO
],