diff --git a/website/client/assets/css/sprites/spritesmith-largeSprites-0.css b/website/client/assets/css/sprites/spritesmith-largeSprites-0.css index 6a87899873..ceaa686408 100644 --- a/website/client/assets/css/sprites/spritesmith-largeSprites-0.css +++ b/website/client/assets/css/sprites/spritesmith-largeSprites-0.css @@ -1,78 +1,48 @@ .promo_armoire_backgrounds_201901 { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: 0px -253px; + background-position: 0px -422px; width: 423px; height: 147px; } .promo_bird_buddies_bundle { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: 0px -549px; + background-position: -662px 0px; width: 420px; height: 147px; } .promo_birthday_2019 { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -334px 0px; + background-position: 0px -277px; width: 498px; height: 144px; } .promo_mystery_201901 { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -833px -296px; + background-position: -662px -148px; width: 282px; height: 147px; } -.promo_npc_alex { - background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -424px -253px; - width: 162px; - height: 138px; -} -.promo_seasonal_shop { - background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -587px -253px; - width: 162px; - height: 138px; -} -.promo_snow_potions { - background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: 0px -401px; - width: 423px; - height: 147px; -} .promo_take_this { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -1116px -296px; + background-position: -945px -148px; width: 96px; height: 69px; } -.promo_winter_wonderland_2019 { - background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -833px -148px; - width: 402px; - height: 147px; -} -.promo_wintery_skins { - background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -833px 0px; - width: 420px; - height: 147px; -} -.customize-option.promo_wintery_skins { - background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -858px -15px; - width: 60px; - height: 60px; -} .scene_apollo { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -833px -444px; + background-position: -662px -296px; width: 279px; height: 147px; } .scene_eating_healthy { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: 0px 0px; + background-position: -328px 0px; width: 333px; height: 252px; } +.scene_yesterdailies { + background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); + background-position: 0px 0px; + width: 327px; + height: 276px; +} diff --git a/website/client/assets/images/sprites/spritesmith-largeSprites-0.png b/website/client/assets/images/sprites/spritesmith-largeSprites-0.png index 0d0624c894..9de13621b5 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_npc_alex.png b/website/raw_sprites/spritesmith_large/promo_npc_alex.png deleted file mode 100644 index 8d45538129..0000000000 Binary files a/website/raw_sprites/spritesmith_large/promo_npc_alex.png and /dev/null differ diff --git a/website/raw_sprites/spritesmith_large/promo_seasonal_shop.png b/website/raw_sprites/spritesmith_large/promo_seasonal_shop.png deleted file mode 100644 index f37b309c95..0000000000 Binary files a/website/raw_sprites/spritesmith_large/promo_seasonal_shop.png and /dev/null differ diff --git a/website/raw_sprites/spritesmith_large/promo_snow_potions.png b/website/raw_sprites/spritesmith_large/promo_snow_potions.png deleted file mode 100644 index 89f4929eb4..0000000000 Binary files a/website/raw_sprites/spritesmith_large/promo_snow_potions.png and /dev/null differ diff --git a/website/raw_sprites/spritesmith_large/promo_winter_wonderland_2019.png b/website/raw_sprites/spritesmith_large/promo_winter_wonderland_2019.png deleted file mode 100644 index e538cd786e..0000000000 Binary files a/website/raw_sprites/spritesmith_large/promo_winter_wonderland_2019.png and /dev/null differ diff --git a/website/raw_sprites/spritesmith_large/promo_wintery_skins.png b/website/raw_sprites/spritesmith_large/promo_wintery_skins.png deleted file mode 100644 index 0e2a7a3765..0000000000 Binary files a/website/raw_sprites/spritesmith_large/promo_wintery_skins.png and /dev/null differ diff --git a/website/raw_sprites/spritesmith_large/scene_yesterdailies.png b/website/raw_sprites/spritesmith_large/scene_yesterdailies.png new file mode 100644 index 0000000000..d6218704ff Binary files /dev/null and b/website/raw_sprites/spritesmith_large/scene_yesterdailies.png differ diff --git a/website/server/controllers/api-v3/news.js b/website/server/controllers/api-v3/news.js index f5488daf27..647ff2a24f 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 = 'HABITICA BIRTHDAY PARTY!'; +const LAST_ANNOUNCEMENT_TITLE = 'FEBRUARY RESOLUTION SUCCESS CHALLENGE AND NEW TAKE THIS CHALLENGE'; const worldDmg = { // @TODO bailey: false, }; @@ -30,29 +30,18 @@ api.getNews = {

${res.t('newStuff')}

-

1/31/2019 - ${LAST_ANNOUNCEMENT_TITLE}

+

2/4/2019 - ${LAST_ANNOUNCEMENT_TITLE}


-
-

Habitica Birthday Bash!

-

January 31st is Habitica's Birthday! Thank you so much for being a part of our community - it means a lot.

-

Now come join us and the NPCs as we celebrate!

-

Cake for Everybody!

-

In honor of the festivities, everyone has been awarded an assortment of yummy cake to feed to your pets! Plus, for the next two days Alexander the Merchant is selling cake in his shop, and cake will sometimes drop when you complete your tasks. Cake works just like normal pet food, but if you want to know what type of pet likes each slice, the wiki has spoilers.

-

Party Robes

-

There are Party Robes available for free in the Rewards column! What color you receive is based on how many Habitica Birthdays you've celebrated. Don them with pride!

-

Birthday Bash Achievement

-

In honor of Habitica's birthday, everyone has been awarded the Habitica Birthday Bash achievement! This achievement stacks for each Birthday Bash you celebrate with us.

-
-

Last Chance for Polaris Set

-

Reminder: tomorrow is the final day to subscribe and receive the Polaris Armor 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
-
-

Last Chance for Winter Wonderland Hatching Potions

-

Reminder: tomorrow is the final day to buy Starry Night, Peppermint, and Icy Snow Hatching Potions! If they come back, it won't be until next year at the earliest, so don't delay!

-
by JinjooHat, Vampitch, Lemoness, and SabreCat
+
+

The Habitica team has launched a special official Challenge series hosted in the Official New Year's Resolution Guild. These Challenges are designed to help you build and maintain goals that are destined for success and then stick with them as the year progresses. For this month's Challenge, Hone Your Weapons, we're focusing on refining and narrowing down your goals to make them more achievable! It has a 15 Gem prize, which will be awarded to five lucky winners on March 1st.

+

Congratulations to the winners of January's Challenge, RainbowZebra27, Annobethal, Pheonix_Heart, rachalza, and grimreader!

+

The next Take This Challenge has also launched, "Achievement Unlocked: Self-Care!", with a focus on tending to the energy reserves we use when helping others. Be sure to check it out to earn additional pieces of the Take This armor set!

+

Take This is a nonprofit that seeks to inform the gamer community about mental health issues, to provide education about mental disorders and mental illness prevention, and to reduce the stigma of mental illness.

+

Congratulations to the winners of the last Take This Challenge, "Feed Me, Seymour!": grand prize winner _andrey, and runners-up Comebach, FoxInABoxPls, chadm73, creadeliefje, and NTScott! Plus, all participants in that Challenge have received a piece of the Take This item set if they hadn't completed it already. It is located in your Rewards column. Enjoy!

+
by Doctor B, the Take This team, Lemoness, Beffymaroo, and SabreCat
+
`, });