mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
feat(content): Armoire and BGs 2018/10
This commit is contained in:
@@ -731,6 +731,20 @@ let backgrounds = {
|
||||
notes: t('backgroundCozyBarnNotes'),
|
||||
},
|
||||
},
|
||||
backgrounds102018: {
|
||||
bayou: {
|
||||
text: t('backgroundBayouText'),
|
||||
notes: t('backgroundBayouNotes'),
|
||||
},
|
||||
creepy_castle: {
|
||||
text: t('backgroundCreepyCastleText'),
|
||||
notes: t('backgroundCreepyCastleNotes'),
|
||||
},
|
||||
dungeon: {
|
||||
text: t('backgroundDungeonText'),
|
||||
notes: t('backgroundDungeonNotes'),
|
||||
},
|
||||
},
|
||||
incentiveBackgrounds: {
|
||||
violet: {
|
||||
text: t('backgroundVioletText'),
|
||||
|
||||
@@ -392,6 +392,14 @@ let armor = {
|
||||
set: 'bookbinder',
|
||||
canOwn: ownsItem('armor_armoire_coverallsOfBookbinding'),
|
||||
},
|
||||
robeOfSpades: {
|
||||
text: t('armorArmoireRobeOfSpadesText'),
|
||||
notes: t('armorArmoireRobeOfSpadesNotes', { str: 13 }),
|
||||
value: 100,
|
||||
str: 13,
|
||||
set: 'aceOfSpades',
|
||||
canOwn: ownsItem('armor_armoire_robeOfSpades'),
|
||||
},
|
||||
};
|
||||
|
||||
let body = {
|
||||
@@ -836,6 +844,14 @@ let head = {
|
||||
set: 'jeweledArcher',
|
||||
canOwn: ownsItem('head_armoire_JeweledArcherHelm'),
|
||||
},
|
||||
veilOfSpades: {
|
||||
text: t('headArmoireVeilOfSpadesText'),
|
||||
notes: t('headArmoireVeilOfSpadesNotes', { per: 13 }),
|
||||
value: 100,
|
||||
per: 13,
|
||||
set: 'aceOfSpades',
|
||||
canOwn: ownsItem('head_armoire_veilOfSpades'),
|
||||
},
|
||||
};
|
||||
|
||||
let shield = {
|
||||
@@ -1391,6 +1407,14 @@ let weapon = {
|
||||
set: 'bookbinder',
|
||||
canOwn: ownsItem('weapon_armoire_needleOfBookbinding'),
|
||||
},
|
||||
spearOfSpades: {
|
||||
text: t('weaponArmoireSpearOfSpadesText'),
|
||||
notes: t('weaponArmoireSpearOfSpadesNotes', { con: 13 }),
|
||||
value: 100,
|
||||
con: 13,
|
||||
set: 'aceOfSpades',
|
||||
canOwn: ownsItem('weapon_armoire_spearOfSpades'),
|
||||
},
|
||||
};
|
||||
|
||||
let armoireSet = {
|
||||
|
||||
Reference in New Issue
Block a user