chore: 2025-08 content build
This commit is contained in:
@@ -662,6 +662,9 @@ const backgrounds = {
|
||||
backgrounds072025: {
|
||||
sirens_lair: { },
|
||||
},
|
||||
backgrounds082025: {
|
||||
sunny_street_with_shops: { },
|
||||
},
|
||||
eventBackgrounds: {
|
||||
birthday_bash: {
|
||||
price: 0,
|
||||
|
||||
@@ -22,6 +22,7 @@ export const ARMOIRE_RELEASE_DATES = {
|
||||
gildedKnightSet: { year: 2025, month: 5 },
|
||||
beekeepersSet: { year: 2025, month: 6 },
|
||||
flyFishingSet: { year: 2025, month: 7 },
|
||||
redWaistcoatSet: { year: 2025, mont: 8 },
|
||||
};
|
||||
|
||||
export const EGGS_RELEASE_DATES = {
|
||||
|
||||
@@ -537,6 +537,11 @@ const armor = {
|
||||
con: 7,
|
||||
set: 'flyFishingSet',
|
||||
},
|
||||
redWaistcoat: {
|
||||
con: 8,
|
||||
str: 8,
|
||||
set: 'redWaistcoatSet',
|
||||
},
|
||||
};
|
||||
|
||||
const body = {
|
||||
@@ -1098,6 +1103,11 @@ const head = {
|
||||
per: 7,
|
||||
set: 'flyFishingSet',
|
||||
},
|
||||
redNewsieHat: {
|
||||
per: 8,
|
||||
int: 8,
|
||||
set: 'redWaistcoatSet',
|
||||
},
|
||||
};
|
||||
|
||||
const shield = {
|
||||
|
||||
@@ -297,6 +297,7 @@ const shield = {
|
||||
202501: { },
|
||||
202502: { },
|
||||
202506: { },
|
||||
202508: { },
|
||||
301405: { },
|
||||
301704: { },
|
||||
};
|
||||
@@ -322,6 +323,7 @@ const weapon = {
|
||||
202403: { },
|
||||
202404: { twoHanded: true },
|
||||
202408: { },
|
||||
202508: { },
|
||||
301404: { },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user