diff --git a/website/client/assets/css/sprites/spritesmith-largeSprites-0.css b/website/client/assets/css/sprites/spritesmith-largeSprites-0.css index cae13f4594..cfce97c422 100644 --- a/website/client/assets/css/sprites/spritesmith-largeSprites-0.css +++ b/website/client/assets/css/sprites/spritesmith-largeSprites-0.css @@ -22,6 +22,12 @@ width: 96px; height: 69px; } +.promo_valentines_potions { + background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); + background-position: 0px -368px; + width: 420px; + height: 147px; +} .scene_cooking { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); background-position: 0px 0px; diff --git a/website/client/assets/images/sprites/spritesmith-largeSprites-0.png b/website/client/assets/images/sprites/spritesmith-largeSprites-0.png index d5ac31307c..8561b19c67 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/raw_sprites/spritesmith_large/promo_valentines_potions.png b/website/raw_sprites/spritesmith_large/promo_valentines_potions.png new file mode 100644 index 0000000000..1f9ebf596e Binary files /dev/null and b/website/raw_sprites/spritesmith_large/promo_valentines_potions.png differ diff --git a/website/server/controllers/api-v3/news.js b/website/server/controllers/api-v3/news.js index f5ce1102ff..83f950d82a 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 = 'FEBRUARY SUBSCRIBER MYSTERY ITEMS! PLUS USE CASE SPOTLIGHT'; +const LAST_ANNOUNCEMENT_TITLE = 'LAST CHANCE FOR LOTS OF GOODIES!'; const worldDmg = { // @TODO bailey: false, }; @@ -30,20 +30,24 @@ api.getNews = {

${res.t('newStuff')}

-

2/25/2019 - ${LAST_ANNOUNCEMENT_TITLE}

+

2/28/2019 - ${LAST_ANNOUNCEMENT_TITLE}


-

February Subscriber Items Revealed!

-

The February Subscriber Items have been revealed: the Cryptic Crush Item Set! You only have four days 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 with 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.

+

Last Chance for Cryptic Crush Set

+

Reminder: this is the final day to subscribe and receive the Cryptic Crush Set! Subscribing also lets you buy Gems for Gold. The longer your subscription, the more Gems you get!

+

Thanks so much for your support! You help keep Habitica running.

by Beffymaroo
-
-

Use Case Spotlight: Household Task Sharing

-

We've posted a new Use Case Spotlight on the Habitica blog! It features a number of great suggestions for using Habitica's task system to manage sharing domestic chores. 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 to set up routines? 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
+
+

Last Chance for Cupid and Rose Quartz Hatching Potions

+

Reminder: this is the final day to buy Cupid and Rose Quartz Hatching Potions! If they come back, it won't be until next year at the earliest, so don't delay!

+
by Vampitch and Willow the Witty
+
+

Last Chance for Mythical Marvels Pet Quest Bundle

+

This is also the final day to buy the discounted Mythical Marvels Pet Quest Bundle, featuring the Unicorn, Gryphon, and Sea Serpent quests all for seven Gems! Be sure to check it out in the Quest Shopbefore it fades into legend!

+
Art by greenpencil, UncommonCriminal, RosieSully, Lukreja, Baconsaur, Witticaster, Aries Faries, Mara, Seraphina, 1920-kun, RBrinks, and Erikari
+
Writing by Laurel, Daniel the Bard, and gwyllgi
`, });