feat(content): Frost Hatching Potions
@@ -273,6 +273,7 @@
|
|||||||
"hatchingPotionRainbow": "Rainbow",
|
"hatchingPotionRainbow": "Rainbow",
|
||||||
"hatchingPotionGlass": "Glass",
|
"hatchingPotionGlass": "Glass",
|
||||||
"hatchingPotionGlow": "Glow-in-the-Dark",
|
"hatchingPotionGlow": "Glow-in-the-Dark",
|
||||||
|
"hatchingPotionFrost": "Frost",
|
||||||
|
|
||||||
"hatchingPotionNotes": "Pour this on an egg, and it will hatch as a <%= potText(locale) %> pet.",
|
"hatchingPotionNotes": "Pour this on an egg, and it will hatch as a <%= potText(locale) %> pet.",
|
||||||
"premiumPotionAddlNotes": "Not usable on quest pet eggs.",
|
"premiumPotionAddlNotes": "Not usable on quest pet eggs.",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import defaults from 'lodash/defaults';
|
|||||||
import each from 'lodash/each';
|
import each from 'lodash/each';
|
||||||
import t from './translation';
|
import t from './translation';
|
||||||
|
|
||||||
const CURRENT_SEASON = '_NONE_';
|
const CURRENT_SEASON = 'November';
|
||||||
|
|
||||||
let drops = {
|
let drops = {
|
||||||
Base: {
|
Base: {
|
||||||
@@ -144,6 +144,12 @@ let premium = {
|
|||||||
limited: true,
|
limited: true,
|
||||||
_season: 'October',
|
_season: 'October',
|
||||||
},
|
},
|
||||||
|
Frost: {
|
||||||
|
value: 2,
|
||||||
|
text: t('hatchingPotionFrost'),
|
||||||
|
limited: true,
|
||||||
|
_season: 'November',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
each(drops, (pot, key) => {
|
each(drops, (pot, key) => {
|
||||||
|
|||||||
@@ -8,16 +8,16 @@ const featuredItems = {
|
|||||||
path: 'armoire',
|
path: 'armoire',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'hatchingPotions',
|
type: 'premiumHatchingPotion',
|
||||||
path: 'hatchingPotions.Shade',
|
path: 'premiumHatchingPotions.Frost',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'eggs',
|
type: 'eggs',
|
||||||
path: 'eggs.Wolf',
|
path: 'eggs.Wolf',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'card',
|
type: 'premiumHatchingPotion',
|
||||||
path: 'cardTypes.getwell',
|
path: 'premiumHatchingPotions.Thunderstorm',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
quests: [
|
quests: [
|
||||||
|
|||||||
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 699 B |
|
After Width: | Height: | Size: 795 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 997 B |
|
After Width: | Height: | Size: 898 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 674 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 802 B |
|
After Width: | Height: | Size: 925 B |
|
After Width: | Height: | Size: 981 B |
|
After Width: | Height: | Size: 959 B |
|
After Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 3.5 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 796 B |
BIN
website/raw_sprites/spritesmith/stable/pets/Pet-Cactus-Frost.png
Normal file
|
After Width: | Height: | Size: 680 B |
BIN
website/raw_sprites/spritesmith/stable/pets/Pet-Dragon-Frost.png
Normal file
|
After Width: | Height: | Size: 906 B |
|
After Width: | Height: | Size: 955 B |
BIN
website/raw_sprites/spritesmith/stable/pets/Pet-Fox-Frost.png
Normal file
|
After Width: | Height: | Size: 787 B |
|
After Width: | Height: | Size: 800 B |
|
After Width: | Height: | Size: 794 B |
|
After Width: | Height: | Size: 855 B |
BIN
website/raw_sprites/spritesmith/stable/pets/Pet-Wolf-Frost.png
Normal file
|
After Width: | Height: | Size: 892 B |
|
After Width: | Height: | Size: 5.4 KiB |
BIN
website/raw_sprites/spritesmith_large/promo_frost_potions.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
@@ -3,7 +3,7 @@ import { authWithHeaders } from '../../middlewares/auth';
|
|||||||
let api = {};
|
let api = {};
|
||||||
|
|
||||||
// @TODO export this const, cannot export it from here because only routes are exported from controllers
|
// @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
|
const worldDmg = { // @TODO
|
||||||
bailey: false,
|
bailey: false,
|
||||||
};
|
};
|
||||||
@@ -30,20 +30,14 @@ api.getNews = {
|
|||||||
<div class="mr-3 ${baileyClass}"></div>
|
<div class="mr-3 ${baileyClass}"></div>
|
||||||
<div class="media-body">
|
<div class="media-body">
|
||||||
<h1 class="align-self-center">${res.t('newStuff')}</h1>
|
<h1 class="align-self-center">${res.t('newStuff')}</h1>
|
||||||
<h2>11/15/2018 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
<h2>11/20/2018 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>
|
<hr/>
|
||||||
<div class="promo_oddballs_bundle center-block"></div>
|
<div class="promo_frost_potions center-block"></div>
|
||||||
<h3>New Discounted Pet Quest Bundle: Oddballs!</h3>
|
<p>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 <a href='/shops/market' target='_blank'>the Market</a> 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!</p>
|
||||||
<p>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 <a href='/shops/quests'>Quest Shop</a> today!</p>
|
<p>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!</p>
|
||||||
<div class="small">Art by PainterProphet, Pfeffernusse, Zorelya, intune, starsystemic, Leephon, Arcosine, stefalupagus, Hachiseiko, TheMushroomKing, khdarkwolf, Vampitch, JinjooHat, UncommonCriminal, Oranges, Darkly, overomega, celticdragon, and Shaner</div>
|
<div class="small mb-3">by Balduranne and SabreCat</div>
|
||||||
<div class="small mb-3">Writing by Bartelmy, Faelwyn the Rising Phoenix, Theothermeme, Bethany Woll, itokro, and Lemoness</div>
|
|
||||||
<div class="scene_sleep center-block"></div>
|
|
||||||
<h3>Use Case Spotlight and Guild Spotlight on Sleep and Rest</h3>
|
|
||||||
<p>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 <a href='https://habitica.wordpress.com/2018/11/15/taking-a-break-guild-spotlight/' target='_blank'>Guild Spotlight</a> 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 <a href='https://habitica.wordpress.com/2018/11/15/use-case-spotlight-sleep-and-rest/' target='_blank'>Use Case Spotlight</a> 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 <a href='/groups/guild/1d3a10bf-60aa-4806-a38b-82d1084a59e6' target='_blank'>Use Case Spotlights Guild</a>.</p>
|
|
||||||
<p>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!</p>
|
|
||||||
<div class="small mb-3">by shanaqui</div>
|
|
||||||
</div>
|
</div>
|
||||||
`,
|
`,
|
||||||
});
|
});
|
||||||
|
|||||||