diff --git a/website/client/assets/css/sprites/spritesmith-largeSprites-0.css b/website/client/assets/css/sprites/spritesmith-largeSprites-0.css index 8d43b21814..c7fdab2ef2 100644 --- a/website/client/assets/css/sprites/spritesmith-largeSprites-0.css +++ b/website/client/assets/css/sprites/spritesmith-largeSprites-0.css @@ -4,15 +4,21 @@ width: 423px; height: 147px; } -.promo_mystery_201904 { +.promo_feathered_friends_bundle { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); background-position: 0px -425px; + width: 423px; + height: 147px; +} +.promo_mystery_201904 { + background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); + background-position: -641px 0px; width: 282px; height: 147px; } .promo_take_this { background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png'); - background-position: -424px -277px; + background-position: -641px -148px; 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 395b1d0c59..4febdff9ac 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/index.js b/website/common/script/content/index.js index e452f1b4bb..d1b1e2326a 100644 --- a/website/common/script/content/index.js +++ b/website/common/script/content/index.js @@ -70,7 +70,7 @@ api.bundles = { 'owl', ], canBuy () { - return moment().isBetween('2017-05-16', '2017-05-31'); + return moment().isBetween('2019-05-09', '2019-06-02'); }, type: 'quests', class: 'quest_bundle_featheredFriends', diff --git a/website/raw_sprites/spritesmith_large/promo_feathered_friends_bundle.png b/website/raw_sprites/spritesmith_large/promo_feathered_friends_bundle.png new file mode 100644 index 0000000000..cdce669e3d Binary files /dev/null and b/website/raw_sprites/spritesmith_large/promo_feathered_friends_bundle.png differ diff --git a/website/server/controllers/api-v3/news.js b/website/server/controllers/api-v3/news.js index 6d83a1b42b..f8316ba69c 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 = 'MAY BACKGROUNDS AND ARMOIRE ITEMS!'; +const LAST_ANNOUNCEMENT_TITLE = 'QUEST BUNDLE: FEATHERED FRIENDS!'; const worldDmg = { // @TODO bailey: false, }; @@ -30,14 +30,15 @@ api.getNews = {

${res.t('newStuff')}

-

5/7/2019 - ${LAST_ANNOUNCEMENT_TITLE}

+

5/9/2019 - ${LAST_ANNOUNCEMENT_TITLE}


-
-

We’ve added three new backgrounds to the Background Shop! Now your avatar can learn new moves in the Dojo, stroll in a Park with a Statue, and admire a Rainbow Meadow. Check them out under User Icon > Backgrounds!

-

Plus, there’s new Gold-purchasable equipment in the Enchanted Armoire, including the Nephrite Archer Set. Better work hard on your real-life tasks to earn all the pieces! Enjoy :)

-
by Balduranne, QuartzFox, AnnDeLune, GeraldThePixel, Reesachan, and Mewrose
+
+

If you're a fan of bird pets and mounts, you're in luck! From now until May 31, you can purchase the Feathered Friends Pet Quest Bundle and receive the Parrot, Owl, and Falcon 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!

+
by Lemoness and SabreCat
+
Art by Casey, Teto Forever, Eevachu, UncommonCriminal, JonArinbjorn, Trogdorina, Onheiron, Squish
+
Writing by Lemoness, Token, and Bartelmy
`, });