mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
chore(content): add August 2022 Backgrounds and Enchanted Armoire Items (#14149)
* chore(submodule): add August 2022 Mystery Items * chore(content): August 2022 Backgrounds and Enchanted Armoire Items * chore(submodule): August 2022 Backgrounds and Enchanted Armoire images * fix(typo): space * fix(whitespace): spaces Co-authored-by: Sabe Jones <sabrecat@gmail.com>
This commit is contained in:
@@ -1100,6 +1100,11 @@ const shield = {
|
||||
str: 4,
|
||||
set: 'fancyPirate',
|
||||
},
|
||||
dustpan: {
|
||||
int: 4,
|
||||
con: 4,
|
||||
set: 'cleaningSupplies',
|
||||
},
|
||||
};
|
||||
|
||||
const headAccessory = {
|
||||
@@ -1524,6 +1529,16 @@ const weapon = {
|
||||
per: 3,
|
||||
set: 'kite',
|
||||
},
|
||||
pushBroom: {
|
||||
str: 4,
|
||||
int: 4,
|
||||
set: 'cleaningSupplies',
|
||||
},
|
||||
featherDuster: {
|
||||
con: 4,
|
||||
per: 4,
|
||||
set: 'cleaningSupplies',
|
||||
},
|
||||
};
|
||||
|
||||
forEach({
|
||||
|
||||
Reference in New Issue
Block a user