mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
chore(news): Bailey
and some seasonal string tweaks
This commit is contained in:
@@ -44,11 +44,11 @@
|
|||||||
"northMageSet": "Mage of the North (Mage)",
|
"northMageSet": "Mage of the North (Mage)",
|
||||||
"icicleDrakeSet": "Icicle Drake (Rogue)",
|
"icicleDrakeSet": "Icicle Drake (Rogue)",
|
||||||
"soothingSkaterSet": "Soothing Skater (Healer)",
|
"soothingSkaterSet": "Soothing Skater (Healer)",
|
||||||
"gingerbreadSet": "Gingerbread Warrior (Warrior)",
|
"gingerbreadSet": "Gingerbread (Warrior)",
|
||||||
"snowDaySet": "Snow Day Warrior (Warrior)",
|
"snowDaySet": "Snow Day (Warrior)",
|
||||||
"snowboardingSet": "Snowboarding Sorcerer (Mage)",
|
"snowboardingSet": "Snowboarding Sorcerer (Mage)",
|
||||||
"festiveFairySet": "Festive Fairy (Healer)",
|
"festiveFairySet": "Festive Fairy (Healer)",
|
||||||
"cocoaSet": "Cocoa Rogue (Rogue)",
|
"cocoaSet": "Cocoa (Rogue)",
|
||||||
"toAndFromCard": "To: <%= toName %>, From: <%= fromName %>",
|
"toAndFromCard": "To: <%= toName %>, From: <%= fromName %>",
|
||||||
"nyeCard": "New Year's Card",
|
"nyeCard": "New Year's Card",
|
||||||
"nyeCardExplanation": "For celebrating the new year together, you both receive the \"Auld Acquaintance\" badge!",
|
"nyeCardExplanation": "For celebrating the new year together, you both receive the \"Auld Acquaintance\" badge!",
|
||||||
@@ -78,11 +78,11 @@
|
|||||||
"magicianBunnySet": "Magician's Bunny (Mage)",
|
"magicianBunnySet": "Magician's Bunny (Mage)",
|
||||||
"comfortingKittySet": "Comforting Kitty (Healer)",
|
"comfortingKittySet": "Comforting Kitty (Healer)",
|
||||||
"sneakySqueakerSet": "Sneaky Squeaker (Rogue)",
|
"sneakySqueakerSet": "Sneaky Squeaker (Rogue)",
|
||||||
"sunfishWarriorSet": "Sunfish Warrior (Warrior)",
|
"sunfishWarriorSet": "Sunfish (Warrior)",
|
||||||
"shipSoothsayerSet": "Ship Soothsayer (Mage)",
|
"shipSoothsayerSet": "Ship Soothsayer (Mage)",
|
||||||
"strappingSailorSet": "Strapping Sailor (Healer)",
|
"strappingSailorSet": "Strapping Sailor (Healer)",
|
||||||
"reefRenegadeSet": "Reef Renegade (Rogue)",
|
"reefRenegadeSet": "Reef Renegade (Rogue)",
|
||||||
"scarecrowWarriorSet": "Scarecrow Warrior (Warrior)",
|
"scarecrowWarriorSet": "Scarecrow (Warrior)",
|
||||||
"stitchWitchSet": "Stitch Witch (Mage)",
|
"stitchWitchSet": "Stitch Witch (Mage)",
|
||||||
"potionerSet": "Potioner (Healer)",
|
"potionerSet": "Potioner (Healer)",
|
||||||
"battleRogueSet": "Bat-tle (Rogue)",
|
"battleRogueSet": "Bat-tle (Rogue)",
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ export const EVENTS = {
|
|||||||
fall2019: { start: '2019-09-24', end: '2019-11-02' },
|
fall2019: { start: '2019-09-24', end: '2019-11-02' },
|
||||||
winter2020: { start: '2019-12-19', end: '2020-02-02' },
|
winter2020: { start: '2019-12-19', end: '2020-02-02' },
|
||||||
spring2020: { start: '2020-03-17', end: '2020-05-02' },
|
spring2020: { start: '2020-03-17', end: '2020-05-02' },
|
||||||
summer2020: { start: '2020-06-17', end: '2020-08-02' },
|
summer2020: { start: '2020-06-18', end: '2020-08-02' },
|
||||||
};
|
};
|
||||||
|
|
||||||
export const SEASONAL_SETS = {
|
export const SEASONAL_SETS = {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ const api = {};
|
|||||||
|
|
||||||
// @TODO export this const, cannot export it from here because only routes are exported from
|
// @TODO export this const, cannot export it from here because only routes are exported from
|
||||||
// controllers
|
// controllers
|
||||||
const LAST_ANNOUNCEMENT_TITLE = 'BLOG POST: WIKI SPOTLIGHT ON CARDS';
|
const LAST_ANNOUNCEMENT_TITLE = 'SUMMER SPLASH BEGINS!';
|
||||||
const worldDmg = { // @TODO
|
const worldDmg = { // @TODO
|
||||||
bailey: false,
|
bailey: false,
|
||||||
};
|
};
|
||||||
@@ -31,20 +31,42 @@ api.getNews = {
|
|||||||
<div class="mr-3 ${baileyClass}"></div>
|
<div class="mr-3 ${baileyClass}"></div>
|
||||||
<div class="media-body">
|
<div class="media-body">
|
||||||
<h1 class="align-self-center">${res.t('newStuff')}</h1>
|
<h1 class="align-self-center">${res.t('newStuff')}</h1>
|
||||||
<h2>6/16/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
<h2>6/18/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>
|
<hr/>
|
||||||
<div class="scene_achievement center-block"></div>
|
|
||||||
<p>
|
<p>
|
||||||
This month's <a href='https://habitica.wordpress.com/2020/06/10/cards/' target='_blank'>
|
To escape the summer heat in Habit City, everyone's moved down to the undersea city of
|
||||||
featured Wiki article</a> is about Cards! We hope that it will help you as you bond with
|
Dilatory. The Summer Splash event has begun!
|
||||||
your partymates. Be sure to check it out, and let us know what you think by reaching out
|
|
||||||
on <a href='https://twitter.com/habitica' target='_blank'>Twitter</a>, <a
|
|
||||||
href='http://blog.habitrpg.com' target='_blank'>Tumblr</a>, and <a
|
|
||||||
href='https://facebook.com/habitica' target='_blank'>Facebook</a>.
|
|
||||||
</p>
|
</p>
|
||||||
<div class="small mb-3">by shanaqui and the Wiki Wizards</div>
|
<div class="promo_summer_splash_2020 center-block"></div>
|
||||||
|
<h3>Summer Class Outfits</h3>
|
||||||
|
<p>
|
||||||
|
From now until July 31st, limited edition outfits are available in the Rewards column.
|
||||||
|
Depending on your class, you can be a Rainbow Trout Warrior, Crocodile Rogue, Oarfish
|
||||||
|
Mage, or Sea Glass Healer! You'd better get productive to earn enough Gold before they
|
||||||
|
disappear. Good luck!
|
||||||
|
</p>
|
||||||
|
<div class="small mb-3">by Vikte, QuartzFox, jjgame83, and Vyllan</div>
|
||||||
|
<div class="promo_summer_splash_2019 center-block"></div>
|
||||||
|
<h3>Seasonal Shop is Open!</h3>
|
||||||
|
<p>
|
||||||
|
The <a href='/shops/seasonal'>Seasonal Shop</a> has opened! The Seasonal Sorceress is
|
||||||
|
stocking the seasonal edition versions of previous summer outfits, now available for Gems
|
||||||
|
instead of Gold. Plus, there will be more fun things in the shop as the event progresses.
|
||||||
|
The Seasonal Shop will only be open until July 31st, so don't wait!
|
||||||
|
</p>
|
||||||
|
<div class="small mb-3">
|
||||||
|
by SabreCat, Lemoness, AnnDeLune, Vikte, gawrone, TheDudeAbides, Lalaitha, Beffymaroo,
|
||||||
|
Vampitch, nonight, tricksy.fox, Giu09, JaizakArpaik, TetoForever, and Kai
|
||||||
|
</div>
|
||||||
|
<div class="npc_matt center-block"></div>
|
||||||
|
<h3>NPC Costumes</h3>
|
||||||
|
<p>
|
||||||
|
Looks like the NPCs are really getting in to the cheery summer mood around the site. Who
|
||||||
|
wouldn't? After all, there's plenty more celebration to come....
|
||||||
|
</p>
|
||||||
|
<div class="small mb-3">by Lemoness</div>
|
||||||
</div>
|
</div>
|
||||||
`,
|
`,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user