mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
feat(content): October bgs and armoire
This commit is contained in:
@@ -580,6 +580,11 @@ const backgrounds = {
|
||||
covered_bridge_in_autumn: { },
|
||||
baobab_forest: { },
|
||||
},
|
||||
backgrounds102023: {
|
||||
spectral_candle_room: { },
|
||||
monstrous_cave: { },
|
||||
jack_o_lantern_stacks: { },
|
||||
},
|
||||
eventBackgrounds: {
|
||||
birthday_bash: {
|
||||
price: 0,
|
||||
|
||||
@@ -919,6 +919,16 @@ const head = {
|
||||
per: 7,
|
||||
set: 'admiralsSet',
|
||||
},
|
||||
blackSpookySorceryHat: {
|
||||
int: 5,
|
||||
con: 3,
|
||||
set: 'somethingSpooky',
|
||||
},
|
||||
purpleSpookySorceryHat: {
|
||||
per: 5,
|
||||
con: 3,
|
||||
set: 'somethingSpooky',
|
||||
},
|
||||
};
|
||||
|
||||
const shield = {
|
||||
@@ -1694,6 +1704,11 @@ const weapon = {
|
||||
con: 4,
|
||||
set: 'cleaningSuppliesTwo',
|
||||
},
|
||||
ridingBroom: {
|
||||
str: 5,
|
||||
int: 3,
|
||||
set: 'somethingSpooky',
|
||||
},
|
||||
};
|
||||
|
||||
forEach({
|
||||
|
||||
Reference in New Issue
Block a user