Merge remote-tracking branch 'CuriousMagpie/2022-02-backgrounds-armoire' into develop

This commit is contained in:
SabreCat
2022-02-07 10:51:23 -06:00
6 changed files with 37 additions and 3 deletions
@@ -480,6 +480,11 @@ const backgrounds = {
palm_tree_with_fairy_lights: { },
snowy_farm: { },
},
backgrounds022022: {
winter_waterfall: { },
orange_grove: { },
iridescent_clouds: { },
},
timeTravelBackgrounds: {
airship: {
price: 1,
@@ -383,6 +383,11 @@ const armor = {
con: 10,
set: 'shootingStar',
},
softVioletSuit: {
con: 7,
str: 7,
set: 'violetLoungewear',
},
};
const body = {
@@ -437,6 +442,7 @@ const head = {
per: 5,
int: 5,
con: 5,
set: 'violetLoungewear',
},
gladiatorHelm: {
notes: t('headArmoireGladiatorHelmNotes', { per: 7, int: 7 }),
@@ -1046,6 +1052,10 @@ const shield = {
per: 5,
set: 'blackLoungewear',
},
softVioletPillow: {
int: 10,
set: 'violetLoungewear',
},
};
const headAccessory = {
@@ -1421,6 +1431,11 @@ const weapon = {
set: 'shootingStar',
twoHanded: true,
},
pinkLongbow: {
per: 6,
str: 5,
twoHanded: true,
},
};
forEach({