mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
feat(content): Cotton Candy Pink Prizes
This commit is contained in:
@@ -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>
|
||||
`,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user