chore(news): Bailey
@@ -1,12 +1,12 @@
|
|||||||
// this variables are used to determine which shop npc/backgrounds should be loaded
|
// this variables are used to determine which shop npc/backgrounds should be loaded
|
||||||
// possible values are: normal, fall, habitoween, thanksgiving, winter, nye, birthday, valentines, spring, summer
|
// possible values are: normal, fall, habitoween, thanksgiving, winter, nye, birthday, valentines, normal, summer
|
||||||
// more to be added on future seasons
|
// more to be added on future seasons
|
||||||
|
|
||||||
$npc_market_flavor: 'spring';
|
$npc_market_flavor: 'normal';
|
||||||
$npc_quests_flavor: 'spring';
|
$npc_quests_flavor: 'normal';
|
||||||
$npc_seasonal_flavor: 'spring';
|
$npc_seasonal_flavor: 'normal';
|
||||||
$npc_timetravelers_flavor: 'spring';
|
$npc_timetravelers_flavor: 'normal';
|
||||||
$npc_tavern_flavor: 'spring';
|
$npc_tavern_flavor: 'normal';
|
||||||
|
|
||||||
$restingToolbarHeight: 40px;
|
$restingToolbarHeight: 40px;
|
||||||
$menuToolbarHeight: 56px;
|
$menuToolbarHeight: 56px;
|
||||||
|
|||||||
@@ -225,30 +225,30 @@ export default {
|
|||||||
classGear (heroClass) {
|
classGear (heroClass) {
|
||||||
if (heroClass === 'rogue') {
|
if (heroClass === 'rogue') {
|
||||||
return {
|
return {
|
||||||
armor: 'armor_special_spring2020Rogue',
|
armor: 'armor_rogue_5',
|
||||||
head: 'head_special_spring2020Rogue',
|
head: 'head_rogue_5',
|
||||||
shield: 'shield_special_spring2020Rogue',
|
shield: 'shield_rogue_6',
|
||||||
weapon: 'weapon_special_spring2020Rogue',
|
weapon: 'weapon_rogue_6',
|
||||||
};
|
};
|
||||||
} if (heroClass === 'wizard') {
|
} if (heroClass === 'wizard') {
|
||||||
return {
|
return {
|
||||||
armor: 'armor_special_spring2020Mage',
|
armor: 'armor_wizard_5',
|
||||||
head: 'head_special_spring2020Mage',
|
head: 'head_wizard_5',
|
||||||
weapon: 'weapon_special_spring2020Mage',
|
weapon: 'weapon_wizard_6',
|
||||||
};
|
};
|
||||||
} if (heroClass === 'healer') {
|
} if (heroClass === 'healer') {
|
||||||
return {
|
return {
|
||||||
armor: 'armor_special_spring2020Healer',
|
armor: 'armor_healer_5',
|
||||||
head: 'head_special_spring2020Healer',
|
head: 'head_healer_5',
|
||||||
shield: 'shield_special_spring2020Healer',
|
shield: 'shield_healer_5',
|
||||||
weapon: 'weapon_special_spring2020Healer',
|
weapon: 'weapon_healer_6',
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
armor: 'armor_special_spring2020Warrior',
|
armor: 'armor_warrior_5',
|
||||||
head: 'head_special_spring2020Warrior',
|
head: 'head_warrior_5',
|
||||||
shield: 'shield_special_spring2020Warrior',
|
shield: 'shield_warrior_5',
|
||||||
weapon: 'weapon_special_spring2020Warrior',
|
weapon: 'weapon_warrior_6',
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
selectionBox (selectedClass, heroClass) {
|
selectionBox (selectedClass, heroClass) {
|
||||||
|
|||||||
@@ -515,7 +515,7 @@ const quests = {
|
|||||||
value: 1,
|
value: 1,
|
||||||
category: 'pet',
|
category: 'pet',
|
||||||
canBuy () {
|
canBuy () {
|
||||||
return true;
|
return false;
|
||||||
},
|
},
|
||||||
collect: {
|
collect: {
|
||||||
plainEgg: {
|
plainEgg: {
|
||||||
|
|||||||
@@ -1,30 +1,23 @@
|
|||||||
import { SEASONAL_SETS } from '../content/constants';
|
// import { SEASONAL_SETS } from '../content/constants';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
opened: true,
|
opened: false,
|
||||||
|
|
||||||
currentSeason: 'Spring',
|
currentSeason: 'Closed',
|
||||||
|
|
||||||
dateRange: { start: '2020-03-19', end: '2020-04-30' },
|
dateRange: { start: '2019-09-24', end: '2019-10-31' },
|
||||||
|
|
||||||
availableSets: [
|
availableSets: [
|
||||||
...SEASONAL_SETS.spring,
|
|
||||||
],
|
],
|
||||||
|
|
||||||
pinnedSets: {
|
pinnedSets: {
|
||||||
healer: 'spring2020IrisHealerSet',
|
|
||||||
rogue: 'spring2020LapisLazuliRogueSet',
|
|
||||||
warrior: 'spring2020BeetleWarriorSet',
|
|
||||||
wizard: 'spring2020PuddleMageSet',
|
|
||||||
},
|
},
|
||||||
|
|
||||||
availableSpells: [
|
availableSpells: [
|
||||||
'shinySeed',
|
|
||||||
],
|
],
|
||||||
|
|
||||||
availableQuests: [
|
availableQuests: [
|
||||||
'egg',
|
|
||||||
],
|
],
|
||||||
|
|
||||||
featuredSet: 'spring2020PuddleMageSet',
|
featuredSet: 'fall2018AlterEgoSet',
|
||||||
};
|
};
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 8.1 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 18 KiB |
BIN
website/raw_sprites/spritesmith_large/scene_casting_spells.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 4.2 KiB |
|
Before Width: | Height: | Size: 2.6 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 = 'LAST CHANCE FOR APRIL AND SPRING FLING GOODIES!';
|
const LAST_ANNOUNCEMENT_TITLE = 'MAY SUBSCRIBER ITEMS AND OFFICIAL HABITICA CHALLENGES!';
|
||||||
const worldDmg = { // @TODO
|
const worldDmg = { // @TODO
|
||||||
bailey: false,
|
bailey: false,
|
||||||
};
|
};
|
||||||
@@ -31,73 +31,65 @@ 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>4/30/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
<h2>5/4/2020 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>
|
<hr/>
|
||||||
<div class="promo_spring_2020 center-block"></div>
|
<div class="promo_mystery_202005 center-block"></div>
|
||||||
<h3>Last Chance for Spring Fling Outfits, Spring Customizations, Spring Magic Hatching Potions, and Shiny Seeds</h3>
|
<h3>May Subscriber Items Revealed!</h3>
|
||||||
<p>
|
<p>
|
||||||
Spring Fling is coming to a close in Habitica. It's the last day to snag this year's
|
The May Subscriber Item Set has been revealed: the Wondrous Wyvern Item Set! <a
|
||||||
limited edition outfits from your Rewards column. Depending on your class, you can be a
|
href='/user/settings/subscription'>Subscribe to Habitica</a> by May 31 to receive this
|
||||||
Puddle Mage, Rhinoceros Beetle Warrior, Lapiz Lazuli Rogue, or Iris Healer! Don't miss
|
exciting set! If you're already an active subscriber, reload the site and then head to
|
||||||
these awesome gear sets, available to purchase with Gold for now!
|
Inventory > Items to claim your gear!
|
||||||
</p>
|
</p>
|
||||||
<div class="small mb-3">by Vikte, gawrone, jjgame83, Shine Caramia, and SabreCat</div>
|
|
||||||
<div class="promo_spring_2019 center-block"></div>
|
|
||||||
<p>
|
<p>
|
||||||
The <a href='/shops/seasonal'>Seasonal Shop</a> will also be closing when the Gala ends.
|
Subscribers also receive the ability to buy Gems with Gold -- the longer you subscribe,
|
||||||
The Seasonal Sorceress is stocking the seasonal edition versions of previous spring
|
the more Gems you can buy per month! There are other perks as well, such as longer
|
||||||
outfits, now available for Gems instead of Gold, the seasonal Egg Quest, and Shiny Seeds.
|
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>
|
</p>
|
||||||
<div class="small mb-3">
|
|
||||||
by Eslyn, Aspiring Advocate, OuttaMyMind, Lt. Cabel, Vikte, Lalaitha, DialFForFunky,
|
|
||||||
Gerald the Pixel, Scarvia, Awesome kitty, usnbfs, Balduranne, PainterProphet,
|
|
||||||
Beffymaroo, SabreCat and Lemoness
|
|
||||||
</div>
|
|
||||||
<div class="promo_spring_potions_2020 center-block"></div>
|
|
||||||
<p>
|
|
||||||
It's also the final day to <a href='/shops/market'>buy the Birch Bark, Celestial, and
|
|
||||||
Shimmer Magic 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 Teto Forever, tricksy.fox, Bonogo, Mara, ravenlune, Ricardo, and SabreCat
|
|
||||||
</div>
|
|
||||||
<div class="promo_pastel_skin_hair center-block"></div>
|
|
||||||
<p>
|
|
||||||
Don't miss the Pastel Skins and Shimmer Hair colors! They're also available in User >
|
|
||||||
Customize Avatar until the Gala ends. But once you purchase them, you can use them
|
|
||||||
year-round!
|
|
||||||
</p>
|
|
||||||
<div class="small mb-3">by Lemoness and McCoyly</div>
|
|
||||||
<div class="promo_mystery_202004 center-block"></div>
|
|
||||||
<h3>Last Chance for Majestic Monarch Set</h3>
|
|
||||||
<p>
|
|
||||||
Reminder: this is the final day to <a href='/user/settings/subscription'>subscribe</a>
|
|
||||||
and receive the Majestic Monarch Set! Subscribing also lets you buy Gems with Gold. The
|
|
||||||
longer your subscription, the more Gems you can get!
|
|
||||||
</p>
|
|
||||||
<p>Thanks so much for your support! You help keep Habitica running.</p>
|
|
||||||
<div class="small mb-3">by Beffymaroo</div>
|
<div class="small mb-3">by Beffymaroo</div>
|
||||||
<div class="promo_april_fools_2020 center-block"></div>
|
<div class="scene_casting_spells center-block"></div>
|
||||||
<h3>Last Chance for Confection Hatching Potion Quest and Garden Potions</h3>
|
<h3>May 2020 Resolution Success Challenge and Take This Challenge</h3>
|
||||||
<p>
|
<p>
|
||||||
Have you had your eye on the sweet new Confection Hatching Potion Pets from this year's
|
The Habitica team has launched a special official Challenge series hosted in the <a
|
||||||
April Fool's festivities? Be sure to get the special Waffling with the Fool Quest from
|
href='/groups/guild/6e6a8bd3-9f5f-4351-9188-9f11fcd80a99'>Official New Year's Resolution
|
||||||
the <a href='/shops/quests'>Quest Shop</a>! After today, it will not be available again
|
Guild</a>. These Challenges are designed to help you build and maintain goals that are
|
||||||
for at least one year.
|
destined for success and then stick with them as the year progresses. For this month's
|
||||||
|
Challenge, <a href='/challenges/7b0f5ff4-6022-462a-af6b-b153aea2517e'>Review Your Combat
|
||||||
|
Tactics</a>, we're focusing on refining your strategy to help you stay motivated and keep
|
||||||
|
moving forward as we're almost halfway through the year! It has a 15 Gem prize, which
|
||||||
|
will be awarded to five lucky winners on June 1st.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Garden Potions, which hatch the fruit and veggie pets from our 2019 April Fool's prank,
|
Congratulations to the winners of April's Challenge: @Auralov, @organized_aspie,
|
||||||
will also disappear from the <a href='/shops/market'>Market</a> after today. Be sure to
|
@yasaminnb, @noblegeas and @Nodel!
|
||||||
stock up if you haven't already!
|
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Note that Confection Pets and Garden Pets do not have mount forms, so plan your purchases
|
The next Take This Challenge has also launched, "<a
|
||||||
accordingly!
|
href='/challenges/e6d862f8-5b96-4465-8e2f-18ee79592b4a'>Don't Be a Completionist!</a>",
|
||||||
|
with a focus on prioritization. Be sure to check it out to earn additional pieces of the
|
||||||
|
Take This armor set!
|
||||||
</p>
|
</p>
|
||||||
<div class="small mb-3">by Beffymaroo, Piyo, SabreCat, and Viirus</div>
|
<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, "This One Goes to 11!":
|
||||||
|
grand prize winner @Daphne36, and runners-up @aggripa, @Lily_of_the_valley,
|
||||||
|
@Mockingjayabi, @Cirth, and @KatieIrene! 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>
|
</div>
|
||||||
`,
|
`,
|
||||||
});
|
});
|
||||||
|
|||||||