mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
2022-05 Subscriber Items
This commit is contained in:
parent
245e135be8
commit
5faa49d032
4 changed files with 8 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit b1e0ceda4212664868fdc080583265a8a432348c
|
||||
Subproject commit 05c7c19fa56195bf722318196f821ada35c901cd
|
||||
|
|
@ -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.",
|
||||
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -91,6 +91,7 @@ const back = {
|
|||
202105: { },
|
||||
202109: { },
|
||||
202203: { },
|
||||
202205: { },
|
||||
};
|
||||
|
||||
const body = {
|
||||
|
|
@ -212,6 +213,7 @@ const headAccessory = {
|
|||
202105: { },
|
||||
202109: { },
|
||||
202203: { },
|
||||
202205: { },
|
||||
301405: { },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue