mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(content): armoire/bgs
This commit is contained in:
@@ -385,6 +385,11 @@ const backgrounds = {
|
||||
salt_lake: { },
|
||||
viking_ship: { },
|
||||
},
|
||||
backgrounds072020: {
|
||||
beach_cabana: { },
|
||||
swimming_among_jellyfish: { },
|
||||
underwater_ruins: { },
|
||||
},
|
||||
timeTravelBackgrounds: {
|
||||
airship: {
|
||||
price: 1,
|
||||
|
||||
@@ -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