chore(event): end Spring Fling

This commit is contained in:
SabreCat
2018-05-01 21:25:45 +00:00
parent bcf9670dbe
commit 30a717148e
6 changed files with 13 additions and 24 deletions
@@ -8,12 +8,12 @@ const featuredItems = {
path: 'armoire',
},
{
type: 'premiumHatchingPotion',
path: 'premiumHatchingPotions.Shimmer',
type: 'hatchingPotions',
path: 'hatchingPotions.Red',
},
{
type: 'premiumHatchingPotion',
path: 'premiumHatchingPotions.Rainbow',
type: 'hatchingPotions',
path: 'hatchingPotions.Golden',
},
{
type: 'card',
@@ -29,16 +29,12 @@ const featuredItems = {
type: 'quests',
path: 'quests.taskwoodsTerror1',
},
{
type: 'quests',
path: 'quests.egg',
},
{
type: 'quests',
path: 'quests.bunny',
},
],
seasonal: 'springHealer',
seasonal: '',
timeTravelers: [
// TODO
],
@@ -1,29 +1,22 @@
import { SEASONAL_SETS } from '../content/constants';
// import { SEASONAL_SETS } from '../content/constants';
module.exports = {
opened: true,
opened: false,
currentSeason: 'Spring',
currentSeason: 'Closed',
dateRange: { start: '2018-03-20', end: '2018-04-30' },
availableSets: [
...SEASONAL_SETS.spring,
],
pinnedSets: {
wizard: 'spring2018TulipMageSet',
warrior: 'spring2018SunriseWarriorSet',
rogue: 'spring2018DucklingRogueSet',
healer: 'spring2018GarnetHealerSet',
},
availableSpells: [
'shinySeed',
],
availableQuests: [
'egg',
],
featuredSet: 'comfortingKittySet',