Merge branch 'develop' into sabrecat/winter-2021

This commit is contained in:
Sabe Jones
2020-12-08 15:17:34 -06:00
129 changed files with 23674 additions and 23124 deletions

View File

@@ -410,6 +410,11 @@ const backgrounds = {
resting_in_the_inn: { },
river_of_lava: { },
},
backgrounds122020: {
gingerbread_house: { },
holiday_hearth: { },
inside_an_ornament: { },
},
timeTravelBackgrounds: {
airship: {
price: 1,

View File

@@ -334,6 +334,10 @@ const armor = {
con: 10,
set: 'jackOfClubs',
},
dressingGown: {
con: 12,
set: 'dressingGown',
},
};
const body = {
@@ -668,6 +672,10 @@ const head = {
int: 10,
set: 'jackOfClubs',
},
nightcap: {
per: 12,
set: 'dressingGown',
},
};
const shield = {
@@ -1143,6 +1151,10 @@ const weapon = {
str: 10,
set: 'jackOfClubs',
},
eveningTea: {
int: 12,
set: 'dressingGown',
},
};
forEach({