feat(content): spring Hatching Potions
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user