mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-14 13:17:24 +01:00
Squashed commit of the following:
commitdeecf669d3Author: Kalista Payne <kalista@habitica.com> Date: Wed Aug 13 17:37:41 2025 -0500 fix(background): *inside* forest witchs cottage commit977ebb5b78Author: Kalista Payne <kalista@habitica.com> Date: Wed Aug 13 17:08:05 2025 -0500 feat(content): October and November releases commitfe46733a61Author: Kalista Payne <kalista@habitica.com> Date: Tue Aug 12 17:06:59 2025 -0500 fix(content): missing strings and release dates commitfd4d69be71Author: Kalista Payne <kalista@habitica.com> Date: Tue Aug 12 16:51:06 2025 -0500 chore(sprites): compile, update subproj commitc055213790Author: Kalista Payne <kalista@habitica.com> Date: Tue Aug 12 16:49:14 2025 -0500 feat(content): September 2025 Gala and monthly
This commit is contained in:
@@ -542,6 +542,21 @@ const armor = {
|
||||
str: 8,
|
||||
set: 'redWaistcoatSet',
|
||||
},
|
||||
softOrangeSuit: {
|
||||
con: 8,
|
||||
str: 8,
|
||||
set: 'orangeLoungewear',
|
||||
},
|
||||
blackPartyDress: {
|
||||
con: 7,
|
||||
int: 7,
|
||||
str: 7,
|
||||
set: 'blackHairbow',
|
||||
},
|
||||
blacksmithsApron: {
|
||||
con: 11,
|
||||
set: 'blacksmith',
|
||||
},
|
||||
};
|
||||
|
||||
const body = {
|
||||
@@ -1108,6 +1123,23 @@ const head = {
|
||||
int: 8,
|
||||
set: 'redWaistcoatSet',
|
||||
},
|
||||
floppyOrangeHat: {
|
||||
con: 4,
|
||||
int: 4,
|
||||
per: 4,
|
||||
str: 4,
|
||||
set: 'orangeLoungewear',
|
||||
},
|
||||
blackHairbow: {
|
||||
con: 5,
|
||||
int: 5,
|
||||
str: 5,
|
||||
set: 'blackHairbow',
|
||||
},
|
||||
blacksmithsGoggles: {
|
||||
per: 11,
|
||||
set: 'blacksmith',
|
||||
},
|
||||
};
|
||||
|
||||
const shield = {
|
||||
@@ -1481,6 +1513,11 @@ const shield = {
|
||||
int: 7,
|
||||
set: 'flyFishingSet',
|
||||
},
|
||||
softOrangePillow: {
|
||||
int: 8,
|
||||
per: 8,
|
||||
set: 'orangeLoungewear',
|
||||
},
|
||||
};
|
||||
|
||||
const headAccessory = {
|
||||
@@ -1996,6 +2033,10 @@ const weapon = {
|
||||
int: 12,
|
||||
set: 'beekeepersSet',
|
||||
},
|
||||
blacksmithsHammer: {
|
||||
str: 11,
|
||||
set: 'blacksmith',
|
||||
},
|
||||
};
|
||||
|
||||
const releaseDay = 7;
|
||||
|
||||
Reference in New Issue
Block a user