mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 21:57:22 +01:00
chore(content): prebuild July Enchanted Armoire and Backgrounds (#14108)
This commit is contained in:
@@ -505,6 +505,11 @@ const backgrounds = {
|
||||
mountain_waterfall: { },
|
||||
sailboat_at_sunset: { },
|
||||
},
|
||||
backgrounds072022: {
|
||||
bioluminescent_waves: { },
|
||||
underwater_cave: { },
|
||||
underwater_statues: { },
|
||||
},
|
||||
timeTravelBackgrounds: {
|
||||
airship: {
|
||||
price: 1,
|
||||
|
||||
@@ -396,6 +396,11 @@ const armor = {
|
||||
con: 9,
|
||||
set: 'strawRaincoat',
|
||||
},
|
||||
fancyPirateSuit: {
|
||||
con: 4,
|
||||
int: 4,
|
||||
set: 'fancyPirate',
|
||||
},
|
||||
};
|
||||
|
||||
const body = {
|
||||
@@ -803,6 +808,10 @@ const head = {
|
||||
per: 9,
|
||||
set: 'strawRaincoat',
|
||||
},
|
||||
fancyPirateHat: {
|
||||
per: 8,
|
||||
set: 'fancyPirate',
|
||||
},
|
||||
};
|
||||
|
||||
const shield = {
|
||||
@@ -1086,6 +1095,11 @@ const shield = {
|
||||
int: 6,
|
||||
set: 'musicalInstrumentOne',
|
||||
},
|
||||
treasureMap: {
|
||||
int: 4,
|
||||
str: 4,
|
||||
set: 'fancyPirate',
|
||||
},
|
||||
};
|
||||
|
||||
const headAccessory = {
|
||||
|
||||
Reference in New Issue
Block a user