mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 21:57:22 +01:00
WIP(schedule): add June 2024 content
This commit is contained in:
@@ -488,6 +488,38 @@ const QUEST_PETS = {
|
||||
unlock: t('questGhostStagUnlockText'),
|
||||
},
|
||||
},
|
||||
giraffe: {
|
||||
text: t('questGiraffeText'),
|
||||
notes: t('questGiraffeNotes'),
|
||||
completion: t('questGiraffeCompletion'),
|
||||
value: 4,
|
||||
category: 'pet',
|
||||
boss: {
|
||||
name: t('questGiraffeBoss'),
|
||||
hp: 700,
|
||||
str: 2,
|
||||
},
|
||||
drop: {
|
||||
items: [
|
||||
{
|
||||
type: 'eggs',
|
||||
key: 'Giraffe',
|
||||
text: t('questGiraffeDropGiraffeEgg'),
|
||||
}, {
|
||||
type: 'eggs',
|
||||
key: 'Giraffe',
|
||||
text: t('questGiraffeDropGiraffeEgg'),
|
||||
}, {
|
||||
type: 'eggs',
|
||||
key: 'Giraffe',
|
||||
text: t('questGiraffeDropGiraffeEgg'),
|
||||
},
|
||||
],
|
||||
gp: 50,
|
||||
exp: 450,
|
||||
unlock: t('questGiraffeUnlockText'),
|
||||
},
|
||||
},
|
||||
gryphon: {
|
||||
text: t('questGryphonText'),
|
||||
notes: t('questGryphonNotes'),
|
||||
|
||||
Reference in New Issue
Block a user