mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
feat(content): enable bug hugging
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
.promo_achievement_CottonCandyPink {
|
.promo_achievement_CottonCandyPink {
|
||||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
background-position: -424px -277px;
|
background-position: -668px -296px;
|
||||||
width: 204px;
|
width: 204px;
|
||||||
height: 102px;
|
height: 102px;
|
||||||
}
|
}
|
||||||
@@ -10,15 +10,21 @@
|
|||||||
width: 423px;
|
width: 423px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.promo_mystery_202003 {
|
.promo_hugabug_bundle {
|
||||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
background-position: 0px -425px;
|
background-position: 0px -425px;
|
||||||
|
width: 420px;
|
||||||
|
height: 147px;
|
||||||
|
}
|
||||||
|
.promo_mystery_202003 {
|
||||||
|
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
|
background-position: -668px 0px;
|
||||||
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: -566px -425px;
|
background-position: -668px -399px;
|
||||||
width: 96px;
|
width: 96px;
|
||||||
height: 69px;
|
height: 69px;
|
||||||
}
|
}
|
||||||
@@ -36,7 +42,7 @@
|
|||||||
}
|
}
|
||||||
.scene_shanaqui {
|
.scene_shanaqui {
|
||||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
background-position: -283px -425px;
|
background-position: -668px -148px;
|
||||||
width: 282px;
|
width: 282px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 46 KiB |
@@ -96,7 +96,7 @@ const bundles = {
|
|||||||
'butterfly',
|
'butterfly',
|
||||||
],
|
],
|
||||||
canBuy () {
|
canBuy () {
|
||||||
return moment().isBetween('2018-02-06', '2018-04-02');
|
return moment().isBetween('2020-03-09', '2020-04-02');
|
||||||
},
|
},
|
||||||
type: 'quests',
|
type: 'quests',
|
||||||
value: 7,
|
value: 7,
|
||||||
|
|||||||
@@ -5,26 +5,6 @@ import moment from 'moment';
|
|||||||
// path: 'premiumHatchingPotions.Rainbow',
|
// path: 'premiumHatchingPotions.Rainbow',
|
||||||
const featuredItems = {
|
const featuredItems = {
|
||||||
market () {
|
market () {
|
||||||
if (moment().isBefore('2020-03-02')) {
|
|
||||||
return [
|
|
||||||
{
|
|
||||||
type: 'card',
|
|
||||||
path: 'cardTypes.valentine',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: 'premiumHatchingPotion',
|
|
||||||
path: 'premiumHatchingPotions.Cupid',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: 'premiumHatchingPotion',
|
|
||||||
path: 'premiumHatchingPotions.RoseQuartz',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
type: 'eggs',
|
|
||||||
path: 'eggs.Fox',
|
|
||||||
},
|
|
||||||
];
|
|
||||||
}
|
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
type: 'armoire',
|
type: 'armoire',
|
||||||
@@ -45,18 +25,34 @@ const featuredItems = {
|
|||||||
];
|
];
|
||||||
},
|
},
|
||||||
quests () {
|
quests () {
|
||||||
|
if (moment().isBefore('2020-04-02')) {
|
||||||
|
return [
|
||||||
|
{
|
||||||
|
type: 'bundles',
|
||||||
|
path: 'bundles.hugabug',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'quests',
|
||||||
|
path: 'quests.velociraptor',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
type: 'quests',
|
||||||
|
path: 'quests.taskwoodsTerror1',
|
||||||
|
},
|
||||||
|
];
|
||||||
|
}
|
||||||
return [
|
return [
|
||||||
{
|
{
|
||||||
type: 'quests',
|
type: 'quests',
|
||||||
path: 'quests.treeling',
|
path: 'quests.badger',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'quests',
|
type: 'quests',
|
||||||
path: 'quests.stoikalmCalamity1',
|
path: 'quests.ferret',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'quests',
|
type: 'quests',
|
||||||
path: 'quests.ruby',
|
path: 'quests.sloth',
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
},
|
},
|
||||||
|
|||||||
BIN
website/raw_sprites/spritesmith_large/promo_hugabug_bundle.png
Normal file
BIN
website/raw_sprites/spritesmith_large/promo_hugabug_bundle.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 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 = 'MARCH BACKGROUNDS AND ARMOIRE ITEMS! HOPEFUL HIPPOGRIFFS IN THE TIME TRAVELERS SHOP!';
|
const LAST_ANNOUNCEMENT_TITLE = 'DISCOUNTED QUEST BUNDLE: HUG A BUG!';
|
||||||
const worldDmg = { // @TODO
|
const worldDmg = { // @TODO
|
||||||
bailey: false,
|
bailey: false,
|
||||||
};
|
};
|
||||||
@@ -31,33 +31,29 @@ 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>3/3/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
<h2>3/10/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>
|
<hr/>
|
||||||
<div class="promo_armoire_backgrounds_202003 center-block"></div>
|
<div class="promo_hugabug_bundle center-block"></div>
|
||||||
<h3>March Backgrounds and Armoire Items!</h3>
|
|
||||||
<p>
|
<p>
|
||||||
We’ve added three new backgrounds to the Background Shop! Now your avatar can dally among
|
If you're looking to add some insect friends to your Habitica stable, you're in luck!
|
||||||
Giant Flowers, admire a fancy Succulent Garden, and party with pollinators in the
|
From now until March 31, you can purchase the Hug a Bug Pet Quest Bundle and receive the
|
||||||
Butterfly Garden. Check them out under User Icon > Backgrounds!
|
Snail, Beetle, and Butterfly quests, all for only 7 Gems! That's a discount of 5 Gems
|
||||||
|
from the price of purchasing them separately. Check it out in the <a
|
||||||
|
href='/shops/quests'>Quest Shop</a> today!
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Plus, there’s new Gold-purchasable equipment in the Enchanted Armoire, including the
|
If you’d prefer not to see bugs in Habitica due to a phobia, check out the <a
|
||||||
Baseball Set. Better work hard on your real-life tasks to earn all the pieces! Enjoy :)
|
href='http://habitica.wikia.com/wiki/Phobia_Protection_Extension' target='_blank'>Phobia
|
||||||
|
Protection Extension</a> and enable the option for hiding "Beetles"!
|
||||||
</p>
|
</p>
|
||||||
<div class="small mb-3">
|
<div class="small">By Lemoness, SabreCat, and Beffymaroo</div>
|
||||||
by Vikte, Mantichore, FolleMente, Aspiring Advocate, QuartzFox, katieslug, and SabreCat
|
<div class="small">
|
||||||
|
Art by Pfeffernusse, Megan, Pocketmole, overomega, Misceo, UncommonCriminal, Zorella,
|
||||||
|
Anna Glassman, Leephon, Lilith of Alfheim, Ac, starsystemic, and Karithina
|
||||||
</div>
|
</div>
|
||||||
<div class="Pet-Hippogriff-Hopeful center-block"></div>
|
<div class="small mb-3">Writing by arachnidstardis, emiausti, and AnnDeLune</div>
|
||||||
<h3>Hopeful Hippogriffs in the Time Travelers' Shop!</h3>
|
|
||||||
<p>
|
|
||||||
The <a href='/shops/time'>Time Travelers</a> have traveled back in time to obtain some
|
|
||||||
rare Hopeful Hippogriff pets and mounts! You can buy them with Mystic Hourglasses, which
|
|
||||||
are awarded to <a href='/user/settings/subscription'>long-term subscribers</a>. Thanks
|
|
||||||
for helping us to keep Habitica running!
|
|
||||||
</p>
|
|
||||||
<div class="small mb-3">by Lemoness and SabreCat</div>
|
|
||||||
</div>
|
</div>
|
||||||
`,
|
`,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user