From becdf640b5485ad9307dc4e0b411352df25400ff Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Fri, 17 May 2024 12:54:21 +0200 Subject: [PATCH] fix mystery gear --- .../src/assets/css/sprites/spritesmith-main.css | 15 +++++++++++++++ website/common/locales/en/gear.json | 4 ++-- .../common/script/content/gear/sets/mystery.js | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/website/client/src/assets/css/sprites/spritesmith-main.css b/website/client/src/assets/css/sprites/spritesmith-main.css index 4d06bf3e2b..64894a875f 100644 --- a/website/client/src/assets/css/sprites/spritesmith-main.css +++ b/website/client/src/assets/css/sprites/spritesmith-main.css @@ -45157,6 +45157,11 @@ width: 68px; height: 68px; } +.shop_eyewear_mystery_202406 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_eyewear_mystery_202406.png'); + width: 68px; + height: 68px; +} .shop_eyewear_special_summerRogue { background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_eyewear_special_summerRogue.png'); width: 68px; @@ -45782,6 +45787,11 @@ width: 114px; height: 90px; } +.slim_armor_mystery_202406 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/slim_armor_mystery_202406.png'); + width: 114px; + height: 90px; +} .slim_armor_special_summer2015Healer { background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/slim_armor_special_summer2015Healer.png'); width: 90px; @@ -73975,6 +73985,11 @@ width: 81px; height: 99px; } +.Pet_HatchingPotion_Koi { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/Pet_HatchingPotion_Koi.png'); + width: 68px; + height: 68px; +} .Pet_HatchingPotion_Amber { background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/Pet_HatchingPotion_Amber.png'); width: 68px; diff --git a/website/common/locales/en/gear.json b/website/common/locales/en/gear.json index 6c85a35ebe..5bcbe7f09a 100644 --- a/website/common/locales/en/gear.json +++ b/website/common/locales/en/gear.json @@ -3259,8 +3259,6 @@ "headAccessoryMystery202310Notes": "Like a will-o'-the-wisp, these unearthly lights may lure curious souls to their doom. Confers no benefit. October 2023 Subscriber Item.", "headAccessoryMystery202405Text": "Gilded Drake Horns", "headAccessoryMystery202405Notes": "The metallic sheen of these fine horns reflects the dancing colors of dragon fire. Confers no benefit. May 2024 Subscriber Item.", - "headAccessoryMystery202406Text": "Phantom Buccaneer’s Mask", - "headAccessoryMystery202406Notes": "Try to avoid having this pulled off by a gang of meddling kids and their talking dog. Confers no benefit. June 2024 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.", @@ -3356,6 +3354,8 @@ "eyewearMystery202308Notes": "Are you sleepy, or just resting your eyes in anticipation of your next amazing battle? Confers no benefit. August 2023 Subscriber Item.", "eyewearMystery202312Text": "Wintry Blue Eyes", "eyewearMystery202312Notes": "No need to worry, these icy blues will help you see through the cold and dark season to the warmth of months ahead. Confers no benefit. December 2023 Subscriber Item.", + "eyewearMystery202406Text": "Phantom Buccaneer’s Mask", + "eyewearMystery202406Notes": "Try to avoid having this pulled off by a gang of meddling kids and their talking dog. Confers no benefit. June 2024 Subscriber Item.", "eyewearMystery301404Text": "Eyewear Goggles", diff --git a/website/common/script/content/gear/sets/mystery.js b/website/common/script/content/gear/sets/mystery.js index b06ceee78a..9d673fc4f4 100644 --- a/website/common/script/content/gear/sets/mystery.js +++ b/website/common/script/content/gear/sets/mystery.js @@ -138,6 +138,7 @@ const eyewear = { 202303: { }, 202308: { }, 202312: { }, + 202406: { }, 301404: { }, 301405: { }, 301703: { }, @@ -258,7 +259,6 @@ const headAccessory = { 202309: { }, 202310: { }, 202405: { }, - 202406: { }, 301405: { }, };