From 4c657f43deed3f5bee72becffdbc362c3f92d7b6 Mon Sep 17 00:00:00 2001 From: Natalie L <78037386+CuriousMagpie@users.noreply.github.com> Date: Tue, 7 Dec 2021 11:45:36 -0500 Subject: [PATCH] Update: Dec 2021 Background and Armoire Items (#13667) --- website/common/locales/en/backgrounds.json | 8 ++++++++ website/common/locales/en/gear.json | 4 ++++ website/common/script/content/appearance/backgrounds.js | 5 +++++ website/common/script/content/gear/sets/armoire.js | 9 +++++++++ 4 files changed, 26 insertions(+) diff --git a/website/common/locales/en/backgrounds.json b/website/common/locales/en/backgrounds.json index 30809b1d4f..8737147331 100644 --- a/website/common/locales/en/backgrounds.json +++ b/website/common/locales/en/backgrounds.json @@ -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.", diff --git a/website/common/locales/en/gear.json b/website/common/locales/en/gear.json index 393b0e63f7..4813c16f62 100644 --- a/website/common/locales/en/gear.json +++ b/website/common/locales/en/gear.json @@ -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", diff --git a/website/common/script/content/appearance/backgrounds.js b/website/common/script/content/appearance/backgrounds.js index e019344ae6..b687b3c50f 100644 --- a/website/common/script/content/appearance/backgrounds.js +++ b/website/common/script/content/appearance/backgrounds.js @@ -470,6 +470,11 @@ const backgrounds = { inside_a_potion_bottle: { }, spiral_staircase: { }, }, + backgrounds122021: { + winter_canyon: { }, + ice_palace: { }, + frozen_polar_waters: { }, + }, timeTravelBackgrounds: { airship: { price: 1, diff --git a/website/common/script/content/gear/sets/armoire.js b/website/common/script/content/gear/sets/armoire.js index 9ca27db277..7cfa6b9576 100644 --- a/website/common/script/content/gear/sets/armoire.js +++ b/website/common/script/content/gear/sets/armoire.js @@ -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({