mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
2022-02 armoire items -- missing description strings & stats
This commit is contained in:
@@ -383,6 +383,9 @@ const armor = {
|
||||
con: 10,
|
||||
set: 'shootingStar',
|
||||
},
|
||||
softVioletSuit: {
|
||||
set: 'violetLoungewear',
|
||||
},
|
||||
};
|
||||
|
||||
const body = {
|
||||
@@ -1046,6 +1049,9 @@ const shield = {
|
||||
per: 5,
|
||||
set: 'blackLoungewear',
|
||||
},
|
||||
softVioletPillow: {
|
||||
set: 'violetLoungewear',
|
||||
},
|
||||
};
|
||||
|
||||
const headAccessory = {
|
||||
@@ -1421,6 +1427,9 @@ const weapon = {
|
||||
set: 'shootingStar',
|
||||
twoHanded: true,
|
||||
},
|
||||
pinkLongbow: {
|
||||
twoHanded: true,
|
||||
},
|
||||
};
|
||||
|
||||
forEach({
|
||||
|
||||
Reference in New Issue
Block a user