diff --git a/website/client/src/assets/css/sprites/spritesmith-main.css b/website/client/src/assets/css/sprites/spritesmith-main.css index f3ec4e577a..6c74f83717 100644 --- a/website/client/src/assets/css/sprites/spritesmith-main.css +++ b/website/client/src/assets/css/sprites/spritesmith-main.css @@ -28190,6 +28190,31 @@ width: 117px; height: 120px; } +.eyewear_mystery_202308 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/eyewear_mystery_202308.png'); + width: 114px; + height: 90px; +} +.head_mystery_202308 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/head_mystery_202308.png'); + width: 114px; + height: 90px; +} +.shop_eyewear_mystery_202308 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_eyewear_mystery_202308.png'); + width: 68px; + height: 68px; +} +.shop_head_mystery_202308 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_head_mystery_202308.png'); + width: 68px; + height: 68px; +} +.shop_set_mystery_202308 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_set_mystery_202308.png'); + width: 68px; + height: 68px; +} .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 75b906f6f1..c948a6d6a1 100644 --- a/website/common/locales/en/gear.json +++ b/website/common/locales/en/gear.json @@ -2095,6 +2095,8 @@ "headMystery202303Notes": "What better way to let everyone know you’re the star of this tale than to have blue and improbably spiky hair? Confers no benefit. March 2023 Subscriber Item.", "headMystery202304Text": "Tiptop Teapot Lid", "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.", "headMystery301404Text": "Fancy Top Hat", "headMystery301404Notes": "A fancy top hat for the finest of gentlefolk! January 3015 Subscriber Item. Confers no benefit.", @@ -3079,6 +3081,8 @@ "eyewearMystery202208Notes": "Lull your enemies into a false sense of security with these terrifyingly cute peepers. Confers no benefit. August 2022 Subscriber Item.", "eyewearMystery202303Text": "Dreamy Eyes", "eyewearMystery202303Notes": "Let your nonchalant expression lure your enemies into a false sense of security. Confers no benefit. March 2023 Subscriber Item.", + "eyewearMystery202308Text": "Sleepy Eyes", + "eyewearMystery202308Notes": "Are you sleepy, or just resting your eyes in anticipation of your next amazing battle? Confers no benefit. August 2023 Subscriber Item.", "eyewearMystery301404Text": "Eyewear Goggles", "eyewearMystery301404Notes": "No eyewear could be fancier than a pair of goggles - except, perhaps, for a monocle. Confers no benefit. April 3015 Subscriber Item.", "eyewearMystery301405Text": "Monocle", diff --git a/website/common/locales/en/subscriber.json b/website/common/locales/en/subscriber.json index 2df5502815..22b8ed0637 100644 --- a/website/common/locales/en/subscriber.json +++ b/website/common/locales/en/subscriber.json @@ -152,6 +152,7 @@ "mysterySet202305": "Eventide Dragon Set", "mysterySet202306": "Razzle Dazzle Rainbow Set", "mysterySet202307": "Perilous Kraken Set", + "mysterySet202308": "Purple Protagonist 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 a0b355af2d..4a11419d90 100644 --- a/website/common/script/content/gear/sets/mystery.js +++ b/website/common/script/content/gear/sets/mystery.js @@ -129,6 +129,7 @@ const eyewear = { '202204B': { mystery: '202204' }, 202208: { }, 202303: { }, + 202308: { }, 301404: { }, 301405: { }, 301703: { }, @@ -208,6 +209,7 @@ const head = { 202301: { }, 202303: { }, 202304: { }, + 202308: { }, 301404: { }, 301405: { }, 301703: { },