mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
feat(content): armoire/bgs
This commit is contained in:
@@ -312,6 +312,11 @@ const armor = {
|
||||
con: 6,
|
||||
set: 'fiddler',
|
||||
},
|
||||
pirateOutfit: {
|
||||
con: 4,
|
||||
int: 4,
|
||||
set: 'pirate',
|
||||
},
|
||||
};
|
||||
|
||||
const body = {
|
||||
@@ -807,6 +812,10 @@ const shield = {
|
||||
con: 12,
|
||||
set: 'lifeguard',
|
||||
},
|
||||
piratesCompanion: {
|
||||
per: 8,
|
||||
set: 'pirate',
|
||||
},
|
||||
};
|
||||
|
||||
const headAccessory = {
|
||||
@@ -1077,6 +1086,10 @@ const weapon = {
|
||||
per: 12,
|
||||
set: 'lifeguard',
|
||||
},
|
||||
handyHook: {
|
||||
str: 8,
|
||||
set: 'pirate',
|
||||
},
|
||||
};
|
||||
|
||||
forEach({
|
||||
|
||||
Reference in New Issue
Block a user