mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(content): Armoire items and backgrounds for Dec 2020
This commit is contained in:
@@ -334,6 +334,10 @@ const armor = {
|
||||
con: 10,
|
||||
set: 'jackOfClubs',
|
||||
},
|
||||
dressingGown: {
|
||||
con: 12,
|
||||
set: 'dressingGown',
|
||||
},
|
||||
};
|
||||
|
||||
const body = {
|
||||
@@ -668,6 +672,10 @@ const head = {
|
||||
int: 10,
|
||||
set: 'jackOfClubs',
|
||||
},
|
||||
nightcap: {
|
||||
per: 12,
|
||||
set: 'dressingGown',
|
||||
},
|
||||
};
|
||||
|
||||
const shield = {
|
||||
@@ -1143,6 +1151,10 @@ const weapon = {
|
||||
str: 10,
|
||||
set: 'jackOfClubs',
|
||||
},
|
||||
eveningTea: {
|
||||
int: 12,
|
||||
set: 'dressingGown',
|
||||
},
|
||||
};
|
||||
|
||||
forEach({
|
||||
|
||||
Reference in New Issue
Block a user