feat(event): Fall Festival 2018

This commit is contained in:
Sabe Jones
2018-09-20 16:19:29 -05:00
parent dd7fa73961
commit ecbf39cee4
54 changed files with 298 additions and 33 deletions

View File

@@ -1,16 +1,22 @@
// import { SEASONAL_SETS } from '../content/constants';
import { SEASONAL_SETS } from '../content/constants';
module.exports = {
opened: false,
opened: true,
currentSeason: 'Closed',
currentSeason: 'Fall',
dateRange: { start: '2018-06-19', end: '2018-07-31' },
dateRange: { start: '2018-09-20', end: '2018-10-31' },
availableSets: [
...SEASONAL_SETS.fall,
],
pinnedSets: {},
pinnedSets: {
wizard: 'fall2018CandymancerMageSet',
warrior: 'fall2018MinotaurWarriorSet',
rogue: 'fall2018AlterEgoSet',
healer: 'fall2018CarnivorousPlantSet',
},
availableSpells: [
],
@@ -18,5 +24,5 @@ module.exports = {
availableQuests: [
],
featuredSet: 'strappingSailorSet',
featuredSet: 'mummyMedicSet',
};