fix(sprites): mystery set

and Turquoise Bailey
This commit is contained in:
Sabe Jones
2020-09-15 14:39:47 -05:00
parent 78fe87055c
commit 284d67b385
4 changed files with 13 additions and 16 deletions

View File

@@ -2170,7 +2170,7 @@
width: 68px; width: 68px;
height: 68px; height: 68px;
} }
.shop_set_mystery202009 { .shop_set_mystery_202009 {
background-image: url('~@/assets/images/sprites/spritesmith-main-9.png'); background-image: url('~@/assets/images/sprites/spritesmith-main-9.png');
background-position: -690px -1593px; background-position: -690px -1593px;
width: 68px; width: 68px;

View File

@@ -26,15 +26,15 @@ const featuredItems = {
return [ return [
{ {
type: 'quests', type: 'quests',
path: 'quests.snail', path: 'quests.squirrel',
}, },
{ {
type: 'quests', type: 'quests',
path: 'quests.alligator', path: 'quests.cow',
}, },
{ {
type: 'quests', type: 'quests',
path: 'quests.fluorite', path: 'quests.turquoise',
}, },
]; ];
}, },

View File

@@ -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: MYSTERY ITEMS!'; const LAST_ANNOUNCEMENT_TITLE = 'NEW MAGIC HATCHING POTION QUEST: TURQUOISE!';
const worldDmg = { // @TODO const worldDmg = { // @TODO
bailey: false, bailey: false,
}; };
@@ -31,23 +31,20 @@ 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>9/10/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2> <h2>9/15/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
</div> </div>
</div> </div>
<hr/> <hr/>
<div class="promo_mystery_202009 center-block"></div> <div class="quest_turquoise center-block"></div>
<p> <p>
This month's <a href='https://habitica.wordpress.com/2020/09/09/mystery-item/' Grab your shovel and head for the Flourishing Fields--treasure awaits! Get the latest
target='_blank'>featured Wiki article</a> is about Mystery Items (also known as Magic Hatching Potion quest, "Turquoise Treasure Toil", to earn historic Turquoise Magic
Subscriber Gear)! We hope that it will help you as learn about the benefits of a Habitica Hatching Potions by completing your real-life tasks!
Subscription. 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"> <div class="small">
by shanaqui and the Wiki Wizards Art by gawrone, QuartzFox, beffymaroo, starsystemic, Tyche_Alba, and loremi
</div> </div>
<div class="small mb-3">Writing by FactAndFiction</div>
</div> </div>
`, `,
}); });