diff --git a/website/common/locales/en/gear.json b/website/common/locales/en/gear.json index 5ff1e3729a..0fc08f2cf3 100644 --- a/website/common/locales/en/gear.json +++ b/website/common/locales/en/gear.json @@ -1458,6 +1458,8 @@ "headMystery201912Notes": "This glittering snowflake grants you resistance to the biting cold no matter how high you fly! Confers no benefit. December 2019 Subscriber Item.", "headMystery202001Text": "Fabled Fox Ears", "headMystery202001Notes": "Your hearing will be so sharp, you'll hear the stars twinkling and the moon spinning. Confers no benefit. January 2020 Subscriber Item.", + "headMystery202003Text": "Barbed Helm", + "headMystery202003Notes": "Be careful, this helm is sharp in more ways than one! Confers no benefit. March 2020 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", @@ -2017,6 +2019,8 @@ "bodyMystery201901Notes": "These shimmering pauldrons are strong, but will rest on your shoulders as weightlessly as a ray of dancing light. Confers no benefit. January 2019 Subscriber Item.", "bodyMystery202002Text": "Stylish Sweetheart Scarf", "bodyMystery202002Notes": "For when your heart is warm but the breezes of February are brisk. Confers no benefit. February 2020 Subscriber Item.", + "bodyMystery202003Text": "Barbed Pauldrons", + "bodyMystery202003Notes": "They're like shoulder pads that are on a whole other level. Confers no benefit. March 2020 Subscriber Item.", "bodyArmoireCozyScarfText": "Cozy Scarf", "bodyArmoireCozyScarfNotes": "This fine scarf will keep you warm as you go about your wintry business. Increases Constitution and Perception by <%= attrs %> each. Enchanted Armoire: Lamplighter's Set (Item 4 of 4).", diff --git a/website/common/locales/en/subscriber.json b/website/common/locales/en/subscriber.json index ecbe84ef61..296f66c24f 100644 --- a/website/common/locales/en/subscriber.json +++ b/website/common/locales/en/subscriber.json @@ -171,6 +171,7 @@ "mysterySet201912": "Polar Pixie Set", "mysterySet202001": "Fabled Fox Set", "mysterySet202002": "Stylish Sweetheart Set", + "mysterySet202003": "Barbed Battler Set", "mysterySet301404": "Steampunk Standard Set", "mysterySet301405": "Steampunk Accessories Set", "mysterySet301703": "Peacock Steampunk Set", diff --git a/website/common/script/content/gear/sets/mystery.js b/website/common/script/content/gear/sets/mystery.js index 8d7b10a135..8675a58e75 100644 --- a/website/common/script/content/gear/sets/mystery.js +++ b/website/common/script/content/gear/sets/mystery.js @@ -439,6 +439,12 @@ const body = { mystery: '202002', value: 0, }, + 202003: { + text: t('bodyMystery202003Text'), + notes: t('bodyMystery202003Notes'), + mystery: '202003', + value: 0, + }, }; const eyewear = { @@ -793,6 +799,12 @@ const head = { mystery: '202001', value: 0, }, + 202003: { + text: t('headMystery202003Text'), + notes: t('headMystery202003Notes'), + mystery: '202003', + value: 0, + }, 301404: { text: t('headMystery301404Text'), notes: t('headMystery301404Notes'), diff --git a/website/raw_sprites/spritesmith/gear/events/mystery_202003/body_mystery_202003.png b/website/raw_sprites/spritesmith/gear/events/mystery_202003/body_mystery_202003.png new file mode 100644 index 0000000000..301d28d71e Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/events/mystery_202003/body_mystery_202003.png differ diff --git a/website/raw_sprites/spritesmith/gear/events/mystery_202003/head_mystery_202003.png b/website/raw_sprites/spritesmith/gear/events/mystery_202003/head_mystery_202003.png new file mode 100644 index 0000000000..afb152cbc6 Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/events/mystery_202003/head_mystery_202003.png differ diff --git a/website/raw_sprites/spritesmith/gear/events/mystery_202003/shop_body_mystery_202003.png b/website/raw_sprites/spritesmith/gear/events/mystery_202003/shop_body_mystery_202003.png new file mode 100644 index 0000000000..6556b80a68 Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/events/mystery_202003/shop_body_mystery_202003.png differ diff --git a/website/raw_sprites/spritesmith/gear/events/mystery_202003/shop_head_mystery_202003.png b/website/raw_sprites/spritesmith/gear/events/mystery_202003/shop_head_mystery_202003.png new file mode 100644 index 0000000000..0e89b937c7 Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/events/mystery_202003/shop_head_mystery_202003.png differ diff --git a/website/raw_sprites/spritesmith/gear/events/mystery_202003/shop_set_mystery_202003.png b/website/raw_sprites/spritesmith/gear/events/mystery_202003/shop_set_mystery_202003.png new file mode 100644 index 0000000000..bc6f984003 Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/events/mystery_202003/shop_set_mystery_202003.png differ diff --git a/website/raw_sprites/spritesmith/stable/eggs/Pet_Egg_Fox.png b/website/raw_sprites/spritesmith/stable/eggs/Pet_Egg_Fox.png index 54130abf0a..bf163be885 100755 Binary files a/website/raw_sprites/spritesmith/stable/eggs/Pet_Egg_Fox.png and b/website/raw_sprites/spritesmith/stable/eggs/Pet_Egg_Fox.png differ diff --git a/website/raw_sprites/spritesmith_large/promo_mystery_022020.png b/website/raw_sprites/spritesmith_large/promo_mystery_022020.png deleted file mode 100644 index fda898c1d3..0000000000 Binary files a/website/raw_sprites/spritesmith_large/promo_mystery_022020.png and /dev/null differ diff --git a/website/raw_sprites/spritesmith_large/promo_mystery_202003.png b/website/raw_sprites/spritesmith_large/promo_mystery_202003.png new file mode 100644 index 0000000000..248c1d9e8e Binary files /dev/null and b/website/raw_sprites/spritesmith_large/promo_mystery_202003.png differ