feat(content): Armoire and BGs 2018/10

This commit is contained in:
Sabe Jones
2018-10-04 18:08:49 -05:00
parent 92a4ba93d2
commit b5c4618d56
28 changed files with 167 additions and 1 deletions

View File

@@ -731,6 +731,20 @@ let backgrounds = {
notes: t('backgroundCozyBarnNotes'),
},
},
backgrounds102018: {
bayou: {
text: t('backgroundBayouText'),
notes: t('backgroundBayouNotes'),
},
creepy_castle: {
text: t('backgroundCreepyCastleText'),
notes: t('backgroundCreepyCastleNotes'),
},
dungeon: {
text: t('backgroundDungeonText'),
notes: t('backgroundDungeonNotes'),
},
},
incentiveBackgrounds: {
violet: {
text: t('backgroundVioletText'),

View File

@@ -392,6 +392,14 @@ let armor = {
set: 'bookbinder',
canOwn: ownsItem('armor_armoire_coverallsOfBookbinding'),
},
robeOfSpades: {
text: t('armorArmoireRobeOfSpadesText'),
notes: t('armorArmoireRobeOfSpadesNotes', { str: 13 }),
value: 100,
str: 13,
set: 'aceOfSpades',
canOwn: ownsItem('armor_armoire_robeOfSpades'),
},
};
let body = {
@@ -836,6 +844,14 @@ let head = {
set: 'jeweledArcher',
canOwn: ownsItem('head_armoire_JeweledArcherHelm'),
},
veilOfSpades: {
text: t('headArmoireVeilOfSpadesText'),
notes: t('headArmoireVeilOfSpadesNotes', { per: 13 }),
value: 100,
per: 13,
set: 'aceOfSpades',
canOwn: ownsItem('head_armoire_veilOfSpades'),
},
};
let shield = {
@@ -1391,6 +1407,14 @@ let weapon = {
set: 'bookbinder',
canOwn: ownsItem('weapon_armoire_needleOfBookbinding'),
},
spearOfSpades: {
text: t('weaponArmoireSpearOfSpadesText'),
notes: t('weaponArmoireSpearOfSpadesNotes', { con: 13 }),
value: 100,
con: 13,
set: 'aceOfSpades',
canOwn: ownsItem('weapon_armoire_spearOfSpades'),
},
};
let armoireSet = {