mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 21:57:22 +01:00
Merge branch 'develop' into 2022-04-wacky-potion-quest
This commit is contained in:
@@ -490,6 +490,11 @@ const backgrounds = {
|
||||
brick_wall_with_ivy: { },
|
||||
flowering_prairie: { },
|
||||
},
|
||||
backgrounds042022: {
|
||||
blossoming_trees: { },
|
||||
flower_shop: { },
|
||||
springtime_lake: { },
|
||||
},
|
||||
timeTravelBackgrounds: {
|
||||
airship: {
|
||||
price: 1,
|
||||
|
||||
@@ -392,6 +392,10 @@ const armor = {
|
||||
con: 7,
|
||||
set: 'gardenerSet',
|
||||
},
|
||||
strawRaincoat: {
|
||||
con: 9,
|
||||
set: 'strawRaincoat',
|
||||
},
|
||||
};
|
||||
|
||||
const body = {
|
||||
@@ -795,6 +799,10 @@ const head = {
|
||||
per: 7,
|
||||
set: 'gardenerSet',
|
||||
},
|
||||
strawRainHat: {
|
||||
per: 9,
|
||||
set: 'strawRaincoat',
|
||||
},
|
||||
};
|
||||
|
||||
const shield = {
|
||||
|
||||
Reference in New Issue
Block a user