mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Update: Dec 2021 Background and Armoire Items
This commit is contained in:
@@ -738,6 +738,14 @@
|
||||
"backgroundSpiralStaircaseText": "Spiral Staircase",
|
||||
"backgroundSpiralStaircaseNotes": "Climb up, down, round and round a Spiral Staircase.",
|
||||
|
||||
"backgrounds122021": "SET 91: Released December 2021",
|
||||
"backgroundWinterCanyonShopText": "Winter Canyon",
|
||||
"backgroundWinterCanyonShopNotes": "Adventure in a Winter Canyon!",
|
||||
"backgroundIcePalaceShopText": "Ice Palace",
|
||||
"backgroundIcePalaceShopNotes": "Reign in the Ice Palace.",
|
||||
"backgroundFrozenPolarWatersText": "Frozen Polar Waters",
|
||||
"backgroundFrozenPolarWatersNotes": "Explore Frozen Polar Waters.",
|
||||
|
||||
"timeTravelBackgrounds": "Steampunk Backgrounds",
|
||||
"backgroundAirshipText": "Airship",
|
||||
"backgroundAirshipNotes": "Become a sky sailor on board your very own Airship.",
|
||||
|
||||
@@ -597,6 +597,8 @@
|
||||
"weaponArmoirePotionBlueNotes": "Life is a little bit fluffier and a whole lot bluer with this potion to make cotton candy blue beasts! Increases Intelligence by <%= int %> and Constitution by <%= con %>. Enchanted Armoire: Potion Set (Item 9 of 10)",
|
||||
"weaponArmoirePotionGoldenText": "Decorative Golden Potion",
|
||||
"weaponArmoirePotionGoldenNotes": "With this potion, your pet can have a heart of gold… and ears of gold… and a tail of gold… Increases Strength and Intelligence by <%= attrs %> each. Enchanted Armoire: Potion Set (Item 10 of 10)",
|
||||
"weaponArmoireRegalSceptreText": "Regal Sceptre",
|
||||
"weaponArmoireRegalSceptreNotes": "Display your regal authority by taking this bejeweled staff in hand. Increases Perception by <%= per %>. Enchanted Armoire: Regal Set (Item 2 of 2).",
|
||||
|
||||
"armor": "armor",
|
||||
"armorCapitalized": "Armor",
|
||||
@@ -1959,6 +1961,8 @@
|
||||
"headArmoireHeraldsCapNotes": "This herald’s hat includes a perky plume. Increases Intelligence by <%= int %>. Enchanted Armoire: Herald Set (Item 2 of 4).",
|
||||
"headArmoireBlackFloppyHatText": "Black Floppy Hat",
|
||||
"headArmoireBlackFloppyHatNotes": "Many spells have been sewn into this simple hat, giving it a bold black color. Increases Constitution, Perception, and Strength by <%= attrs %> each. Enchanted Armoire: Black Loungewear Set (Item 1 of 3).",
|
||||
"headArmoireRegalCrownText": "Regal Crown",
|
||||
"headArmoireRegalCrownNotes": "Any monarch would be lucky to have such a majestic, smart-looking crown. Increases Intelligence by <%= int %>. Enchanted Armoire: Regal Set (Item 1 of 2).",
|
||||
|
||||
"offhand": "off-hand item",
|
||||
"offHandCapitalized": "Off-Hand Item",
|
||||
|
||||
@@ -470,6 +470,11 @@ const backgrounds = {
|
||||
inside_a_potion_bottle: { },
|
||||
spiral_staircase: { },
|
||||
},
|
||||
backgrounds122021: {
|
||||
winter_canyon: { },
|
||||
ice_palace: { },
|
||||
frozen_polar_waters: { },
|
||||
},
|
||||
timeTravelBackgrounds: {
|
||||
airship: {
|
||||
price: 1,
|
||||
|
||||
@@ -769,6 +769,10 @@ const head = {
|
||||
str: 7,
|
||||
set: 'blackLoungewear',
|
||||
},
|
||||
regalCrown: {
|
||||
int: 7,
|
||||
set: 'regal',
|
||||
},
|
||||
};
|
||||
|
||||
const shield = {
|
||||
@@ -1399,6 +1403,11 @@ const weapon = {
|
||||
per: 8,
|
||||
set: 'hatchingPotions',
|
||||
},
|
||||
regalSceptre: {
|
||||
per: 7,
|
||||
twoHanded: true,
|
||||
set: 'regal',
|
||||
},
|
||||
};
|
||||
|
||||
forEach({
|
||||
|
||||
Reference in New Issue
Block a user