May 2024 Content Prebuild (#15185)
* 2024-05 css update * add May subscriber items, enchanted armoire (text placeholders), potions, and quest bundles * typo correction * add May achievement * content fixes after local testing * canonical date fix * fix potion descriptions, add periods to background descriptions * fix canonical date * updated armoire items * fix stat display on item * Fixing merge conflicts * resolve merge conflicts * add leading zero to mp drain for mushroom quest * fix timezones * proofreading pass * fix linting errors * date fixes & linter fixes * correct armoire expression at end of file * fix(autolint): roll back Prettier change --------- Co-authored-by: Sabe Jones <sabe@habitica.com>
This commit is contained in:
@@ -40,6 +40,17 @@ const ANIMAL_SET_ACHIEVEMENTS = {
|
||||
achievementKey: 'bonelessBoss',
|
||||
notificationType: 'ACHIEVEMENT_ANIMAL_SET',
|
||||
},
|
||||
cats: {
|
||||
type: 'pet',
|
||||
species: [
|
||||
'Cheetah',
|
||||
'LionCub',
|
||||
'Sabretooth',
|
||||
'TigerCub',
|
||||
],
|
||||
achievementKey: 'cats',
|
||||
notificationType: 'ACHIEVEMENT_ANIMAL_SET',
|
||||
},
|
||||
dinosaurDynasty: {
|
||||
type: 'pet',
|
||||
species: [
|
||||
|
||||
@@ -11,14 +11,23 @@ const gemsPromo = {
|
||||
export const EVENTS = {
|
||||
noEvent: {
|
||||
start: '2024-05-01T00:00-04:00',
|
||||
end: '2024-06-20T23:59-04:00',
|
||||
end: '2024-05-13T23:59-04:00',
|
||||
season: 'normal',
|
||||
npcImageSuffix: '',
|
||||
},
|
||||
bundle202405: {
|
||||
start: '2024-05-21T08:00-04:00',
|
||||
end: '2024-05-31T23:59-04:00',
|
||||
},
|
||||
potions202405: {
|
||||
start: '2024-05-14T08:00-04:00',
|
||||
end: '2024-05-31T23:59-04:00',
|
||||
},
|
||||
aprilFoolsQuest2024: {
|
||||
start: '2024-04-09T08:00-04:00',
|
||||
end: '2024-04-30T23:59-04:00',
|
||||
},
|
||||
|
||||
aprilFools2024: {
|
||||
start: '2024-04-01T00:00-04:00',
|
||||
end: '2024-04-02T08:00-04:00',
|
||||
@@ -115,16 +124,16 @@ export const EVENTS = {
|
||||
gear: true,
|
||||
},
|
||||
bundle202306: {
|
||||
start:'2023-06-13T08:00-04:00',
|
||||
end:'2023-06-30T23:59-04:00',
|
||||
start: '2023-06-13T08:00-04:00',
|
||||
end: '2023-06-30T23:59-04:00',
|
||||
},
|
||||
bundle202305: {
|
||||
start:'2023-05-23T08:00-04:00',
|
||||
end:'2023-05-31T23:59-04:00',
|
||||
start: '2023-05-23T08:00-04:00',
|
||||
end: '2023-05-31T23:59-04:00',
|
||||
},
|
||||
potions202305: {
|
||||
start:'2023-05-16T08:00-04:00',
|
||||
end:'2023-05-31T23:59-04:00',
|
||||
start: '2023-05-16T08:00-04:00',
|
||||
end: '2023-05-31T23:59-04:00',
|
||||
},
|
||||
aprilFools2023: {
|
||||
start: '2023-04-01T08:00-04:00',
|
||||
@@ -146,7 +155,7 @@ export const EVENTS = {
|
||||
start: '2023-02-21T08:00-05:00',
|
||||
end: '2023-02-28T23:59-05:00',
|
||||
},
|
||||
potions202302:{
|
||||
potions202302: {
|
||||
start: '2023-02-13T08:00-05:00',
|
||||
end: '2023-02-28T23:59-05:00',
|
||||
},
|
||||
@@ -236,8 +245,8 @@ export const EVENTS = {
|
||||
gear: true,
|
||||
},
|
||||
bundle202206: {
|
||||
start:'2022-06-14T08:00-04:00',
|
||||
end:'2022-06-30T20:00-04:00',
|
||||
start: '2022-06-14T08:00-04:00',
|
||||
end: '2022-06-30T20:00-04:00',
|
||||
},
|
||||
potions202205: {
|
||||
start: '2022-05-17T08:00-04:00',
|
||||
|
||||
Reference in New Issue
Block a user