mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
feat(content): Armoire and Backgrounds 2018/11
This commit is contained in:
@@ -745,6 +745,20 @@ let backgrounds = {
|
||||
notes: t('backgroundDungeonNotes'),
|
||||
},
|
||||
},
|
||||
backgrounds112018: {
|
||||
back_alley: {
|
||||
text: t('backgroundBackAlleyText'),
|
||||
notes: t('backgroundBackAlleyNotes'),
|
||||
},
|
||||
glowing_mushroom_cave: {
|
||||
text: t('backgroundGlowingMushroomCaveText'),
|
||||
notes: t('backgroundGlowingMushroomCaveNotes'),
|
||||
},
|
||||
cozy_bedroom: {
|
||||
text: t('backgroundCozyBedroomText'),
|
||||
notes: t('backgroundCozyBedroomNotes'),
|
||||
},
|
||||
},
|
||||
incentiveBackgrounds: {
|
||||
violet: {
|
||||
text: t('backgroundVioletText'),
|
||||
|
||||
@@ -400,6 +400,15 @@ let armor = {
|
||||
set: 'aceOfSpades',
|
||||
canOwn: ownsItem('armor_armoire_robeOfSpades'),
|
||||
},
|
||||
softBlueSuit: {
|
||||
text: t('armorArmoireSoftBlueSuitText'),
|
||||
notes: t('armorArmoireSoftBlueSuitNotes', { int: 10, per: 5 }),
|
||||
value: 100,
|
||||
int: 10,
|
||||
per: 5,
|
||||
set: 'blueLoungewear',
|
||||
canOwn: ownsItem('armor_armoire_softBlueSuit'),
|
||||
},
|
||||
};
|
||||
|
||||
let body = {
|
||||
@@ -569,6 +578,7 @@ let head = {
|
||||
per: 7,
|
||||
int: 7,
|
||||
con: 7,
|
||||
set: 'blueLoungewear',
|
||||
canOwn: ownsItem('head_armoire_blueFloppyHat'),
|
||||
},
|
||||
shepherdHeaddress: {
|
||||
@@ -1065,6 +1075,14 @@ let shield = {
|
||||
set: 'bookbinder',
|
||||
canOwn: ownsItem('shield_armoire_unfinishedTome'),
|
||||
},
|
||||
softBluePillow: {
|
||||
text: t('shieldArmoireSoftBluePillowText'),
|
||||
notes: t('shieldArmoireSoftBluePillowNotes', { con: 10 }),
|
||||
value: 100,
|
||||
con: 10,
|
||||
set: 'blueLoungewear',
|
||||
canOwn: ownsItem('shield_armoire_softBluePillow'),
|
||||
},
|
||||
};
|
||||
|
||||
let headAccessory = {
|
||||
|
||||
Reference in New Issue
Block a user