mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
feat(content): Armoire and Backgrounds July 2018
This commit is contained in:
@@ -689,6 +689,20 @@ let backgrounds = {
|
||||
notes: t('backgroundPirateFlagNotes'),
|
||||
},
|
||||
},
|
||||
backgrounds072018: {
|
||||
dark_deep: {
|
||||
text: t('backgroundDarkDeepText'),
|
||||
notes: t('backgroundDarkDeepNotes'),
|
||||
},
|
||||
dilatory_city: {
|
||||
text: t('backgroundDilatoryCityText'),
|
||||
notes: t('backgroundDilatoryCityNotes'),
|
||||
},
|
||||
tide_pool: {
|
||||
text: t('backgroundTidePoolText'),
|
||||
notes: t('backgroundTidePoolNotes'),
|
||||
},
|
||||
},
|
||||
incentiveBackgrounds: {
|
||||
violet: {
|
||||
text: t('backgroundVioletText'),
|
||||
|
||||
@@ -367,6 +367,14 @@ let armor = {
|
||||
set: 'blueHairbow',
|
||||
canOwn: ownsItem('armor_armoire_bluePartyDress'),
|
||||
},
|
||||
piraticalPrincessGown: {
|
||||
text: t('armorArmoirePiraticalPrincessGownText'),
|
||||
notes: t('armorArmoirePiraticalPrincessGownNotes', { per: 7 }),
|
||||
value: 100,
|
||||
per: 7,
|
||||
set: 'piraticalPrincess',
|
||||
canOwn: ownsItem('armor_armoire_piraticalPrincessGown'),
|
||||
},
|
||||
};
|
||||
|
||||
let body = {
|
||||
@@ -794,6 +802,15 @@ let head = {
|
||||
set: 'glassblower',
|
||||
canOwn: ownsItem('head_armoire_glassblowersHat'),
|
||||
},
|
||||
piraticalPrincessHeaddress: {
|
||||
text: t('headArmoirePiraticalPrincessHeaddressText'),
|
||||
notes: t('headArmoirePiraticalPrincessHeaddressNotes', { attrs: 8 }),
|
||||
value: 100,
|
||||
per: 8,
|
||||
int: 8,
|
||||
set: 'piraticalPrincess',
|
||||
canOwn: ownsItem('head_armoire_piraticalPrincessHeaddress'),
|
||||
},
|
||||
};
|
||||
|
||||
let shield = {
|
||||
@@ -990,6 +1007,15 @@ let shield = {
|
||||
set: 'glassblower',
|
||||
canOwn: ownsItem('shield_armoire_fancyBlownGlassVase'),
|
||||
},
|
||||
piraticalSkullShield: {
|
||||
text: t('shieldArmoirePiraticalSkullShieldText'),
|
||||
notes: t('shieldArmoirePiraticalSkullShieldNotes', { attrs: 4 }),
|
||||
value: 100,
|
||||
per: 4,
|
||||
int: 4,
|
||||
set: 'piraticalPrincess',
|
||||
canOwn: ownsItem('shield_armoire_piraticalSkullShield'),
|
||||
},
|
||||
};
|
||||
|
||||
let headAccessory = {
|
||||
@@ -1299,6 +1325,14 @@ let weapon = {
|
||||
set: 'glassblower',
|
||||
canOwn: ownsItem('weapon_armoire_glassblowersBlowpipe'),
|
||||
},
|
||||
poisonedGoblet: {
|
||||
text: t('weaponArmoirePoisonedGobletText'),
|
||||
notes: t('weaponArmoirePoisonedGobletNotes', { int: 7 }),
|
||||
value: 100,
|
||||
int: 7,
|
||||
set: 'piraticalPrincess',
|
||||
canOwn: ownsItem('weapon_armoire_poisonedGoblet'),
|
||||
},
|
||||
};
|
||||
|
||||
let armoireSet = {
|
||||
|
||||
Reference in New Issue
Block a user