feat(content): Vampire Hatching Potions

This commit is contained in:
Sabe Jones
2020-09-23 14:09:38 -05:00
parent cfa4d03e45
commit ee70ed6146
42 changed files with 65 additions and 42 deletions

View File

@@ -149,6 +149,13 @@ const premium = {
value: 2,
text: t('hatchingPotionGhost'),
limited: true,
event: EVENTS.fall2020,
canBuy () {
return moment().isBefore('2020-11-02');
},
_addlNotes: t('premiumPotionAddlNotes', {
date: t('dateEndOctober'),
}),
},
Holly: {
value: 2,
@@ -276,6 +283,13 @@ const premium = {
value: 2,
text: t('hatchingPotionShadow'),
limited: true,
event: EVENTS.fall2020,
canBuy () {
return moment().isBefore('2020-11-02');
},
_addlNotes: t('premiumPotionAddlNotes', {
date: t('dateEndOctober'),
}),
},
Amber: {
value: 2,
@@ -347,6 +361,18 @@ const premium = {
canBuy: hasQuestAchievementFunction('turquoise'),
_addlNotes: t('premiumPotionUnlimitedNotes'),
},
Vampire: {
value: 2,
text: t('hatchingPotionVampire'),
limited: true,
event: EVENTS.fall2020,
canBuy () {
return moment().isBefore('2020-11-02');
},
_addlNotes: t('premiumPotionAddlNotes', {
date: t('dateEndOctober'),
}),
},
};
const wacky = {