diff --git a/website/common/locales/en/gear.json b/website/common/locales/en/gear.json index 4efa2dd20c..9dd812b6bd 100644 --- a/website/common/locales/en/gear.json +++ b/website/common/locales/en/gear.json @@ -1540,6 +1540,8 @@ "headMystery202006Notes": "The positive energy of these radiant purple stones will draw the sea's friendliest creatures to your side. Confers no benefit. June 2020 Subscriber Item.", "headMystery202007Text": "Outstanding Orca Helm", "headMystery202007Notes": "This helm will tune you in to the complex and beautiful songs of your fellow cetaceans. Confers no benefit. July 2020 Subscriber Item.", + "headMystery202008Text": "Owlish Oracle Headdress", + "headMystery202008Notes": "WHO? WHO? WHO approaches, seeking your counsel? Confers no benefit. August 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", @@ -2099,6 +2101,8 @@ "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.", + "bodyMystery202008Text": "Owlish Oracle Mantle", + "bodyMystery202008Notes": "For now, your wings lie furled. But when you have concluded dispensing your wisdom, or you sight your prey in the grass, watch out! Confers no benefit. August 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/script/content/gear/sets/mystery.js b/website/common/script/content/gear/sets/mystery.js index 7da55eb311..a70e16329f 100644 --- a/website/common/script/content/gear/sets/mystery.js +++ b/website/common/script/content/gear/sets/mystery.js @@ -86,6 +86,7 @@ const body = { 201901: { }, 202002: { }, 202003: { }, + 202008: { }, }; const eyewear = { @@ -153,6 +154,7 @@ const head = { 202003: { }, 202006: { }, 202007: { }, + 202008: { }, 301404: { }, 301405: { }, 301703: { }, diff --git a/website/raw_sprites/spritesmith/gear/events/mystery_202008/body_mystery_202008.png b/website/raw_sprites/spritesmith/gear/events/mystery_202008/body_mystery_202008.png new file mode 100644 index 0000000000..6c4c8e4014 Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/events/mystery_202008/body_mystery_202008.png differ diff --git a/website/raw_sprites/spritesmith/gear/events/mystery_202008/head_mystery_202008.png b/website/raw_sprites/spritesmith/gear/events/mystery_202008/head_mystery_202008.png new file mode 100644 index 0000000000..8bb1766389 Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/events/mystery_202008/head_mystery_202008.png differ diff --git a/website/raw_sprites/spritesmith/gear/events/mystery_202008/shop_body_mystery_202008.png b/website/raw_sprites/spritesmith/gear/events/mystery_202008/shop_body_mystery_202008.png new file mode 100644 index 0000000000..cc1e57208e Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/events/mystery_202008/shop_body_mystery_202008.png differ diff --git a/website/raw_sprites/spritesmith/gear/events/mystery_202008/shop_head_mystery_202008.png b/website/raw_sprites/spritesmith/gear/events/mystery_202008/shop_head_mystery_202008.png new file mode 100644 index 0000000000..380d30f798 Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/events/mystery_202008/shop_head_mystery_202008.png differ diff --git a/website/raw_sprites/spritesmith/gear/events/mystery_202008/shop_set_mystery_202008.png b/website/raw_sprites/spritesmith/gear/events/mystery_202008/shop_set_mystery_202008.png new file mode 100644 index 0000000000..6da258a8bf Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/events/mystery_202008/shop_set_mystery_202008.png differ diff --git a/website/raw_sprites/spritesmith_large/promo_mystery_202008.png b/website/raw_sprites/spritesmith_large/promo_mystery_202008.png new file mode 100644 index 0000000000..540b720dfc Binary files /dev/null and b/website/raw_sprites/spritesmith_large/promo_mystery_202008.png differ