feat(content): Armoire and BGs

This commit is contained in:
Sabe Jones
2019-02-05 15:42:33 -06:00
parent 3c948beb84
commit 6ab3bac96c
22 changed files with 70 additions and 12 deletions

View File

@@ -436,6 +436,14 @@ let armor = {
set: 'scribe',
canOwn: ownsItem('armor_armoire_scribesRobe'),
},
chefsJacket: {
text: t('armorArmoireChefsJacketText'),
notes: t('armorArmoireChefsJacketNotes', { int: 10 }),
value: 100,
int: 10,
set: 'chef',
canOwn: ownsItem('armor_armoire_chefsJacket'),
},
};
let body = {
@@ -891,6 +899,14 @@ let head = {
set: 'aceOfSpades',
canOwn: ownsItem('head_armoire_veilOfSpades'),
},
toqueBlanche: {
text: t('headArmoireToqueBlancheText'),
notes: t('headArmoireToqueBlancheNotes', { per: 10 }),
value: 100,
per: 10,
set: 'chef',
canOwn: ownsItem('head_armoire_toqueBlanche'),
},
};
let shield = {
@@ -1138,6 +1154,14 @@ let shield = {
set: 'scribe',
canOwn: ownsItem('shield_armoire_mightyQuill'),
},
mightyPizza: {
text: t('shieldArmoireMightyPizzaText'),
notes: t('shieldArmoireMightyPizzaNotes', { per: 8 }),
value: 100,
per: 8,
set: 'chef',
canOwn: ownsItem('shield_armoire_mightyPizza'),
},
};
let headAccessory = {
@@ -1496,6 +1520,14 @@ let weapon = {
set: 'scribe',
canOwn: ownsItem('weapon_armoire_arcaneScroll'),
},
chefsSpoon: {
text: t('weaponArmoireChefsSpoonText'),
notes: t('weaponArmoireChefsSpoonNotes', { int: 8 }),
value: 100,
int: 8,
set: 'chef',
canOwn: ownsItem('weapon_armoire_chefsSpoon'),
},
};
let armoireSet = {