mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 05:37:22 +01:00
May 2025 Content Build (#15422)
* chore: May 2025 subscriber gear, background, and armoire gear * chore: May 2025 pet and hatching potion quests, stylesheet update * fix: add space to pet quest rage description * Update backgrounds.json fix(typo): missing fullstop --------- Co-authored-by: Kalista Payne <sabrecat@gmail.com>
This commit is contained in:
@@ -524,6 +524,10 @@ const armor = {
|
||||
str: 12,
|
||||
set: 'sillierTuxedoSet',
|
||||
},
|
||||
gildedKnightsPlate: {
|
||||
per: 11,
|
||||
set: 'gildedKnightSet',
|
||||
},
|
||||
};
|
||||
|
||||
const body = {
|
||||
@@ -1072,6 +1076,10 @@ const head = {
|
||||
con: 6,
|
||||
set: 'sillierTuxedoSet',
|
||||
},
|
||||
gildedKnightsHelm: {
|
||||
con: 11,
|
||||
set: 'gildedKnightSet',
|
||||
},
|
||||
};
|
||||
|
||||
const shield = {
|
||||
@@ -1943,6 +1951,10 @@ const weapon = {
|
||||
str: 11,
|
||||
set: 'stormKnightSet',
|
||||
},
|
||||
gildedKnightsSpear: {
|
||||
str: 11,
|
||||
set: 'gildedKnightSet',
|
||||
},
|
||||
};
|
||||
|
||||
const releaseDay = 7;
|
||||
|
||||
Reference in New Issue
Block a user