chore(event): Splash cleanup and Bailey
@@ -1,90 +1,24 @@
|
||||
.promo_aquatic_amigos_bundle {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: 0px -622px;
|
||||
width: 423px;
|
||||
height: 147px;
|
||||
}
|
||||
.promo_armoire_backgrounds_202007 {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -812px 0px;
|
||||
background-position: 0px 0px;
|
||||
width: 423px;
|
||||
height: 147px;
|
||||
}
|
||||
.promo_mystery_202007 {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -812px -616px;
|
||||
width: 282px;
|
||||
height: 147px;
|
||||
}
|
||||
.promo_mystery_202008 {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -812px -459px;
|
||||
background-position: 0px -148px;
|
||||
width: 294px;
|
||||
height: 156px;
|
||||
}
|
||||
.promo_naming_day_2020 {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -812px -296px;
|
||||
width: 285px;
|
||||
height: 162px;
|
||||
}
|
||||
.promo_orcas {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -426px -473px;
|
||||
width: 219px;
|
||||
height: 147px;
|
||||
}
|
||||
.promo_sand_sculpture_potions {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -812px -148px;
|
||||
width: 423px;
|
||||
height: 147px;
|
||||
}
|
||||
.promo_seafoam {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: 0px -473px;
|
||||
width: 425px;
|
||||
height: 148px;
|
||||
}
|
||||
.promo_splashy_skins {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -409px -286px;
|
||||
width: 375px;
|
||||
height: 186px;
|
||||
}
|
||||
.customize-option.promo_splashy_skins {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -434px -301px;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
}
|
||||
.promo_summer_splash_2019 {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: 0px -286px;
|
||||
width: 408px;
|
||||
height: 186px;
|
||||
}
|
||||
.promo_summer_splash_2020 {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -367px 0px;
|
||||
width: 444px;
|
||||
height: 198px;
|
||||
}
|
||||
.promo_take_this {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -1098px -296px;
|
||||
background-position: -424px -181px;
|
||||
width: 96px;
|
||||
height: 69px;
|
||||
}
|
||||
.scene_cathb {
|
||||
.scene_rewards {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: 0px -770px;
|
||||
width: 141px;
|
||||
height: 167px;
|
||||
}
|
||||
.scene_tools {
|
||||
background-image: url('~@/assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: 0px 0px;
|
||||
width: 366px;
|
||||
height: 285px;
|
||||
background-position: -424px 0px;
|
||||
width: 207px;
|
||||
height: 180px;
|
||||
}
|
||||
|
||||
|
Before Width: | Height: | Size: 115 KiB After Width: | Height: | Size: 22 KiB |
@@ -9,28 +9,28 @@ const featuredItems = {
|
||||
path: 'armoire',
|
||||
},
|
||||
{
|
||||
type: 'premiumHatchingPotion',
|
||||
path: 'premiumHatchingPotions.SandSculpture',
|
||||
type: 'hatchingPotions',
|
||||
path: 'hatchingPotions.Shade',
|
||||
},
|
||||
{
|
||||
type: 'eggs',
|
||||
path: 'eggs.Dragon',
|
||||
path: 'eggs.TigerCub',
|
||||
},
|
||||
{
|
||||
type: 'food',
|
||||
path: 'food.Chocolate',
|
||||
path: 'food.Saddle',
|
||||
},
|
||||
];
|
||||
},
|
||||
quests () {
|
||||
return [
|
||||
{
|
||||
type: 'bundles',
|
||||
path: 'bundles.aquaticAmigos',
|
||||
type: 'quests',
|
||||
path: 'quests.snail',
|
||||
},
|
||||
{
|
||||
type: 'quests',
|
||||
path: 'quests.peacock',
|
||||
path: 'quests.alligator',
|
||||
},
|
||||
{
|
||||
type: 'quests',
|
||||
|
||||
@@ -1,25 +1,19 @@
|
||||
import { SEASONAL_SETS } from '../content/constants';
|
||||
// import { SEASONAL_SETS } from '../content/constants';
|
||||
|
||||
export default {
|
||||
opened: true,
|
||||
opened: false,
|
||||
|
||||
currentSeason: 'Summer',
|
||||
currentSeason: 'Closed',
|
||||
|
||||
dateRange: { start: '2020-06-17', end: '2020-07-31' },
|
||||
|
||||
availableSets: [
|
||||
...SEASONAL_SETS.summer,
|
||||
],
|
||||
|
||||
pinnedSets: {
|
||||
healer: 'summer2020SeaGlassHealerSet',
|
||||
rogue: 'summer2020CrocodileRogueSet',
|
||||
warrior: 'summer2020RainbowTroutWarriorSet',
|
||||
wizard: 'summer2020OarfishMageSet',
|
||||
},
|
||||
|
||||
availableSpells: [
|
||||
'seafoam',
|
||||
],
|
||||
|
||||
availableQuests: [
|
||||
|
||||
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 9.5 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 26 KiB |
BIN
website/raw_sprites/spritesmith_large/scene_rewards.png
Normal file
|
After Width: | Height: | Size: 5.9 KiB |
|
Before Width: | Height: | Size: 14 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 = 'HABITICA’S NAMING DAY!';
|
||||
const LAST_ANNOUNCEMENT_TITLE = 'AUGUST 2020 SUBSCRIBER ITEMS AND OFFICIAL CHALLENGES!';
|
||||
const worldDmg = { // @TODO
|
||||
bailey: false,
|
||||
};
|
||||
@@ -31,31 +31,65 @@ api.getNews = {
|
||||
<div class="mr-3 ${baileyClass}"></div>
|
||||
<div class="media-body">
|
||||
<h1 class="align-self-center">${res.t('newStuff')}</h1>
|
||||
<h2>7/31/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
||||
<h2>8/3/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
||||
</div>
|
||||
</div>
|
||||
<hr/>
|
||||
<div class="achievement-habiticaDay2x center-block"></div>
|
||||
<h3>Habitica Naming Day</h3>
|
||||
<h3>August Subscriber Set Revealed!</h3>
|
||||
<p>
|
||||
Happy Habitica Naming day! In honor of the day when we changed the name of the app from
|
||||
HabitRPG to Habitica, we've given everyone an achievement, as well as some delicious cake
|
||||
for your pets and mounts.
|
||||
</p>
|
||||
<div class="small mb-3">by Lemoness and SabreCat</div>
|
||||
<div class="promo_naming_day_2020 center-block"></div>
|
||||
<h3>Habitica Purple Gryphons</h3>
|
||||
<p>
|
||||
Speaking of pets and mounts, we've given all users Royal Purple Gryphon rewards!
|
||||
Depending on how many Naming Days you've celebrated with us, you've received Melior (a
|
||||
Purple Gryphon mount), his little sister Meliora (a Purple Gryphon pet), a Purple Gryphon
|
||||
Helm, the Purple Gryphon Wing Cloak, or the latest addition, the Purple Gryphon Tail!
|
||||
The August Subscriber Items been revealed: the Owlish Oracle Item Set! <a
|
||||
href='/user/settings/subscription'>Subscribe to Habitica by August 30</a> to receive
|
||||
this exciting set! If you're already an active subscriber, reload the site and then head
|
||||
to Inventory > Items to claim your gear!
|
||||
</p>
|
||||
<p>
|
||||
Thanks for being a Habitica user -- you all mean so much to us. We hope that you enjoy
|
||||
your presents!
|
||||
Subscribers also receive the ability to buy Gems with Gold -- the longer you subscribe,
|
||||
the more Gems you can buy per month! There are other perks as well, such as longer access
|
||||
to uncompressed data and a cute Jackalope pet. Best of all, subscriptions let us keep
|
||||
Habitica running. Thank you very much for your support -- it means a lot to us.
|
||||
</p>
|
||||
<div class="small mb-3">by Lemoness, Beffymaroo, and Baconsaur</div>
|
||||
<div class="small mb-3">by Beffymaroo</div>
|
||||
<div class="scene_rewards center-block"></div>
|
||||
<h3>August 2020 Resolution Success Challenge and Take This Challenge</h3>
|
||||
<p>
|
||||
The Habitica team has launched a special official Challenge series hosted in the <a
|
||||
href='/groups/guild/6e6a8bd3-9f5f-4351-9188-9f11fcd80a99' target='_blank'>Official New
|
||||
Year's Resolution Guild</a>. These Challenges are designed to help you build and maintain
|
||||
goals that are destined for success and then stick with them as the year progresses. For
|
||||
this month's Challenge, <a href='/challenges/b6579eaa-7f9d-43b3-9475-f63940c7b6c6'>Count
|
||||
Your Treasure</a>, we're focusing on the importance of rewards! It has a 15 Gem prize,
|
||||
which will be awarded to five lucky winners on September 1st.
|
||||
</p>
|
||||
<p>
|
||||
Congratulations to the winners of July's Challenge, @Jefferwocky, @Hyumi-chan, @stinawp,
|
||||
@JumpingJill, and @GreaneWolf!
|
||||
</p>
|
||||
<p>
|
||||
The next Take This Challenge has also launched, "<a
|
||||
href='/challenges/6f35ca9a-a978-450e-b9c9-b6bc1cd04d91'>Achievement Unlocked:
|
||||
Self-Care!</a>", with a focus on being kind to ourselves. Be sure to check it out to earn
|
||||
additional pieces of the Take This armor set!
|
||||
</p>
|
||||
<p>
|
||||
<a href='http://www.takethis.org/' target='_blank'>Take This</a> is a nonprofit that
|
||||
seeks to inform the gamer community about mental health issues, to provide education
|
||||
about mental disorders and mental illness prevention, and to reduce the stigma of mental
|
||||
illness.
|
||||
</p>
|
||||
<p>
|
||||
Congratulations to the winners of the last Take This Challenge, "+2 Intelligence Bonus!":
|
||||
grand prize winner @Tetrakatus, and runners-up @spinelissad, @DKimmortal,
|
||||
@ewaeaweaeaweaeaeae, @CaptainBobcat, and @Antrolana! Plus, all participants in that
|
||||
Challenge have received a piece of the <a
|
||||
href='http://habitica.wikia.com/wiki/Event_Item_Sequences#Take_This_Armor_Set'
|
||||
target='_blank'>Take This item set</a> if they hadn't completed it already. It is located
|
||||
in your Rewards column. Enjoy!
|
||||
</p>
|
||||
<div class="small mb-3">
|
||||
by Doctor B, the Take This team, Lemoness, Beffymaroo, and SabreCat
|
||||
</div>
|
||||
<div class="promo_take_this center-block"></div>
|
||||
</div>
|
||||
`,
|
||||
});
|
||||
|
||||