mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
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:
@@ -635,6 +635,9 @@ const backgrounds = {
|
||||
backgrounds102024: {
|
||||
surrounded_by_ghosts: { },
|
||||
},
|
||||
backgrounds112024: {
|
||||
castle_hall_with_hearth: { },
|
||||
},
|
||||
eventBackgrounds: {
|
||||
birthday_bash: {
|
||||
price: 0,
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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: { },
|
||||
|
||||
Reference in New Issue
Block a user