Squashed commit of the following:

commit deecf669d3
Author: Kalista Payne <kalista@habitica.com>
Date:   Wed Aug 13 17:37:41 2025 -0500

    fix(background): *inside* forest witchs cottage

commit 977ebb5b78
Author: Kalista Payne <kalista@habitica.com>
Date:   Wed Aug 13 17:08:05 2025 -0500

    feat(content): October and November releases

commit fe46733a61
Author: Kalista Payne <kalista@habitica.com>
Date:   Tue Aug 12 17:06:59 2025 -0500

    fix(content): missing strings and release dates

commit fd4d69be71
Author: Kalista Payne <kalista@habitica.com>
Date:   Tue Aug 12 16:51:06 2025 -0500

    chore(sprites): compile, update subproj

commit c055213790
Author: 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:
Kalista Payne
2025-08-19 14:37:42 -05:00
parent 275b15b773
commit 5648092112
13 changed files with 401 additions and 14 deletions

View File

@@ -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;