chore(event): end Winter Wonderland

This commit is contained in:
Sabe Jones
2019-02-02 13:03:04 -06:00
parent 94b5ed9dab
commit 5b329db357
12 changed files with 39 additions and 51 deletions

View File

@@ -8,7 +8,7 @@ import takeThisGear from './special-takeThis';
import wonderconGear from './special-wondercon';
import t from '../../../translation';
const CURRENT_SEASON = 'winter';
const CURRENT_SEASON = '_NONE_';
let armor = {
0: backerGear.armorSpecial0,

View File

@@ -3,7 +3,7 @@ import defaults from 'lodash/defaults';
import each from 'lodash/each';
import t from './translation';
const CURRENT_SEASON = 'January';
const CURRENT_SEASON = '_NONE_';
let drops = {
Base: {

View File

@@ -8,30 +8,30 @@ const featuredItems = {
path: 'armoire',
},
{
type: 'premiumHatchingPotion',
path: 'premiumHatchingPotions.Peppermint',
type: 'hatchingPotions',
path: 'hatchingPotions.CottonCandyPink',
},
{
type: 'premiumHatchingPotion',
path: 'premiumHatchingPotions.IcySnow',
type: 'eggs',
path: 'eggs.TigerCub',
},
{
type: 'premiumHatchingPotion',
path: 'premiumHatchingPotions.StarryNight',
type: 'card',
path: 'cardTypes.birthday',
},
],
quests: [
{
type: 'quests',
path: 'quests.evilsanta',
path: 'quests.treeling',
},
{
type: 'quests',
path: 'quests.evilsanta2',
path: 'quests.sabretooth',
},
{
type: 'quests',
path: 'quests.penguin',
path: 'quests.rock',
},
],
seasonal: '',