mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 05:37:22 +01:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user