mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
feat(content): subscriber items December 2021
This commit is contained in:
parent
966ecd8ee5
commit
8784d6eee1
9 changed files with 7 additions and 0 deletions
|
|
@ -1098,6 +1098,8 @@
|
|||
"armorMystery202106Notes": "With this mighty yet elegant tail you can cruise through warm seas all the way to the horizon. Confers no benefit. June 2021 Subscriber Item.",
|
||||
"armorMystery202110Text": "Mossy Gargoyle Armor",
|
||||
"armorMystery202110Notes": "Velvety moss makes you seem soft on the outside, but you're protected by solid stone. Confers no benefit. October 2021 Subscriber Item.",
|
||||
"armorMystery202112Text": "Antarctic Undine Tail",
|
||||
"armorMystery202112Notes": "Glide through icy seas and never get cold with this glimmering tail. Confers no benefit. December 2021 Subscriber Item.",
|
||||
"armorMystery301404Text": "Steampunk Suit",
|
||||
"armorMystery301404Notes": "Dapper and dashing, wot! Confers no benefit. February 3015 Subscriber Item.",
|
||||
"armorMystery301703Text": "Steampunk Peacock Gown",
|
||||
|
|
@ -1790,6 +1792,8 @@
|
|||
"headMystery202110Notes": "The frightening visage of this stony helm will surely repel malevolent forces or even bad habits! Confers no benefit. October 2021 Subscriber Item.",
|
||||
"headMystery202111Text": "Chronovision Hat",
|
||||
"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.",
|
||||
"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",
|
||||
|
|
|
|||
|
|
@ -128,6 +128,7 @@
|
|||
"mysterySet202109": "Lunar Lepidopteran Set",
|
||||
"mysterySet202110": "Mossy Gargoyle Set",
|
||||
"mysterySet202111": "Cosmic Chronomancer Set",
|
||||
"mysterySet202112": "Antarctic Undine Set",
|
||||
"mysterySet301404": "Steampunk Standard Set",
|
||||
"mysterySet301405": "Steampunk Accessories Set",
|
||||
"mysterySet301703": "Peacock Steampunk Set",
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@ const armor = {
|
|||
202104: { },
|
||||
202106: { },
|
||||
202110: { },
|
||||
202112: { },
|
||||
301404: { },
|
||||
301703: { },
|
||||
301704: { },
|
||||
|
|
@ -178,6 +179,7 @@ const head = {
|
|||
202108: { },
|
||||
202110: { },
|
||||
202111: { },
|
||||
202112: { },
|
||||
301404: { },
|
||||
301405: { },
|
||||
301703: { },
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 1,007 B |
Binary file not shown.
|
After Width: | Height: | Size: 928 B |
Binary file not shown.
|
After Width: | Height: | Size: 894 B |
Binary file not shown.
|
After Width: | Height: | Size: 820 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 997 B |
Loading…
Reference in a new issue