feat(event): Valentine's 2019 and Magic Hatching Potions

This commit is contained in:
Sabe Jones
2019-02-12 07:19:58 -06:00
parent b8aacc03e3
commit b721155f01
47 changed files with 32 additions and 16 deletions

View File

@@ -3,7 +3,7 @@ import defaults from 'lodash/defaults';
import each from 'lodash/each';
import t from './translation';
const CURRENT_SEASON = '_NONE_';
const CURRENT_SEASON = 'February';
let drops = {
Base: {
@@ -156,6 +156,12 @@ let premium = {
limited: true,
_season: 'January',
},
RoseQuartz: {
value: 2,
text: t('hatchingPotionRoseQuartz'),
limited: true,
_season: 'February',
},
};
each(drops, (pot, key) => {