feat(content): Armoire gear and Backgrounds for Nov 2021

This commit is contained in:
SabreCat
2021-11-04 11:52:00 -05:00
parent 65d2229e89
commit 0bc59f1c50
30 changed files with 85 additions and 0 deletions

View File

@@ -465,6 +465,11 @@ const backgrounds = {
haunted_photo: { },
undead_hands: { },
},
backgrounds112021: {
fortune_tellers_shop: { },
inside_a_potion_bottle: { },
spiral_staircase: { },
},
timeTravelBackgrounds: {
airship: {
price: 1,

View File

@@ -1347,6 +1347,58 @@ const weapon = {
skullLantern: {
int: 10,
},
potionBase: {
str: 3,
int: 3,
con: 3,
per: 3,
set: 'hatchingPotions',
},
potionBlue: {
int: 4,
con: 8,
set: 'hatchingPotions',
},
potionDesert: {
str: 4,
con: 8,
set: 'hatchingPotions',
},
potionGolden: {
str: 6,
int: 6,
set: 'hatchingPotions',
},
potionPink: {
int: 4,
con: 8,
set: 'hatchingPotions',
},
potionRed: {
str: 6,
con: 6,
set: 'hatchingPotions',
},
potionShade: {
int: 9,
per: 3,
set: 'hatchingPotions',
},
potionSkeleton: {
str: 9,
int: 3,
set: 'hatchingPotions',
},
potionWhite: {
con: 5,
per: 7,
set: 'hatchingPotions',
},
potionZombie: {
con: 4,
per: 8,
set: 'hatchingPotions',
},
};
forEach({