feat(content): spring Hatching Potions

This commit is contained in:
SabreCat
2018-03-13 20:54:27 +00:00
parent 090c571f3e
commit 42e0095bbd
45 changed files with 33 additions and 17 deletions
@@ -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 = 'March';
let drops = {
Base: {
@@ -64,7 +64,7 @@ let premium = {
value: 2,
text: t('hatchingPotionShimmer'),
limited: true,
_season: 'April',
_season: 'March',
},
Fairy: {
value: 2,
@@ -126,6 +126,12 @@ let premium = {
limited: true,
_season: 'January',
},
Rainbow: {
value: 2,
text: t('hatchingPotionRainbow'),
limited: true,
_season: 'March',
},
};
each(drops, (pot, key) => {
@@ -6,11 +6,11 @@ const featuredItems = {
},
{
type: 'hatchingPotions',
path: 'hatchingPotions.Golden',
path: 'hatchingPotions.Shimmer',
},
{
type: 'eggs',
path: 'eggs.BearCub',
type: 'hatchingPotions',
path: 'hatchingPotions.Rainbow',
},
{
type: 'card',