mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
feat(event): Splashy Skins
This commit is contained in:
@@ -1,21 +1,33 @@
|
||||
.promo_armoire_backgrounds_202006 {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -259px -386px;
|
||||
background-position: 0px -573px;
|
||||
width: 423px;
|
||||
height: 147px;
|
||||
}
|
||||
.promo_mystery_202006 {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -785px -148px;
|
||||
background-position: -445px -211px;
|
||||
width: 282px;
|
||||
height: 147px;
|
||||
}
|
||||
.promo_sand_sculpture_potions {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -785px 0px;
|
||||
background-position: -424px -573px;
|
||||
width: 423px;
|
||||
height: 147px;
|
||||
}
|
||||
.promo_splashy_skins {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: 0px -386px;
|
||||
width: 375px;
|
||||
height: 186px;
|
||||
}
|
||||
.customize-option.promo_splashy_skins {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -25px -401px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.promo_summer_splash_2019 {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: 0px -199px;
|
||||
@@ -30,7 +42,7 @@
|
||||
}
|
||||
.promo_take_this {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -1068px -148px;
|
||||
background-position: -785px -259px;
|
||||
width: 96px;
|
||||
height: 69px;
|
||||
}
|
||||
@@ -42,7 +54,7 @@
|
||||
}
|
||||
.scene_hiking {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: 0px -386px;
|
||||
background-position: -785px 0px;
|
||||
width: 258px;
|
||||
height: 258px;
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 65 KiB After Width: | Height: | Size: 72 KiB |
@@ -29,7 +29,7 @@ export default prefill({
|
||||
setPrice: 5, availableFrom: '2019-10-08', availableUntil: '2019-11-02', text: t('supernaturalSkins'),
|
||||
},
|
||||
splashySkins: {
|
||||
setPrice: 5, availableFrom: '2019-07-02', availableUntil: '2019-08-02', text: t('splashySkins'),
|
||||
setPrice: 5, availableFrom: '2020-06-23', availableUntil: '2020-08-02', text: t('splashySkins'),
|
||||
},
|
||||
winterySkins: {
|
||||
setPrice: 5, availableFrom: '2020-01-10', availableUntil: '2020-02-02', text: t('winterySkins'),
|
||||
|
||||
BIN
website/raw_sprites/spritesmith_large/promo_splashy_skins.png
Normal file
BIN
website/raw_sprites/spritesmith_large/promo_splashy_skins.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
|
||||
// controllers
|
||||
const LAST_ANNOUNCEMENT_TITLE = 'SUMMER SPLASH BEGINS!';
|
||||
const LAST_ANNOUNCEMENT_TITLE = 'SUMMER SPLASH HATCHING POTIONS AND SPLASHY SKINS';
|
||||
const worldDmg = { // @TODO
|
||||
bailey: false,
|
||||
};
|
||||
@@ -31,42 +31,40 @@ api.getNews = {
|
||||
<div class="mr-3 ${baileyClass}"></div>
|
||||
<div class="media-body">
|
||||
<h1 class="align-self-center">${res.t('newStuff')}</h1>
|
||||
<h2>6/18/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
||||
<h2>6/23/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
||||
</div>
|
||||
</div>
|
||||
<hr/>
|
||||
<div class="promo_sand_sculpture_potions center-block"></div>
|
||||
<h3>Summer Splash Magic Hatching Potions!</h3>
|
||||
<p>
|
||||
To escape the summer heat in Habit City, everyone's moved down to the undersea city of
|
||||
Dilatory. The Summer Splash event has begun!
|
||||
There's a new pet breed in town! Check out the brand-new Sand Sculpture Potions and the
|
||||
return of Aquatic and Watery Potions to heat up your Summer avatar look. Get them from
|
||||
<a href='/shops/market'>the Market</a> and use them to hatch any standard pet egg. (Magic
|
||||
Hatching Potions do not work on Quest Pet eggs.) Magic Hatching Potion Pets aren't picky,
|
||||
so they'll happily eat any kind of food that you feed them!
|
||||
</p>
|
||||
<div class="promo_summer_splash_2020 center-block"></div>
|
||||
<h3>Summer Class Outfits</h3>
|
||||
<p>
|
||||
From now until July 31st, limited edition outfits are available in the Rewards column.
|
||||
Depending on your class, you can be a Rainbow Trout Warrior, Crocodile Rogue, Oarfish
|
||||
Mage, or Sea Glass Healer! You'd better get productive to earn enough Gold before they
|
||||
disappear. Good luck!
|
||||
</p>
|
||||
<div class="small mb-3">by Vikte, QuartzFox, jjgame83, and Vyllan</div>
|
||||
<div class="promo_summer_splash_2019 center-block"></div>
|
||||
<h3>Seasonal Shop is Open!</h3>
|
||||
<p>
|
||||
The <a href='/shops/seasonal'>Seasonal Shop</a> has opened! The Seasonal Sorceress is
|
||||
stocking the seasonal edition versions of previous summer outfits, now available for Gems
|
||||
instead of Gold. Plus, there will be more fun things in the shop as the event progresses.
|
||||
The Seasonal Shop will only be open until July 31st, so don't wait!
|
||||
These potions will be available until Summer Splash ends on July 31. After they're gone,
|
||||
it will be at least a year before these Hatching Potions return, so be sure to get them
|
||||
now!
|
||||
</p>
|
||||
<div class="small mb-3">
|
||||
by SabreCat, Lemoness, AnnDeLune, Vikte, gawrone, TheDudeAbides, Lalaitha, Beffymaroo,
|
||||
Vampitch, nonight, tricksy.fox, Giu09, JaizakArpaik, TetoForever, and Kai
|
||||
by Shine Caramia, a_diamond, Persephone, Stefalupagus, Beffymaroo and SabreCat
|
||||
</div>
|
||||
<div class="npc_matt center-block"></div>
|
||||
<h3>NPC Costumes</h3>
|
||||
<div class="promo_splashy_skins center-block"></div>
|
||||
<h3>Splashy Skins!</h3>
|
||||
<p>
|
||||
Looks like the NPCs are really getting in to the cheery summer mood around the site. Who
|
||||
wouldn't? After all, there's plenty more celebration to come....
|
||||
The Seasonal Edition Splashy Skins are back! You can complete your summer avatar look
|
||||
with Clownfish, Deep Ocean, Tropical Water, Mergold, Mergreen, Merblue, Merruby, and
|
||||
Shark Skins.
|
||||
</p>
|
||||
<div class="small mb-3">by Lemoness</div>
|
||||
<p>
|
||||
This Seasonal Edition customization set will only be available to purchase until July
|
||||
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 UncommonCriminal</div>
|
||||
</div>
|
||||
`,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user