diff --git a/website/common/locales/en/gear.json b/website/common/locales/en/gear.json index ad08cc607a..331236b96e 100644 --- a/website/common/locales/en/gear.json +++ b/website/common/locales/en/gear.json @@ -1717,6 +1717,8 @@ "headMystery202103Notes": "Greet spring in style in this circlet woven from the first blooming branches. Confers no benefit. March 2021 Subscriber Item.", "headMystery202106Text": "Sunset Aureole", "headMystery202106Notes": "This crown captures the beauty of the sun’s last summer light. Confers no benefit. June 2021 Subscriber Item.", + "headMystery202107Text": "Sublime Sun Hat", + "headMystery202107Notes": "Perfect for enjoying but also protecting yourself from our powerful frenemy, the sun. Confers no benefit. July 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", @@ -2364,6 +2366,8 @@ "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.", + "bodyMystery202107Text": "Far-Out Floaty Flamingo", + "bodyMystery202107Notes": "This trusty companion will never let you down and will always keep your spirits buoyant! Confers no benefit. July 2021 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/questsContent.json b/website/common/locales/en/questsContent.json index ff0afa75d1..25297a39e7 100644 --- a/website/common/locales/en/questsContent.json +++ b/website/common/locales/en/questsContent.json @@ -803,8 +803,8 @@ "questWaffleCompletion": "Battered and buttered but triumphant, you savor sweet victory as the Awful Waffle collapses into a pool of sticky goo.

“Wow, you really creamed that monster,” says Lady Glaciate, impressed.

“A piece of cake!” beams the April Fool.

“Kind of a shame, though,” says @beffymaroo. “It looked good enough to eat.”

The Fool takes a set of potion bottles from somewhere in his cape, fills them with the syrupy leavings of the Waffle, and mixes in a pinch of sparkling dust. The liquid swirls with color--new Hatching Potions! He tosses them into your arms. “All that adventure has given me an appetite. Who wants to join me for breakfast?”", "questWaffleBoss": "Awful Waffle", "questWaffleRageTitle": "Maple Mire", - "questWaffleRageDescription": "Maple Mire: This bar fills when you don't complete your Dailies. When it is full, the Awful Waffle will set back the party's attack progress!", - "questWaffleRageEffect": "`Awful Waffle uses MAPLE MIRE!` Sticky sappy syrup slows your swings and spells!", + "questWaffleRageDescription": "Maple Mire: This bar fills when you don't complete your Dailies. When it is full, the Awful Waffle will subtract from the pending damage that party members have built up!", + "questWaffleRageEffect": "`Awful Waffle uses MAPLE MIRE!` Sticky sappy syrup slows your swings and spells! Pending damage reduced.", "questWaffleDropDessertPotion": "Confection Hatching Potion", "questWaffleUnlockText": "Unlocks Confection Hatching Potions for purchase in the Market", diff --git a/website/common/locales/en/subscriber.json b/website/common/locales/en/subscriber.json index cd377f3e00..3b13f8f5ab 100644 --- a/website/common/locales/en/subscriber.json +++ b/website/common/locales/en/subscriber.json @@ -123,6 +123,7 @@ "mysterySet202104": "Thistle Guardian Set", "mysterySet202105": "Nebula Dragon Set", "mysterySet202106": "Sunset Siren Set", + "mysterySet202106": "Beachy Keen 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 4792336dce..4a30c64a67 100644 --- a/website/common/script/content/gear/sets/mystery.js +++ b/website/common/script/content/gear/sets/mystery.js @@ -96,6 +96,7 @@ const body = { 202002: { }, 202003: { }, 202008: { }, + 202107: { }, }; const eyewear = { @@ -170,6 +171,7 @@ const head = { 202101: { }, 202103: { }, 202106: { }, + 202107: { }, 301404: { }, 301405: { }, 301703: { }, diff --git a/website/raw_sprites/spritesmith/gear/events/mystery_202107/body_mystery_202107.png b/website/raw_sprites/spritesmith/gear/events/mystery_202107/body_mystery_202107.png new file mode 100644 index 0000000000..760170f545 Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/events/mystery_202107/body_mystery_202107.png differ diff --git a/website/raw_sprites/spritesmith/gear/events/mystery_202107/head_mystery_202107.png b/website/raw_sprites/spritesmith/gear/events/mystery_202107/head_mystery_202107.png new file mode 100644 index 0000000000..99f321c1c9 Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/events/mystery_202107/head_mystery_202107.png differ diff --git a/website/raw_sprites/spritesmith/gear/events/mystery_202107/shop_body_mystery_202107.png b/website/raw_sprites/spritesmith/gear/events/mystery_202107/shop_body_mystery_202107.png new file mode 100644 index 0000000000..558c969e31 Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/events/mystery_202107/shop_body_mystery_202107.png differ diff --git a/website/raw_sprites/spritesmith/gear/events/mystery_202107/shop_head_mystery_202107.png b/website/raw_sprites/spritesmith/gear/events/mystery_202107/shop_head_mystery_202107.png new file mode 100644 index 0000000000..18c3a46c2b Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/events/mystery_202107/shop_head_mystery_202107.png differ diff --git a/website/raw_sprites/spritesmith/gear/events/mystery_202107/shop_set_mystery_202107.png b/website/raw_sprites/spritesmith/gear/events/mystery_202107/shop_set_mystery_202107.png new file mode 100644 index 0000000000..e895140f94 Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/events/mystery_202107/shop_set_mystery_202107.png differ