feat(event): Summer Splash 2021

This commit is contained in:
Sabe Jones
2021-06-22 18:49:32 -05:00
parent 350e5cf4c5
commit 1a57f7df00
82 changed files with 258 additions and 104 deletions

View File

@@ -10,14 +10,21 @@ const gemsPromo = {
export const EVENTS = {
noCurrentEvent2021: {
start: '2021-07-31T20:00-05:00',
end: '2021-08-23T08:00-05:00',
start: '2021-07-31T20:00-04:00',
end: '2021-09-23T08:00-04:00',
season: 'normal',
npcImageSuffix: '',
},
summer2021: {
start: '2021-06-23T08:00-04:00',
end: '2021-07-31T20:00-04:00',
season: 'summer',
npcImageSuffix: 'summer',
gear: true,
},
bundle202106: {
start: '2021-06-08T08:00-05:00',
end: '2021-07-31T20:00-05:00',
start: '2021-06-08T08:00-04:00',
end: '2021-07-31T20:00-04:00',
season: 'normal',
npcImageSuffix: '',
},