feat(content): Magic Hatching Potions

This commit is contained in:
Sabe Jones
2020-03-17 15:35:38 -05:00
parent 5a5a6e4c5d
commit 353b4aed05
42 changed files with 92 additions and 52 deletions

View File

@@ -70,6 +70,13 @@ const premium = {
value: 2,
text: t('hatchingPotionShimmer'),
limited: true,
_addlNotes: t('eventAvailabilityReturning', {
availableDate: t('dateEndMarch'),
previousDate: t('marchYYYY', { year: 2018 }),
}),
canBuy () {
return moment().isBefore('2020-05-02');
},
},
Fairy: {
value: 2,
@@ -198,6 +205,13 @@ const premium = {
value: 2,
text: t('hatchingPotionCelestial'),
limited: true,
_addlNotes: t('eventAvailabilityReturning', {
availableDate: t('dateEndMarch'),
previousDate: t('marchYYYY', { year: 2019 }),
}),
canBuy () {
return moment().isBefore('2020-05-02');
},
},
Sunshine: {
value: 2,
@@ -253,6 +267,17 @@ const premium = {
canBuy: hasQuestAchievementFunction('ruby'),
_addlNotes: t('premiumPotionUnlimitedNotes'),
},
BirchBark: {
value: 2,
text: t('hatchingPotionBirchBark'),
limited: true,
canBuy () {
return moment().isBefore('2020-05-02');
},
_addlNotes: t('premiumPotionAddlNotes', {
date: t('dateEndMarch'),
}),
},
};
const wacky = {