feat(promo): G1G1 2021

Also refactors a number of places on web client to start using event 
list from world state instead of singular currentEvent
This commit is contained in:
SabreCat
2021-12-15 16:20:43 -06:00
parent a1cddcaf17
commit 391a9bd91b
9 changed files with 50 additions and 12 deletions
@@ -10,8 +10,21 @@ const gemsPromo = {
export const EVENTS = {
noCurrentEvent: {
start: '2021-11-30T20:00-04:00',
end: '2021-12-31T20:00-04:00',
start: '2022-01-06T20:00-05:00',
end: '2022-02-28T20:00-05:00',
season: 'normal',
npcImageSuffix: '',
},
winter2022Promo: {
start: '2021-12-16T08:00-05:00',
end: '2022-01-06T20:00-05:00',
promo: 'g1g1',
season: 'normal',
npcImageSuffix: '',
},
prePromoNoEvent: {
start: '2021-11-28T20:00-05:00',
end: '2021-12-16T08:00-05:00',
season: 'normal',
npcImageSuffix: '',
},