Merge branch 'release' into develop
This commit is contained in:
@@ -843,6 +843,14 @@
|
||||
"backgroundSnowyVillageText": "Snowy Village",
|
||||
"backgroundSnowyVillageNotes": "Admire a Snowy Village.",
|
||||
|
||||
"backgrounds012023": "SET 104: Released January 2023",
|
||||
"backgroundRimeIceText": "Rime Ice",
|
||||
"backgroundRimeIceNotes": "Admire Sparkly Rime Ice.",
|
||||
"backgroundSnowyTempleText": "Snowy Temple",
|
||||
"backgroundSnowyTempleNotes": "View a Serene Snowy Temple.",
|
||||
"backgroundWinterLakeWithSwansText": "Winter Lake With Swans",
|
||||
"backgroundWinterLakeWithSwansNotes": "Enjoy Nature at a Winter Lake With Swans.",
|
||||
|
||||
"timeTravelBackgrounds": "Steampunk Backgrounds",
|
||||
"backgroundAirshipText": "Airship",
|
||||
"backgroundAirshipNotes": "Become a sky sailor on board your very own Airship.",
|
||||
|
||||
@@ -1425,7 +1425,9 @@
|
||||
"armorArmoireSheetGhostCostumeNotes": "Boo! This is the scariest costume in all of Habitica, so wear it wisely... and watch your step so you don’t trip. Increases Constitution by <%= con %>. Enchanted Armoire: Independent Item.",
|
||||
"armorArmoireJewelersApronText": "Jeweler's Apron",
|
||||
"armorArmoireJewelersApronNotes": "This heavy-duty apron is just the thing to wear when you feel creative. Best of all, there are dozens of small pockets to hold everything you need. Increases Intelligence by <%= int %>. Enchanted Armoire: Jeweler Set (Item 1 of 4).",
|
||||
|
||||
"armorArmoireShawlCollarCoatText": "Shawl-Collar Coat",
|
||||
"armorArmoireShawlCollarCoatNotes": "A wise wizard once said there’s nothing better than being both cozy and productive! Wear this warm and stylish coat as you conquer the year’s challenges. Increases Constitution by <%= con %>. Enchanted Armoire: Independent Item.",
|
||||
|
||||
"headgear": "helm",
|
||||
"headgearCapitalized": "Headgear",
|
||||
|
||||
|
||||
@@ -535,6 +535,11 @@ const backgrounds = {
|
||||
inside_a_crystal: { },
|
||||
snowy_village: { },
|
||||
},
|
||||
backgrounds012023: {
|
||||
rime_ice: { },
|
||||
snowy_temple: { },
|
||||
winter_lake_with_swans: { },
|
||||
},
|
||||
timeTravelBackgrounds: {
|
||||
airship: {
|
||||
price: 1,
|
||||
|
||||
@@ -408,6 +408,9 @@ const armor = {
|
||||
int: 10,
|
||||
set: 'jewelers',
|
||||
},
|
||||
shawlCollarCoat: {
|
||||
con: 8,
|
||||
},
|
||||
};
|
||||
|
||||
const body = {
|
||||
|
||||
Reference in New Issue
Block a user