diff --git a/website/client/assets/css/sprites/spritesmith-largeSprites-0.css b/website/client/assets/css/sprites/spritesmith-largeSprites-0.css index 9e516ab02e..f687081ea5 100644 --- a/website/client/assets/css/sprites/spritesmith-largeSprites-0.css +++ b/website/client/assets/css/sprites/spritesmith-largeSprites-0.css @@ -4,6 +4,12 @@ width: 141px; height: 441px; } +.promo_ember_potions { + background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); + background-position: -959px 0px; + width: 141px; + height: 441px; +} .promo_ios { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); background-position: -441px 0px; @@ -18,13 +24,13 @@ } .promo_mystery_201807 { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -817px -442px; + background-position: -959px -442px; width: 114px; height: 120px; } .promo_take_this { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -817px -563px; + background-position: -959px -563px; width: 96px; height: 69px; } diff --git a/website/client/assets/images/sprites/spritesmith-largeSprites-0.png b/website/client/assets/images/sprites/spritesmith-largeSprites-0.png index 5fdcb31885..440c398146 100644 Binary files a/website/client/assets/images/sprites/spritesmith-largeSprites-0.png and b/website/client/assets/images/sprites/spritesmith-largeSprites-0.png differ diff --git a/website/common/script/content/hatching-potions.js b/website/common/script/content/hatching-potions.js index c9abca198b..f49d06ab96 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 = 'August'; let drops = { Base: { diff --git a/website/common/script/content/shop-featuredItems.js b/website/common/script/content/shop-featuredItems.js index 4c07f993a5..99161f4799 100644 --- a/website/common/script/content/shop-featuredItems.js +++ b/website/common/script/content/shop-featuredItems.js @@ -8,12 +8,12 @@ const featuredItems = { path: 'armoire', }, { - type: 'food', - path: 'food.Saddle', + type: 'premiumHatchingPotion', + path: 'premiumHatchingPotions.Ember', }, { - type: 'food', - path: 'food.Fish', + type: 'eggs', + path: 'eggs.Dragon', }, { type: 'card', @@ -31,7 +31,7 @@ const featuredItems = { }, { type: 'quests', - path: 'quests.whale', + path: 'quests.kangaroo', }, ], seasonal: '', diff --git a/website/raw_sprites/spritesmith_large/promo_ember_potions.png b/website/raw_sprites/spritesmith_large/promo_ember_potions.png new file mode 100644 index 0000000000..e44ac385a9 Binary files /dev/null and b/website/raw_sprites/spritesmith_large/promo_ember_potions.png differ diff --git a/website/server/controllers/api-v3/news.js b/website/server/controllers/api-v3/news.js index 4678ff7a55..e60740b4d1 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 = 'NEW PET QUEST: KANGAROOS! PLUS SPOTLIGHT ON HABITICA COMMUNITY INVOLVEMENT'; +const LAST_ANNOUNCEMENT_TITLE = 'EMBER HATCHING POTIONS RETURN!'; const worldDmg = { // @TODO bailey: false, }; @@ -27,31 +27,21 @@ api.getNews = { html: `
-
-

${res.t('newStuff')}

-

8/16/2018 - ${LAST_ANNOUNCEMENT_TITLE}

+
+
+
+

${res.t('newStuff')}

+

8/21/2018 - ${LAST_ANNOUNCEMENT_TITLE}

+
+
+
+

They're back! Between now and September 21, you can buy Ember Hatching Potions from the Market and use them to hatch any standard pet egg. (Magic Hatching Potions do not work on Quest Pet eggs.) Ember 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 Ember Hatching Potions are available again, so be sure to get them now!

+
by Balduranne and SabreCat
+
-
-
-
-

New Pet Quest: Kangaroo Catastrophe!

-

Ever feel like you've dodged a dreaded task, but it just comes back around to brain you like a whirling boomerang? Get the latest pet quest, "Kangaroo Catastrophe," from the Quest Shop and earn some keen kangaroo pets by completing those real-life tasks!

-
Art by stefalupagus, mewrose, LilithofAlfheim, ChrisSpatzerl, Willow the Witty, tricksy.fox, and Beffymaroo
-
Writing by summra and SabreCat
-
-
-
-
-
-
-

Use Case Spotlight and Guild Spotlight on Getting Involved with Habitica's Community

-

We've got new posts on the blog all about ways to get involved with Habitica's community! First, there's a Guild Spotlight that highlights the Guilds that can help you earn a place as an esteemed Habitica contributor. We've also posted a Use Case Spotlight featuring a number of great suggestions for other ways to get involved with contributing or simply getting social on the site and apps! 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 as you learn practical and hands-on 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!

-
by shanaqui
`, });