mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
feat(content): Sea Serpent Pet Quest
This commit is contained in:
@@ -3225,6 +3225,38 @@ let quests = {
|
||||
unlock: t('questSquirrelUnlockText'),
|
||||
},
|
||||
},
|
||||
seaserpent: {
|
||||
text: t('questSeaSerpentText'),
|
||||
notes: t('questSeaSerpentNotes'),
|
||||
completion: t('questSeaSerpentCompletion'),
|
||||
value: 4,
|
||||
category: 'pet',
|
||||
boss: {
|
||||
name: t('questSeaSerpentBoss'),
|
||||
hp: 1200,
|
||||
str: 2.5,
|
||||
},
|
||||
drop: {
|
||||
items: [
|
||||
{
|
||||
type: 'eggs',
|
||||
key: 'SeaSerpent',
|
||||
text: t('questSeaSerpentDropSeaSerpentEgg'),
|
||||
}, {
|
||||
type: 'eggs',
|
||||
key: 'SeaSerpent',
|
||||
text: t('questSeaSerpentDropSeaSerpentEgg'),
|
||||
}, {
|
||||
type: 'eggs',
|
||||
key: 'SeaSerpent',
|
||||
text: t('questSeaSerpentDropSeaSerpentEgg'),
|
||||
},
|
||||
],
|
||||
gp: 80,
|
||||
exp: 800,
|
||||
unlock: t('questSeaSerpentUnlockText'),
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
each(quests, (v, key) => {
|
||||
|
||||
Reference in New Issue
Block a user