feat(content): Sea Serpent Pet Quest

This commit is contained in:
Sabe Jones
2018-07-17 14:05:09 -05:00
parent 034c0c9bb5
commit 7034d135d5
50 changed files with 57 additions and 9 deletions

View File

@@ -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) => {