mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
December 2024 and Winter Wonderland 2025 build (#15358)
* feat(content): Winter 2025 build by @CuriousMagpie * fix(content): add more WW * fix(content): add more WW * chore(subproj): update habitica-images * fix(gala): December 2024 is Winter 2025 * fix(content): lint, background typo, 0 index month * fix(content): add missing mystery set name * fix(content): roll back erroneous month indexing * fix(tests): no 13th month, consider releases in schedule test * update gear strings * fix(seasonal): show quest modal * fix(seasonal): use category-item component * chore(subproj): update habitica-images --------- Co-authored-by: CuriousMagpie <eilatan@gmail.com>
This commit is contained in:
@@ -779,6 +779,18 @@ const armor = {
|
||||
fall2024Rogue: {
|
||||
set: 'fall2024BlackCatRogueSet',
|
||||
},
|
||||
winter2025Warrior: {
|
||||
set: 'winter2025MooseWarriorSet',
|
||||
},
|
||||
winter2025Mage: {
|
||||
set: 'winter2025AuroraMageSet',
|
||||
},
|
||||
winter2025Healer: {
|
||||
set: 'winter2025StringLightsHealerSet',
|
||||
},
|
||||
winter2025Rogue: {
|
||||
set: 'winter2025SnowRogueSet',
|
||||
},
|
||||
};
|
||||
|
||||
const armorStats = {
|
||||
@@ -1868,6 +1880,18 @@ const head = {
|
||||
fall2024Rogue: {
|
||||
set: 'fall2024BlackCatRogueSet',
|
||||
},
|
||||
winter2025Warrior: {
|
||||
set: 'winter2025MooseWarriorSet',
|
||||
},
|
||||
winter2025Mage: {
|
||||
set: 'winter2025AuroraMageSet',
|
||||
},
|
||||
winter2025Healer: {
|
||||
set: 'winter2025StringLightsHealerSet',
|
||||
},
|
||||
winter2025Rogue: {
|
||||
set: 'winter2025SnowRogueSet',
|
||||
},
|
||||
};
|
||||
|
||||
const headStats = {
|
||||
@@ -2558,6 +2582,15 @@ const shield = {
|
||||
fall2024Rogue: {
|
||||
set: 'fall2024BlackCatRogueSet',
|
||||
},
|
||||
winter2025Warrior: {
|
||||
set: 'winter2025MooseWarriorSet',
|
||||
},
|
||||
winter2025Healer: {
|
||||
set: 'winter2025StringLightsHealerSet',
|
||||
},
|
||||
winter2025Rogue: {
|
||||
set: 'winter2025SnowRogueSet',
|
||||
},
|
||||
};
|
||||
|
||||
const shieldStats = {
|
||||
@@ -3237,6 +3270,18 @@ const weapon = {
|
||||
fall2024Rogue: {
|
||||
set: 'fall2024BlackCatRogueSet',
|
||||
},
|
||||
winter2025Warrior: {
|
||||
set: 'winter2025MooseWarriorSet',
|
||||
},
|
||||
winter2025Mage: {
|
||||
set: 'winter2025AuroraMageSet',
|
||||
},
|
||||
winter2025Healer: {
|
||||
set: 'winter2025StringLightsHealerSet',
|
||||
},
|
||||
winter2025Rogue: {
|
||||
set: 'winter2025SnowRogueSet',
|
||||
},
|
||||
};
|
||||
|
||||
const weaponStats = {
|
||||
|
||||
Reference in New Issue
Block a user