From a08ecbe04466db477fd7121fb837aaa81d1d1418 Mon Sep 17 00:00:00 2001 From: Natalie L <78037386+CuriousMagpie@users.noreply.github.com> Date: Wed, 28 Sep 2022 16:03:56 -0400 Subject: [PATCH] chore(content): add October 2022 Mystery Items (#14254) --- habitica-images | 2 +- .../assets/css/sprites/spritesmith-main.css | 30 +++++++++++++++++++ website/common/locales/en/gear.json | 4 +++ website/common/locales/en/subscriber.json | 1 + .../script/content/gear/sets/mystery.js | 2 ++ 5 files changed, 38 insertions(+), 1 deletion(-) diff --git a/habitica-images b/habitica-images index ce1e117dc9..c17cf70c40 160000 --- a/habitica-images +++ b/habitica-images @@ -1 +1 @@ -Subproject commit ce1e117dc94ac4b1757f144e6897e332ccdaf119 +Subproject commit c17cf70c407e0b8d7e0b0cd84f7aecfea295d568 diff --git a/website/client/src/assets/css/sprites/spritesmith-main.css b/website/client/src/assets/css/sprites/spritesmith-main.css index f91dc5b14f..9f65aa4c73 100644 --- a/website/client/src/assets/css/sprites/spritesmith-main.css +++ b/website/client/src/assets/css/sprites/spritesmith-main.css @@ -27260,6 +27260,36 @@ width: 114px; height: 90px; } +.broad_armor_mystery_202210 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/broad_armor_mystery_202210.png'); + width: 117px; + height: 120px; +} +.head_mystery_202210 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/head_mystery_202210.png'); + width: 117px; + height: 120px; +} +.shop_armor_mystery_202210 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_armor_mystery_202210.png'); + width: 68px; + height: 68px; +} +.shop_head_mystery_202210 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_head_mystery_202210.png'); + width: 68px; + height: 68px; +} +.shop_set_mystery_202210 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_set_mystery_202210.png'); + width: 68px; + height: 68px; +} +.slim_armor_mystery_202210 { + background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/slim_armor_mystery_202210.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 076c94c917..f1f95ffc08 100644 --- a/website/common/locales/en/gear.json +++ b/website/common/locales/en/gear.json @@ -1211,6 +1211,8 @@ "armorMystery202204Notes": "Looks like doing your tasks now requires pushing these mysterious buttons! What could they do? Confers no benefit. April 2022 Subscriber Item.", "armorMystery202207Text": "Jammin' Jelly Armor", "armorMystery202207Notes": "This armor will have you looking glamorous and gelatinous. Confers no benefit. July 2022 Subscriber Item.", + "armorMystery202210Text": "Ominous Ophidian Armor", + "armorMystery202210Notes": "Try slithering for a change, you may find it's quite an efficient mode of transportation! Confers no benefit. October 2022 Subscriber Item.", "armorMystery301404Text": "Steampunk Suit", "armorMystery301404Notes": "Dapper and dashing, wot! Confers no benefit. February 3015 Subscriber Item.", "armorMystery301703Text": "Steampunk Peacock Gown", @@ -1959,6 +1961,8 @@ "headMystery202207Notes": "Need a hand with your tasks? Will several dozen bioluminescent tentacles do? Confers no benefit. July 2022 Subscriber Item.", "headMystery202208Text": "Perky Ponytail", "headMystery202208Notes": "Enjoy showing off this voluminous hair - it can double as a whip in a pinch! Confers no benefit. August 2022 Subscriber Item.", + "headMystery202210Text": "Ominous Ophidian Helm", + "headMystery202210Notes": "This scaly hood will surely terrify your To-Do list into submission! Confers no benefit. October 2022 Subscriber Item.", "headMystery301404Text": "Fancy Top Hat", "headMystery301404Notes": "A fancy top hat for the finest of gentlefolk! January 3015 Subscriber Item. Confers no benefit.", diff --git a/website/common/locales/en/subscriber.json b/website/common/locales/en/subscriber.json index b199612950..d2537e7855 100644 --- a/website/common/locales/en/subscriber.json +++ b/website/common/locales/en/subscriber.json @@ -142,6 +142,7 @@ "mysterySet202207": "Jammin' Jelly Set", "mysterySet202208": "Perky Ponytail Set", "mysterySet202209": "Magical Scholar Set", + "mysterySet202210": "Ominous Ophidian 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 716bdfdcb0..f3669e62e2 100644 --- a/website/common/script/content/gear/sets/mystery.js +++ b/website/common/script/content/gear/sets/mystery.js @@ -58,6 +58,7 @@ const armor = { 202112: { }, 202204: { }, 202207: { }, + 202210: { }, 301404: { }, 301703: { }, 301704: { }, @@ -194,6 +195,7 @@ const head = { 202206: { }, 202207: { }, 202208: { }, + 202210: { }, 301404: { }, 301405: { }, 301703: { },