feat(content): Backgrounds and Armoire 2017-07

This commit is contained in:
SabreCat
2017-07-03 22:54:58 +00:00
parent c99863f339
commit 2566fcecb7
18 changed files with 94 additions and 12 deletions

View File

@@ -521,6 +521,20 @@ let backgrounds = {
notes: t('backgroundSandcastleNotes'),
},
},
backgrounds072017: {
giant_seashell: {
text: t('backgroundGiantSeashellText'),
notes: t('backgroundGiantSeashellNotes'),
},
kelp_forest: {
text: t('backgroundKelpForestText'),
notes: t('backgroundKelpForestNotes'),
},
midnight_lake: {
text: t('backgroundMidnightLakeText'),
notes: t('backgroundMidnightLakeNotes'),
},
},
incentiveBackgrounds: {
violet: {
text: t('backgroundVioletText'),

View File

@@ -252,6 +252,15 @@ let armor = {
set: 'viking',
canOwn: ownsItem('armor_armoire_vikingTunic'),
},
swanDancerTutu: {
text: t('armorArmoireSwanDancerTutuText'),
notes: t('armorArmoireSwanDancerTutuNotes', { attrs: 8 }),
value: 100,
int: 8,
str: 8,
set: 'swanDancer',
canOwn: ownsItem('armor_armoire_swanDancerTutu'),
},
};
let eyewear = {
@@ -568,6 +577,14 @@ let head = {
set: 'viking',
canOwn: ownsItem('head_armoire_vikingHelm'),
},
swanFeatherCrown: {
text: t('headArmoireSwanFeatherCrownText'),
notes: t('headArmoireSwanFeatherCrownNotes', { int: 8 }),
value: 100,
int: 8,
set: 'swanDancer',
canOwn: ownsItem('head_armoire_swanFeatherCrown'),
},
};
let shield = {
@@ -678,6 +695,22 @@ let shield = {
set: 'viking',
canOwn: ownsItem('shield_armoire_vikingShield'),
},
swanFeatherFan: {
text: t('shieldArmoireSwanFeatherFanText'),
notes: t('shieldArmoireSwanFeatherFanNotes', { str: 8 }),
value: 100,
str: 8,
set: 'swanDancer',
canOwn: ownsItem('shield_armoire_swanFeatherFan'),
},
goldenBaton: {
text: t('shieldArmoireGoldenBatonText'),
notes: t('shieldArmoireGoldenBatonNotes', { attrs: 4 }),
value: 100,
int: 4,
str: 4,
canOwn: ownsItem('shield_armoire_goldenBaton'),
},
};
let headAccessory = {