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

@@ -665,6 +665,15 @@ const backgrounds = {
backgrounds082025: {
sunny_street_with_shops: { },
},
backgrounds092025: {
autumn_swamp: { },
},
backgrounds102025: {
inside_forest_witchs_cottage: { },
},
backgrounds112025: {
castle_keep_with_banners: { },
},
eventBackgrounds: {
birthday_bash: {
price: 0,

View File

@@ -23,6 +23,9 @@ export const ARMOIRE_RELEASE_DATES = {
beekeepersSet: { year: 2025, month: 6 },
flyFishingSet: { year: 2025, month: 7 },
redWaistcoatSet: { year: 2025, month: 8 },
orangeLoungewear: { year: 2025, month: 9 },
blackHairbow: { year: 2025, month: 10 },
blacksmith: { year: 2025, month: 11 },
};
export const EGGS_RELEASE_DATES = {

View File

@@ -248,6 +248,11 @@ const SEASONAL_SETS = {
'fall2024UnderworldSorcerorMageSet',
'fall2024SpaceInvaderHealerSet',
'fall2024BlackCatRogueSet',
'fall2025SasquatchWarriorSet',
'fall2025MaskedGhostMageSet',
'fall2025KoboldHealerSet',
'fall2025SkeletonRogueSet',
],
};

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;

View File

@@ -70,6 +70,7 @@ const armor = {
202412: { },
202502: { },
202504: { },
202509: { },
301404: { },
301703: { },
301704: { },
@@ -117,6 +118,7 @@ const back = {
202505: { },
202506: { },
202507: { },
202510: { },
};
const body = {
@@ -129,6 +131,7 @@ const body = {
202008: { },
202107: { },
202411: { },
202509: { },
};
const eyewear = {
@@ -149,6 +152,7 @@ const eyewear = {
202312: { },
202406: { },
202503: { },
202510: { },
301404: { },
301405: { },
301703: { },
@@ -298,6 +302,7 @@ const shield = {
202502: { },
202506: { },
202508: { },
202511: { },
301405: { },
301704: { },
};
@@ -324,6 +329,7 @@ const weapon = {
202404: { twoHanded: true },
202408: { },
202508: { },
202511: { },
301404: { },
};

View File

@@ -815,6 +815,18 @@ const armor = {
summer2025Mage: {
set: 'summer2025FairyWrasseMageSet',
},
fall2025Warrior: {
set: 'fall2025SasquatchWarriorSet',
},
fall2025Mage: {
set: 'fall2025MaskedGhostMageSet',
},
fall2025Healer: {
set: 'fall2025KoboldHealerSet',
},
fall2025Rogue: {
set: 'fall2025SkeletonRogueSet',
},
};
const armorStats = {
@@ -1940,6 +1952,18 @@ const head = {
summer2025Mage: {
set: 'summer2025FairyWrasseMageSet',
},
fall2025Warrior: {
set: 'fall2025SasquatchWarriorSet',
},
fall2025Mage: {
set: 'fall2025MaskedGhostMageSet',
},
fall2025Healer: {
set: 'fall2025KoboldHealerSet',
},
fall2025Rogue: {
set: 'fall2025SkeletonRogueSet',
},
};
const headStats = {
@@ -2655,12 +2679,21 @@ const shield = {
},
summer2025Rogue: {
set: 'summer2025SquidRogueSet',
text: t('shieldSpecialSummer2025RogueText'),
notes: t('shieldSpecialSummer2025RogueNotes', { str: 8 }),
},
summer2025Healer: {
set: 'summer2025SeaAngelHealerSet',
},
fall2025Warrior: {
set: 'fall2025SasquatchWarriorSet',
},
fall2025Healer: {
set: 'fall2025KoboldHealerSet',
},
fall2025Rogue: {
set: 'fall2025SkeletonRogueSet',
notes: t('shieldSpecialFall2025RogueNotes', { str: 8 }),
},
};
const shieldStats = {
@@ -3376,6 +3409,18 @@ const weapon = {
summer2025Mage: {
set: 'summer2025FairyWrasseMageSet',
},
fall2025Warrior: {
set: 'fall2025SasquatchWarriorSet',
},
fall2025Mage: {
set: 'fall2025MaskedGhostMageSet',
},
fall2025Healer: {
set: 'fall2025KoboldHealerSet',
},
fall2025Rogue: {
set: 'fall2025SkeletonRogueSet',
},
};
const weaponStats = {