mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
chore(news): Bailey
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.promo_armoire_backgrounds_202001 {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -424px -175px;
|
||||
background-position: 0px -323px;
|
||||
width: 423px;
|
||||
height: 147px;
|
||||
}
|
||||
@@ -16,6 +16,12 @@
|
||||
width: 279px;
|
||||
height: 147px;
|
||||
}
|
||||
.promo_seasonal_shop {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -521px -619px;
|
||||
width: 162px;
|
||||
height: 138px;
|
||||
}
|
||||
.promo_snowballs {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: 0px 0px;
|
||||
@@ -30,13 +36,13 @@
|
||||
}
|
||||
.promo_winter_potions_2020 {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: 0px -323px;
|
||||
background-position: 0px -175px;
|
||||
width: 423px;
|
||||
height: 147px;
|
||||
}
|
||||
.promo_winter_quests_bundle {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: 0px -175px;
|
||||
background-position: -424px -175px;
|
||||
width: 423px;
|
||||
height: 147px;
|
||||
}
|
||||
@@ -54,7 +60,7 @@
|
||||
}
|
||||
.promo_wintery_hair {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -521px -619px;
|
||||
background-position: -684px -619px;
|
||||
width: 152px;
|
||||
height: 75px;
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 92 KiB After Width: | Height: | Size: 95 KiB |
BIN
website/raw_sprites/spritesmith_large/promo_seasonal_shop.png
Normal file
BIN
website/raw_sprites/spritesmith_large/promo_seasonal_shop.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.0 KiB |
@@ -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 = 'WINTERY SKINS AND HAIR COLORS!';
|
||||
const LAST_ANNOUNCEMENT_TITLE = 'BLOG POST: SEASONAL SHOP';
|
||||
const worldDmg = { // @TODO
|
||||
bailey: false,
|
||||
};
|
||||
@@ -31,26 +31,21 @@ api.getNews = {
|
||||
<div class="mr-3 ${baileyClass}"></div>
|
||||
<div class="media-body">
|
||||
<h1 class="align-self-center">${res.t('newStuff')}</h1>
|
||||
<h2>1/14/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
||||
<h2>1/16/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
||||
</div>
|
||||
</div>
|
||||
<hr/>
|
||||
<div class="promo_wintery_skins center-block"></div>
|
||||
<div class="promo_seasonal_shop center-block"></div>
|
||||
<p>
|
||||
The Seasonal Edition Wintery Hair Colors are now available for purchase! Now you can dye
|
||||
your avatar's hair Snowy, Peppermint, Holly Green, Aurora, Winter Star, or Festive.
|
||||
This month's <a href='https://habitica.wordpress.com/2020/01/15/seasonal-shop/'
|
||||
target='_blank'>featured Wiki article</a> is about the Seasonal Shop! We hope that it
|
||||
will help you get the most out of the Winter Wonderland Gala and many Galas to come. 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>
|
||||
Plus, the Seasonal Edition Wintery Skins are available, too! You can complete your winter
|
||||
avatar look with Aurora, Dapper, Festive, Holly, Polar, Sugar, or Winter Star Skins.
|
||||
</p>
|
||||
<p>
|
||||
Both of these Seasonal Edition customization sets will only be available to purchase
|
||||
until January 31st, after which they'll be gone until next year, so be sure to scoop them
|
||||
up now! You can find them in User>Edit Avatar!
|
||||
</p>
|
||||
<div class="small mb-3">by Lemoness and tricksy.fox</div>
|
||||
<div class="promo_wintery_hair center-block"></div>
|
||||
<div class="small mb-3">by shanaqui and the Wiki Wizards</div>
|
||||
</div>
|
||||
`,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user