mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
Update: Dec 2021 Background and Armoire Items
This commit is contained in:
@@ -470,6 +470,11 @@ const backgrounds = {
|
||||
inside_a_potion_bottle: { },
|
||||
spiral_staircase: { },
|
||||
},
|
||||
backgrounds122021: {
|
||||
winter_canyon: { },
|
||||
ice_palace: { },
|
||||
frozen_polar_waters: { },
|
||||
},
|
||||
timeTravelBackgrounds: {
|
||||
airship: {
|
||||
price: 1,
|
||||
|
||||
@@ -769,6 +769,10 @@ const head = {
|
||||
str: 7,
|
||||
set: 'blackLoungewear',
|
||||
},
|
||||
regalCrown: {
|
||||
int: 7,
|
||||
set: 'regal',
|
||||
},
|
||||
};
|
||||
|
||||
const shield = {
|
||||
@@ -1399,6 +1403,11 @@ const weapon = {
|
||||
per: 8,
|
||||
set: 'hatchingPotions',
|
||||
},
|
||||
regalSceptre: {
|
||||
per: 7,
|
||||
twoHanded: true,
|
||||
set: 'regal',
|
||||
},
|
||||
};
|
||||
|
||||
forEach({
|
||||
|
||||
Reference in New Issue
Block a user