mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
WIP(event): Spring Fling cont'd
This commit is contained in:
@@ -1287,7 +1287,7 @@ api.quests = {
|
|||||||
completion: t('questEggHuntCompletion'),
|
completion: t('questEggHuntCompletion'),
|
||||||
value: 1,
|
value: 1,
|
||||||
canBuy: (function() {
|
canBuy: (function() {
|
||||||
return false;
|
return true;
|
||||||
}),
|
}),
|
||||||
category: 'pet',
|
category: 'pet',
|
||||||
collect: {
|
collect: {
|
||||||
|
|||||||
@@ -216,7 +216,7 @@ habitrpg.controller("InventoryCtrl",
|
|||||||
var questArray = _.toArray(Content.quests);
|
var questArray = _.toArray(Content.quests);
|
||||||
|
|
||||||
var filteredArray = _.filter(questArray, function(q){
|
var filteredArray = _.filter(questArray, function(q){
|
||||||
return q.key.indexOf('evilsanta') !== -1;
|
return q.key.indexOf('egg') !== -1;
|
||||||
});
|
});
|
||||||
|
|
||||||
return filteredArray;
|
return filteredArray;
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
| {{((item.specialClass == "wizard") && (item.type == "weapon")) + 1}}
|
| {{((item.specialClass == "wizard") && (item.type == "weapon")) + 1}}
|
||||||
span.Pet_Currency_Gem1x.inline-gems
|
span.Pet_Currency_Gem1x.inline-gems
|
||||||
|
|
||||||
// menu.pets-menu(label=env.t('quests'))
|
menu.pets-menu(label=env.t('quests'))
|
||||||
div(ng-repeat='quest in ::getSeasonalShopQuests()')
|
div(ng-repeat='quest in ::getSeasonalShopQuests()')
|
||||||
button.customize-option(ng-class='(quest.previous && !user.achievements.quests[quest.previous]) ? "inventory_quest_scroll_locked inventory_quest_scroll_{{::quest.key}}_locked locked" : "inventory_quest_scroll inventory_quest_scroll_{{::quest.key}}"'
|
button.customize-option(ng-class='(quest.previous && !user.achievements.quests[quest.previous]) ? "inventory_quest_scroll_locked inventory_quest_scroll_{{::quest.key}}_locked locked" : "inventory_quest_scroll inventory_quest_scroll_{{::quest.key}}"'
|
||||||
data-popover-html="{{::quest.previous && !user.achievements.quests[quest.previous] ? env.t('scrollsPre') : questPopover(quest) | markdown}}",
|
data-popover-html="{{::quest.previous && !user.achievements.quests[quest.previous] ? env.t('scrollsPre') : questPopover(quest) | markdown}}",
|
||||||
|
|||||||
@@ -1,5 +1,44 @@
|
|||||||
h2 3/17/2016 - MAJOR iOS AND ANDROID APP UPDATES!
|
h2 3/18/2016 - SPRING FLING 2016 BEGINS!
|
||||||
hr
|
hr
|
||||||
|
tr
|
||||||
|
td
|
||||||
|
h3 The Floating City of Mistiflying
|
||||||
|
p As the Spring Fling celebrations begin, a sparkling cloud descends from the sky to reveal… the floating city of Mistiflying!
|
||||||
|
br
|
||||||
|
p Mistiflying is a flower-filled city that drifts in the clouds above Habitica, manufacturing custom rewards and raining them down on deserving Habiticans. It’s brimming with friendly, magical bees that work hard to keep the blossoms healthy and the city floating, and there’s a festive humming in the air. Looks like we’ll get a chance for plenty of parties this month! We’ve even received a visit from Mistiflying’s somewhat erratic ruler: the April Fool, a masterful rogue with a penchant for fun and an interest in illusions.
|
||||||
|
tr
|
||||||
|
td
|
||||||
|
h3 Spring Plot-Line Continues
|
||||||
|
.npc_aprilFool.pull-right
|
||||||
|
p The April Fool swishes his cape over his shoulders, striding through the mists into Habit City. “Lemoness! Redphoenix! SabreCat! My dearest and most delightful friends!” He sweeps out his arms in a striking pose, and several firework displays go off behind him. “Oho, look at your faces! It’s like you aren’t even happy to see me.”
|
||||||
|
br
|
||||||
|
p Lemoness does, in fact, seem less than thrilled. “It’s just… the last time you were here, I was kidnapped by a mutant flower uprising."
|
||||||
|
br
|
||||||
|
p “Really! Did I cause that?”
|
||||||
|
br
|
||||||
|
p Redphoenix smolders. “Two years ago, you turned me into an eggplant.”
|
||||||
|
br
|
||||||
|
p “An honest misunderstanding, I am sure. But it did only last a single day!”
|
||||||
|
The April Fool links his arm with SabreCat and gives the tracker a winning smile. “Which reminds me – Sabe, I can crash in your guest cottage again this month, right? No hard feelings about the Mammoth Ballet incident?”
|
||||||
|
br
|
||||||
|
p SabreCat lets out a strangled growl, and Lemoness hastily pulls the April Fool out of claw range.
|
||||||
|
br
|
||||||
|
p “You’re here for a whole month?” Redphoenix says. "What, did Lady Glaciate banish you from the Stoïkalm Steppes again?"
|
||||||
|
br
|
||||||
|
p The April Fool seems affronted at the suggestion. "Rumors, hearsay, and probably lies! Still, Habit City may temporarily be a more hospitable place to hover over. For entirely unrelated reasons, you understand."
|
||||||
|
br
|
||||||
|
p Lemoness rubs her temples.“Even so. It's not that we don’t... appreciate your yearly creativity, but we’re in the middle of the Spring Fling festivities. It’s a very busy time!!”
|
||||||
|
br
|
||||||
|
p He taps her affectionately on the nose. “Nothing to fear, my citrusy dear! Believe me, you won’t even notice I’m here.”
|
||||||
|
br
|
||||||
|
p Then he claps his hands, and a marching band starts up.
|
||||||
|
|
||||||
|
if menuItem !== 'oldNews'
|
||||||
|
hr
|
||||||
|
a(href='/static/old-news', target='_blank') Read older news
|
||||||
|
|
||||||
|
mixin oldNews
|
||||||
|
h2 3/17/2016 - MAJOR iOS AND ANDROID APP UPDATES!
|
||||||
tr
|
tr
|
||||||
td
|
td
|
||||||
h3 iOS App Updates: Task Reminders, Guilds, and More!
|
h3 iOS App Updates: Task Reminders, Guilds, and More!
|
||||||
@@ -24,12 +63,6 @@ h2 3/17/2016 - MAJOR iOS AND ANDROID APP UPDATES!
|
|||||||
td
|
td
|
||||||
h3 Want to Contribute?
|
h3 Want to Contribute?
|
||||||
p Habitica is an open-source project, which means that anyone can contribute! If you're interested in helping us improve the app while earning gems and special armor, check out our Github for <a href='https://github.com/HabitRPG/habitrpg-ios' target='_blank'>iOS</a> and <a href='https://github.com/HabitRPG/habitrpg-android' target='_blank'>Android</a>. We can't wait to see what you'll contribute!
|
p Habitica is an open-source project, which means that anyone can contribute! If you're interested in helping us improve the app while earning gems and special armor, check out our Github for <a href='https://github.com/HabitRPG/habitrpg-ios' target='_blank'>iOS</a> and <a href='https://github.com/HabitRPG/habitrpg-android' target='_blank'>Android</a>. We can't wait to see what you'll contribute!
|
||||||
|
|
||||||
if menuItem !== 'oldNews'
|
|
||||||
hr
|
|
||||||
a(href='/static/old-news', target='_blank') Read older news
|
|
||||||
|
|
||||||
mixin oldNews
|
|
||||||
h2 3/15/2016 - NEW PARTY ACHIEVEMENT BADGES AND SPRING MYSTERY PLOT CONTINUES!
|
h2 3/15/2016 - NEW PARTY ACHIEVEMENT BADGES AND SPRING MYSTERY PLOT CONTINUES!
|
||||||
tr
|
tr
|
||||||
td
|
td
|
||||||
|
|||||||
Reference in New Issue
Block a user