feat(content): Aqua Potions

This commit is contained in:
SabreCat
2017-06-29 21:21:20 +00:00
parent 763c2c28ea
commit 87076ed07c
43 changed files with 33 additions and 8 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 = 'July';
let drops = {
Base: {
@@ -78,6 +78,12 @@ let premium = {
limited: true,
_season: 'June',
},
Aquatic: {
value: 2,
text: t('hatchingPotionAquatic'),
limited: true,
_season: 'July',
},
Thunderstorm: {
value: 2,
text: t('hatchingPotionThunderstorm'),