mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 21:57:22 +01:00
May 2022 Backgrounds and Enchanted Armoire (#13966)
* 2022-05 backgrounds and enchanted armoire images * 2022-05 backgrounds and enchanted * chore(sprites): compile also fix a few string typos Co-authored-by: SabreCat <sabe@habitica.com>
This commit is contained in:
@@ -495,6 +495,11 @@ const backgrounds = {
|
||||
flower_shop: { },
|
||||
springtime_lake: { },
|
||||
},
|
||||
backgrounds052022: {
|
||||
on_a_castle_wall: { },
|
||||
enchanted_music_room: { },
|
||||
castle_gate: { },
|
||||
},
|
||||
timeTravelBackgrounds: {
|
||||
airship: {
|
||||
price: 1,
|
||||
|
||||
@@ -1076,6 +1076,16 @@ const shield = {
|
||||
str: 8,
|
||||
set: 'gardenerSet',
|
||||
},
|
||||
spanishGuitar: {
|
||||
per: 5, // this might need to go back to 6
|
||||
int: 6,
|
||||
set: 'musicalInstrumentOne',
|
||||
},
|
||||
snareDrum: {
|
||||
con: 5,
|
||||
int: 6,
|
||||
set: 'musicalInstrumentOne',
|
||||
},
|
||||
};
|
||||
|
||||
const headAccessory = {
|
||||
@@ -1460,6 +1470,11 @@ const weapon = {
|
||||
int: 8,
|
||||
set: 'gardenerSet',
|
||||
},
|
||||
huntingHorn: {
|
||||
str: 5,
|
||||
int: 6,
|
||||
set: 'musicalInstrumentOne',
|
||||
},
|
||||
};
|
||||
|
||||
forEach({
|
||||
|
||||
Reference in New Issue
Block a user