diff --git a/website/client/src/assets/css/sprites/spritesmith-main.css b/website/client/src/assets/css/sprites/spritesmith-main.css index 35f6d0eb41..41ce136f41 100644 --- a/website/client/src/assets/css/sprites/spritesmith-main.css +++ b/website/client/src/assets/css/sprites/spritesmith-main.css @@ -28630,6 +28630,46 @@ width: 68px; height: 68px; } +.broad_armor_mystery_202310 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/broad_armor_mystery_202310.png'); + width: 117px; + height: 120px; +} +.headAccessory_mystery_202310 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/headAccessory_mystery_202310.png'); + width: 117px; + height: 120px; +} +.head_mystery_202310 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/head_mystery_202310.png'); + width: 117px; + height: 120px; +} +.shop_armor_mystery_202310 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_armor_mystery_202310.png'); + width: 68px; + height: 68px; +} +.shop_headAccessory_mystery_202310 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_headAccessory_mystery_202310.png'); + width: 68px; + height: 68px; +} +.shop_head_mystery_202310 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_head_mystery_202310.png'); + width: 68px; + height: 68px; +} +.shop_set_mystery_202310 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_set_mystery_202310.png'); + width: 68px; + height: 68px; +} +.slim_armor_mystery_202310 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/slim_armor_mystery_202310.png'); + width: 117px; + height: 120px; +} .broad_armor_mystery_301404 { background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/broad_armor_mystery_301404.png'); width: 90px; diff --git a/website/common/locales/en/gear.json b/website/common/locales/en/gear.json index 50822828aa..dcfaf9d5e5 100644 --- a/website/common/locales/en/gear.json +++ b/website/common/locales/en/gear.json @@ -1315,6 +1315,8 @@ "armorMystery202306Notes": "No one’s going to rain on your parade! And if they try, you’ll stay colorful and dry! Confers no benefit. June 2023 Subscriber Item.", "armorMystery202307Text": "Kraken's Tentacles", "armorMystery202307Notes": "Suction cups have the best traction on the sea floor and on the sides of wayward ships. Confers no benefit. July 2023 Subscriber Item.", + "armorMystery202310Text": "Wraith's Robe", + "armorMystery202310Notes": "A ghostly garment that will curl and drift gracefully as you float amidst the haunted bogs and wastes. Confers no benefit. October 2023 Subscriber Item.", "armorMystery301404Text": "Steampunk Suit", "armorMystery301404Notes": "Dapper and dashing, wot! Confers no benefit. February 3015 Subscriber Item.", @@ -2132,6 +2134,8 @@ "headMystery202304Notes": "Wear this helm for your own safe-tea. Confers no benefit. April 2023 Subscriber Item.", "headMystery202308Text": "Purple Protagonist Hair", "headMystery202308Notes": "Does the unruly cowlick sticking up from the middle of your head represent your persistence or your penchant for mischief? Confers no benefit. August 2023 Subscriber Item.", + "headMystery202310Text": "Wraith's Hood", + "headMystery202310Notes": "It hides your face, and yet lends your eyes an unsettling and spectral glow. Confers no benefit. October 2023 Subscriber Item.", "headMystery301404Text": "Fancy Top Hat", "headMystery301404Notes": "A fancy top hat for the finest of gentlefolk! January 3015 Subscriber Item. Confers no benefit.", @@ -3060,6 +3064,8 @@ "headAccessoryMystery202307Notes": "This mighty circlet summons cyclones and stormy weather! Confers no benefit. July 2023 Subscriber Item.", "headAccessoryMystery202309Text": "Colossal Comet Moth Antennae", "headAccessoryMystery202309Notes": "These antennae are fashionable and feathery, but also help you navigate! Confers no benefit. September 2023 Subscriber Item.", + "headAccessoryMystery202310Text": "Crown of Ghostly Lights", + "headAccessoryMystery202310Notes": "Like a will-o'-the-wisp, these unearthly lights may lure curious souls to their doom. Confers no benefit. October 2023 Subscriber Item.", "headAccessoryMystery301405Text": "Headwear Goggles", "headAccessoryMystery301405Notes": "\"Goggles are for your eyes,\" they said. \"Nobody wants goggles that you can only wear on your head,\" they said. Hah! You sure showed them! Confers no benefit. August 3015 Subscriber Item.", diff --git a/website/common/locales/en/subscriber.json b/website/common/locales/en/subscriber.json index fa43c663a6..7b2f819774 100644 --- a/website/common/locales/en/subscriber.json +++ b/website/common/locales/en/subscriber.json @@ -154,6 +154,7 @@ "mysterySet202307": "Perilous Kraken Set", "mysterySet202308": "Purple Protagonist Set", "mysterySet202309": "Colossal Comet Moth Set", + "mysterySet202310": "Ghostlight Wraith Set", "mysterySet301404": "Steampunk Standard Set", "mysterySet301405": "Steampunk Accessories Set", "mysterySet301703": "Peacock Steampunk Set", diff --git a/website/common/script/content/gear/sets/mystery.js b/website/common/script/content/gear/sets/mystery.js index e791bb0398..6ceadc952a 100644 --- a/website/common/script/content/gear/sets/mystery.js +++ b/website/common/script/content/gear/sets/mystery.js @@ -63,6 +63,7 @@ const armor = { 202304: { }, 202306: { }, 202307: { }, + 202310: { }, 301404: { }, 301703: { }, 301704: { }, @@ -211,6 +212,7 @@ const head = { 202303: { }, 202304: { }, 202308: { }, + 202310: { }, 301404: { }, 301405: { }, 301703: { }, @@ -242,6 +244,7 @@ const headAccessory = { 202302: { }, 202305: { }, 202309: { }, + 202310: { }, 301405: { }, };