mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
feat(event): Fall Festival 2020
This commit is contained in:
@@ -45,6 +45,7 @@ export const EVENTS = {
|
||||
winter2020: { start: '2019-12-19', end: '2020-02-02' },
|
||||
spring2020: { start: '2020-03-17', end: '2020-05-02' },
|
||||
summer2020: { start: '2020-06-18', end: '2020-08-02' },
|
||||
fall2020: { start: '2020-09-21', end: '2020-11-02' },
|
||||
};
|
||||
|
||||
export const SEASONAL_SETS = {
|
||||
@@ -214,6 +215,12 @@ export const SEASONAL_SETS = {
|
||||
'fall2019LichSet',
|
||||
'fall2019OperaticSpecterSet',
|
||||
'fall2019RavenSet',
|
||||
|
||||
// fall 2020
|
||||
'fall2020TwoHeadedRogueSet',
|
||||
'fall2020WraithWarriorSet',
|
||||
'fall2020ThirdEyeMageSet',
|
||||
'fall2020DeathsHeadMothHealerSet',
|
||||
],
|
||||
};
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -38,7 +38,7 @@ const featuredItems = {
|
||||
},
|
||||
];
|
||||
},
|
||||
seasonal: 'summer2019Warrior',
|
||||
seasonal: 'fall2019Mage',
|
||||
timeTravelers: [
|
||||
// TODO
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user