backgrounds and Armoire 2016-11 (#8178)

* feat(content): backgrounds and Armoire 2016-11

* chore(event): November Take This migration

* chore(news): Bailey
This commit is contained in:
Sabe Jones
2016-11-02 18:27:32 -05:00
committed by GitHub
parent e65277baa5
commit 35b9ed6273
16 changed files with 169 additions and 20 deletions

View File

@@ -174,6 +174,24 @@ let armor = {
set: 'ogre',
canOwn: ownsItem('armor_armoire_ogreArmor'),
},
ironBlueArcherArmor: {
text: t('armorArmoireIronBlueArcherArmorText'),
notes: t('armorArmoireIronBlueArcherArmorNotes', { str: 12 }),
value: 100,
str: 12,
set: 'blueArcher',
canOwn: ownsItem('armor_armoire_ironBlueArcherArmor'),
},
redPartyDress: {
text: t('armorArmoireRedPartyDressText'),
notes: t('armorArmoireRedPartyDressNotes', { attrs: 7 }),
value: 100,
str: 7,
con: 7,
int: 7,
set: 'redHairbow',
canOwn: ownsItem('armor_armoire_redPartyDress'),
},
};
let eyewear = {
@@ -203,6 +221,7 @@ let head = {
str: 5,
int: 5,
con: 5,
set: 'redHairbow',
canOwn: ownsItem('head_armoire_redHairbow'),
},
violetFloppyHat: {
@@ -429,6 +448,14 @@ let head = {
set: 'ogre',
canOwn: ownsItem('head_armoire_ogreMask'),
},
ironBlueArcherHelm: {
text: t('headArmoireIronBlueArcherHelmText'),
notes: t('headArmoireIronBlueArcherHelmNotes', { con: 9 }),
value: 100,
con: 9,
set: 'blueArcher',
canOwn: ownsItem('head_armoire_ironBlueArcherHelm'),
},
};
let shield = {
@@ -599,6 +626,7 @@ let weapon = {
con: 8,
str: 7,
twoHanded: true,
set: 'blueArcher',
canOwn: ownsItem('weapon_armoire_blueLongbow'),
},
glowingSpear: {