mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
feat(content): Backgrounds and Armoire items
This commit is contained in:
@@ -395,6 +395,11 @@ const backgrounds = {
|
||||
jungle_canopy: { },
|
||||
productivity_plaza: { },
|
||||
},
|
||||
backgrounds092020: {
|
||||
flying_over_an_autumn_forest: { },
|
||||
giant_autumn_leaf: { },
|
||||
herding_sheep_in_autumn: { },
|
||||
},
|
||||
timeTravelBackgrounds: {
|
||||
airship: {
|
||||
price: 1,
|
||||
|
||||
@@ -322,6 +322,10 @@ const armor = {
|
||||
int: 7,
|
||||
set: 'herbalist',
|
||||
},
|
||||
guardiansGown: {
|
||||
int: 7,
|
||||
set: 'grazerGuardian',
|
||||
},
|
||||
};
|
||||
|
||||
const body = {
|
||||
@@ -644,6 +648,10 @@ const head = {
|
||||
int: 9,
|
||||
set: 'herbalist',
|
||||
},
|
||||
guardiansBonnet: {
|
||||
con: 8,
|
||||
set: 'grazerGuardian',
|
||||
},
|
||||
};
|
||||
|
||||
const shield = {
|
||||
@@ -1103,6 +1111,10 @@ const weapon = {
|
||||
str: 8,
|
||||
set: 'pirate',
|
||||
},
|
||||
guardiansCrook: {
|
||||
str: 10,
|
||||
set: 'grazerGuardian',
|
||||
},
|
||||
};
|
||||
|
||||
forEach({
|
||||
|
||||
Reference in New Issue
Block a user