mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
chore(content): add October Backgrounds and Enchanted Armoire Items (#14266)
* chore(content): add October Backgrounds and Enchanted Armoire Items * fix(typo): fix a couple of descriptions * chore(subproject): update images * fix(typo): keepin our caps consistent * fix(typo): whitespace, caps Co-authored-by: SabreCat <sabe@habitica.com> Co-authored-by: Sabe Jones <sabrecat@gmail.com>
This commit is contained in:
Submodule habitica-images updated: c17cf70c40...bb5f371ec4
@@ -715,6 +715,11 @@
|
|||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
|
.background_cemetery_gate {
|
||||||
|
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/background_cemetery_gate.png');
|
||||||
|
width: 141px;
|
||||||
|
height: 147px;
|
||||||
|
}
|
||||||
.background_champions_colosseum {
|
.background_champions_colosseum {
|
||||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/background_champions_colosseum.png');
|
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/background_champions_colosseum.png');
|
||||||
width: 141px;
|
width: 141px;
|
||||||
@@ -1359,6 +1364,11 @@
|
|||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
|
.background_mask_makers_workshop {
|
||||||
|
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/background_mask_makers_workshop.png');
|
||||||
|
width: 141px;
|
||||||
|
height: 147px;
|
||||||
|
}
|
||||||
.background_meandering_cave {
|
.background_meandering_cave {
|
||||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/background_meandering_cave.png');
|
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/background_meandering_cave.png');
|
||||||
width: 141px;
|
width: 141px;
|
||||||
@@ -1714,6 +1724,11 @@
|
|||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
|
.background_spooky_ruins {
|
||||||
|
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/background_spooky_ruins.png');
|
||||||
|
width: 141px;
|
||||||
|
height: 147px;
|
||||||
|
}
|
||||||
.background_spooky_scarecrow_field {
|
.background_spooky_scarecrow_field {
|
||||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/background_spooky_scarecrow_field.png');
|
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/background_spooky_scarecrow_field.png');
|
||||||
width: 141px;
|
width: 141px;
|
||||||
@@ -2286,6 +2301,11 @@
|
|||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
|
.icon_background_cemetery_gate {
|
||||||
|
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/icon_background_cemetery_gate.png');
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
|
}
|
||||||
.icon_background_champions_colosseum {
|
.icon_background_champions_colosseum {
|
||||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/icon_background_champions_colosseum.png');
|
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/icon_background_champions_colosseum.png');
|
||||||
width: 68px;
|
width: 68px;
|
||||||
@@ -2935,6 +2955,11 @@
|
|||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
|
.icon_background_mask_makers_workshop {
|
||||||
|
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/icon_background_mask_makers_workshop.png');
|
||||||
|
width: 68px;
|
||||||
|
height: 68px;
|
||||||
|
}
|
||||||
.icon_background_meandering_cave {
|
.icon_background_meandering_cave {
|
||||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/icon_background_meandering_cave.png');
|
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/icon_background_meandering_cave.png');
|
||||||
width: 68px;
|
width: 68px;
|
||||||
@@ -3290,6 +3315,11 @@
|
|||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
|
.icon_background_spooky_ruins {
|
||||||
|
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/icon_background_spooky_ruins.png');
|
||||||
|
width: 68px;
|
||||||
|
height: 68px;
|
||||||
|
}
|
||||||
.icon_background_spooky_scarecrow_field {
|
.icon_background_spooky_scarecrow_field {
|
||||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/icon_background_spooky_scarecrow_field.png');
|
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/icon_background_spooky_scarecrow_field.png');
|
||||||
width: 68px;
|
width: 68px;
|
||||||
@@ -18450,6 +18480,11 @@
|
|||||||
width: 114px;
|
width: 114px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
|
.broad_armor_armoire_sheetGhostCostume {
|
||||||
|
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/broad_armor_armoire_sheetGhostCostume.png');
|
||||||
|
width: 114px;
|
||||||
|
height: 90px;
|
||||||
|
}
|
||||||
.broad_armor_armoire_shepherdRobes {
|
.broad_armor_armoire_shepherdRobes {
|
||||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/broad_armor_armoire_shepherdRobes.png');
|
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/broad_armor_armoire_shepherdRobes.png');
|
||||||
width: 90px;
|
width: 90px;
|
||||||
@@ -19660,6 +19695,11 @@
|
|||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
|
.shop_armor_armoire_sheetGhostCostume {
|
||||||
|
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_armor_armoire_sheetGhostCostume.png');
|
||||||
|
width: 68px;
|
||||||
|
height: 68px;
|
||||||
|
}
|
||||||
.shop_armor_armoire_shepherdRobes {
|
.shop_armor_armoire_shepherdRobes {
|
||||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_armor_armoire_shepherdRobes.png');
|
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_armor_armoire_shepherdRobes.png');
|
||||||
width: 68px;
|
width: 68px;
|
||||||
@@ -21335,6 +21375,11 @@
|
|||||||
width: 114px;
|
width: 114px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
|
.slim_armor_armoire_sheetGhostCostume {
|
||||||
|
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/slim_armor_armoire_sheetGhostCostume.png');
|
||||||
|
width: 114px;
|
||||||
|
height: 90px;
|
||||||
|
}
|
||||||
.slim_armor_armoire_shepherdRobes {
|
.slim_armor_armoire_shepherdRobes {
|
||||||
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/slim_armor_armoire_shepherdRobes.png');
|
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/slim_armor_armoire_shepherdRobes.png');
|
||||||
width: 90px;
|
width: 90px;
|
||||||
|
|||||||
@@ -819,6 +819,14 @@
|
|||||||
"backgroundOldPhotoText": "Old Photo",
|
"backgroundOldPhotoText": "Old Photo",
|
||||||
"backgroundOldPhotoNotes": "Strike a pose in an Old Photo.",
|
"backgroundOldPhotoNotes": "Strike a pose in an Old Photo.",
|
||||||
|
|
||||||
|
"backgrounds102022": "SET 101: Released October 2022",
|
||||||
|
"backgroundSpookyRuinsText": "Spooky Ruins",
|
||||||
|
"backgroundSpookyRuinsNotes": "Explore some Spooky Ruins.",
|
||||||
|
"backgroundMaskMakersWorkshopText": "Mask Maker's Workshop",
|
||||||
|
"backgroundMaskMakersWorkshopNotes": "Try on a new face at the Mask Maker's Workshop.",
|
||||||
|
"backgroundCemeteryGateText": "Cemetery Gate",
|
||||||
|
"backgroundCemeteryGateNotes": "Haunt a Cemetery Gate.",
|
||||||
|
|
||||||
"timeTravelBackgrounds": "Steampunk Backgrounds",
|
"timeTravelBackgrounds": "Steampunk Backgrounds",
|
||||||
"backgroundAirshipText": "Airship",
|
"backgroundAirshipText": "Airship",
|
||||||
"backgroundAirshipNotes": "Become a sky sailor on board your very own Airship.",
|
"backgroundAirshipNotes": "Become a sky sailor on board your very own Airship.",
|
||||||
|
|||||||
@@ -1390,6 +1390,8 @@
|
|||||||
"armorArmoireStrawRaincoatNotes": "This woven straw cape will keep you dry and your armor from rusting while on your quest. Just don’t venture too near a candle! Increases Constitution by <%= con %>. Enchanted Armoire: Straw Raincoat Set (Item 1 of 2).",
|
"armorArmoireStrawRaincoatNotes": "This woven straw cape will keep you dry and your armor from rusting while on your quest. Just don’t venture too near a candle! Increases Constitution by <%= con %>. Enchanted Armoire: Straw Raincoat Set (Item 1 of 2).",
|
||||||
"armorArmoireFancyPirateSuitText": "Fancy Pirate Jacket",
|
"armorArmoireFancyPirateSuitText": "Fancy Pirate Jacket",
|
||||||
"armorArmoireFancyPirateSuitNotes": "Wear this fine jacket well as you organize your ship’s library or talk it through as a crew. Increases Constitution and Intelligence by <%= attrs %> each. Enchanted Armoire: Fancy Pirate Set (Item 1 of 3).",
|
"armorArmoireFancyPirateSuitNotes": "Wear this fine jacket well as you organize your ship’s library or talk it through as a crew. Increases Constitution and Intelligence by <%= attrs %> each. Enchanted Armoire: Fancy Pirate Set (Item 1 of 3).",
|
||||||
|
"armorArmoireSheetGhostCostumeText": "Sheet Ghost Costume",
|
||||||
|
"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.",
|
||||||
|
|
||||||
"headgear": "helm",
|
"headgear": "helm",
|
||||||
"headgearCapitalized": "Headgear",
|
"headgearCapitalized": "Headgear",
|
||||||
|
|||||||
@@ -520,6 +520,11 @@ const backgrounds = {
|
|||||||
autumn_picnic: { },
|
autumn_picnic: { },
|
||||||
old_photo: { },
|
old_photo: { },
|
||||||
},
|
},
|
||||||
|
backgrounds102022: {
|
||||||
|
spooky_ruins: { },
|
||||||
|
mask_makers_workshop: { },
|
||||||
|
cemetery_gate: { },
|
||||||
|
},
|
||||||
timeTravelBackgrounds: {
|
timeTravelBackgrounds: {
|
||||||
airship: {
|
airship: {
|
||||||
price: 1,
|
price: 1,
|
||||||
|
|||||||
@@ -401,6 +401,9 @@ const armor = {
|
|||||||
int: 4,
|
int: 4,
|
||||||
set: 'fancyPirate',
|
set: 'fancyPirate',
|
||||||
},
|
},
|
||||||
|
sheetGhostCostume: {
|
||||||
|
con: 10,
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const body = {
|
const body = {
|
||||||
|
|||||||
Reference in New Issue
Block a user