November Content Update (#15342)

* add sprites

* November 2024 Content Release

* update November content

* chore(git): reset spritesheet

* updated spritesheet

* fix(backgrounds): typo

---------

Co-authored-by: Kalista Payne <sabrecat@gmail.com>
This commit is contained in:
Natalie
2024-10-23 10:49:35 -04:00
committed by GitHub
parent 7351c16578
commit f1993db0fa
9 changed files with 75 additions and 2 deletions

View File

@@ -635,6 +635,9 @@ const backgrounds = {
backgrounds102024: {
surrounded_by_ghosts: { },
},
backgrounds112024: {
castle_hall_with_hearth: { },
},
eventBackgrounds: {
birthday_bash: {
price: 0,

View File

@@ -12,6 +12,7 @@ export const ARMOIRE_RELEASE_DATES = {
dragonKnightSet: { year: 2024, month: 8 },
funnyFoolSet: { year: 2024, month: 9 },
frightNightSet: { year: 2024, month: 10 },
stormKnightSet: { year: 2024, month: 11 },
};
export const EGGS_RELEASE_DATES = {

View File

@@ -498,6 +498,10 @@ const armor = {
str: 15,
set: 'funnyFoolSet',
},
stormKnightArmor: {
per: 11,
set: 'stormKnightSet',
},
};
const body = {
@@ -1019,6 +1023,10 @@ const head = {
con: 15,
set: 'funnyFoolSet',
},
stormKnightHelm: {
con: 11,
set: 'stormKnightSet',
},
};
const shield = {
@@ -1877,6 +1885,10 @@ const weapon = {
int: 10,
set: 'frightNightSet',
},
stormKnightAxe: {
str: 11,
set: 'stormKnightSet',
},
};
const releaseDay = 7;

View File

@@ -122,6 +122,7 @@ const body = {
202003: { },
202008: { },
202107: { },
202411: { },
};
const eyewear = {
@@ -230,6 +231,7 @@ const head = {
202406: { },
202407: { },
202409: { },
202411: { },
301404: { },
301405: { },
301703: { },