update(content): add 2024 Spring Fling (#15168)

* update(content): add spring fling images, items, and placeholder text

* update(dates) : set canonical dates

* update(dates/quests): set canonical dates for both, add egg quest availability

* update(date): update quest availability start date

* update(content): add magic hatching potions

* fix(dates): canonical dates

* fix(event): add correct event name to potions

* fix(dates): canonical dates

* fix(dates): fix UTC offset, remove package.json and package-lock.json

* fix(dates): canonical

* fix: re-added package.json and package-lock.json

* update(content): add gear strings

* update(content): add Rogue off-hand string, canonical dates
This commit is contained in:
Natalie
2024-03-13 17:34:41 -04:00
committed by GitHub
parent 8c7a0b4861
commit 3e5226de67
12 changed files with 317 additions and 36 deletions

View File

@@ -10,11 +10,18 @@ const gemsPromo = {
export const EVENTS = {
noEvent: {
start: '2024-03-01T00:00-05:00',
end: '2024-03-20T08:00-05:00',
start: '2024-05-01T00:00-05:00',
end: '2024-06-20T08:00-05:00',
season: 'normal',
npcImageSuffix: '',
},
spring2024: {
start: '2024-03-21T00:00-04:00',
end: '2024-04-30T23:59-04:00',
npcImageSuffix: '_spring',
season: 'spring',
gear: true,
},
bundle202403: {
start: '2024-03-19T00:00-05:00',
end: '2024-03-31T08:00-05:00',