feat(content): Armoire and Backgrounds 2018/11

This commit is contained in:
Sabe Jones
2018-11-06 14:31:50 -06:00
parent 1ad9ba4e71
commit ccc3b4d337
27 changed files with 52 additions and 11 deletions

View File

@@ -745,6 +745,20 @@ let backgrounds = {
notes: t('backgroundDungeonNotes'),
},
},
backgrounds112018: {
back_alley: {
text: t('backgroundBackAlleyText'),
notes: t('backgroundBackAlleyNotes'),
},
glowing_mushroom_cave: {
text: t('backgroundGlowingMushroomCaveText'),
notes: t('backgroundGlowingMushroomCaveNotes'),
},
cozy_bedroom: {
text: t('backgroundCozyBedroomText'),
notes: t('backgroundCozyBedroomNotes'),
},
},
incentiveBackgrounds: {
violet: {
text: t('backgroundVioletText'),

View File

@@ -400,6 +400,15 @@ let armor = {
set: 'aceOfSpades',
canOwn: ownsItem('armor_armoire_robeOfSpades'),
},
softBlueSuit: {
text: t('armorArmoireSoftBlueSuitText'),
notes: t('armorArmoireSoftBlueSuitNotes', { int: 10, per: 5 }),
value: 100,
int: 10,
per: 5,
set: 'blueLoungewear',
canOwn: ownsItem('armor_armoire_softBlueSuit'),
},
};
let body = {
@@ -569,6 +578,7 @@ let head = {
per: 7,
int: 7,
con: 7,
set: 'blueLoungewear',
canOwn: ownsItem('head_armoire_blueFloppyHat'),
},
shepherdHeaddress: {
@@ -1065,6 +1075,14 @@ let shield = {
set: 'bookbinder',
canOwn: ownsItem('shield_armoire_unfinishedTome'),
},
softBluePillow: {
text: t('shieldArmoireSoftBluePillowText'),
notes: t('shieldArmoireSoftBluePillowNotes', { con: 10 }),
value: 100,
con: 10,
set: 'blueLoungewear',
canOwn: ownsItem('shield_armoire_softBluePillow'),
},
};
let headAccessory = {