From 059269f9b0ddfcb128c97906ca71642b3596c5c0 Mon Sep 17 00:00:00 2001 From: Natalie L <78037386+CuriousMagpie@users.noreply.github.com> Date: Tue, 31 Jan 2023 11:33:36 -0500 Subject: [PATCH] chore(content): add February subscriber items (#14466) * chore(content): add February subscriber items * fix(strings): month typo --------- Co-authored-by: SabreCat --- .../assets/css/sprites/spritesmith-main.css | 35 ++++++++++++++++--- 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(+), 6 deletions(-) diff --git a/website/client/src/assets/css/sprites/spritesmith-main.css b/website/client/src/assets/css/sprites/spritesmith-main.css index 4848a5a501..7f3f7c653d 100644 --- a/website/client/src/assets/css/sprites/spritesmith-main.css +++ b/website/client/src/assets/css/sprites/spritesmith-main.css @@ -27660,6 +27660,31 @@ width: 68px; height: 68px; } +.back_mystery_202302 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/back_mystery_202302.png'); + width: 114px; + height: 90px; +} +.headAccessory_mystery_202302 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/headAccessory_mystery_202302.png'); + width: 114px; + height: 90px; +} +.shop_back_mystery_202302 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_back_mystery_202302.png'); + width: 68px; + height: 68px; +} +.shop_headAccessory_mystery_202302 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_headAccessory_mystery_202302.png'); + width: 68px; + height: 68px; +} +.shop_set_mystery_202302 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_set_mystery_202302.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; @@ -32430,11 +32455,6 @@ width: 68px; height: 68px; } -.shop_weapon_special_Winter2023Rogue { - background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_weapon_special_Winter2023Rogue.png'); - width: 68px; - height: 68px; -} .shop_weapon_special_candycane { background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_weapon_special_candycane.png'); width: 68px; @@ -32620,6 +32640,11 @@ width: 68px; height: 68px; } +.shop_weapon_special_winter2023Rogue { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_weapon_special_winter2023Rogue.png'); + width: 68px; + height: 68px; +} .shop_weapon_special_winter2023Warrior { background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_weapon_special_winter2023Warrior.png'); width: 68px; diff --git a/website/common/locales/en/gear.json b/website/common/locales/en/gear.json index 54f21216fb..c9ee405725 100644 --- a/website/common/locales/en/gear.json +++ b/website/common/locales/en/gear.json @@ -2663,7 +2663,9 @@ "backMystery202206Text": "Sea Sprite Wings", "backMystery202206Notes": "Whimsical wings made of water and waves! Confers no benefit. June 2022 Subscriber Item.", "backMystery202301Text": "Five Tails of Valor", - "backMystery202301Notes": "These fluffy tails contain ethereal power and also a high level of charm! Confers no benefit. January 2023 Subscriber Item.", + "backMystery202301Notes": "These fluffy tails contain ethereal power and also a high level of charm! Confers no benefit. January 2023 Subscriber Item.", + "backMystery202302Text": "Trickster Tabby Tail", + "backMystery202302Notes": "Anytime you wear this tail it's sure to be a frabjous day! Callooh! Callay! Confers no benefit. February 2023 Subscriber Item.", "backSpecialWonderconRedText": "Mighty Cape", "backSpecialWonderconRedNotes": "Swishes with strength and beauty. Confers no benefit. Special Edition Convention Item.", @@ -2873,6 +2875,8 @@ "headAccessoryMystery202205Notes": "These dazzling horns are as bright as a desert sunset. Confers no benefit. May 2022 Subscriber Item.", "headAccessoryMystery202212Text": "Glacial Tiara", "headAccessoryMystery202212Notes": "Magnify your warmth and friendship to new heights with this ornate golden tiara. Confers no benefit. December 2022 Subscriber Item.", + "headAccessoryMystery202302Text": "Trickster Tabby Ears", + "headAccessoryMystery202302Notes": "The purr-fect accessory to set off your enchanting grin. Confers no benefit. February 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 977bc08ef2..e8c737be83 100644 --- a/website/common/locales/en/subscriber.json +++ b/website/common/locales/en/subscriber.json @@ -146,6 +146,7 @@ "mysterySet202211": "Electromancer Set", "mysterySet202212": "Glacial Guardian Set", "mysterySet202301": "Valiant Vulpine Set", + "mysterySet202302": "Trickster Tabby 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 e851da7513..ed445c9e09 100644 --- a/website/common/script/content/gear/sets/mystery.js +++ b/website/common/script/content/gear/sets/mystery.js @@ -97,6 +97,7 @@ const back = { 202205: { }, 202206: { }, 202301: { }, + 202302: { }, }; const body = { @@ -227,6 +228,7 @@ const headAccessory = { 202203: { }, 202212: { }, 202205: { }, + 202302: { }, 301405: { }, };