mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 06:07:21 +01:00
Backgrounds and Armoire 2017/03 (#8525)
* feat(content): add Armoire and BGs 2017-03 * chore(sprites): compile * chore(event): disable Cupid Potions * fix(sprites): correct shop canvas * chore(news): Bailey 2017-03-02 * 3.78.0
This commit is contained in:
@@ -217,6 +217,15 @@ let armor = {
|
||||
set: 'queenOfHearts',
|
||||
canOwn: ownsItem('armor_armoire_gownOfHearts'),
|
||||
},
|
||||
mushroomDruidArmor: {
|
||||
text: t('armorArmoireMushroomDruidArmorText'),
|
||||
notes: t('armorArmoireMushroomDruidArmorNotes', { con: 7, per: 8 }),
|
||||
value: 100,
|
||||
con: 7,
|
||||
per: 8,
|
||||
set: 'mushroomDruid',
|
||||
canOwn: ownsItem('armor_armoire_mushroomDruidArmor'),
|
||||
},
|
||||
};
|
||||
|
||||
let eyewear = {
|
||||
@@ -506,6 +515,15 @@ let head = {
|
||||
set: 'queenOfHearts',
|
||||
canOwn: ownsItem('head_armoire_crownOfHearts'),
|
||||
},
|
||||
mushroomDruidCap: {
|
||||
text: t('headArmoireMushroomDruidCapText'),
|
||||
notes: t('headArmoireMushroomDruidCapNotes', { int: 6, str: 7 }),
|
||||
value: 100,
|
||||
int: 6,
|
||||
str: 7,
|
||||
set: 'mushroomDruid',
|
||||
canOwn: ownsItem('head_armoire_mushroomDruidCap'),
|
||||
},
|
||||
};
|
||||
|
||||
let shield = {
|
||||
@@ -590,6 +608,15 @@ let shield = {
|
||||
per: 10,
|
||||
canOwn: ownsItem('shield_armoire_redRose'),
|
||||
},
|
||||
mushroomDruidShield: {
|
||||
text: t('shieldArmoireMushroomDruidShieldText'),
|
||||
notes: t('shieldArmoireMushroomDruidShieldNotes', { con: 9, str: 8 }),
|
||||
value: 100,
|
||||
con: 9,
|
||||
str: 8,
|
||||
set: 'mushroomDruid',
|
||||
canOwn: ownsItem('shield_armoire_mushroomDruidShield'),
|
||||
},
|
||||
};
|
||||
|
||||
let headAccessory = {
|
||||
@@ -794,6 +821,14 @@ let weapon = {
|
||||
set: 'queenOfHearts',
|
||||
canOwn: ownsItem('weapon_armoire_wandOfHearts'),
|
||||
},
|
||||
forestFungusStaff: {
|
||||
text: t('weaponArmoireForestFungusStaffText'),
|
||||
notes: t('weaponArmoireForestFungusStaffNotes', { int: 8, per: 9 }),
|
||||
value: 100,
|
||||
int: 8,
|
||||
per: 9,
|
||||
canOwn: ownsItem('weapon_armoire_forestFungusStaff'),
|
||||
},
|
||||
};
|
||||
|
||||
let armoireSet = {
|
||||
|
||||
Reference in New Issue
Block a user