mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
feat(content): Armoire and Backgrounds February 2021
This commit is contained in:
@@ -420,6 +420,11 @@ const backgrounds = {
|
||||
icicle_bridge: { },
|
||||
wintry_castle: { },
|
||||
},
|
||||
backgrounds022021: {
|
||||
flying_over_glacier: { },
|
||||
heart_shaped_bubbles: { },
|
||||
throne_room: { },
|
||||
},
|
||||
timeTravelBackgrounds: {
|
||||
airship: {
|
||||
price: 1,
|
||||
|
||||
@@ -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