Files
habitica/website/common/script/libs/shops-seasonal.config.js
SabreCat 00cb50a781 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
2018-06-19 23:24:40 +00:00

29 lines
516 B
JavaScript

import { SEASONAL_SETS } from '../content/constants';
module.exports = {
opened: true,
currentSeason: 'Summer',
dateRange: { start: '2018-06-19', end: '2018-07-31' },
availableSets: [
...SEASONAL_SETS.summer,
],
pinnedSets: {
wizard: 'summer2018LionfishMageSet',
warrior: 'summer2018BettaFishWarriorSet',
rogue: 'summer2018FisherRogueSet',
healer: 'summer2018MerfolkMonarchSet',
},
availableSpells: [
],
availableQuests: [
],
featuredSet: 'strappingSailorSet',
};