mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
feat(content): BGs and Armoire 201709
This commit is contained in:
@@ -279,6 +279,16 @@ let armor = {
|
||||
set: 'antiProcrastination',
|
||||
canOwn: ownsItem('armor_armoire_antiProcrastinationArmor'),
|
||||
},
|
||||
farrierOutfit: {
|
||||
text: t('armorArmoireFarrierOutfitText'),
|
||||
notes: t('armorArmoireFarrierOutfitNotes', { attrs: 6 }),
|
||||
value: 100,
|
||||
con: 6,
|
||||
int: 6,
|
||||
per: 6,
|
||||
set: 'farrier',
|
||||
canOwn: ownsItem('armor_armoire_farrierOutfit'),
|
||||
},
|
||||
};
|
||||
|
||||
let eyewear = {
|
||||
@@ -746,6 +756,16 @@ let shield = {
|
||||
set: 'antiProcrastination',
|
||||
canOwn: ownsItem('shield_armoire_antiProcrastinationShield'),
|
||||
},
|
||||
horseshoe: {
|
||||
text: t('shieldArmoireHorseshoeText'),
|
||||
notes: t('shieldArmoireHorseshoeNotes', { attrs: 6 }),
|
||||
value: 100,
|
||||
con: 6,
|
||||
per: 6,
|
||||
str: 6,
|
||||
set: 'farrier',
|
||||
canOwn: ownsItem('shield_armoire_horseshoe'),
|
||||
},
|
||||
};
|
||||
|
||||
let headAccessory = {
|
||||
@@ -982,6 +1002,16 @@ let weapon = {
|
||||
con: 8,
|
||||
canOwn: ownsItem('weapon_armoire_battleAxe'),
|
||||
},
|
||||
hoofClippers: {
|
||||
text: t('weaponArmoireHoofClippersText'),
|
||||
notes: t('weaponArmoireHoofClippersNotes', { attrs: 6 }),
|
||||
value: 100,
|
||||
con: 6,
|
||||
int: 6,
|
||||
str: 6,
|
||||
set: 'farrier',
|
||||
canOwn: ownsItem('weapon_armoire_hoofClippers'),
|
||||
},
|
||||
};
|
||||
|
||||
let armoireSet = {
|
||||
|
||||
Reference in New Issue
Block a user