mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 21:27:23 +01:00
April 2025 content build (#15411)
* chore: April 2025 CSS * chore: April 2025 subscriber and armoire items, backgrounds * chore: Update April 2025 subscriber items * chore: April 2025 CSS fix * chore: April 2025 pet quest and magic hatching potion * fix: April 2025 fixes * fix: typo * fix: typo * fix(typo): whitespace --------- Co-authored-by: Kalista Payne <sabrecat@gmail.com>
This commit is contained in:
@@ -516,6 +516,14 @@ const armor = {
|
||||
str: 8,
|
||||
set: 'springPetalSet',
|
||||
},
|
||||
sillyOrangeTuxedo: {
|
||||
con: 12,
|
||||
set: 'sillyTuxedoSet',
|
||||
},
|
||||
sillierBlueTuxedo: {
|
||||
str: 12,
|
||||
set: 'sillierTuxedoSet',
|
||||
},
|
||||
};
|
||||
|
||||
const body = {
|
||||
@@ -1054,6 +1062,16 @@ const head = {
|
||||
int: 14,
|
||||
set: 'fancyFloralSet',
|
||||
},
|
||||
sillyOrangeTophat: {
|
||||
str: 6,
|
||||
con: 6,
|
||||
set: 'sillyTuxedoSet',
|
||||
},
|
||||
sillierBlueTophat: {
|
||||
str: 6,
|
||||
con: 6,
|
||||
set: 'sillierTuxedoSet',
|
||||
},
|
||||
};
|
||||
|
||||
const shield = {
|
||||
|
||||
Reference in New Issue
Block a user