feat(content): Pet Quest and Future Mystery Sets (#8569)

This commit is contained in:
Sabe Jones
2017-03-14 14:31:10 -05:00
committed by GitHub
parent 8bc6534ff5
commit 4909f67ded
82 changed files with 107 additions and 1 deletions

View File

@@ -2957,6 +2957,38 @@ api.quests = {
unlock: t('questGuineaPigUnlockText'),
},
},
peacock: {
text: t('questPeacockText'),
notes: t('questPeacockNotes'),
completion: t('questPeacockCompletion'),
value: 4,
category: 'pet',
boss: {
name: t('questPeacockBoss'),
hp: 300,
str: 1.5,
},
drop: {
items: [
{
type: 'eggs',
key: 'Peacock',
text: t('questPeacockDropPeacockEgg'),
}, {
type: 'eggs',
key: 'Peacock',
text: t('questPeacockDropPeacockEgg'),
}, {
type: 'eggs',
key: 'Peacock',
text: t('questPeacockDropPeacockEgg'),
},
],
gp: 25,
exp: 125,
unlock: t('questPeacockUnlockText'),
},
},
};
each(api.quests, (v, key) => {