feat(content): Armoire and Backgrounds April 2021

This commit is contained in:
Sabe Jones
2021-04-06 17:09:13 -05:00
parent f61beee9e9
commit 8707c80dc1
22 changed files with 47 additions and 2 deletions

View File

@@ -350,6 +350,10 @@ const armor = {
per: 8,
set: 'jadeWarrior',
},
clownsMotley: {
str: 7,
set: 'clown',
},
};
const body = {
@@ -362,6 +366,13 @@ const body = {
int: 12,
set: 'lifeguard',
},
clownsBowtie: {
str: 2,
int: 2,
con: 2,
per: 2,
set: 'clown',
},
};
const eyewear = {
@@ -373,6 +384,9 @@ const eyewear = {
goofyGlasses: {
per: 10,
},
clownsNose: {
int: 5,
},
};
const head = {
@@ -700,6 +714,10 @@ const head = {
con: 8,
set: 'jadeWarrior',
},
clownsWig: {
con: 5,
set: 'clown',
},
};
const shield = {
@@ -898,6 +916,10 @@ const shield = {
con: 6,
set: 'pinkLoungewear',
},
clownsBalloons: {
per: 5,
set: 'clown',
},
};
const headAccessory = {