feat(content): Cotton Candy Pink Prizes

This commit is contained in:
Sabe Jones
2020-02-17 11:37:37 -06:00
parent 6e0739c996
commit 69179c61b1
16 changed files with 399 additions and 233 deletions

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 = 'NEW MAGIC HATCHING POTION QUEST: RUBY!';
const LAST_ANNOUNCEMENT_TITLE = 'NEW PET COLLECTION BADGES!';
const worldDmg = { // @TODO
bailey: false,
};
@@ -31,21 +31,23 @@ api.getNews = {
<div class="mr-3 ${baileyClass}"></div>
<div class="media-body">
<h1 class="align-self-center">${res.t('newStuff')}</h1>
<h2>2/13/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
<h2>2/18/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
</div>
</div>
<hr/>
<div class="quest_ruby center-block"></div>
<div class="promo_achievement_CottonCandyPink center-block"></div>
<p>
It's time for a trip to the snowy hot springs of Stoïkalm! <a href='/shops/quests'>Get
the latest Magic Hatching Potion quest</a>, "Ruby Rapport", and collect Ruby Gems,
Aquarius Zodiac Runes, and Venus Runes to earn some glittering Ruby Magic Hatching
Potions by completing your real-life tasks!
We're releasing a new achievement so you can celebrate your successes in the world of
Habitican pet collecting! Earn the Tickled Pink and Rosy Outlook achievements by
collecting Cotton Candy Pink pets and mounts and you'll earn a nifty badge for your
profile.
</p>
<div class="small">
Art by Aspiring_Advocate, gully, Beffymaroo, Tyche_Alba, and loremi
</div>
<div class="small mb-3">Writing by JohnJSal</div>
<p>
If you already have all the Cotton Candy Pink pets and/or mounts in your stable, you'll
receive the badge automatically! Check your profile and celebrate your new achievement
with pride in your pink prowess.
</p>
<div class="small mb-3">by Piyowo and SabreCat</div>
</div>
`,
});