mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
chore(news): Bailey
This commit is contained in:
@@ -1,36 +1,42 @@
|
|||||||
.promo_armoire_backgrounds_202009 {
|
.promo_armoire_backgrounds_202009 {
|
||||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
background-position: 0px -434px;
|
background-position: 0px -452px;
|
||||||
width: 423px;
|
width: 423px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.promo_fall_festival_2019 {
|
.promo_fall_customizations {
|
||||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
background-position: 0px -244px;
|
background-position: 0px -244px;
|
||||||
|
width: 336px;
|
||||||
|
height: 207px;
|
||||||
|
}
|
||||||
|
.promo_fall_festival_2019 {
|
||||||
|
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
|
background-position: -532px 0px;
|
||||||
width: 360px;
|
width: 360px;
|
||||||
height: 189px;
|
height: 189px;
|
||||||
}
|
}
|
||||||
.promo_fall_festival_2020 {
|
.promo_fall_festival_2020 {
|
||||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
background-position: -532px 0px;
|
background-position: -532px -190px;
|
||||||
width: 360px;
|
width: 360px;
|
||||||
height: 174px;
|
height: 174px;
|
||||||
}
|
}
|
||||||
.promo_mystery_202009 {
|
.promo_mystery_202009 {
|
||||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
background-position: -532px -175px;
|
background-position: 0px -600px;
|
||||||
width: 282px;
|
width: 282px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.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: -532px -323px;
|
background-position: -532px -365px;
|
||||||
width: 96px;
|
width: 96px;
|
||||||
height: 69px;
|
height: 69px;
|
||||||
}
|
}
|
||||||
.promo_vampire_potions {
|
.promo_vampire_potions {
|
||||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
background-position: -424px -434px;
|
background-position: -424px -452px;
|
||||||
width: 423px;
|
width: 423px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
@@ -42,7 +48,7 @@
|
|||||||
}
|
}
|
||||||
.scene_squall {
|
.scene_squall {
|
||||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
background-position: -361px -244px;
|
background-position: -337px -244px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 169px;
|
height: 169px;
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 75 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
@@ -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 VAMPIRE MAGIC HATCHING POTIONS, PLUS THE RETURN OF GHOST AND SHADOW POTIONS!';
|
const LAST_ANNOUNCEMENT_TITLE = 'LAST CHANCE FOR SEPTEMBER DEALS! FALL AVATAR CUSTOMIZATIONS! COSTUME CHALLENGE!';
|
||||||
const worldDmg = { // @TODO
|
const worldDmg = { // @TODO
|
||||||
bailey: false,
|
bailey: false,
|
||||||
};
|
};
|
||||||
@@ -31,28 +31,52 @@ 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/24/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
<h2>9/29/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>
|
<hr/>
|
||||||
<div class="promo_vampire_potions center-block"></div>
|
<div class="promo_mystery_202009 center-block"></div>
|
||||||
|
<h3>Last Chance for Marvelous Moth Set</h3>
|
||||||
<p>
|
<p>
|
||||||
There's a new pet breed in town! Between now and October 31st, you can buy Magic Hatching
|
Reminder: this is the last day to receive the Marvelous Moth Set when you <a
|
||||||
Potions from <a href='/shops/market'>the Market</a> and use them to hatch any standard
|
href='/user/settings/subscription'>sign up for a new Habitica subscription</a>!
|
||||||
pet egg. (Magic Hatching Potions do not work on Quest Pet eggs.) Magic Potion Pets aren't
|
Subscribing also lets you buy Gems with Gold. The longer your subscription, the more Gems
|
||||||
picky, so they'll happily eat any kind of food that you feed them!
|
you can get!
|
||||||
|
</p>
|
||||||
|
<p>Thanks so much for your support! You help keep Habitica running.</p>
|
||||||
|
<div class="small mb-3">by Beffymaroo</div>
|
||||||
|
<h3>Last Chance to Get In On the Fall Gem Sale!</h3>
|
||||||
|
<p>
|
||||||
|
Don't forget, our special Fall Gem Sale ends on Sept 30. Bonus Gems are included with
|
||||||
|
every Gem purchase until the sale ends. Be sure to stock up now so you have plenty of
|
||||||
|
Gems for Gala goodies, Quests, and more!
|
||||||
|
</p>
|
||||||
|
<div class="promo_fall_customizations center-block"></div>
|
||||||
|
<h3>Supernatural Skins and Haunted Hair Colors</h3>
|
||||||
|
<p>
|
||||||
|
The Seasonal Edition Haunted Hair Colors are now available for purchase! Now you can dye
|
||||||
|
your avatar's hair Pumpkin, Midnight, Candy Corn, Ghost White, Zombie, or Halloween. Get
|
||||||
|
them before October 31st!
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
For this Gala, we've brought back Ghost and Shadow Potions, and added a brand-new potion:
|
The Supernatural Skin Set is also available until October 31st! Now your avatar can
|
||||||
Vampire!
|
become an Ogre, Skeleton, Pumpkin, Candy Corn, Reptile, or Dread Shade.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
After they're gone, it will be at least a year before these Hatching Potions are
|
Seasonal Edition items recur unchanged every year, but they are only available to
|
||||||
available again, so be sure to get them now!
|
purchase during a short period of time. Find these exciting skins and hair colors in Menu
|
||||||
|
> Customize Avatar. Get them now, or you'll have to wait until next year!
|
||||||
</p>
|
</p>
|
||||||
<div class="small mb-3">
|
<div class="small mb-3">by Lemoness, mariahm, and crystalphoenix</div>
|
||||||
by QuartzFox, Hermi, jjgame83, OuttaMyMind, loremi, and SabreCat
|
<div class="achievement-costumeContest2x center-block"></div>
|
||||||
</div>
|
<h3>Official Habitica Costume Challenge!</h3>
|
||||||
|
<p>
|
||||||
|
The Community Costume Challenge has begun! Between now and October 31st, dress up as your
|
||||||
|
avatar in real life and post a photo on social media to get the coveted Costume Challenge
|
||||||
|
badge and a chance to be featured on Habitica's social media accounts! Read the full
|
||||||
|
rules on <a href='/challenges/39539048-3cf0-4e65-bb05-c8294a64eed3'>the Challenge page</a>.
|
||||||
|
</p>
|
||||||
|
<div class="small mb-3">by Beffymaroo</div>
|
||||||
</div>
|
</div>
|
||||||
`,
|
`,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user