feat(event): Summer Splash 2018

Also gets rid of those Fairy Potions, FOR REAL this time, and fixes a couple of minor Market layout issues
This commit is contained in:
SabreCat
2018-06-19 23:24:40 +00:00
parent 7ea6c911cb
commit 00cb50a781
69 changed files with 320 additions and 42 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: 'Summer',
dateRange: { start: '2018-03-20', end: '2018-04-30' },
dateRange: { start: '2018-06-19', end: '2018-07-31' },
availableSets: [
...SEASONAL_SETS.summer,
],
pinnedSets: {
wizard: 'summer2018LionfishMageSet',
warrior: 'summer2018BettaFishWarriorSet',
rogue: 'summer2018FisherRogueSet',
healer: 'summer2018MerfolkMonarchSet',
},
availableSpells: [
@@ -19,5 +24,5 @@ module.exports = {
availableQuests: [
],
featuredSet: 'comfortingKittySet',
featuredSet: 'strappingSailorSet',
};