mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
feat(cont): 2023 Spring Fling content (#14525)
* feat(cont): 2023 Spring Fling * feat(content): 2023 Spring Fling (attempt to add Jungle Buddies Quest Bundle) * fix(event): various typos and date ranges * fix(event): correct countdown on Shiny Seed * fix(quests): correct TypeError in featured list * feat(content): update Spring gear to canon desc --------- Co-authored-by: SabreCat <sabe@habitica.com>
This commit is contained in:
@@ -10,11 +10,18 @@ const gemsPromo = {
|
||||
|
||||
export const EVENTS = {
|
||||
noEvent: {
|
||||
start: '2023-02-28T23:59-05:00',
|
||||
end: '2023-03-21T08:00-05:00',
|
||||
start: '2023-05-01T23:59-05:00',
|
||||
end: '2023-06-22T08:00-05:00',
|
||||
season: 'normal',
|
||||
npcImageSuffix: '',
|
||||
},
|
||||
spring2023: {
|
||||
start: '2023-03-21T08:00-04:00',
|
||||
end: '2023-04-30T23:59-04:00',
|
||||
npcImageSuffix: '_spring',
|
||||
season: 'spring',
|
||||
gear: true,
|
||||
},
|
||||
bundle202303: {
|
||||
start: '2023-03-16T08:00-04:00',
|
||||
end: '2023-03-31T23:59-04:00',
|
||||
|
||||
@@ -52,6 +52,7 @@ const SEASONAL_SETS = {
|
||||
'winter2023WalrusWarriorSet',
|
||||
'winter2023FairyLightsMageSet',
|
||||
'winter2023CardinalHealerSet',
|
||||
|
||||
],
|
||||
spring: [
|
||||
// spring 2014
|
||||
@@ -101,6 +102,11 @@ const SEASONAL_SETS = {
|
||||
'spring2022PeridotHealerSet',
|
||||
'spring2022RainstormWarriorSet',
|
||||
'spring2022MagpieRogueSet',
|
||||
|
||||
'spring2023CaterpillarRogueSet',
|
||||
'spring2023HummingbirdWarriorSet',
|
||||
'spring2023MoonstoneMageSet',
|
||||
'spring2023LilyHealerSet',
|
||||
],
|
||||
|
||||
summer: [
|
||||
|
||||
Reference in New Issue
Block a user