From 867eed176e528319b850623ccc8d121774377fd3 Mon Sep 17 00:00:00 2001 From: Natalie L <78037386+CuriousMagpie@users.noreply.github.com> Date: Tue, 30 May 2023 16:26:16 -0400 Subject: [PATCH] feat(content): add June subscriber items (#14669) Co-authored-by: SabreCat --- .../assets/css/sprites/spritesmith-main.css | 30 +++++++++++++++++++ website/common/locales/en/gear.json | 6 +++- website/common/locales/en/subscriber.json | 1 + .../script/content/gear/sets/mystery.js | 2 ++ 4 files changed, 38 insertions(+), 1 deletion(-) diff --git a/website/client/src/assets/css/sprites/spritesmith-main.css b/website/client/src/assets/css/sprites/spritesmith-main.css index 271abcba15..589aaccdfa 100644 --- a/website/client/src/assets/css/sprites/spritesmith-main.css +++ b/website/client/src/assets/css/sprites/spritesmith-main.css @@ -28010,6 +28010,36 @@ width: 68px; height: 68px; } +.broad_armor_mystery_202306 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/broad_armor_mystery_202306.png'); + width: 114px; + height: 90px; +} +.shop_armor_mystery_202306 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_armor_mystery_202306.png'); + width: 68px; + height: 68px; +} +.shop_set_mystery_202306 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_set_mystery_202306.png'); + width: 68px; + height: 68px; +} +.shop_weapon_mystery_202306 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_weapon_mystery_202306.png'); + width: 68px; + height: 68px; +} +.slim_armor_mystery_202306 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/slim_armor_mystery_202306.png'); + width: 114px; + height: 90px; +} +.weapon_mystery_202306 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/weapon_mystery_202306.png'); + width: 114px; + height: 90px; +} .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 28a2b6a77f..3cc49c3fea 100644 --- a/website/common/locales/en/gear.json +++ b/website/common/locales/en/gear.json @@ -506,7 +506,9 @@ "weaponMystery202211Text": "Electromancer Staff", "weaponMystery202211Notes": "Harness the awesome power of a lightning storm with this staff. Confers no benefit. November 2022 Subscriber Item.", "weaponMystery202212Text": "Glacial Wand", - "weaponMystery202212Notes": "The glowing snowflake in this wand holds the power to warm hearts on even the coldest winter night! Confers no benefit. December 2022 Subscriber Item.", + "weaponMystery202212Notes": "The glowing snowflake in this wand holds the power to warm hearts on even the coldest winter night! Confers no benefit. December 2022 Subscriber Item.", + "weaponMystery202306Text": "Rainbow Umbrella", + "weaponMystery202306Notes": "Shine proud and bring a shimmering prism of color wherever you go! Confers no benefit. June 2023 Subscriber Item.", "weaponMystery301404Text": "Steampunk Cane", "weaponMystery301404Notes": "Excellent for taking a turn about town. March 3015 Subscriber Item. Confers no benefit.", @@ -1267,6 +1269,8 @@ "armorMystery202212Notes": "The universe can be cold, but this charming dress will keep you cozy as you fly. Confers no benefit. December 2022 Subscriber Item.", "armorMystery202304Text": "Tiptop Teapot Armor", "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.", "armorMystery301404Text": "Steampunk Suit", "armorMystery301404Notes": "Dapper and dashing, wot! Confers no benefit. February 3015 Subscriber Item.", diff --git a/website/common/locales/en/subscriber.json b/website/common/locales/en/subscriber.json index 04ff983479..165ebafe44 100644 --- a/website/common/locales/en/subscriber.json +++ b/website/common/locales/en/subscriber.json @@ -150,6 +150,7 @@ "mysterySet202303": "Mane Character Set", "mysterySet202304": "Tiptop Teapot Set", "mysterySet202305": "Eventide Dragon Set", + "mysterySet202306": "Razzle Dazzle Rainbow 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 0800c2363d..c80002ac24 100644 --- a/website/common/script/content/gear/sets/mystery.js +++ b/website/common/script/content/gear/sets/mystery.js @@ -61,6 +61,7 @@ const armor = { 202210: { }, 202212: { }, 202304: { }, + 202306: { }, 301404: { }, 301703: { }, 301704: { }, @@ -267,6 +268,7 @@ const weapon = { 202201: { }, 202212: { }, 202209: { }, + 202306: { }, 301404: { }, };