mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(content): Armoire and Backgrounds April 2021
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user