mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
feat(content): Winter Wonderland 2017-18
and Starry Night Hatching Potions
This commit is contained in:
@@ -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: 'Winter',
|
||||
|
||||
dateRange: { start: '2017-09-21', end: '2017-10-31' },
|
||||
dateRange: { start: '2017-12-19', end: '2018-01-31' },
|
||||
|
||||
availableSets: [
|
||||
...SEASONAL_SETS.winter,
|
||||
],
|
||||
|
||||
pinnedSets: {
|
||||
warrior: 'winter2018GiftWrappedSet',
|
||||
wizard: 'winter2018ConfettiSet',
|
||||
rogue: 'winter2018ReindeerSet',
|
||||
healer: 'winter2018MistletoeSet',
|
||||
},
|
||||
|
||||
availableSpells: [
|
||||
@@ -19,5 +24,5 @@ module.exports = {
|
||||
availableQuests: [
|
||||
],
|
||||
|
||||
featuredSet: 'battleRogueSet',
|
||||
featuredSet: 'yetiSet',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user