diff --git a/website/common/locales/en/content.json b/website/common/locales/en/content.json index 8704e77451..136f03b57b 100644 --- a/website/common/locales/en/content.json +++ b/website/common/locales/en/content.json @@ -282,6 +282,7 @@ "hatchingPotionRoseQuartz": "Rose Quartz", "hatchingPotionCelestial": "Celestial", "hatchingPotionVeggie": "Garden", + "hatchingPotionSunshine": "Sunshine", "hatchingPotionNotes": "Pour this on an egg, and it will hatch as a <%= potText(locale) %> pet.", "premiumPotionAddlNotes": "Not usable on quest pet eggs.", diff --git a/website/common/script/content/hatching-potions.js b/website/common/script/content/hatching-potions.js index cc65eff886..4054c54179 100644 --- a/website/common/script/content/hatching-potions.js +++ b/website/common/script/content/hatching-potions.js @@ -3,7 +3,7 @@ import defaults from 'lodash/defaults'; import each from 'lodash/each'; import t from './translation'; -const CURRENT_SEASON = '_NONE_'; +const CURRENT_SEASON = 'May'; let drops = { Base: { @@ -76,7 +76,7 @@ let premium = { value: 2, text: t('hatchingPotionFloral'), limited: true, - _season: '_PENDING_', + _season: 'May', }, Aquatic: { value: 2, @@ -130,7 +130,7 @@ let premium = { value: 2, text: t('hatchingPotionRainbow'), limited: true, - _season: 'March', + _season: '_PENDING_', }, Glass: { value: 2, @@ -166,7 +166,13 @@ let premium = { value: 2, text: t('hatchingPotionCelestial'), limited: true, - _season: 'March', + _season: '_PENDING_', + }, + Sunshine: { + value: 2, + text: t('hatchingPotionSunshine'), + limited: true, + _season: 'May', }, }; @@ -174,7 +180,7 @@ const wacky = { Veggie: { text: t('hatchingPotionVeggie'), limited: true, - _season: 'March', + _season: '_PENDING_', }, }; diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_BearCub-Sunshine.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_BearCub-Sunshine.png new file mode 100644 index 0000000000..a7c0d39735 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_BearCub-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Cactus-Sunshine.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Cactus-Sunshine.png new file mode 100644 index 0000000000..9ebf95c2e7 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Cactus-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Dragon-Sunshine.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Dragon-Sunshine.png new file mode 100644 index 0000000000..cf725296a4 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Dragon-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_FlyingPig-Sunshine.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_FlyingPig-Sunshine.png new file mode 100644 index 0000000000..cc421ace88 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_FlyingPig-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Fox-Sunshine.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Fox-Sunshine.png new file mode 100644 index 0000000000..7f7c4df4cb Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Fox-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_LionCub-Sunshine.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_LionCub-Sunshine.png new file mode 100644 index 0000000000..298bb0888c Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_LionCub-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_PandaCub-Sunshine.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_PandaCub-Sunshine.png new file mode 100644 index 0000000000..b2b364d4b2 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_PandaCub-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_TigerCub-Sunshine.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_TigerCub-Sunshine.png new file mode 100644 index 0000000000..7509d3629d Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_TigerCub-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Wolf-Sunshine.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Wolf-Sunshine.png new file mode 100644 index 0000000000..522ade6924 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Wolf-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_BearCub-Sunshine.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_BearCub-Sunshine.png new file mode 100644 index 0000000000..dd761b6820 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_BearCub-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Cactus-Sunshine.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Cactus-Sunshine.png new file mode 100644 index 0000000000..d3a0d5fdf5 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Cactus-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Dragon-Sunshine.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Dragon-Sunshine.png new file mode 100644 index 0000000000..ccf6b8c2ec Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Dragon-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_FlyingPig-Sunshine.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_FlyingPig-Sunshine.png new file mode 100644 index 0000000000..28768acd97 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_FlyingPig-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Fox-Sunshine.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Fox-Sunshine.png new file mode 100644 index 0000000000..e3df6debcb Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Fox-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_LionCub-Sunshine.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_LionCub-Sunshine.png new file mode 100644 index 0000000000..126f7fcdb2 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_LionCub-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_PandaCub-Sunshine.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_PandaCub-Sunshine.png new file mode 100644 index 0000000000..16555a5950 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_PandaCub-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_TigerCub-Sunshine.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_TigerCub-Sunshine.png new file mode 100644 index 0000000000..f9baea41fa Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_TigerCub-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Wolf-Sunshine.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Wolf-Sunshine.png new file mode 100644 index 0000000000..26ea958e51 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Wolf-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_BearCub-Sunshine.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_BearCub-Sunshine.png new file mode 100644 index 0000000000..934f3c3959 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_BearCub-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Cactus-Sunshine.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Cactus-Sunshine.png new file mode 100644 index 0000000000..7aaacdb997 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Cactus-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Dragon-Sunshine.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Dragon-Sunshine.png new file mode 100644 index 0000000000..79f7fdea74 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Dragon-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_FlyingPig-Sunshine.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_FlyingPig-Sunshine.png new file mode 100644 index 0000000000..a5feb280ac Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_FlyingPig-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Fox-Sunshine.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Fox-Sunshine.png new file mode 100644 index 0000000000..c22dd72a22 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Fox-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_LionCub-Sunshine.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_LionCub-Sunshine.png new file mode 100644 index 0000000000..6d63f131b6 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_LionCub-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_PandaCub-Sunshine.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_PandaCub-Sunshine.png new file mode 100644 index 0000000000..503862e8b6 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_PandaCub-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_TigerCub-Sunshine.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_TigerCub-Sunshine.png new file mode 100644 index 0000000000..59fd004c2a Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_TigerCub-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Wolf-Sunshine.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Wolf-Sunshine.png new file mode 100644 index 0000000000..8331456e17 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Wolf-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-BearCub-Sunshine.png b/website/raw_sprites/spritesmith/stable/pets/Pet-BearCub-Sunshine.png new file mode 100644 index 0000000000..35a0560e03 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-BearCub-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-Cactus-Sunshine.png b/website/raw_sprites/spritesmith/stable/pets/Pet-Cactus-Sunshine.png new file mode 100644 index 0000000000..fbc6e939ef Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-Cactus-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-Dragon-Sunshine.png b/website/raw_sprites/spritesmith/stable/pets/Pet-Dragon-Sunshine.png new file mode 100644 index 0000000000..cefc683074 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-Dragon-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-FlyingPig-Sunshine.png b/website/raw_sprites/spritesmith/stable/pets/Pet-FlyingPig-Sunshine.png new file mode 100644 index 0000000000..05f8cbf4cd Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-FlyingPig-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-Fox-Sunshine.png b/website/raw_sprites/spritesmith/stable/pets/Pet-Fox-Sunshine.png new file mode 100644 index 0000000000..ce9a716275 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-Fox-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-LionCub-Sunshine.png b/website/raw_sprites/spritesmith/stable/pets/Pet-LionCub-Sunshine.png new file mode 100644 index 0000000000..c30aa9eca3 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-LionCub-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-PandaCub-Sunshine.png b/website/raw_sprites/spritesmith/stable/pets/Pet-PandaCub-Sunshine.png new file mode 100644 index 0000000000..f9aae3b516 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-PandaCub-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-TigerCub-Sunshine.png b/website/raw_sprites/spritesmith/stable/pets/Pet-TigerCub-Sunshine.png new file mode 100644 index 0000000000..31e59ac240 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-TigerCub-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-Wolf-Sunshine.png b/website/raw_sprites/spritesmith/stable/pets/Pet-Wolf-Sunshine.png new file mode 100644 index 0000000000..836e8528ed Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-Wolf-Sunshine.png differ diff --git a/website/raw_sprites/spritesmith/stable/potions/Pet_HatchingPotion_Sunshine.png b/website/raw_sprites/spritesmith/stable/potions/Pet_HatchingPotion_Sunshine.png new file mode 100644 index 0000000000..99bc5bf5ed Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/potions/Pet_HatchingPotion_Sunshine.png differ diff --git a/website/raw_sprites/spritesmith_large/promo_floral_sunshine_potions.png b/website/raw_sprites/spritesmith_large/promo_floral_sunshine_potions.png new file mode 100644 index 0000000000..4e0c1abb4c Binary files /dev/null and b/website/raw_sprites/spritesmith_large/promo_floral_sunshine_potions.png differ diff --git a/website/server/controllers/api-v3/news.js b/website/server/controllers/api-v3/news.js index f8316ba69c..1176569ba6 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 = 'QUEST BUNDLE: FEATHERED FRIENDS!'; +const LAST_ANNOUNCEMENT_TITLE = 'SUNSHINE AND FLORAL HATCHING POTIONS!'; const worldDmg = { // @TODO bailey: false, }; @@ -30,15 +30,14 @@ api.getNews = {
If you're a fan of bird pets and mounts, you're in luck! From now until May 31, you can purchase the Feathered Friends Pet Quest Bundle and receive the Parrot, Owl, and Falcon quests, all for only 7 Gems! That's a discount of 5 Gems from the price of purchasing them separately. Check it out in the Quest Shop today!
-There's a new pet breed in town! Check out the brand-new Sunshine Potions and the return of Floral Potions. You can get them in the Market and use them to hatch any standard pet egg. (Magic Hatching Potions do not work on Quest Pet eggs.) Magic Hatching Potion Pets aren't picky, so they'll happily eat any kind of food that you feed them!
+After they're gone, it will be at least a year before the Sunshine or Floral Hatching Potions are available again, so be sure to get them now!
+