feat(content): Amber Hatching Potion Quest

This commit is contained in:
Sabe Jones
2019-11-26 15:58:18 -06:00
parent 7d78a7b320
commit 194f2d512a
45 changed files with 57 additions and 26 deletions

View File

@@ -3502,6 +3502,38 @@ const quests = {
unlock: t('questRobotUnlockText'),
},
},
amber: {
text: t('questAmberText'),
notes: t('questAmberNotes'),
completion: t('questAmberCompletion'),
value: 4,
category: 'hatchingPotion',
boss: {
name: t('questAmberBoss'),
hp: 300,
str: 1.25,
},
drop: {
items: [
{
type: 'hatchingPotions',
key: 'Amber',
text: t('questAmberDropAmberPotion'),
}, {
type: 'hatchingPotions',
key: 'Amber',
text: t('questAmberDropAmberPotion'),
}, {
type: 'hatchingPotions',
key: 'Amber',
text: t('questAmberDropAmberPotion'),
},
],
gp: 50,
exp: 100,
unlock: t('questAmberUnlockText'),
},
},
};
each(quests, (v, key) => {