feat(content): Fall Festival 2021

This commit is contained in:
Sabe Jones
2021-09-21 16:16:52 -05:00
parent 72e2facc49
commit 0933fe48ba
42 changed files with 239 additions and 33 deletions

View File

@@ -9,11 +9,22 @@ const gemsPromo = {
};
export const EVENTS = {
noCurrentEvent: {
start: '2021-10-31T20:00-04:00',
end: '2021-12-31T20:00-04:00',
season: 'normal',
npcImageSuffix: '',
},
fall2021: {
start: '2021-09-21T08:00-04:00',
end: '2021-10-31T20:00-04:00',
npcImageSuffix: 'fall',
season: 'fall',
gear: true,
},
bundle202109: {
start: '2021-09-13T08:00-04:00',
end: '2021-09-30T20:00-04:00',
season: 'normal',
npcImageSuffix: '',
},
potions202108: {
start: '2021-08-17T08:00-04:00',