From 5faa49d032799e13204023487a4afa2b43fea1e1 Mon Sep 17 00:00:00 2001 From: CuriousMagpie Date: Thu, 28 Apr 2022 15:54:09 -0400 Subject: [PATCH] 2022-05 Subscriber Items --- habitica-images | 2 +- website/common/locales/en/gear.json | 4 ++++ website/common/locales/en/subscriber.json | 1 + website/common/script/content/gear/sets/mystery.js | 2 ++ 4 files changed, 8 insertions(+), 1 deletion(-) diff --git a/habitica-images b/habitica-images index b1e0ceda42..05c7c19fa5 160000 --- a/habitica-images +++ b/habitica-images @@ -1 +1 @@ -Subproject commit b1e0ceda4212664868fdc080583265a8a432348c +Subproject commit 05c7c19fa56195bf722318196f821ada35c901cd diff --git a/website/common/locales/en/gear.json b/website/common/locales/en/gear.json index 6b0c99681c..2f134f7738 100644 --- a/website/common/locales/en/gear.json +++ b/website/common/locales/en/gear.json @@ -2488,6 +2488,8 @@ "backMystery202109Notes": "Glide softly through the twilight air without a sound. Confers no benefit. September 2021 Subscriber Item.", "backMystery202203Text": "Dauntless Dragonfly Wings", "backMystery202203Notes": "Outrace all the other creatures of the sky with these shimmering wings. Confers no benefit. March 2022 Subscriber Item.", + "backMystery202205Text": "Dusk Wings", + "backMystery202205Notes": "The mighty flap of these vast wings can be heard echoing among the dunes. Confers no benefit. May 2022 Subscriber Item.", "backSpecialWonderconRedText": "Mighty Cape", "backSpecialWonderconRedNotes": "Swishes with strength and beauty. Confers no benefit. Special Edition Convention Item.", @@ -2688,6 +2690,8 @@ "headAccessoryMystery202109Notes": "Catch the scent of flowers on the breeze or the scent of change on the wind. Confers no benefit. September 2021 Subscriber Item.", "headAccessoryMystery202203Text": "Dauntless Dragonfly Circlet", "headAccessoryMystery202203Notes": "Need an extra boost of speed? The tiny decorative wings on this circlet are more powerful than they look! Confers no benefit. March 2022 Subscriber Item.", + "headAccessoryMystery202205Text": "Dusk-Winged Dragon Horns", + "headAccessoryMystery202205Notes": "These dazzling horns are as bright as a desert sunset. Confers no benefit. May 2022 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 43c0250bf2..a3dfea7c61 100644 --- a/website/common/locales/en/subscriber.json +++ b/website/common/locales/en/subscriber.json @@ -133,6 +133,7 @@ "mysterySet202202": "Turquoise Twintails Set", "mysterySet202203": "Dauntless Dragonfly Set", "mysterySet202204": "Virtual Adventurer Set", + "mysterySet202205": "Dusk-Winged Dragon 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 d0da7caa69..8afed931f2 100644 --- a/website/common/script/content/gear/sets/mystery.js +++ b/website/common/script/content/gear/sets/mystery.js @@ -91,6 +91,7 @@ const back = { 202105: { }, 202109: { }, 202203: { }, + 202205: { }, }; const body = { @@ -212,6 +213,7 @@ const headAccessory = { 202105: { }, 202109: { }, 202203: { }, + 202205: { }, 301405: { }, };