feat(content): Armoire and Backgrounds February 2021

This commit is contained in:
Sabe Jones
2021-02-02 17:07:10 -06:00
parent 217cf493ec
commit 10f4884505
14 changed files with 32 additions and 0 deletions

View File

@@ -420,6 +420,11 @@ const backgrounds = {
icicle_bridge: { },
wintry_castle: { },
},
backgrounds022021: {
flying_over_glacier: { },
heart_shaped_bubbles: { },
throne_room: { },
},
timeTravelBackgrounds: {
airship: {
price: 1,

View File

@@ -342,6 +342,10 @@ const armor = {
con: 8,
set: 'blueMoon',
},
softPinkSuit: {
per: 12,
set: 'pinkLoungewear',
},
};
const body = {
@@ -684,6 +688,10 @@ const head = {
int: 8,
set: 'blueMoon',
},
pinkFloppyHat: {
int: 12,
set: 'pinkLoungewear',
},
};
const shield = {
@@ -877,6 +885,11 @@ const shield = {
per: 8,
set: 'blueMoon',
},
softPinkPillow: {
str: 6,
con: 6,
set: 'pinkLoungewear',
},
};
const headAccessory = {