feat(content): Autumn Leaf and Frost Hatching Potions

This commit is contained in:
Sabe Jones
2020-11-09 15:06:56 -06:00
parent ef0b19f17e
commit 6a367d3697
40 changed files with 20 additions and 0 deletions

View File

@@ -214,6 +214,13 @@ const premium = {
value: 2,
text: t('hatchingPotionFrost'),
limited: true,
_addlNotes: t('eventAvailabilityReturning', {
availableDate: t('dateEndNovember'),
previousDate: t('novemberYYYY', { year: 2018 }),
}),
canBuy () {
return moment().isBefore('2020-12-02');
},
},
IcySnow: {
value: 2,
@@ -375,6 +382,17 @@ const premium = {
date: t('dateEndOctober'),
}),
},
AutumnLeaf: {
value: 2,
text: t('hatchingPotionAutumnLeaf'),
limited: true,
canBuy () {
return moment().isBefore('2020-12-02');
},
_addlNotes: t('premiumPotionAddlNotes', {
date: t('dateEndNovember'),
}),
},
};
const wacky = {