chore(news): Bailey

This commit is contained in:
Sabe Jones
2020-01-23 15:47:53 -06:00
parent d2156eb97b
commit cbac69ab11
8 changed files with 52 additions and 38 deletions

View File

@@ -1,24 +1,18 @@
.promo_armoire_backgrounds_202001 { .promo_armoire_backgrounds_202001 {
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: 0px -323px; background-position: -424px -175px;
width: 423px; width: 423px;
height: 147px; height: 147px;
} }
.promo_g1g1_2019 {
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: -403px -471px;
width: 357px;
height: 144px;
}
.promo_mystery_202001 { .promo_mystery_202001 {
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: -241px -619px; background-position: 0px -619px;
width: 279px; width: 279px;
height: 147px; height: 147px;
} }
.promo_seasonal_shop { .promo_seasonal_shop {
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: -521px -619px; background-position: -890px -181px;
width: 162px; width: 162px;
height: 138px; height: 138px;
} }
@@ -30,19 +24,19 @@
} }
.promo_take_this { .promo_take_this {
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: -761px -471px; background-position: -890px -396px;
width: 96px; width: 96px;
height: 69px; height: 69px;
} }
.promo_winter_potions_2020 { .promo_winter_potions_2020 {
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: 0px -175px; background-position: 0px -323px;
width: 423px; width: 423px;
height: 147px; height: 147px;
} }
.promo_winter_quests_bundle { .promo_winter_quests_bundle {
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: -424px -175px; background-position: 0px -175px;
width: 423px; width: 423px;
height: 147px; height: 147px;
} }
@@ -60,7 +54,7 @@
} }
.promo_wintery_hair { .promo_wintery_hair {
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: -684px -619px; background-position: -890px -320px;
width: 152px; width: 152px;
height: 75px; height: 75px;
} }
@@ -76,9 +70,15 @@
width: 60px; width: 60px;
height: 60px; height: 60px;
} }
.scene_list { .scene_beffymaroo {
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png'); background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: 0px -619px; background-position: -403px -471px;
width: 240px; width: 282px;
height: 195px; height: 147px;
}
.scene_rewards {
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
background-position: -890px 0px;
width: 207px;
height: 180px;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 96 KiB

View File

@@ -2,11 +2,11 @@
// possible values are: normal, fall, habitoween, thanksgiving, winter, nye, birthday, valentines, spring, summer // possible values are: normal, fall, habitoween, thanksgiving, winter, nye, birthday, valentines, spring, summer
// more to be added on future seasons // more to be added on future seasons
$npc_market_flavor: 'nye'; $npc_market_flavor: 'winter';
$npc_quests_flavor: 'nye'; $npc_quests_flavor: 'winter';
$npc_seasonal_flavor: 'nye'; $npc_seasonal_flavor: 'winter';
$npc_timetravelers_flavor: 'winter'; $npc_timetravelers_flavor: 'winter';
$npc_tavern_flavor: 'nye'; $npc_tavern_flavor: 'winter';
$restingToolbarHeight: 40px; $restingToolbarHeight: 40px;
$menuToolbarHeight: 56px; $menuToolbarHeight: 56px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

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 = 'NEW STEAMPUNK BACKGROUNDS FROM THE TIME TRAVELERS!'; const LAST_ANNOUNCEMENT_TITLE = 'HABITICA BLOG POSTS! FAVORITE GUILDS AND USE CASE SPOTLIGHT';
const worldDmg = { // @TODO const worldDmg = { // @TODO
bailey: false, bailey: false,
}; };
@@ -31,29 +31,43 @@ 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>1/21/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2> <h2>1/23/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
</div> </div>
</div> </div>
<hr/> <hr/>
<div class="d-flex justify-content-center mb-3"> <div class="scene_beffymaroo center-block"></div>
<img src="https://habitica-assets.s3.amazonaws.com/mobileApp/images/background_steamworks_demo.gif" /> <h3>Guild Spotlight: Beffymaroo's Favorites</h3>
<img src="https://habitica-assets.s3.amazonaws.com/mobileApp/images/background_clocktower_demo.gif" />
<img src="https://habitica-assets.s3.amazonaws.com/mobileApp/images/background_airship_demo.gif" />
</div>
<p> <p>
Hello Habiticans! We've released brand-new backgrounds in the Time Travelers' shop! Show For this year's Guild Spotlight series, we're highlighting some favorites from Habitica's
off your retrofuturistic outfits at the Clocktower, Steamworks, and even in an Airship! staff, moderators, and maybe some high-level contributors!
These will be available at the cost of one <a
href='https://habitica.fandom.com/wiki/Mystic_Hourglass' target='_blank'>Mystic
Hourglass</a> each.
</p> </p>
<p> <p>
Check out the <a href='/shops/time'>Time Travelers' shop</a> to find these cool This month we're kicking things off with some <a
backgrounds, as well as past subscriber gear, the Robot pet quest, and even rare pets and href='https://habitica.wordpress.com/2020/01/23/guild-spotlight-our-favourites/' target=
mounts! '_blank'>picks from Beffymaroo!</a> If you want to curate your Habitica experience and
join active, positive Guilds, this is a great way to pick up some new ideas for Guilds
to join.
</p> </p>
<p>Thanks for supporting Habitica! We hope that you enjoy your new backgrounds.</p> <div class="small mb-3">by Beffymaroo and shanaqui</div>
<div class="small mb-3">by gawrone, annetiger, SabreCat, and Viirus</div> <div class="scene_rewards center-block"></div>
<h3>Use Case Spotlight: Custom Habitica Mechanics</h3>
<p>
This month's <a href=
'https://habitica.wordpress.com/2020/01/23/use-case-spotlight-custom-habitica-mechanics/'
target='_blank'>Use Case Spotlight</a> is about Custom Habitica Mechanics! It features a
number of great suggestions submitted by Habiticans in the <a href=
'/groups/guild/1d3a10bf-60aa-4806-a38b-82d1084a59e6'>Use Case Spotlights Guild</a>. We
hope it helps any of you who might be looking for ways to enhance your Habitica
experience.
</p>
<p>
Plus, we're collecting user submissions for the next spotlight! How do you maximize
participation in your quest party? Well be featuring player-submitted examples in Use
Case Spotlights on the Habitica Blog next month, so post your suggestions in the Use Case
Spotlight Guild now. We look forward to learning more about how you use Habitica to
improve your life and get things done!
</p>
<div class="small mb-3">by shanaqui</div>
</div> </div>
`, `,
}); });