mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 11:46:23 +00:00
finish July prebuild
This commit is contained in:
parent
3810cf3ef3
commit
fb8479ad1e
3 changed files with 5 additions and 4 deletions
|
|
@ -981,7 +981,7 @@
|
|||
|
||||
"backgrounds062024": "SET 121: Released June 2024",
|
||||
"backgroundShellGateText": "Shell Gate",
|
||||
"backgroundShellGateNotes": "Swim beneath a shimmering Shell Gate.",
|
||||
"backgroundShellGateNotes": "",
|
||||
|
||||
"backgrounds072024": "SET 122: Released July 2024",
|
||||
"backgroundRiverBottomText": "River Bottom",
|
||||
|
|
|
|||
|
|
@ -376,6 +376,7 @@ export const MONTHLY_SCHEDULE = {
|
|||
'dilatory_derby',
|
||||
'armadillo',
|
||||
'guineapig',
|
||||
'chameleon',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -259,11 +259,11 @@ const QUEST_PETS = {
|
|||
text: t('questChameleonDropChameleonEgg'),
|
||||
},
|
||||
],
|
||||
},
|
||||
gp: 35,
|
||||
xp: 250,
|
||||
exp: 250,
|
||||
unlock: t('questChameleonUnlockText'),
|
||||
},
|
||||
},
|
||||
cheetah: {
|
||||
text: t('questCheetahText'),
|
||||
notes: t('questCheetahNotes'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue