feat(content): Armoire and BGs 2017-08

Also ends the Summer Splash event.
This commit is contained in:
SabreCat
2017-08-03 21:21:12 +00:00
parent f01ca1f9be
commit ab6e77dd9a
32 changed files with 138 additions and 55 deletions

View File

@@ -535,6 +535,20 @@ let backgrounds = {
notes: t('backgroundMidnightLakeNotes'),
},
},
backgrounds082017: {
back_of_giant_beast: {
text: t('backgroundBackOfGiantBeastText'),
notes: t('backgroundBackOfGiantBeastNotes'),
},
desert_dunes: {
text: t('backgroundDesertDunesText'),
notes: t('backgroundDesertDunesNotes'),
},
summer_fireworks: {
text: t('backgroundSummerFireworksText'),
notes: t('backgroundSummerFireworksNotes'),
},
},
incentiveBackgrounds: {
violet: {
text: t('backgroundVioletText'),

View File

@@ -261,6 +261,24 @@ let armor = {
set: 'swanDancer',
canOwn: ownsItem('armor_armoire_swanDancerTutu'),
},
yellowPartyDress: {
text: t('armorArmoireYellowPartyDressText'),
notes: t('armorArmoireYellowPartyDressNotes', { attrs: 7 }),
value: 100,
per: 7,
int: 7,
str: 7,
set: 'yellowHairbow',
canOwn: ownsItem('armor_armoire_yellowPartyDress'),
},
antiProcrastinationArmor: {
text: t('armorArmoireAntiProcrastinationArmorText'),
notes: t('armorArmoireAntiProcrastinationArmorNotes', { str: 15 }),
value: 100,
str: 15,
set: 'antiProcrastination',
canOwn: ownsItem('armor_armoire_antiProcrastinationArmor'),
},
};
let eyewear = {
@@ -363,6 +381,7 @@ let head = {
int: 5,
per: 5,
str: 5,
set: 'yellowHairbow',
canOwn: ownsItem('head_armoire_yellowHairbow'),
},
redFloppyHat: {
@@ -585,6 +604,14 @@ let head = {
set: 'swanDancer',
canOwn: ownsItem('head_armoire_swanFeatherCrown'),
},
antiProcrastinationHelm: {
text: t('headArmoireAntiProcrastinationHelmText'),
notes: t('headArmoireAntiProcrastinationHelmNotes', { per: 15 }),
value: 100,
per: 15,
set: 'antiProcrastination',
canOwn: ownsItem('head_armoire_antiProcrastinationHelm'),
},
};
let shield = {
@@ -711,6 +738,14 @@ let shield = {
str: 4,
canOwn: ownsItem('shield_armoire_goldenBaton'),
},
antiProcrastinationShield: {
text: t('shieldArmoireAntiProcrastinationShieldText'),
notes: t('shieldArmoireAntiProcrastinationShieldNotes', { con: 15 }),
value: 100,
con: 15,
set: 'antiProcrastination',
canOwn: ownsItem('shield_armoire_antiProcrastinationShield'),
},
};
let headAccessory = {

View File

@@ -8,7 +8,7 @@ import takeThisGear from './special-takeThis';
import wonderconGear from './special-wondercon';
import t from '../../../translation';
const CURRENT_SEASON = 'summer';
const CURRENT_SEASON = 'None';
let armor = {
0: backerGear.armorSpecial0,