feat(content): Backgrounds, Armoire, minor sprite fixes
This commit is contained in:
@@ -703,6 +703,20 @@ let backgrounds = {
|
||||
notes: t('backgroundTidePoolNotes'),
|
||||
},
|
||||
},
|
||||
backgrounds082018: {
|
||||
training_grounds: {
|
||||
text: t('backgroundTrainingGroundsText'),
|
||||
notes: t('backgroundTrainingGroundsNotes'),
|
||||
},
|
||||
flying_over_rocky_canyon: {
|
||||
text: t('backgroundFlyingOverRockyCanyonText'),
|
||||
notes: t('backgroundFlyingOverRockyCanyonNotes'),
|
||||
},
|
||||
bridge: {
|
||||
text: t('backgroundBridgeText'),
|
||||
notes: t('backgroundBridgeNotes'),
|
||||
},
|
||||
},
|
||||
incentiveBackgrounds: {
|
||||
violet: {
|
||||
text: t('backgroundVioletText'),
|
||||
|
||||
@@ -375,6 +375,14 @@ let armor = {
|
||||
set: 'piraticalPrincess',
|
||||
canOwn: ownsItem('armor_armoire_piraticalPrincessGown'),
|
||||
},
|
||||
jeweledArcherArmor: {
|
||||
text: t('armorArmoireJeweledArcherArmorText'),
|
||||
notes: t('armorArmoireJeweledArcherArmorNotes', { con: 15 }),
|
||||
value: 100,
|
||||
con: 15,
|
||||
set: 'jeweledArcher',
|
||||
canOwn: ownsItem('armor_armoire_JeweledArcherArmor'),
|
||||
},
|
||||
};
|
||||
|
||||
let body = {
|
||||
@@ -811,6 +819,14 @@ let head = {
|
||||
set: 'piraticalPrincess',
|
||||
canOwn: ownsItem('head_armoire_piraticalPrincessHeaddress'),
|
||||
},
|
||||
jeweledArcherHelm: {
|
||||
text: t('headArmoireJeweledArcherHelmText'),
|
||||
notes: t('headArmoireJeweledArcherHelmNotes', { int: 15 }),
|
||||
value: 100,
|
||||
int: 15,
|
||||
set: 'jeweledArcher',
|
||||
canOwn: ownsItem('head_armoire_JeweledArcherHelm'),
|
||||
},
|
||||
};
|
||||
|
||||
let shield = {
|
||||
@@ -1333,6 +1349,15 @@ let weapon = {
|
||||
set: 'piraticalPrincess',
|
||||
canOwn: ownsItem('weapon_armoire_poisonedGoblet'),
|
||||
},
|
||||
jeweledArcherBow: {
|
||||
text: t('weaponArmoireJeweledArcherBowText'),
|
||||
notes: t('weaponArmoireJeweledArcherBowNotes', { int: 15 }),
|
||||
twoHanded: true,
|
||||
value: 100,
|
||||
int: 15,
|
||||
set: 'jeweledArcher',
|
||||
canOwn: ownsItem('weapon_armoire_JeweledArcherBow'),
|
||||
},
|
||||
};
|
||||
|
||||
let armoireSet = {
|
||||
|
||||
Reference in New Issue
Block a user