feat(content): Backgrounds and Armoire 2018/03
This commit is contained in:
@@ -633,6 +633,20 @@ let backgrounds = {
|
||||
notes: t('backgroundRoseGardenNotes'),
|
||||
},
|
||||
},
|
||||
backgrounds032018: {
|
||||
driving_a_coach: {
|
||||
text: t('backgroundDrivingACoachText'),
|
||||
notes: t('backgroundDrivingACoachNotes'),
|
||||
},
|
||||
elegant_balcony: {
|
||||
text: t('backgroundElegantBalconyText'),
|
||||
notes: t('backgroundElegantBalconyNotes'),
|
||||
},
|
||||
gorgeous_greenhouse: {
|
||||
text: t('backgroundGorgeousGreenhouseText'),
|
||||
notes: t('backgroundGorgeousGreenhouseNotes'),
|
||||
},
|
||||
},
|
||||
incentiveBackgrounds: {
|
||||
violet: {
|
||||
text: t('backgroundVioletText'),
|
||||
|
||||
@@ -330,6 +330,16 @@ let armor = {
|
||||
set: 'kingOfDiamonds',
|
||||
canOwn: ownsItem('armor_armoire_robeOfDiamonds'),
|
||||
},
|
||||
flutteryFrock: {
|
||||
text: t('armorArmoireFlutteryFrockText'),
|
||||
notes: t('armorArmoireFlutteryFrockNotes', { attrs: 5 }),
|
||||
value: 100,
|
||||
con: 5,
|
||||
per: 5,
|
||||
str: 5,
|
||||
set: 'fluttery',
|
||||
canOwn: ownsItem('armor_armoire_flutteryFrock'),
|
||||
},
|
||||
};
|
||||
|
||||
let body = {
|
||||
@@ -706,6 +716,16 @@ let head = {
|
||||
set: 'kingOfDiamonds',
|
||||
canOwn: ownsItem('head_armoire_crownOfDiamonds'),
|
||||
},
|
||||
flutteryWig: {
|
||||
text: t('headArmoireFlutteryWigText'),
|
||||
notes: t('headArmoireFlutteryWigNotes', { attrs: 5 }),
|
||||
value: 100,
|
||||
int: 5,
|
||||
per: 5,
|
||||
str: 5,
|
||||
set: 'fluttery',
|
||||
canOwn: ownsItem('head_armoire_flutteryWig'),
|
||||
},
|
||||
};
|
||||
|
||||
let shield = {
|
||||
@@ -875,6 +895,16 @@ let shield = {
|
||||
// set: 'kingOfDiamonds',
|
||||
canOwn: ownsItem('shield_armoire_shieldOfDiamonds'),
|
||||
},
|
||||
flutteryFan: {
|
||||
text: t('shieldArmoireFlutteryFanText'),
|
||||
notes: t('shieldArmoireFlutteryFanNotes', { attrs: 5 }),
|
||||
value: 100,
|
||||
con: 5,
|
||||
int: 5,
|
||||
per: 5,
|
||||
// set: 'fluttery',
|
||||
canOwn: ownsItem('shield_armoire_flutteryFan'),
|
||||
},
|
||||
};
|
||||
|
||||
let headAccessory = {
|
||||
@@ -1156,6 +1186,16 @@ let weapon = {
|
||||
set: 'kingOfDiamonds',
|
||||
canOwn: ownsItem('weapon_armoire_scepterOfDiamonds'),
|
||||
},
|
||||
flutteryArmy: {
|
||||
text: t('weaponArmoireFlutteryArmyText'),
|
||||
notes: t('weaponArmoireFlutteryArmyNotes', { attrs: 5 }),
|
||||
value: 100,
|
||||
con: 5,
|
||||
int: 5,
|
||||
str: 5,
|
||||
set: 'fluttery',
|
||||
canOwn: ownsItem('weapon_armoire_flutteryArmy'),
|
||||
},
|
||||
};
|
||||
|
||||
let armoireSet = {
|
||||
|
||||
Reference in New Issue
Block a user