update(content): 2024-04 content prebuild (#15176)

* update(content): starting april prebuild

* update(content): april prebuild

* update(content): april prebuild
This commit is contained in:
Natalie
2024-03-21 16:25:33 -04:00
committed by GitHub
parent 515b62d1ce
commit 64f5c170d0
7 changed files with 221 additions and 1 deletions
@@ -612,6 +612,11 @@ const plannedBackgrounds = {
dog_park: { },
rainy_rainforest: { },
},
backgrounds042024: {
forest_sunset: { },
wall_flowering_vines: { },
container_garden: { },
},
eventBackgrounds: {
birthday_bash: {
price: 0,
@@ -661,6 +666,7 @@ const releaseDates = {
backgrounds012024: '2024-01-04T08:00-05:00',
backgrounds022024: '2024-02-06T08:00-05:00',
backgrounds032024: '2024-03-05T08:00-05:00',
backgrounds042024: '2023-04-04T00:00-04:00',
};
const flat = {};
@@ -466,6 +466,11 @@ const armor = {
con: 9,
set: 'hatterSet',
},
smileyShirt: {
int: 4,
per: 4,
set: 'optimistSet',
},
};
const body = {
@@ -545,6 +550,10 @@ const eyewear = {
per: 10,
set: 'jewelers',
},
roseColoredGlasses: {
per: 8,
set: 'optimistSet',
},
};
const head = {
@@ -1303,6 +1312,13 @@ const shield = {
int: 9,
set: 'hatterSet',
},
happyThoughts: {
int: 4,
per: 4,
con: 4,
str: 4,
set: 'optimistSet',
},
};
const headAccessory = {
@@ -1776,6 +1792,11 @@ const weapon = {
str: 10,
set: 'hatterSet',
},
optimistsClover: {
str: 4,
con: 4,
set: 'optimistSet',
},
};
const releaseDates = {
@@ -1785,6 +1806,7 @@ const releaseDates = {
schoolUniform: '2024-01-04T08:00-05:00',
whiteLoungeWear: '2024-02-06T08:00-05:00',
hatterSet: '2024-03-05T08:00-05:00',
optimistSet: '2024-03-05T00:00-05:00',
};
forEach({
@@ -221,6 +221,7 @@ const head = {
202312: { },
202402: { },
202403: { },
202404: { },
301404: { },
301405: { },
301703: { },
@@ -288,6 +289,7 @@ const weapon = {
202306: { },
202311: { },
202403: { },
202404: { twoHanded: true },
301404: { },
};