feat(content): Subscriber Items January 2022

This commit is contained in:
SabreCat 2021-12-28 14:38:43 -06:00
parent 3b8a9d59b1
commit 9bf25c49ae
3 changed files with 7 additions and 0 deletions

View file

@ -447,6 +447,8 @@
"weaponMystery202104Notes": "Your enemies had better look out- you've got powerful and prickly defenses! Confers no benefit. April 2021 Subscriber Item.",
"weaponMystery202111Text": "Chronomancer's Staff",
"weaponMystery202111Notes": "Shape the flow of time with this mysterious and powerful staff. Confers no benefit. November 2021 Subscriber Item.",
"weaponMystery202201Text": "Midnight Confetti Cannon",
"weaponMystery202201Notes": "Unleash a cloud of gold and silver glitter when the clock strikes midnight. Happy New Year! Now who's cleaning this up? Confers no benefit. January 2022 Subscriber Item.",
"weaponMystery301404Text": "Steampunk Cane",
"weaponMystery301404Notes": "Excellent for taking a turn about town. March 3015 Subscriber Item. Confers no benefit.",
@ -2692,6 +2694,8 @@
"eyewearMystery201907Notes": "Look awesome while protecting your eyes from harmful UV rays! Confers no benefit. July 2019 Subscriber Item.",
"eyewearMystery202108Text": "Fiery Eyes",
"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.",
"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",

View file

@ -129,6 +129,7 @@
"mysterySet202110": "Mossy Gargoyle Set",
"mysterySet202111": "Cosmic Chronomancer Set",
"mysterySet202112": "Antarctic Undine Set",
"mysterySet202201": "Midnight Merrymaker Set",
"mysterySet301404": "Steampunk Standard Set",
"mysterySet301405": "Steampunk Accessories Set",
"mysterySet301703": "Peacock Steampunk Set",

View file

@ -110,6 +110,7 @@ const eyewear = {
201902: { },
201907: { },
202108: { },
202201: { },
301404: { },
301405: { },
301703: { },
@ -235,6 +236,7 @@ const weapon = {
202111: {
twoHanded: true,
},
202201: { },
301404: { },
};