feat(content): backgrounds and Armoire Feb 2017
This commit is contained in:
@@ -451,6 +451,20 @@ let backgrounds = {
|
||||
notes: t('backgroundStoikalmVolcanoesNotes'),
|
||||
},
|
||||
},
|
||||
backgrounds022017: {
|
||||
bell_tower: {
|
||||
text: t('backgroundBellTowerText'),
|
||||
notes: t('backgroundBellTowerNotes'),
|
||||
},
|
||||
treasure_room: {
|
||||
text: t('backgroundTreasureRoomText'),
|
||||
notes: t('backgroundTreasureRoomNotes'),
|
||||
},
|
||||
wedding_arch: {
|
||||
text: t('backgroundWeddingArchText'),
|
||||
notes: t('backgroundWeddingArchNotes'),
|
||||
},
|
||||
},
|
||||
incentiveBackgrounds: {
|
||||
blue: {
|
||||
text: t('backgroundBlueText'),
|
||||
|
||||
@@ -209,6 +209,14 @@ let armor = {
|
||||
set: 'ramBarbarian',
|
||||
canOwn: ownsItem('armor_armoire_ramFleeceRobes'),
|
||||
},
|
||||
gownOfHearts: {
|
||||
text: t('armorArmoireGownOfHeartsText'),
|
||||
notes: t('armorArmoireGownOfHeartsNotes', { con: 13 }),
|
||||
value: 100,
|
||||
con: 13,
|
||||
set: 'queenOfHearts',
|
||||
canOwn: ownsItem('armor_armoire_gownOfHearts'),
|
||||
},
|
||||
};
|
||||
|
||||
let eyewear = {
|
||||
@@ -490,6 +498,14 @@ let head = {
|
||||
set: 'ramBarbarian',
|
||||
canOwn: ownsItem('head_armoire_ramHeaddress'),
|
||||
},
|
||||
crownOfHearts: {
|
||||
text: t('headArmoireCrownOfHeartsText'),
|
||||
notes: t('headArmoireCrownOfHeartsNotes', { str: 13 }),
|
||||
value: 100,
|
||||
str: 13,
|
||||
set: 'queenOfHearts',
|
||||
canOwn: ownsItem('head_armoire_crownOfHearts'),
|
||||
},
|
||||
};
|
||||
|
||||
let shield = {
|
||||
@@ -567,6 +583,13 @@ let shield = {
|
||||
set: 'ramBarbarian',
|
||||
canOwn: ownsItem('shield_armoire_ramHornShield'),
|
||||
},
|
||||
redRose: {
|
||||
text: t('shieldArmoireRedRoseText'),
|
||||
notes: t('shieldArmoireRedRoseNotes', { per: 10 }),
|
||||
value: 100,
|
||||
per: 10,
|
||||
canOwn: ownsItem('shield_armoire_redRose'),
|
||||
},
|
||||
};
|
||||
|
||||
let headAccessory = {
|
||||
@@ -763,6 +786,14 @@ let weapon = {
|
||||
set: 'woodElf',
|
||||
canOwn: ownsItem('weapon_armoire_woodElfStaff'),
|
||||
},
|
||||
wandOfHearts: {
|
||||
text: t('weaponArmoireWandOfHeartsText'),
|
||||
notes: t('weaponArmoireWandOfHeartsNotes', { int: 13 }),
|
||||
value: 100,
|
||||
int: 13,
|
||||
set: 'queenOfHearts',
|
||||
canOwn: ownsItem('weapon_armoire_wandOfHearts'),
|
||||
},
|
||||
};
|
||||
|
||||
let armoireSet = {
|
||||
|
||||
Reference in New Issue
Block a user