feat(content): March backgrounds and Enchanted Armoire items (#14524)
* feat(content): March backgrounds and Enchanted Armoire * fix(backgrounds): trivial syntax consistency * fix(gear): missing verbiage * fix(gear): correct usage of <%= attrs %> * fix(backgrounds): broken string tokens * fix(backgrounds): more broken tokens --------- Co-authored-by: SabreCat <sabe@habitica.com> Co-authored-by: Sabe Jones <sabrecat@gmail.com>
This commit is contained in:
@@ -545,6 +545,11 @@ const backgrounds = {
|
||||
golden_birdcage: { },
|
||||
fancy_bedroom: { },
|
||||
},
|
||||
backgrounds032023: {
|
||||
jungle_watering_hole: { },
|
||||
mangrove_forest: { },
|
||||
old_timey_basketball_court: { },
|
||||
},
|
||||
eventBackgrounds: {
|
||||
birthday_bash: {
|
||||
price: 0,
|
||||
|
||||
@@ -416,6 +416,10 @@ const armor = {
|
||||
int: 5,
|
||||
set: 'teaParty',
|
||||
},
|
||||
basketballUniform: {
|
||||
per: 10,
|
||||
set: 'oldTimeyBasketball',
|
||||
},
|
||||
};
|
||||
|
||||
const body = {
|
||||
@@ -1146,6 +1150,11 @@ const shield = {
|
||||
con: 10,
|
||||
set: 'teaParty',
|
||||
},
|
||||
basketball: {
|
||||
con: 5,
|
||||
str: 5,
|
||||
set: 'oldTimeyBasketball',
|
||||
},
|
||||
};
|
||||
|
||||
const headAccessory = {
|
||||
|
||||
Reference in New Issue
Block a user