mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 06:07:21 +01:00
feat(content): prebuild Fall Festival (#14869)
* feat(content): prebuild Fall Festival * fix(typos): because 2023 is not the same as 2024 * feat(css): having stylesheets is important * feat(content): ready for review & testing * fix(tests): account for Sept 09 bundle * fix(gala): use multi event list more fix a couple of strings too * feat(content): Warrior and Rogue text also fix timing of quest bundle feature * fix(strings): correct stat boosts * fix(content): missing mage also adds missing margin to purchase gems button in buy modal --------- Co-authored-by: SabreCat <sabe@habitica.com>
This commit is contained in:
@@ -29,16 +29,16 @@ export default {
|
||||
|
||||
pinnedSets: CURRENT_EVENT
|
||||
? {
|
||||
rogue: 'summer2023GuppyRogueSet',
|
||||
warrior: 'summer2023GoldfishWarriorSet',
|
||||
wizard: 'summer2023CoralMageSet',
|
||||
healer: 'summer2023KelpHealerSet',
|
||||
rogue: 'fall2023WitchsBrewRogueSet',
|
||||
warrior: 'fall2023ScaryMovieWarriorSet',
|
||||
wizard: 'fall2023ScarletWarlockMageSet',
|
||||
healer: 'fall2023BogCreatureHealerSet',
|
||||
}
|
||||
: {},
|
||||
|
||||
availableSpells: CURRENT_EVENT && moment().isBetween('2023-07-11T08:00-04:00', CURRENT_EVENT.end)
|
||||
availableSpells: CURRENT_EVENT && moment().isBetween('2023-10-03T08:00-04:00', CURRENT_EVENT.end)
|
||||
? [
|
||||
'seafoam',
|
||||
'spookySparkles',
|
||||
]
|
||||
: [],
|
||||
|
||||
@@ -46,5 +46,5 @@ export default {
|
||||
? []
|
||||
: [],
|
||||
|
||||
featuredSet: 'summer2022MantaRayMageSet',
|
||||
featuredSet: 'fall2022HarpyMageSet',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user