diff --git a/website/common/locales/en/gear.json b/website/common/locales/en/gear.json index dbb4ef6484..e95079d889 100644 --- a/website/common/locales/en/gear.json +++ b/website/common/locales/en/gear.json @@ -615,6 +615,8 @@ "weaponArmoireRegalSceptreNotes": "Display your regal authority by taking this bejeweled staff in hand. Increases Perception by <%= per %>. Enchanted Armoire: Regal Set (Item 2 of 2).", "weaponArmoireShootingStarSpellText": "Stardust Sparkles", "weaponArmoireShootingStarSpellNotes": "Surround yourself in a spell of stardust magic to help you make all your wishes come true. Increases Strength and Intelligence by <%= attrs %> each. Enchanted Armoire: Stardust Set (Item 3 of 3).", + "weaponArmoirePinkLongbowText": "Pink Longbow", + "weaponArmoirePinkLongbowNotes": "PLACEHOLDER", "armor": "armor", "armorCapitalized": "Armor", @@ -1296,6 +1298,8 @@ "armorArmoireSoftBlackSuitNotes": "Black is a mysterious colour. It’s sure to inspire the most interesting dreams. Increases Constitution and Perception by <%= attrs %> each. Enchanted Armoire: Black Loungewear Set (Item 2 of 3).", "armorArmoireShootingStarCostumeText": "Star Gown", "armorArmoireShootingStarCostumeNotes": "Rumored to have been spun out of the night sky itself, this flowy gown lets you rise above all obstacles in your path. Increases Constitution by <%= con %>. Enchanted Armoire: Stardust Set (Item 2 of 3).", + "armorArmoireSoftVioletSuitText": "Soft Violet Suit", + "armorArmoireSoftVioletSuitNotes":"PLACEHOLDER", "headgear": "helm", "headgearCapitalized": "Headgear", @@ -2369,6 +2373,8 @@ "shieldArmoireHeraldsMessageScrollNotes": "What exciting news does this scroll contain? Could it be about a new pet or a long habit streak? Increases Perception by <%= per %>. Enchanted Armoire: Herald Set (Item 4 of 4)", "shieldArmoireSoftBlackPillowText": "Soft Black Pillow", "shieldArmoireSoftBlackPillowNotes": "The brave warrior packs a pillow for any expedition. Guard yourself from tiresome tasks... even while you nap. Increases Intelligence and Perception by <%= attrs %> each. Enchanted Armoire: Black Loungewear Set (Item 3 of 3).", + "shieldArmoireSoftVioletPillowText": "Soft Violet Pillow", + "shieldArmoireSoftVioletPillowNotes": "PLACEHOLDER", "back": "Back Accessory", "backBase0Text": "No Back Accessory", diff --git a/website/common/script/content/gear/sets/armoire.js b/website/common/script/content/gear/sets/armoire.js index 0709c31b38..2a1180c028 100644 --- a/website/common/script/content/gear/sets/armoire.js +++ b/website/common/script/content/gear/sets/armoire.js @@ -383,6 +383,9 @@ const armor = { con: 10, set: 'shootingStar', }, + softVioletSuit: { + set: 'violetLoungewear', + }, }; const body = { @@ -1046,6 +1049,9 @@ const shield = { per: 5, set: 'blackLoungewear', }, + softVioletPillow: { + set: 'violetLoungewear', + }, }; const headAccessory = { @@ -1421,6 +1427,9 @@ const weapon = { set: 'shootingStar', twoHanded: true, }, + pinkLongbow: { + twoHanded: true, + }, }; forEach({