mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +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:
@@ -511,6 +511,11 @@ const armor = {
|
||||
int: 6,
|
||||
set: 'snowyTrapperSet',
|
||||
},
|
||||
springPetalYukata: {
|
||||
con: 8,
|
||||
str: 8,
|
||||
set: 'springPetalSet',
|
||||
},
|
||||
};
|
||||
|
||||
const body = {
|
||||
@@ -1408,6 +1413,11 @@ const shield = {
|
||||
per: 14,
|
||||
set: 'fancyFloralSet',
|
||||
},
|
||||
springPetalUchiwa: {
|
||||
int: 8,
|
||||
per: 8,
|
||||
set: 'springPetalSet',
|
||||
},
|
||||
};
|
||||
|
||||
const headAccessory = {
|
||||
|
||||
Reference in New Issue
Block a user