feat(content): BGs and Armoire 201709

This commit is contained in:
SabreCat
2017-09-05 19:34:48 +00:00
parent 5a92ced288
commit 1812d1ba61
16 changed files with 84 additions and 8 deletions

View File

@@ -279,6 +279,16 @@ let armor = {
set: 'antiProcrastination',
canOwn: ownsItem('armor_armoire_antiProcrastinationArmor'),
},
farrierOutfit: {
text: t('armorArmoireFarrierOutfitText'),
notes: t('armorArmoireFarrierOutfitNotes', { attrs: 6 }),
value: 100,
con: 6,
int: 6,
per: 6,
set: 'farrier',
canOwn: ownsItem('armor_armoire_farrierOutfit'),
},
};
let eyewear = {
@@ -746,6 +756,16 @@ let shield = {
set: 'antiProcrastination',
canOwn: ownsItem('shield_armoire_antiProcrastinationShield'),
},
horseshoe: {
text: t('shieldArmoireHorseshoeText'),
notes: t('shieldArmoireHorseshoeNotes', { attrs: 6 }),
value: 100,
con: 6,
per: 6,
str: 6,
set: 'farrier',
canOwn: ownsItem('shield_armoire_horseshoe'),
},
};
let headAccessory = {
@@ -982,6 +1002,16 @@ let weapon = {
con: 8,
canOwn: ownsItem('weapon_armoire_battleAxe'),
},
hoofClippers: {
text: t('weaponArmoireHoofClippersText'),
notes: t('weaponArmoireHoofClippersNotes', { attrs: 6 }),
value: 100,
con: 6,
int: 6,
str: 6,
set: 'farrier',
canOwn: ownsItem('weapon_armoire_hoofClippers'),
},
};
let armoireSet = {