mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 04:59:40 +00:00
chore(news): Bailey
This commit is contained in:
parent
76039020f5
commit
80b302c997
1 changed files with 53 additions and 14 deletions
|
|
@ -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 = 'LAST CHANCE FOR FEBRUARY ITEMS!';
|
||||
const LAST_ANNOUNCEMENT_TITLE = 'NEW SUBSCRIBER ITEMS, RESOLUTION SUCCESS CHALLENGE, AND TAKE THIS CHALLENGE!';
|
||||
const worldDmg = { // @TODO
|
||||
bailey: false,
|
||||
};
|
||||
|
|
@ -31,27 +31,66 @@ api.getNews = {
|
|||
<div class="mr-3 ${baileyClass}"></div>
|
||||
<div class="media-body">
|
||||
<h1 class="align-self-center">${res.t('newStuff')}</h1>
|
||||
<h2>2/27/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
||||
<h2>3/2/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
||||
</div>
|
||||
</div>
|
||||
<hr/>
|
||||
<div class="promo_mystery_022020 center-block"></div>
|
||||
<h3>Last Chance for Stylish Sweetheart Set</h3>
|
||||
<div class="promo_mystery_202003 center-block"></div>
|
||||
<h3>March Subscriber Items Revealed!</h3>
|
||||
<p>
|
||||
Reminder: time is running out to receive the Stylish Sweetheart Set when you <a
|
||||
href='/user/settings/subscription'>subscribe</a>! Subscribing also lets you buy Gems
|
||||
with Gold, nets you a special Royal Purple Jackalope Pet, and more!
|
||||
The March Subscriber Item has been revealed: the Barbed Battler Item Set! <a
|
||||
href='/user/settings/subscription'>Subscribe to Habitica</a> by March 31 to receive this
|
||||
exciting set! If you're already an active subscriber, reload the site and then head to
|
||||
Inventory > Items to claim your gear!
|
||||
</p>
|
||||
<p>
|
||||
Subscribers also receive the ability to buy Gems with Gold -- the longer you subscribe,
|
||||
the more gems you can buy per month! There are other perks as well, such as longer access
|
||||
to uncompressed data and a cute Jackalope pet. Best of all, subscriptions let us keep
|
||||
Habitica running. Thank you very much for your support -- it means a lot to us.
|
||||
</p>
|
||||
<p>Thanks so much for your support! You help keep Habitica running.</p>
|
||||
<div class="small mb-3">by Beffymaroo</div>
|
||||
<div class="promo_valentines_potions center-block"></div>
|
||||
<h3>Last Chance for Rose Quartz and Cupid Hatching Potions</h3>
|
||||
<div class="scene_gaining_achievement center-block"></div>
|
||||
<h3>New Resolution Success Challenge and Take This Challenge!</h3>
|
||||
<p>
|
||||
<a href='/shops/market'>Rose Quartz and Cupid Hatching Potions</a> will also go away at
|
||||
the end of the month! If they come back, it won't be until next year at the earliest, so
|
||||
don't delay!
|
||||
The Habitica team has launched a special official Challenge series hosted in the <a
|
||||
href='/groups/guild/6e6a8bd3-9f5f-4351-9188-9f11fcd80a99' target='_blank'>Official New
|
||||
Year's Resolution Guild</a>. 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, <a href='/challenges/ad50c909-eb5d-4b34-83ca-52b2122f1451'>Reach
|
||||
for Your First Achievement</a>, we're focusing on setting smaller mini-goals as
|
||||
milestones! It has a 15 Gem prize, which will be awarded to five lucky winners on April
|
||||
1st.
|
||||
</p>
|
||||
<div class="small mb-3">by Vampitch, Willow the Witty, and SabreCat</div>
|
||||
<p>
|
||||
Congratulations to the winners of the February Challenge: @2muchomework, @Meylin_uwu,
|
||||
@OpCit, @dejavudu, and @rebeccafae!
|
||||
</p>
|
||||
<p>
|
||||
The next Take This Challenge has also launched, "<a
|
||||
href='/challenges/96980722-77b2-4a76-8bba-358558fe1a19'>Gaining Inspiration Points!</a>",
|
||||
with a focus on capturing creativity. Be sure to check it out to earn additional pieces
|
||||
of the Take This armor set!
|
||||
</p>
|
||||
<p>
|
||||
<a href='http://www.takethis.org/' target='_blank'>Take This</a> 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.
|
||||
</p>
|
||||
<p>
|
||||
Congratulations to the winners of the last Take This Challenge, "Multiplayer Co-Op
|
||||
Exercise!": grand prize winner SimpleMan, and runners-up @damole, @BrittySpitty1013,
|
||||
@LeScalpeurDeCarottes, @Eziorocks, and @k4m3n! Plus, all participants in that Challenge
|
||||
have received a piece of the <a
|
||||
href='http://habitica.wikia.com/wiki/Event_Item_Sequences#Take_This_Armor_Set'
|
||||
target='_blank'>Take This item set</a> if they hadn't completed it already. It is located
|
||||
in your Rewards column. Enjoy!
|
||||
</p>
|
||||
<div class="small mb-3">
|
||||
by Doctor B, the Take This team, Lemoness, Beffymaroo, and SabreCat
|
||||
</div>
|
||||
<div class="promo_take_this center-block"></div>
|
||||
</div>
|
||||
`,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue