mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
March 2025 Content Build (#15392)
* build: March 2025 css, backgrounds, subscriber gear, armoire * build: March 2025 quests, seasonal gear, various fixes * fix: fix string * fix: fixes to string errors * fix: string fixes
This commit is contained in:
@@ -791,6 +791,18 @@ const armor = {
|
||||
winter2025Rogue: {
|
||||
set: 'winter2025SnowRogueSet',
|
||||
},
|
||||
spring2025Warrior: {
|
||||
set: 'spring2025SunshineWarriorSet',
|
||||
},
|
||||
spring2025Rogue: {
|
||||
set: 'spring2025CrystalPointRogueSet',
|
||||
},
|
||||
spring2025Healer: {
|
||||
set: 'spring2025PlumeriaHealerSet',
|
||||
},
|
||||
spring2025Mage: {
|
||||
set: 'spring2025MantisMageSet',
|
||||
},
|
||||
};
|
||||
|
||||
const armorStats = {
|
||||
@@ -1892,6 +1904,18 @@ const head = {
|
||||
winter2025Rogue: {
|
||||
set: 'winter2025SnowRogueSet',
|
||||
},
|
||||
spring2025Warrior: {
|
||||
set: 'spring2025SunshineWarriorSet',
|
||||
},
|
||||
spring2025Rogue: {
|
||||
set: 'spring2025CrystalPointRogueSet',
|
||||
},
|
||||
spring2025Healer: {
|
||||
set: 'spring2025PlumeriaHealerSet',
|
||||
},
|
||||
spring2025Mage: {
|
||||
set: 'spring2025MantisMageSet',
|
||||
},
|
||||
};
|
||||
|
||||
const headStats = {
|
||||
@@ -2591,6 +2615,17 @@ const shield = {
|
||||
winter2025Rogue: {
|
||||
set: 'winter2025SnowRogueSet',
|
||||
},
|
||||
spring2025Warrior: {
|
||||
set: 'spring2025SunshineWarriorSet',
|
||||
},
|
||||
spring2025Rogue: {
|
||||
set: 'spring2025CrystalPointRogueSet',
|
||||
text: t('shieldSpecialSpring2025RogueText'),
|
||||
notes: t('shieldSpecialSpring2025RogueNotes', { str: 8 }),
|
||||
},
|
||||
spring2025Healer: {
|
||||
set: 'spring2025PlumeriaHealerSet',
|
||||
},
|
||||
};
|
||||
|
||||
const shieldStats = {
|
||||
@@ -3282,6 +3317,18 @@ const weapon = {
|
||||
winter2025Rogue: {
|
||||
set: 'winter2025SnowRogueSet',
|
||||
},
|
||||
spring2025Warrior: {
|
||||
set: 'spring2025SunshineWarriorSet',
|
||||
},
|
||||
spring2025Rogue: {
|
||||
set: 'spring2025CrystalPointRogueSet',
|
||||
},
|
||||
spring2025Healer: {
|
||||
set: 'spring2025PlumeriaHealerSet',
|
||||
},
|
||||
spring2025Mage: {
|
||||
set: 'spring2025MantisMageSet',
|
||||
},
|
||||
};
|
||||
|
||||
const weaponStats = {
|
||||
|
||||
Reference in New Issue
Block a user