diff --git a/website/client/src/assets/css/sprites/spritesmith-main.css b/website/client/src/assets/css/sprites/spritesmith-main.css index 28cd3f1fad..f053ce76b5 100644 --- a/website/client/src/assets/css/sprites/spritesmith-main.css +++ b/website/client/src/assets/css/sprites/spritesmith-main.css @@ -28105,6 +28105,36 @@ width: 114px; height: 90px; } +.broad_armor_mystery_202307 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/broad_armor_mystery_202307.png'); + width: 117px; + height: 120px; +} +.headAccessory_mystery_202307 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/headAccessory_mystery_202307.png'); + width: 117px; + height: 120px; +} +.shop_armor_mystery_202307 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_armor_mystery_202307.png'); + width: 68px; + height: 68px; +} +.shop_headAccessory_mystery_202307 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_headAccessory_mystery_202307.png'); + width: 68px; + height: 68px; +} +.shop_set_mystery_202307 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_set_mystery_202307.png'); + width: 68px; + height: 68px; +} +.slim_armor_mystery_202307 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/slim_armor_mystery_202307.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 53c72bdbcf..35dbaaad38 100644 --- a/website/common/locales/en/gear.json +++ b/website/common/locales/en/gear.json @@ -1289,6 +1289,8 @@ "armorMystery202304Notes": "Here is your handle and here is your spout! Confers no benefit. April 2023 Subscriber Item.", "armorMystery202306Text": "Rainbow Parka", "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.", "armorMystery301404Text": "Steampunk Suit", "armorMystery301404Notes": "Dapper and dashing, wot! Confers no benefit. February 3015 Subscriber Item.", @@ -2980,6 +2982,9 @@ "headAccessoryMystery202302Notes": "The purr-fect accessory to set off your enchanting grin. Confers no benefit. February 2023 Subscriber Item.", "headAccessoryMystery202305Text": "Eventide Horns", "headAccessoryMystery202305Notes": "These horns glow with reflected moonlight. Confers no benefit. May 2023 Subscriber Item.", + "headAccessoryMystery202307Text": "Kraken's Crown", + "headAccessoryMystery202307Notes": "This mighty circlet summons cyclones and stormy weather! Confers no benefit. July 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 165ebafe44..2df5502815 100644 --- a/website/common/locales/en/subscriber.json +++ b/website/common/locales/en/subscriber.json @@ -151,6 +151,7 @@ "mysterySet202304": "Tiptop Teapot Set", "mysterySet202305": "Eventide Dragon Set", "mysterySet202306": "Razzle Dazzle Rainbow Set", + "mysterySet202307": "Perilous Kraken 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 c80002ac24..a0b355af2d 100644 --- a/website/common/script/content/gear/sets/mystery.js +++ b/website/common/script/content/gear/sets/mystery.js @@ -62,6 +62,7 @@ const armor = { 202212: { }, 202304: { }, 202306: { }, + 202307: { }, 301404: { }, 301703: { }, 301704: { }, @@ -234,6 +235,7 @@ const headAccessory = { 202203: { }, 202212: { }, 202205: { }, + 202307: { }, 202302: { }, 202305: { }, 301405: { },