mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 13:48:46 +00:00
feat(content): subscriber items May 2021
This commit is contained in:
parent
e1521f9456
commit
c028a4c99c
8 changed files with 7 additions and 0 deletions
|
|
@ -2213,6 +2213,8 @@
|
|||
"backMystery202010Notes": "You are the night! So fly as silently as a midnight cloud with these swift purple wings. Confers no benefit. October 2020 Subscriber Item.",
|
||||
"backMystery202012Text": "Frostfire Wings",
|
||||
"backMystery202012Notes": "The snowy feathers of these wings will grant you the speed of a wintry gale. Confers no benefit. December 2020 Subscriber Item.",
|
||||
"backMystery202105Text": "Nebula Dragon Wings",
|
||||
"backMystery202105Notes": "Glide through the starry sky and place yourself among the constellations! Confers no benefit. May 2021 Subscriber Item.",
|
||||
|
||||
"backSpecialWonderconRedText": "Mighty Cape",
|
||||
"backSpecialWonderconRedNotes": "Swishes with strength and beauty. Confers no benefit. Special Edition Convention Item.",
|
||||
|
|
@ -2407,6 +2409,8 @@
|
|||
"headAccessoryMystery202009Notes": "These feathery appendages will help you find your way even in the dark of night. Confers no benefit. September 2020 Subscriber Item.",
|
||||
"headAccessoryMystery202102Text": "Charming Tiara",
|
||||
"headAccessoryMystery202102Notes": "Magnify your empathy and caring to new heights with this ornate golden tiara. Confers no benefit. February 2021 Subscriber Item.",
|
||||
"headAccessoryMystery202105Text": "Nebula Dragon Horns",
|
||||
"headAccessoryMystery202105Notes": "Don these iridescent horns and summon the magic of starlight. Confers no benefit. May 2021 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.",
|
||||
|
||||
|
|
|
|||
|
|
@ -121,6 +121,7 @@
|
|||
"mysterySet202102": "Charming Champion Set",
|
||||
"mysterySet202103": "Blossom Viewing Set",
|
||||
"mysterySet202104": "Thistle Guardian Set",
|
||||
"mysterySet202105": "Nebula Dragon Set",
|
||||
"mysterySet301404": "Steampunk Standard Set",
|
||||
"mysterySet301405": "Steampunk Accessories Set",
|
||||
"mysterySet301703": "Peacock Steampunk Set",
|
||||
|
|
|
|||
|
|
@ -84,6 +84,7 @@ const back = {
|
|||
202009: { },
|
||||
202010: { },
|
||||
202012: { },
|
||||
202105: { },
|
||||
};
|
||||
|
||||
const body = {
|
||||
|
|
@ -189,6 +190,7 @@ const headAccessory = {
|
|||
202005: { },
|
||||
202009: { },
|
||||
202102: { },
|
||||
202105: { },
|
||||
301405: { },
|
||||
};
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 784 B |
Binary file not shown.
|
After Width: | Height: | Size: 464 B |
Binary file not shown.
|
After Width: | Height: | Size: 716 B |
Binary file not shown.
|
After Width: | Height: | Size: 422 B |
Binary file not shown.
|
After Width: | Height: | Size: 906 B |
Loading…
Reference in a new issue