feat(content): Winter Wonderland 2017-18

and Starry Night Hatching Potions
This commit is contained in:
SabreCat
2017-12-20 02:23:11 +00:00
parent b8c716ff82
commit 98bb6fd7ce
32 changed files with 444 additions and 68 deletions

View File

@@ -1,16 +1,21 @@
// import { SEASONAL_SETS } from '../content/constants';
import { SEASONAL_SETS } from '../content/constants';
module.exports = {
opened: false,
opened: true,
currentSeason: 'Closed',
currentSeason: 'Winter',
dateRange: { start: '2017-09-21', end: '2017-10-31' },
dateRange: { start: '2017-12-19', end: '2018-01-31' },
availableSets: [
...SEASONAL_SETS.winter,
],
pinnedSets: {
warrior: 'winter2018GiftWrappedSet',
wizard: 'winter2018ConfettiSet',
rogue: 'winter2018ReindeerSet',
healer: 'winter2018MistletoeSet',
},
availableSpells: [
@@ -19,5 +24,5 @@ module.exports = {
availableQuests: [
],
featuredSet: 'battleRogueSet',
featuredSet: 'yetiSet',
};