mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
add 2022-02 subscriber items
This commit is contained in:
parent
620801ef61
commit
0db8c4e2a3
3 changed files with 7 additions and 0 deletions
|
|
@ -1832,6 +1832,8 @@
|
|||
"headMystery202111Notes": "A fine and fancy hat, with goggles that let you see through time. Pretty cool, right? Confers no benefit. November 2021 Subscriber Item.",
|
||||
"headMystery202112Text": "Antarctic Undine Crown",
|
||||
"headMystery202112Notes": "This frozen crown shimmers like the hidden depths of an iceberg. Confers no benefit. December 2021 Subscriber Item.",
|
||||
"headMystery202202Text":"Turquoise Twintails",
|
||||
"headMystery202202Notes":"You gotta have blue hair! Confers no benefit. February 2022 Subscriber Item.",
|
||||
"headMystery301404Text": "Fancy Top Hat",
|
||||
"headMystery301404Notes": "A fancy top hat for the finest of gentlefolk! January 3015 Subscriber Item. Confers no benefit.",
|
||||
"headMystery301405Text": "Basic Top Hat",
|
||||
|
|
@ -2705,6 +2707,8 @@
|
|||
"eyewearMystery202108Notes": "Stare down your enemies (or your biggest tasks!) with these and they don't stand a chance. Confers no benefit. August 2021 Subscriber Item.",
|
||||
"eyewearMystery202201Text": "Midnight Merrymaker's Mask",
|
||||
"eyewearMystery202201Notes": "Ring in the new year with an air of mystery in this stylish feathered mask. Confers no benefit. January 2022 Subscriber Item.",
|
||||
"eyewearMystery202202Text":"Turquoise Eyes with Blush",
|
||||
"eyewearMystery202202Notes":"Cheerful singing brings color to your cheeks. Confers no benefit. February 2022 Subscriber Item",
|
||||
"eyewearMystery301404Text": "Eyewear Goggles",
|
||||
"eyewearMystery301404Notes": "No eyewear could be fancier than a pair of goggles - except, perhaps, for a monocle. Confers no benefit. April 3015 Subscriber Item.",
|
||||
"eyewearMystery301405Text": "Monocle",
|
||||
|
|
|
|||
|
|
@ -130,6 +130,7 @@
|
|||
"mysterySet202111": "Cosmic Chronomancer Set",
|
||||
"mysterySet202112": "Antarctic Undine Set",
|
||||
"mysterySet202201": "Midnight Merrymaker Set",
|
||||
"mysterySet202202": "Turquoise Twintails Set",
|
||||
"mysterySet301404": "Steampunk Standard Set",
|
||||
"mysterySet301405": "Steampunk Accessories Set",
|
||||
"mysterySet301703": "Peacock Steampunk Set",
|
||||
|
|
|
|||
|
|
@ -111,6 +111,7 @@ const eyewear = {
|
|||
201907: { },
|
||||
202108: { },
|
||||
202201: { },
|
||||
202202: { },
|
||||
301404: { },
|
||||
301405: { },
|
||||
301703: { },
|
||||
|
|
@ -181,6 +182,7 @@ const head = {
|
|||
202110: { },
|
||||
202111: { },
|
||||
202112: { },
|
||||
202202: { },
|
||||
301404: { },
|
||||
301405: { },
|
||||
301703: { },
|
||||
|
|
|
|||
Loading…
Reference in a new issue