mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-16 22:27:26 +01:00
chore(date): Bailey and disable potions
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
.promo_armoire_backgrounds_201905 {
|
.promo_armoire_backgrounds_201905 {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
background-position: -361px 0px;
|
background-position: 0px -361px;
|
||||||
width: 423px;
|
width: 423px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
@@ -12,13 +12,13 @@
|
|||||||
}
|
}
|
||||||
.promo_feathered_friends_bundle {
|
.promo_feathered_friends_bundle {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
background-position: -361px -148px;
|
background-position: -620px 0px;
|
||||||
width: 423px;
|
width: 423px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.promo_floral_sunshine_potions {
|
.promo_floral_sunshine_potions {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
background-position: 0px -361px;
|
background-position: -620px -148px;
|
||||||
width: 423px;
|
width: 423px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
@@ -30,13 +30,19 @@
|
|||||||
}
|
}
|
||||||
.promo_mystery_201905 {
|
.promo_mystery_201905 {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
background-position: -424px -361px;
|
background-position: -620px -296px;
|
||||||
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: -280px -509px;
|
background-position: -903px -296px;
|
||||||
width: 96px;
|
width: 96px;
|
||||||
height: 69px;
|
height: 69px;
|
||||||
}
|
}
|
||||||
|
.scene_hiking {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||||
|
background-position: -361px 0px;
|
||||||
|
width: 258px;
|
||||||
|
height: 258px;
|
||||||
|
}
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 59 KiB After Width: | Height: | Size: 71 KiB |
@@ -3,7 +3,7 @@ import defaults from 'lodash/defaults';
|
|||||||
import each from 'lodash/each';
|
import each from 'lodash/each';
|
||||||
import t from './translation';
|
import t from './translation';
|
||||||
|
|
||||||
const CURRENT_SEASON = 'May';
|
const CURRENT_SEASON = '_NONE_';
|
||||||
|
|
||||||
function hasQuestAchievementFunction (key) {
|
function hasQuestAchievementFunction (key) {
|
||||||
return (user) => {
|
return (user) => {
|
||||||
@@ -83,7 +83,7 @@ let premium = {
|
|||||||
value: 2,
|
value: 2,
|
||||||
text: t('hatchingPotionFloral'),
|
text: t('hatchingPotionFloral'),
|
||||||
limited: true,
|
limited: true,
|
||||||
_season: 'May',
|
_season: '_PENDING_',
|
||||||
},
|
},
|
||||||
Aquatic: {
|
Aquatic: {
|
||||||
value: 2,
|
value: 2,
|
||||||
@@ -179,7 +179,7 @@ let premium = {
|
|||||||
value: 2,
|
value: 2,
|
||||||
text: t('hatchingPotionSunshine'),
|
text: t('hatchingPotionSunshine'),
|
||||||
limited: true,
|
limited: true,
|
||||||
_season: 'May',
|
_season: '_PENDING_',
|
||||||
},
|
},
|
||||||
Bronze: {
|
Bronze: {
|
||||||
value: 2,
|
value: 2,
|
||||||
|
|||||||
BIN
website/raw_sprites/spritesmith_large/scene_hiking.png
Normal file
BIN
website/raw_sprites/spritesmith_large/scene_hiking.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
@@ -3,7 +3,7 @@ import { authWithHeaders } from '../../middlewares/auth';
|
|||||||
let api = {};
|
let api = {};
|
||||||
|
|
||||||
// @TODO export this const, cannot export it from here because only routes are exported from controllers
|
// @TODO export this const, cannot export it from here because only routes are exported from controllers
|
||||||
const LAST_ANNOUNCEMENT_TITLE = 'NEW GLASSES OPTION FOR AVATARS AND LAST CHANCE FOR MAY LIMITED-TIME ITEMS';
|
const LAST_ANNOUNCEMENT_TITLE = 'JUNE 2019 RESOLUTION SUCCESS CHALLENGE AND NEW TAKE THIS CHALLENGE';
|
||||||
const worldDmg = { // @TODO
|
const worldDmg = { // @TODO
|
||||||
bailey: false,
|
bailey: false,
|
||||||
};
|
};
|
||||||
@@ -30,29 +30,19 @@ 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>5/30/2019 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
<h2>6/3/2019 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>
|
<hr/>
|
||||||
<div class="promo_halfmoon_glasses center-block"></div>
|
<div class="scene_hiking center-block"></div>
|
||||||
<h3>New Glasses Option for Avatars</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.</p>
|
||||||
<p>We have a new set of free avatar customizations available: half-moon glasses! We hope that all you glasses-wearing Habiticans out there will enjoy these new options. You can find them in User>Edit Avatar>Extras.</p>
|
<p>For this month's Challenge, <a href='/challenges/7d413b28-24ce-4806-8755-2aa0cd6b3c57'>Mark Your Journey</a>, we're reflecting on your achievements since January and looking ahead to the rest of the year! It has a 15 Gem prize, which will be awarded to five lucky winners on July 1st.</p>
|
||||||
<div class="small mb-3">by Breadstrings and SabreCat</div>
|
<p>Congratulations to the winners of May's Challenge, @CamelliaLynne, @wespe, @bdwilson, @skyflower, and @Mawri!</p>
|
||||||
<div class="promo_mystery_201905 center-block"></div>
|
<p>The next Take This Challenge has also launched, "<a href='/challenges/2a8c41ec-4a6b-490b-94e2-bdeddce1446d'>You've Got a Friend in Me!</a>", with a focus on expressing gratitude to people who improve our lives. Be sure to check it out to earn additional pieces of the Take This armor set!</p>
|
||||||
<h3>Last Chance for Dazzling Dragon Set</h3>
|
<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>Reminder: tomorrow is the final day to <a href='/user/settings/subscription'>subscribe</a> and receive the Dazzling Dragon Set! Subscribing also lets you buy Gems with Gold. The longer your subscription, the more Gems you get!</p>
|
<p>Congratulations to the winners of the last Take This Challenge, "Organize Your Inventory!": grand prize winner t3h5rC, and runners-up avogad-ro, DrearyDear, BlueSky, Riou, and Keeva! 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>
|
||||||
<p>Thanks so much for your support! You help keep Habitica running.</p>
|
<div class="small mb-3">by Doctor B, the Take This team, Lemoness, Beffymaroo, and SabreCat</div>
|
||||||
<div class="small mb-3">by Beffymaroo</div>
|
<div class="promo_take_this center-block"></div>
|
||||||
<div class="promo_floral_sunshine_potions center-block"></div>
|
|
||||||
<h3>Last Chance for Sunshine and Floral Hatching Potions</h3>
|
|
||||||
<p>Reminder: tomorrow is the final day to <a href='/shops/market'>buy Sunshine and Floral Hatching Potions</a>! If they come back, it won't be until next year at the earliest, so don't delay!</p>
|
|
||||||
<div class="small mb-3">by OuttaMyMind, Lt.Cabel, Eslyn, Mako, and SabreCat</div>
|
|
||||||
<div class="promo_feathered_friends_bundle center-block"></div>
|
|
||||||
<h3>Last Chance for Feathered Friends Quest Bundle</h3>
|
|
||||||
<p>Tomorrow is also the final day to buy the discounted Feathered Friends Pet Quest Bundle, featuring the Falcon, Parrot, and Owl quests all for seven Gems! Be sure to get a few in your talons before they fly away! The bundle can be found in the <a href='/shops/quests'>Quest Shop</a>.</p>
|
|
||||||
<div class="small">by Lemoness and SabreCat</div>
|
|
||||||
<div class="small">Art by Casey, Teto Forever, Eevachu, UncommonCriminal, JonArinbjorn, Trogdorina, Onheiron, Squish</div>
|
|
||||||
<div class="small mb-3">Writing by Lemoness, Token, and Bartelmy</div>
|
|
||||||
</div>
|
</div>
|
||||||
`,
|
`,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user