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

@@ -32,6 +32,7 @@ export const EVENTS = {
fall2017: { start: '2017-09-21', end: '2017-11-02' },
winter2018: { start: '2017-12-19', end: '2018-02-02' },
spring2018: { start: '2018-03-20', end: '2018-05-02' },
summer2018: { start: '2018-06-19', end: '2018-08-02' },
};
export const SEASONAL_SETS = {
@@ -97,6 +98,37 @@ export const SEASONAL_SETS = {
'spring2018DucklingRogueSet',
'spring2018GarnetHealerSet',
],
summer: [
// summer 2014
'daringSwashbucklerSet',
'emeraldMermageSet',
'reefSeahealerSet',
'roguishPirateSet',
// summer 2015
'sunfishWarriorSet',
'shipSoothsayerSet',
'strappingSailorSet',
'reefRenegadeSet',
// summer 2016
'summer2016SharkWarriorSet',
'summer2016DolphinMageSet',
'summer2016SeahorseHealerSet',
'summer2016EelSet',
// summer 2017
'summer2017SandcastleWarriorSet',
'summer2017WhirlpoolMageSet',
'summer2017SeashellSeahealerSet',
'summer2017SeaDragonSet',
// summer 2018
'summer2018BettaFishWarriorSet',
'summer2018LionfishMageSet',
'summer2018MerfolkMonarchSet',
'summer2018FisherRogueSet',
],
};
export const GEAR_TYPES = [