feat(content): Amber Hatching Potion Quest
This commit is contained in:
@@ -230,6 +230,13 @@ const premium = {
|
||||
limited: true,
|
||||
_season: '_PENDING_',
|
||||
},
|
||||
Amber: {
|
||||
value: 2,
|
||||
text: t('hatchingPotionAmber'),
|
||||
limited: true,
|
||||
canBuy: hasQuestAchievementFunction('amber'),
|
||||
_addlNotes: t('premiumPotionUnlimitedNotes'),
|
||||
},
|
||||
};
|
||||
|
||||
const wacky = {
|
||||
|
||||
@@ -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) => {
|
||||
|
||||
@@ -55,7 +55,7 @@ const featuredItems = {
|
||||
},
|
||||
{
|
||||
type: 'quests',
|
||||
path: 'quests.silver',
|
||||
path: 'quests.amber',
|
||||
},
|
||||
],
|
||||
seasonal: 'fall2018Rogue',
|
||||
|
||||
Reference in New Issue
Block a user