mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 14:17:22 +01:00
feat(content): Armoire gear and Backgrounds for Nov 2021
This commit is contained in:
@@ -465,6 +465,11 @@ const backgrounds = {
|
||||
haunted_photo: { },
|
||||
undead_hands: { },
|
||||
},
|
||||
backgrounds112021: {
|
||||
fortune_tellers_shop: { },
|
||||
inside_a_potion_bottle: { },
|
||||
spiral_staircase: { },
|
||||
},
|
||||
timeTravelBackgrounds: {
|
||||
airship: {
|
||||
price: 1,
|
||||
|
||||
@@ -1347,6 +1347,58 @@ const weapon = {
|
||||
skullLantern: {
|
||||
int: 10,
|
||||
},
|
||||
potionBase: {
|
||||
str: 3,
|
||||
int: 3,
|
||||
con: 3,
|
||||
per: 3,
|
||||
set: 'hatchingPotions',
|
||||
},
|
||||
potionBlue: {
|
||||
int: 4,
|
||||
con: 8,
|
||||
set: 'hatchingPotions',
|
||||
},
|
||||
potionDesert: {
|
||||
str: 4,
|
||||
con: 8,
|
||||
set: 'hatchingPotions',
|
||||
},
|
||||
potionGolden: {
|
||||
str: 6,
|
||||
int: 6,
|
||||
set: 'hatchingPotions',
|
||||
},
|
||||
potionPink: {
|
||||
int: 4,
|
||||
con: 8,
|
||||
set: 'hatchingPotions',
|
||||
},
|
||||
potionRed: {
|
||||
str: 6,
|
||||
con: 6,
|
||||
set: 'hatchingPotions',
|
||||
},
|
||||
potionShade: {
|
||||
int: 9,
|
||||
per: 3,
|
||||
set: 'hatchingPotions',
|
||||
},
|
||||
potionSkeleton: {
|
||||
str: 9,
|
||||
int: 3,
|
||||
set: 'hatchingPotions',
|
||||
},
|
||||
potionWhite: {
|
||||
con: 5,
|
||||
per: 7,
|
||||
set: 'hatchingPotions',
|
||||
},
|
||||
potionZombie: {
|
||||
con: 4,
|
||||
per: 8,
|
||||
set: 'hatchingPotions',
|
||||
},
|
||||
};
|
||||
|
||||
forEach({
|
||||
|
||||
Reference in New Issue
Block a user