feat(content): Spring Fling 2020

This commit is contained in:
Sabe Jones
2020-03-17 14:48:23 -05:00
parent 914eee015e
commit 411f82202b
48 changed files with 229 additions and 27 deletions

View File

@@ -1,16 +1,21 @@
// import { SEASONAL_SETS } from '../content/constants';
import { SEASONAL_SETS } from '../content/constants';
export default {
opened: false,
opened: true,
currentSeason: 'Closed',
currentSeason: 'Spring',
dateRange: { start: '2019-09-24', end: '2019-10-31' },
dateRange: { start: '2020-03-19', end: '2020-04-30' },
availableSets: [
...SEASONAL_SETS.spring,
],
pinnedSets: {
healer: 'spring2020IrisHealerSet',
rogue: 'spring2020LapisLazuliRogueSet',
warrior: 'spring2020BeetleWarriorSet',
wizard: 'spring2020PuddleMageSet',
},
availableSpells: [
@@ -19,5 +24,5 @@ export default {
availableQuests: [
],
featuredSet: 'fall2018AlterEgoSet',
featuredSet: 'spring2019OrchidWarriorSet',
};