feat(content): Silver Hatching Potion quest

This commit is contained in:
Sabe Jones
2019-08-13 19:16:19 -05:00
parent 6de5fed47a
commit 1aef294646
48 changed files with 69 additions and 15 deletions

View File

@@ -190,9 +190,6 @@ let premium = {
text: t('hatchingPotionBronze'),
limited: true,
canBuy: hasQuestAchievementFunction('bronze'),
_addlNotes () {
return '';
},
},
Watery: {
value: 2,
@@ -200,6 +197,12 @@ let premium = {
limited: true,
_season: '_PENDING_',
},
Silver: {
value: 2,
text: t('hatchingPotionSilver'),
limited: true,
canBuy: hasQuestAchievementFunction('silver'),
},
};
const wacky = {
@@ -232,9 +235,7 @@ each(premium, (pot, key) => {
notes: t('hatchingPotionNotes', {
potText: pot.text,
}),
_addlNotes: t('eventAvailability', {
date: t(`dateEnd${pot._season}`),
}),
_addlNotes: t('premiumPotionAddlNotes'),
premium: true,
limited: false,
canBuy () {