Merge branch 'release' into develop
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 = 'February';
|
||||
|
||||
let drops = {
|
||||
Base: {
|
||||
@@ -156,6 +156,12 @@ let premium = {
|
||||
limited: true,
|
||||
_season: 'January',
|
||||
},
|
||||
RoseQuartz: {
|
||||
value: 2,
|
||||
text: t('hatchingPotionRoseQuartz'),
|
||||
limited: true,
|
||||
_season: 'February',
|
||||
},
|
||||
};
|
||||
|
||||
each(drops, (pot, key) => {
|
||||
|
||||
@@ -8,16 +8,16 @@ const featuredItems = {
|
||||
path: 'armoire',
|
||||
},
|
||||
{
|
||||
type: 'hatchingPotions',
|
||||
path: 'hatchingPotions.CottonCandyPink',
|
||||
type: 'premiumHatchingPotion',
|
||||
path: 'premiumHatchingPotions.Cupid',
|
||||
},
|
||||
{
|
||||
type: 'eggs',
|
||||
path: 'eggs.TigerCub',
|
||||
type: 'premiumHatchingPotion',
|
||||
path: 'premiumHatchingPotions.RoseQuartz',
|
||||
},
|
||||
{
|
||||
type: 'card',
|
||||
path: 'cardTypes.birthday',
|
||||
path: 'cardTypes.valentine',
|
||||
},
|
||||
],
|
||||
quests: [
|
||||
|
||||
Reference in New Issue
Block a user