feat(content): Frost Hatching Potions

This commit is contained in:
Sabe Jones
2018-11-20 14:55:45 -06:00
parent 9a3cdb5deb
commit 37ae467fff
42 changed files with 18 additions and 17 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 = 'November';
let drops = {
Base: {
@@ -144,6 +144,12 @@ let premium = {
limited: true,
_season: 'October',
},
Frost: {
value: 2,
text: t('hatchingPotionFrost'),
limited: true,
_season: 'November',
},
};
each(drops, (pot, key) => {