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

@@ -37,6 +37,7 @@ export const EVENTS = {
winter2019: { start: '2018-12-19', end: '2019-02-02' },
spring2019: { start: '2019-03-19', end: '2019-05-02' },
summer2019: { start: '2019-06-18', end: '2019-08-02' },
fall2019: { start: '2019-09-24', end: '2019-11-02' },
};
export const SEASONAL_SETS = {
@@ -181,6 +182,12 @@ export const SEASONAL_SETS = {
'fall2018CandymancerMageSet',
'fall2018CarnivorousPlantSet',
'fall2018AlterEgoSet',
// fall 2019
'fall2019CyclopsSet',
'fall2019LichSet',
'fall2019OperaticSpecterSet',
'fall2019RavenSet',
],
};