chore(event): seeds and sprites

This commit is contained in:
Sabe Jones
2020-04-07 14:08:09 -05:00
parent a1a1fd939d
commit 5ccd2ae262
34 changed files with 6926 additions and 6863 deletions
+51 -13
View File
@@ -4,7 +4,7 @@ const api = {};
// @TODO export this const, cannot export it from here because only routes are exported from
// controllers
const LAST_ANNOUNCEMENT_TITLE = 'APRIL BACKGROUNDS AND ENCHANTED ARMOIRE ITEMS!';
const LAST_ANNOUNCEMENT_TITLE = 'CONFECTION HATCHING POTION QUEST, APRIL FOOL BLOG POST, AND SHINY SEEDS!';
const worldDmg = { // @TODO
bailey: false,
};
@@ -31,25 +31,63 @@ api.getNews = {
<div class="mr-3 ${baileyClass}"></div>
<div class="media-body">
<h1 class="align-self-center">${res.t('newStuff')}</h1>
<h2>4/6/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
<h2>4/7/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
</div>
</div>
<hr/>
<div class="promo_armoire_backgrounds_202004 center-block"></div>
<h3>April Fool's Challenge Winners and Blog Post!</h3>
<p>
Weve added three new backgrounds to the Background Shop! Now your avatar can splash in a
Rainy Barnyard, enjoy the aroma of a Heather Field, and gaze at shapeshifting Animal
Clouds. Check them out under User Icon > Backgrounds on web and Menu > Inventory >
Customize Avatar on mobile!
The winners of the April Fool's Social Media Challenge have been selected!
Congratulations to Silvercat17, RaidingPartyGames, Pangdood, Spacehawk, and VixiMonster!
</p>
<p>
Plus, theres new Gold-purchasable equipment in the Enchanted Armoire, including the
Paper Knight Set. Better work hard on your real-life tasks to earn all the pieces!
Enjoy :)
Thank you to everyone who shared their awesome pics with their dessert pets! You can see
a fun <a href='https://habitica.wordpress.com/2020/04/07/taking-the-cake-dessert-pet-pics-from-habiticas-april-fools-celebration/'
target='_blank'>recap of the shenanigans on our blog</a>. Stay tuned to see what wacky antics the Fool gets up to next year!
</p>
<div class="small mb-3">
by QuartzFox, gawrone, ravenlune, shanaqui, katieslug, -Tyr-, and SabreCat
</div>
<div class="promo_april_fools_2020 center-block"></div>
<h3>Confection Magic Hatching Potion Quest!</h3>
<p>
Oh, no! Just as Habiticans were going back to daily life, missing their cute dessert
pets, it looks like some kind of syrupy monstrosity has emerged to threaten the land!
</p>
<p>
Can you help the April Fool save Habitica from the Awful Waffle? Join the battle, and
earn special Confection Magic Hatching potions by completing your everyday tasks.
</p>
<p>
You can purchase the limited Confection Magic Hatching Potion Quest from the <a
href='/shops/quests'>Quest Shop</a> between now and April 30! Each quest completion
awards participants three potions each. Confection pets do not have mount forms, so keep
that in mind when you're purchasing!
</p>
<p>
Garden Potions have also returned, if you prefer a healthier treat! You can find them in
<a href='/shops/market'>the Market</a> until April 30. Keep in mind that Garden pets also
do not have mount forms when deciding how many to purchase.
</p>
<p>
After they're gone, it will be at least a year before the Confection Magic Hatching
Potion Quest or the Garden Magic Potions are available again, so be sure to get them now!
</p>
<div class="small mb-3">by Beffymaroo, Piyo, Viirus, and SabreCat</div>
<div class="promo_shiny_seeds center-block"></div>
<h3>Shiny Seeds</h3>
<p>
Throw a Shiny Seed at your friends and they will turn into a cheerful flower until their
next cron! You can buy the Seeds in the <a href='/shops/seasonal'>Seasonal Shop</a> with
Gold. Plus, if you get transformed by a Shiny Seed, you'll receive the Agricultural
Friends badge!
</p>
<p>
Don't want to be a flower? Just buy some Petal-Free Potion from your Rewards column to
reverse it.
</p>
<p>
Shiny Seeds will be available in the <a href='/shops/seasonal'>Seasonal Shop</a> until
April 30th!
</p>
<div class="small mb-3">by Lemoness</div>
</div>
`,
});