Merge branch 'develop' into 2022-04-wacky-potion-quest

This commit is contained in:
SabreCat
2022-04-05 15:08:18 -05:00
54 changed files with 687 additions and 256 deletions

View File

@@ -490,6 +490,11 @@ const backgrounds = {
brick_wall_with_ivy: { },
flowering_prairie: { },
},
backgrounds042022: {
blossoming_trees: { },
flower_shop: { },
springtime_lake: { },
},
timeTravelBackgrounds: {
airship: {
price: 1,

View File

@@ -392,6 +392,10 @@ const armor = {
con: 7,
set: 'gardenerSet',
},
strawRaincoat: {
con: 9,
set: 'strawRaincoat',
},
};
const body = {
@@ -795,6 +799,10 @@ const head = {
per: 7,
set: 'gardenerSet',
},
strawRainHat: {
per: 9,
set: 'strawRaincoat',
},
};
const shield = {