feat(content): add Armoire and BGs 2017-03
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 6.1 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 3.6 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 12 KiB |
@@ -465,6 +465,20 @@ let backgrounds = {
|
||||
notes: t('backgroundWeddingArchNotes'),
|
||||
},
|
||||
},
|
||||
backgrounds032017: {
|
||||
magic_beanstalk: {
|
||||
text: t('backgroundMagicBeanstalkText'),
|
||||
notes: t('backgroundMagicBeanstalkNotes'),
|
||||
},
|
||||
meandering_cave: {
|
||||
text: t('backgroundMeanderingCaveText'),
|
||||
notes: t('backgroundMeanderingCaveNotes'),
|
||||
},
|
||||
mistiflying_circus: {
|
||||
text: t('backgroundMistiflyingCircusText'),
|
||||
notes: t('backgroundMistiflyingCircusNotes'),
|
||||
},
|
||||
},
|
||||
incentiveBackgrounds: {
|
||||
blue: {
|
||||
text: t('backgroundBlueText'),
|
||||
|
||||
@@ -217,6 +217,15 @@ let armor = {
|
||||
set: 'queenOfHearts',
|
||||
canOwn: ownsItem('armor_armoire_gownOfHearts'),
|
||||
},
|
||||
mushroomDruidArmor: {
|
||||
text: t('armorArmoireMushroomDruidArmorText'),
|
||||
notes: t('armorArmoireMushroomDruidArmorNotes', { con: 7, per: 8 }),
|
||||
value: 100,
|
||||
con: 7,
|
||||
per: 8,
|
||||
set: 'mushroomDruid',
|
||||
canOwn: ownsItem('armor_armoire_mushroomDruidArmor'),
|
||||
},
|
||||
};
|
||||
|
||||
let eyewear = {
|
||||
@@ -506,6 +515,15 @@ let head = {
|
||||
set: 'queenOfHearts',
|
||||
canOwn: ownsItem('head_armoire_crownOfHearts'),
|
||||
},
|
||||
mushroomDruidCap: {
|
||||
text: t('headArmoireMushroomDruidCapText'),
|
||||
notes: t('headArmoireMushroomDruidCapNotes', { int: 6, str: 7 }),
|
||||
value: 100,
|
||||
int: 6,
|
||||
str: 7,
|
||||
set: 'mushroomDruid',
|
||||
canOwn: ownsItem('head_armoire_mushroomDruidCap'),
|
||||
},
|
||||
};
|
||||
|
||||
let shield = {
|
||||
@@ -590,6 +608,15 @@ let shield = {
|
||||
per: 10,
|
||||
canOwn: ownsItem('shield_armoire_redRose'),
|
||||
},
|
||||
mushroomDruidShield: {
|
||||
text: t('shieldArmoireMushroomDruidShieldText'),
|
||||
notes: t('shieldArmoireMushroomDruidShieldNotes', { con: 9, str: 8 }),
|
||||
value: 100,
|
||||
con: 9,
|
||||
str: 8,
|
||||
set: 'mushroomDruid',
|
||||
canOwn: ownsItem('shield_armoire_mushroomDruidShield'),
|
||||
},
|
||||
};
|
||||
|
||||
let headAccessory = {
|
||||
@@ -794,6 +821,14 @@ let weapon = {
|
||||
set: 'queenOfHearts',
|
||||
canOwn: ownsItem('weapon_armoire_wandOfHearts'),
|
||||
},
|
||||
forestFungusStaff: {
|
||||
text: t('weaponArmoireForestFungusStaffText'),
|
||||
notes: t('weaponArmoireForestFungusStaffNotes', { int: 8, per: 9 }),
|
||||
value: 100,
|
||||
int: 8,
|
||||
per: 9,
|
||||
canOwn: ownsItem('weapon_armoire_forestFungusStaff'),
|
||||
},
|
||||
};
|
||||
|
||||
let armoireSet = {
|
||||
|
||||