mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
feat(event): Splashy Skins
This commit is contained in:
@@ -1,21 +1,33 @@
|
|||||||
.promo_armoire_backgrounds_202006 {
|
.promo_armoire_backgrounds_202006 {
|
||||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
background-position: -259px -386px;
|
background-position: 0px -573px;
|
||||||
width: 423px;
|
width: 423px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.promo_mystery_202006 {
|
.promo_mystery_202006 {
|
||||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
background-position: -785px -148px;
|
background-position: -445px -211px;
|
||||||
width: 282px;
|
width: 282px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.promo_sand_sculpture_potions {
|
.promo_sand_sculpture_potions {
|
||||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
background-position: -785px 0px;
|
background-position: -424px -573px;
|
||||||
width: 423px;
|
width: 423px;
|
||||||
height: 147px;
|
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 {
|
.promo_summer_splash_2019 {
|
||||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
background-position: 0px -199px;
|
background-position: 0px -199px;
|
||||||
@@ -30,7 +42,7 @@
|
|||||||
}
|
}
|
||||||
.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: -1068px -148px;
|
background-position: -785px -259px;
|
||||||
width: 96px;
|
width: 96px;
|
||||||
height: 69px;
|
height: 69px;
|
||||||
}
|
}
|
||||||
@@ -42,7 +54,7 @@
|
|||||||
}
|
}
|
||||||
.scene_hiking {
|
.scene_hiking {
|
||||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
background-position: 0px -386px;
|
background-position: -785px 0px;
|
||||||
width: 258px;
|
width: 258px;
|
||||||
height: 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'),
|
setPrice: 5, availableFrom: '2019-10-08', availableUntil: '2019-11-02', text: t('supernaturalSkins'),
|
||||||
},
|
},
|
||||||
splashySkins: {
|
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: {
|
winterySkins: {
|
||||||
setPrice: 5, availableFrom: '2020-01-10', availableUntil: '2020-02-02', text: t('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
|
// @TODO export this const, cannot export it from here because only routes are exported from
|
||||||
// controllers
|
// controllers
|
||||||
const LAST_ANNOUNCEMENT_TITLE = 'SUMMER SPLASH BEGINS!';
|
const LAST_ANNOUNCEMENT_TITLE = 'SUMMER SPLASH HATCHING POTIONS AND SPLASHY SKINS';
|
||||||
const worldDmg = { // @TODO
|
const worldDmg = { // @TODO
|
||||||
bailey: false,
|
bailey: false,
|
||||||
};
|
};
|
||||||
@@ -31,42 +31,40 @@ 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>6/18/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
<h2>6/23/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>
|
<hr/>
|
||||||
|
<div class="promo_sand_sculpture_potions center-block"></div>
|
||||||
|
<h3>Summer Splash Magic Hatching Potions!</h3>
|
||||||
<p>
|
<p>
|
||||||
To escape the summer heat in Habit City, everyone's moved down to the undersea city of
|
There's a new pet breed in town! Check out the brand-new Sand Sculpture Potions and the
|
||||||
Dilatory. The Summer Splash event has begun!
|
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>
|
</p>
|
||||||
<div class="promo_summer_splash_2020 center-block"></div>
|
|
||||||
<h3>Summer Class Outfits</h3>
|
|
||||||
<p>
|
<p>
|
||||||
From now until July 31st, limited edition outfits are available in the Rewards column.
|
These potions will be available until Summer Splash ends on July 31. After they're gone,
|
||||||
Depending on your class, you can be a Rainbow Trout Warrior, Crocodile Rogue, Oarfish
|
it will be at least a year before these Hatching Potions return, so be sure to get them
|
||||||
Mage, or Sea Glass Healer! You'd better get productive to earn enough Gold before they
|
now!
|
||||||
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!
|
|
||||||
</p>
|
</p>
|
||||||
<div class="small mb-3">
|
<div class="small mb-3">
|
||||||
by SabreCat, Lemoness, AnnDeLune, Vikte, gawrone, TheDudeAbides, Lalaitha, Beffymaroo,
|
by Shine Caramia, a_diamond, Persephone, Stefalupagus, Beffymaroo and SabreCat
|
||||||
Vampitch, nonight, tricksy.fox, Giu09, JaizakArpaik, TetoForever, and Kai
|
|
||||||
</div>
|
</div>
|
||||||
<div class="npc_matt center-block"></div>
|
<div class="promo_splashy_skins center-block"></div>
|
||||||
<h3>NPC Costumes</h3>
|
<h3>Splashy Skins!</h3>
|
||||||
<p>
|
<p>
|
||||||
Looks like the NPCs are really getting in to the cheery summer mood around the site. Who
|
The Seasonal Edition Splashy Skins are back! You can complete your summer avatar look
|
||||||
wouldn't? After all, there's plenty more celebration to come....
|
with Clownfish, Deep Ocean, Tropical Water, Mergold, Mergreen, Merblue, Merruby, and
|
||||||
|
Shark Skins.
|
||||||
</p>
|
</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>
|
</div>
|
||||||
`,
|
`,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user