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