mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
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:
@@ -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: 'Summer',
|
||||
|
||||
dateRange: { start: '2018-03-20', end: '2018-04-30' },
|
||||
dateRange: { start: '2018-06-19', end: '2018-07-31' },
|
||||
|
||||
availableSets: [
|
||||
...SEASONAL_SETS.summer,
|
||||
],
|
||||
|
||||
pinnedSets: {
|
||||
wizard: 'summer2018LionfishMageSet',
|
||||
warrior: 'summer2018BettaFishWarriorSet',
|
||||
rogue: 'summer2018FisherRogueSet',
|
||||
healer: 'summer2018MerfolkMonarchSet',
|
||||
},
|
||||
|
||||
availableSpells: [
|
||||
@@ -19,5 +24,5 @@ module.exports = {
|
||||
availableQuests: [
|
||||
],
|
||||
|
||||
featuredSet: 'comfortingKittySet',
|
||||
featuredSet: 'strappingSailorSet',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user