chore(content): add February backgrounds and Enchanted Armoire Items (#14482)
* chore(content): add February backgrounds and Enchanted Armoire Items * fix(test): birthday week adjustment * fix(strings): . * fix(strings): correct background tokens --------- Co-authored-by: SabreCat <sabe@habitica.com> Co-authored-by: Sabe Jones <sabrecat@gmail.com>
This commit is contained in:
@@ -540,6 +540,11 @@ const backgrounds = {
|
||||
snowy_temple: { },
|
||||
winter_lake_with_swans: { },
|
||||
},
|
||||
backgrounds022023: {
|
||||
in_front_of_fountain: { },
|
||||
golden_birdcage: { },
|
||||
fancy_bedroom: { },
|
||||
},
|
||||
eventBackgrounds: {
|
||||
birthday_bash: {
|
||||
price: 0,
|
||||
|
||||
@@ -411,6 +411,11 @@ const armor = {
|
||||
shawlCollarCoat: {
|
||||
con: 8,
|
||||
},
|
||||
teaGown: {
|
||||
str: 5,
|
||||
int: 5,
|
||||
set: 'teaParty',
|
||||
},
|
||||
};
|
||||
|
||||
const body = {
|
||||
@@ -832,6 +837,10 @@ const head = {
|
||||
per: 8,
|
||||
set: 'fancyPirate',
|
||||
},
|
||||
teaHat: {
|
||||
per: 10,
|
||||
set: 'teaParty',
|
||||
},
|
||||
};
|
||||
|
||||
const shield = {
|
||||
@@ -1133,6 +1142,10 @@ const shield = {
|
||||
str: 10,
|
||||
set: 'jewelers',
|
||||
},
|
||||
teaKettle: {
|
||||
con: 10,
|
||||
set: 'teaParty',
|
||||
},
|
||||
};
|
||||
|
||||
const headAccessory = {
|
||||
|
||||
Reference in New Issue
Block a user