diff --git a/website/common/locales/en/content.json b/website/common/locales/en/content.json index 9a47834d57..8f9a916802 100644 --- a/website/common/locales/en/content.json +++ b/website/common/locales/en/content.json @@ -273,6 +273,7 @@ "hatchingPotionRainbow": "Rainbow", "hatchingPotionGlass": "Glass", "hatchingPotionGlow": "Glow-in-the-Dark", + "hatchingPotionFrost": "Frost", "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 03467c5de4..38ceb0d860 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 = 'November'; let drops = { Base: { @@ -144,6 +144,12 @@ let premium = { limited: true, _season: 'October', }, + Frost: { + value: 2, + text: t('hatchingPotionFrost'), + limited: true, + _season: 'November', + }, }; each(drops, (pot, key) => { diff --git a/website/common/script/content/shop-featuredItems.js b/website/common/script/content/shop-featuredItems.js index c92c6f743f..a11fbff354 100644 --- a/website/common/script/content/shop-featuredItems.js +++ b/website/common/script/content/shop-featuredItems.js @@ -8,16 +8,16 @@ const featuredItems = { path: 'armoire', }, { - type: 'hatchingPotions', - path: 'hatchingPotions.Shade', + type: 'premiumHatchingPotion', + path: 'premiumHatchingPotions.Frost', }, { type: 'eggs', path: 'eggs.Wolf', }, { - type: 'card', - path: 'cardTypes.getwell', + type: 'premiumHatchingPotion', + path: 'premiumHatchingPotions.Thunderstorm', }, ], quests: [ diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_BearCub-Frost.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_BearCub-Frost.png new file mode 100644 index 0000000000..c1e04a776d Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_BearCub-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Cactus-Frost.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Cactus-Frost.png new file mode 100644 index 0000000000..c07642c72c Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Cactus-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Dragon-Frost.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Dragon-Frost.png new file mode 100644 index 0000000000..e30e6cfe8b Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Dragon-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_FlyingPig-Frost.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_FlyingPig-Frost.png new file mode 100644 index 0000000000..986923cae4 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_FlyingPig-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Fox-Frost.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Fox-Frost.png new file mode 100644 index 0000000000..b9414149ac Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Fox-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_LionCub-Frost.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_LionCub-Frost.png new file mode 100644 index 0000000000..4c03c595b6 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_LionCub-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_PandaCub-Frost.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_PandaCub-Frost.png new file mode 100644 index 0000000000..5ccd1fcdbd Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_PandaCub-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_TigerCub-Frost.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_TigerCub-Frost.png new file mode 100644 index 0000000000..2f530331f8 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_TigerCub-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Wolf-Frost.png b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Wolf-Frost.png new file mode 100644 index 0000000000..e261788842 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/body/Mount_Body_Wolf-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_BearCub-Frost.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_BearCub-Frost.png new file mode 100644 index 0000000000..cbebb5c08e Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_BearCub-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Cactus-Frost.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Cactus-Frost.png new file mode 100644 index 0000000000..e1b1079433 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Cactus-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Dragon-Frost.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Dragon-Frost.png new file mode 100644 index 0000000000..e665130886 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Dragon-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_FlyingPig-Frost.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_FlyingPig-Frost.png new file mode 100644 index 0000000000..a63673e252 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_FlyingPig-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Fox-Frost.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Fox-Frost.png new file mode 100644 index 0000000000..e097fd9b47 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Fox-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_LionCub-Frost.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_LionCub-Frost.png new file mode 100644 index 0000000000..8c948a3d7f Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_LionCub-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_PandaCub-Frost.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_PandaCub-Frost.png new file mode 100644 index 0000000000..de29ddcb86 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_PandaCub-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_TigerCub-Frost.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_TigerCub-Frost.png new file mode 100644 index 0000000000..942df18520 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_TigerCub-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Wolf-Frost.png b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Wolf-Frost.png new file mode 100644 index 0000000000..724f517eb5 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/head/Mount_Head_Wolf-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_BearCub-Frost.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_BearCub-Frost.png new file mode 100644 index 0000000000..195aedef28 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_BearCub-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Cactus-Frost.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Cactus-Frost.png new file mode 100644 index 0000000000..c4701a10e4 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Cactus-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Dragon-Frost.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Dragon-Frost.png new file mode 100644 index 0000000000..125b9bf355 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Dragon-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_FlyingPig-Frost.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_FlyingPig-Frost.png new file mode 100644 index 0000000000..064fe800d5 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_FlyingPig-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Fox-Frost.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Fox-Frost.png new file mode 100644 index 0000000000..a267ecf3b8 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Fox-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_LionCub-Frost.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_LionCub-Frost.png new file mode 100644 index 0000000000..69be0be2c8 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_LionCub-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_PandaCub-Frost.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_PandaCub-Frost.png new file mode 100644 index 0000000000..effe1810d7 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_PandaCub-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_TigerCub-Frost.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_TigerCub-Frost.png new file mode 100644 index 0000000000..a8f54b3343 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_TigerCub-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Wolf-Frost.png b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Wolf-Frost.png new file mode 100644 index 0000000000..95aa9a0283 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/mounts/icon/Mount_Icon_Wolf-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-BearCub-Frost.png b/website/raw_sprites/spritesmith/stable/pets/Pet-BearCub-Frost.png new file mode 100644 index 0000000000..eceeb47922 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-BearCub-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-Cactus-Frost.png b/website/raw_sprites/spritesmith/stable/pets/Pet-Cactus-Frost.png new file mode 100644 index 0000000000..b3aeba7581 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-Cactus-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-Dragon-Frost.png b/website/raw_sprites/spritesmith/stable/pets/Pet-Dragon-Frost.png new file mode 100644 index 0000000000..263cf0b7f6 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-Dragon-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-FlyingPig-Frost.png b/website/raw_sprites/spritesmith/stable/pets/Pet-FlyingPig-Frost.png new file mode 100644 index 0000000000..1478994606 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-FlyingPig-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-Fox-Frost.png b/website/raw_sprites/spritesmith/stable/pets/Pet-Fox-Frost.png new file mode 100644 index 0000000000..3a2e21411e Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-Fox-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-LionCub-Frost.png b/website/raw_sprites/spritesmith/stable/pets/Pet-LionCub-Frost.png new file mode 100644 index 0000000000..7e66318c6b Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-LionCub-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-PandaCub-Frost.png b/website/raw_sprites/spritesmith/stable/pets/Pet-PandaCub-Frost.png new file mode 100644 index 0000000000..fbd17a900e Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-PandaCub-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-TigerCub-Frost.png b/website/raw_sprites/spritesmith/stable/pets/Pet-TigerCub-Frost.png new file mode 100644 index 0000000000..7d37155b4f Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-TigerCub-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/pets/Pet-Wolf-Frost.png b/website/raw_sprites/spritesmith/stable/pets/Pet-Wolf-Frost.png new file mode 100644 index 0000000000..1fb94426c7 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/pets/Pet-Wolf-Frost.png differ diff --git a/website/raw_sprites/spritesmith/stable/potions/Pet_HatchingPotion_Frost.png b/website/raw_sprites/spritesmith/stable/potions/Pet_HatchingPotion_Frost.png new file mode 100644 index 0000000000..236aedf7c8 Binary files /dev/null and b/website/raw_sprites/spritesmith/stable/potions/Pet_HatchingPotion_Frost.png differ diff --git a/website/raw_sprites/spritesmith_large/promo_frost_potions.png b/website/raw_sprites/spritesmith_large/promo_frost_potions.png new file mode 100644 index 0000000000..0a6003c039 Binary files /dev/null and b/website/raw_sprites/spritesmith_large/promo_frost_potions.png differ diff --git a/website/server/controllers/api-v3/news.js b/website/server/controllers/api-v3/news.js index c268c4d79f..ad10cdeab3 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 = 'ODDBALLS PET QUEST BUNDLE AND SPOTLIGHT ON SLEEP'; +const LAST_ANNOUNCEMENT_TITLE = 'THUNDERSTORM AND FROST HATCHING POTIONS'; const worldDmg = { // @TODO bailey: false, }; @@ -30,20 +30,14 @@ api.getNews = {
If you are looking to add some goofy offbeat pets to your Habitica stable, you're in luck! From now until November 30, you can purchase the Oddball Pet Quest Bundle and receive the Rock, Marshmallow Slime, and Yarn 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!
-We've got new posts on the blog all about ways to use Habitica to help you with self-care related to sleep and rest! First, there's a Guild Spotlight that highlights the Guilds that can help you as you explore ways to use Habitica to help with sleep hygiene and taking breaks. We've also posted a Use Case Spotlight featuring a number of great suggestions for using Habitica's task system to manage this as well! These suggestions were submitted by Habiticans in the Use Case Spotlights Guild.
-Plus, we're collecting user submissions for the next Use Case Spotlight! How do you use Habitica for professionalization and "adulting" skills? We’ll be featuring player-submitted examples 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!
-We've brought back Thunderstorm Potions, and added a brand-new Magic Hatching Potion: Frost! Between now and November 30, you can buy these Hatching Potions from 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 Thunderstorm or Frost Hatching Potions are available again, so be sure to get them now!
+