Files
habitica/website/common/script/libs/shops-seasonal.config.js
SabreCat f4fb90013d feat(event): enable Shiny Seeds
Plus Bailey news and fix for bulk purchasing transformation items
2018-04-03 18:42:24 +00:00

31 lines
539 B
JavaScript

import { SEASONAL_SETS } from '../content/constants';
module.exports = {
opened: true,
currentSeason: 'Spring',
dateRange: { start: '2018-03-20', end: '2018-04-30' },
availableSets: [
...SEASONAL_SETS.spring,
],
pinnedSets: {
wizard: 'spring2018TulipMageSet',
warrior: 'spring2018SunriseWarriorSet',
rogue: 'spring2018DucklingRogueSet',
healer: 'spring2018GarnetHealerSet',
},
availableSpells: [
'shinySeed',
],
availableQuests: [
'egg',
],
featuredSet: 'comfortingKittySet',
};