feat(content): Winter Wonderland 2017-18

and Starry Night Hatching Potions
This commit is contained in:
SabreCat
2017-12-20 02:23:11 +00:00
parent b8c716ff82
commit 98bb6fd7ce
32 changed files with 444 additions and 68 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 = 'January';
let drops = {
Base: {
@@ -112,7 +112,7 @@ let premium = {
value: 2,
text: t('hatchingPotionHolly'),
limited: true,
_season: 'winter',
_season: 'January',
},
Peppermint: {
value: 2,
@@ -120,6 +120,12 @@ let premium = {
limited: true,
_season: 'winter',
},
StarryNight: {
value: 2,
text: t('hatchingPotionStarryNight'),
limited: true,
_season: 'January',
},
};
each(drops, (pot, key) => {