diff --git a/migrations/users/mystery-items.js b/migrations/users/mystery-items.js index 6bd2c1bd24..e641c1fa7c 100644 --- a/migrations/users/mystery-items.js +++ b/migrations/users/mystery-items.js @@ -1,6 +1,6 @@ /* eslint-disable no-console */ -const MIGRATION_NAME = 'mystery_items_201904'; -const MYSTERY_ITEMS = ['armor_mystery_201904', 'head_mystery_201904']; +const MIGRATION_NAME = 'mystery_items_201905'; +const MYSTERY_ITEMS = ['headAccessory_mystery_201905', 'back_mystery_201905']; import { model as User } from '../../website/server/models/user'; import { model as UserNotification } from '../../website/server/models/userNotification'; diff --git a/website/common/locales/en/gear.json b/website/common/locales/en/gear.json index 96dc8ca158..0cfe55763f 100644 --- a/website/common/locales/en/gear.json +++ b/website/common/locales/en/gear.json @@ -1738,6 +1738,8 @@ "backMystery201812Notes": "Your luxurious tail shimmers like an icicle, bobbing happily as you pad softly over the snowdrifts. Confers no benefit. December 2018 Subscriber Item.", "backMystery201805Text": "Phenomenal Peacock Tail", "backMystery201805Notes": "This gorgeous feathery tail is perfect for a strut down a lovely garden path! Confers no benefit. May 2018 Subscriber Item.", + "backMystery201905Text": "Dazzling Dragon Wings", + "backMystery201905Notes": "Fly to untold realms with these iridescent wings. Confers no benefit. May 2019 Subscriber Item.", "backSpecialWonderconRedText": "Mighty Cape", "backSpecialWonderconRedNotes": "Swishes with strength and beauty. Confers no benefit. Special Edition Convention Item.", @@ -1906,6 +1908,8 @@ "headAccessoryMystery201804Notes": "These fuzzy sound-catchers will ensure you never miss the rustle of a leaf or the sound of an acorn falling! Confers no benefit. April 2018 Subscriber Item.", "headAccessoryMystery201812Text": "Arctic Fox Ears", "headAccessoryMystery201812Notes": "You hear the subtle sound of snowflakes falling upon the landscape. Confers no benefit. December 2018 Subscriber Item.", + "headAccessoryMystery201905Text": "Dazzling Dragon Horns", + "headAccessoryMystery201905Notes": "These horns are as sharp as they are shimmery. Confers no benefit. May 2019 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.", diff --git a/website/common/locales/en/subscriber.json b/website/common/locales/en/subscriber.json index 417b1225dd..c9efc93e7d 100644 --- a/website/common/locales/en/subscriber.json +++ b/website/common/locales/en/subscriber.json @@ -158,6 +158,7 @@ "mysterySet201902": "Cryptic Crush Set", "mysterySet201903": "Egg-squisite Set", "mysterySet201904": "Opulent Opal Set", + "mysterySet201905": "Dazzling Dragon 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 eef3748cb3..ac38808f2a 100644 --- a/website/common/script/content/gear/sets/mystery.js +++ b/website/common/script/content/gear/sets/mystery.js @@ -358,6 +358,12 @@ let back = { mystery: '201812', value: 0, }, + 201905: { + text: t('backMystery201905Text'), + notes: t('backMystery201905Notes'), + mystery: '201905', + value: 0, + }, }; let body = { @@ -772,6 +778,12 @@ let headAccessory = { mystery: '201812', value: 0, }, + 201905: { + text: t('headAccessoryMystery201905Text'), + notes: t('headAccessoryMystery201905Notes'), + mystery: '201905', + value: 0, + }, 301405: { text: t('headAccessoryMystery301405Text'), notes: t('headAccessoryMystery301405Notes'), diff --git a/website/common/script/content/hatching-potions.js b/website/common/script/content/hatching-potions.js index f0577519c4..fb048dfec2 100644 --- a/website/common/script/content/hatching-potions.js +++ b/website/common/script/content/hatching-potions.js @@ -185,8 +185,10 @@ let premium = { value: 2, text: t('hatchingPotionBronze'), limited: true, - _season: 'March', canBuy: hasQuestAchievementFunction('bronze'), + _addlNotes () { + return ''; + }, }, }; diff --git a/website/common/script/content/mystery-sets.js b/website/common/script/content/mystery-sets.js index 895cbfe3e9..15cf6e733e 100644 --- a/website/common/script/content/mystery-sets.js +++ b/website/common/script/content/mystery-sets.js @@ -254,6 +254,10 @@ let mysterySets = { start: '2019-04-25', end: '2019-05-02', }, + 201905: { + start: '2019-05-28', + end: '2019-06-02', + }, 301404: { start: '3014-03-24', end: '3014-04-02', diff --git a/website/raw_sprites/spritesmith/gear/events/mystery_201905/back_mystery_201905.png b/website/raw_sprites/spritesmith/gear/events/mystery_201905/back_mystery_201905.png new file mode 100644 index 0000000000..6b45f73d05 Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/events/mystery_201905/back_mystery_201905.png differ diff --git a/website/raw_sprites/spritesmith/gear/events/mystery_201905/headAccessory_mystery_201905.png b/website/raw_sprites/spritesmith/gear/events/mystery_201905/headAccessory_mystery_201905.png new file mode 100644 index 0000000000..ff425080da Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/events/mystery_201905/headAccessory_mystery_201905.png differ diff --git a/website/raw_sprites/spritesmith/gear/events/mystery_201905/shop_back_mystery_201905.png b/website/raw_sprites/spritesmith/gear/events/mystery_201905/shop_back_mystery_201905.png new file mode 100644 index 0000000000..6f77cf34c7 Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/events/mystery_201905/shop_back_mystery_201905.png differ diff --git a/website/raw_sprites/spritesmith/gear/events/mystery_201905/shop_headAccessory_mystery_201905.png b/website/raw_sprites/spritesmith/gear/events/mystery_201905/shop_headAccessory_mystery_201905.png new file mode 100644 index 0000000000..3ca75749ad Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/events/mystery_201905/shop_headAccessory_mystery_201905.png differ diff --git a/website/raw_sprites/spritesmith/gear/events/mystery_201905/shop_set_mystery_201905.png b/website/raw_sprites/spritesmith/gear/events/mystery_201905/shop_set_mystery_201905.png new file mode 100644 index 0000000000..3784c6060d Binary files /dev/null and b/website/raw_sprites/spritesmith/gear/events/mystery_201905/shop_set_mystery_201905.png differ diff --git a/website/raw_sprites/spritesmith_large/promo_mystery_201904.png b/website/raw_sprites/spritesmith_large/promo_mystery_201904.png deleted file mode 100644 index 4f9ad0da93..0000000000 Binary files a/website/raw_sprites/spritesmith_large/promo_mystery_201904.png and /dev/null differ diff --git a/website/raw_sprites/spritesmith_large/promo_mystery_201905.png b/website/raw_sprites/spritesmith_large/promo_mystery_201905.png new file mode 100644 index 0000000000..db6955f416 Binary files /dev/null and b/website/raw_sprites/spritesmith_large/promo_mystery_201905.png differ diff --git a/website/server/controllers/api-v3/news.js b/website/server/controllers/api-v3/news.js index 38f88a3bf1..317d2e28b3 100644 --- a/website/server/controllers/api-v3/news.js +++ b/website/server/controllers/api-v3/news.js @@ -3,7 +3,7 @@ import { authWithHeaders } from '../../middlewares/auth'; let api = {}; // @TODO export this const, cannot export it from here because only routes are exported from controllers -const LAST_ANNOUNCEMENT_TITLE = 'BLOG POSTS: WIKI AND USE CASE SPOTLIGHTS!'; +const LAST_ANNOUNCEMENT_TITLE = 'MAY SUBSCRIBER ITEMS REVEALED!'; const worldDmg = { // @TODO bailey: false, }; @@ -30,19 +30,14 @@ api.getNews = {
This month's featured Wiki article is about the Enchanted Armoire! We hope that it will help you as you reward yourself for your accomplishments. Be sure to check it out, and let us know what you think by reaching out on Twitter, Tumblr, and Facebook.
-This month's Use Case Spotlight is about Keeping Things Interesting in Habitica's "Endgame"! It features a number of great suggestions submitted by Habiticans in the Use Case Spotlights Guild. We hope it helps any of you who might be longtime Habiticans looking to keep things fresh.
-Plus, we're collecting user submissions for the next spotlight! We want to hear your best tricks and strategies for playing the Warrior class to its full advantage. We’ll be featuring player-submitted tips in Use Case Spotlights on the Habitica Blog next month, so post your suggestions in the Use Case Spotlight Guild now. We look forward to learning more about how you use Habitica to improve your life and get things done!
-The May Subscriber Item has been revealed: the Dazzling Dragon Item Set! You only have until May 31 to receive the item set when you subscribe. If you're already an active subscriber, reload the site and then head to Inventory > Items to claim your gear!
+Subscribers also receive the ability to buy Gems for Gold -- the longer you subscribe, the more Gems you can buy per month! There are other perks as well, such as longer access to uncompressed data and a cute Jackalope pet. Best of all, subscriptions let us keep Habitica running. Thank you very much for your support -- it means a lot to us.
+