Merge branch 'release' into 2023-09-pet-quest-bundle

This commit is contained in:
SabreCat
2023-09-12 09:42:48 -05:00
32 changed files with 442 additions and 88 deletions
@@ -575,6 +575,11 @@ const backgrounds = {
dreamy_island: { },
rock_garden: { },
},
backgrounds092023: {
moving_day: { },
covered_bridge_in_autumn: { },
baobab_forest: { },
},
eventBackgrounds: {
birthday_bash: {
price: 0,
@@ -1233,6 +1233,11 @@ const shield = {
str: 7,
set: 'painters',
},
bucket: {
str: 4,
int: 4,
set: 'cleaningSuppliesTwo',
},
};
const headAccessory = {
@@ -1679,6 +1684,16 @@ const weapon = {
int: 8,
set: 'painters',
},
mop: {
con: 4,
per: 4,
set: 'cleaningSuppliesTwo',
},
cleaningCloth: {
str: 4,
con: 4,
set: 'cleaningSuppliesTwo',
},
};
forEach({
@@ -102,6 +102,7 @@ const back = {
202301: { },
202302: { },
202305: { },
202309: { },
};
const body = {
@@ -240,6 +241,7 @@ const headAccessory = {
202307: { },
202302: { },
202305: { },
202309: { },
301405: { },
};