feat(content): Armoire and Backgrounds 2020-02

This commit is contained in:
Sabe Jones
2020-02-04 15:42:12 -06:00
parent 57b2166bde
commit b2cfeaf9bd
35 changed files with 117 additions and 12 deletions

View File

@@ -524,6 +524,16 @@ const armor = {
set: 'birthday',
canOwn: ownsItem('armor_armoire_layerCakeArmor'),
},
matchMakersApron: {
text: t('armorArmoireMatchMakersApronText'),
notes: t('armorArmoireMatchMakersApronNotes', { attrs: 7 }),
value: 100,
con: 7,
str: 7,
int: 7,
set: 'matchMaker',
canOwn: ownsItem('armor_armoire_matchMakersApron'),
},
};
const body = {
@@ -1071,6 +1081,14 @@ const head = {
set: 'birthday',
canOwn: ownsItem('head_armoire_frostedHelm'),
},
matchMakersBeret: {
text: t('headArmoireMatchMakersBeretText'),
notes: t('headArmoireMatchMakersBeretNotes', { con: 15 }),
value: 100,
con: 15,
set: 'matchMaker',
canOwn: ownsItem('head_armoire_matchMakersBeret'),
},
};
const shield = {
@@ -1366,6 +1384,14 @@ const shield = {
set: 'birthday',
canOwn: ownsItem('shield_armoire_birthdayBanner'),
},
perfectMatch: {
text: t('shieldArmoirePerfectMatchText'),
notes: t('shieldArmoirePerfectMatchNotes', { per: 15 }),
value: 100,
per: 15,
set: 'matchMaker',
canOwn: ownsItem('shield_armoire_perfectMatch'),
},
};
const headAccessory = {
@@ -1829,6 +1855,14 @@ const weapon = {
set: 'birthday',
canOwn: ownsItem('weapon_armoire_happyBanner'),
},
livelyMatch: {
text: t('weaponArmoireLivelyMatchText'),
notes: t('weaponArmoireLivelyMatchNotes', { str: 15 }),
value: 100,
str: 15,
set: 'matchMaker',
canOwn: ownsItem('weapon_armoire_livelyMatch'),
},
};
export {