feat(content): Armoire and BGs 2017-01

This commit is contained in:
Sabe Jones
2017-01-03 21:35:23 +00:00
parent 03c4d82b7d
commit 13da92ea68
90 changed files with 27036 additions and 26848 deletions
@@ -437,6 +437,20 @@ let backgrounds = {
notes: t('backgroundWinterStorefrontNotes'),
},
},
backgrounds012017: {
blizzard: {
text: t('backgroundBlizzardText'),
notes: t('backgroundBlizzardNotes'),
},
sparkling_snowflake: {
text: t('backgroundSparklingSnowflakeText'),
notes: t('backgroundSparklingSnowflakeNotes'),
},
stoikalm_volcanoes: {
text: t('backgroundStoikalmVolcanoesText'),
notes: t('backgroundStoikalmVolcanoesNotes'),
},
},
incentiveBackgrounds: {
blue: {
text: t('backgroundBlueText'),
@@ -200,6 +200,15 @@ let armor = {
set: 'woodElf',
canOwn: ownsItem('armor_armoire_woodElfArmor'),
},
ramFleeceRobes: {
text: t('armorArmoireRamFleeceRobesText'),
notes: t('armorArmoireRamFleeceRobesNotes', { con: 9, str: 7 }),
value: 100,
con: 9,
str: 7,
set: 'ramBarbarian',
canOwn: ownsItem('armor_armoire_ramFleeceRobes'),
},
};
let eyewear = {
@@ -472,6 +481,15 @@ let head = {
set: 'woodElf',
canOwn: ownsItem('head_armoire_woodElfHelm'),
},
ramHeaddress: {
text: t('headArmoireRamHeaddressText'),
notes: t('headArmoireRamHeaddressNotes', { con: 9, per: 7 }),
value: 100,
con: 9,
per: 7,
set: 'ramBarbarian',
canOwn: ownsItem('head_armoire_ramHeaddress'),
},
};
let shield = {
@@ -540,6 +558,15 @@ let shield = {
set: 'falconer',
canOwn: ownsItem('shield_armoire_perchingFalcon'),
},
ramHornShield: {
text: t('shieldArmoireRamHornShieldText'),
notes: t('shieldArmoireRamHornShieldNotes', { attrs: 7 }),
value: 100,
str: 7,
con: 7,
set: 'ramBarbarian',
canOwn: ownsItem('shield_armoire_ramHornShield'),
},
};
let headAccessory = {