mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
feat(content): Backgrounds and Armoire items
This commit is contained in:
@@ -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