Files
habitica/website/common/script/libs/shops-seasonal.config.js
T
negue 4759764e61 NPC Flavors (#9066)
* use scss variables to chose the seasonal images instead of replacing them + added fall festival npc images

* hide spooky sparkles until needed
2017-09-24 22:10:54 +02:00

33 lines
602 B
JavaScript

import { SEASONAL_SETS} from '../content/constants';
module.exports = {
// opened: false,
opened: true,
// used for the seasonalShop.notes
// currentSeason: 'Closed',
currentSeason: 'Fall',
dateRange: { start: '2017-09-21', end: '2017-10-31' },
availableSets: [
...SEASONAL_SETS.fall,
],
pinnedSets: {
warrior: 'fall2017HabitoweenSet',
wizard: 'fall2017MasqueradeSet',
rogue: 'fall2017TrickOrTreatSet',
healer: 'fall2017HauntedHouseSet',
},
availableSpells: [
// 'spookySparkles',
],
availableQuests: [
],
featuredSet: 'battleRogueSet',
};