feat(content): Fairy Potions, Mistiflying Quests

This commit is contained in:
SabreCat
2017-04-20 19:01:51 +00:00
parent 93aa37a164
commit 90d15b18f8
65 changed files with 187 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ import defaults from 'lodash/defaults';
import each from 'lodash/each';
import t from './translation';
const CURRENT_SEASON = 'April';
const CURRENT_SEASON = 'May';
let drops = {
Base: {
@@ -66,6 +66,12 @@ let premium = {
limited: true,
_season: 'April',
},
Fairy: {
value: 2,
text: t('hatchingPotionFairy'),
limited: true,
_season: 'May',
},
Floral: {
value: 2,
text: t('hatchingPotionFloral'),