feat(content): Ember Hatching Potions

This commit is contained in:
SabreCat
2017-08-08 20:48:59 +00:00
parent 9b2b9ef54d
commit b018f9cf90
43 changed files with 50 additions and 28 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 = 'August';
let drops = {
Base: {
@@ -84,6 +84,12 @@ let premium = {
limited: true,
_season: 'July',
},
Ember: {
value: 2,
text: t('hatchingPotionEmber'),
limited: true,
_season: 'August',
},
Thunderstorm: {
value: 2,
text: t('hatchingPotionThunderstorm'),