2022-05 backgrounds and enchanted
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