mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 05:08:51 +00:00
feat(March): Eggy eggy cont'd
This commit is contained in:
parent
b24dbe9b86
commit
354872decb
6 changed files with 52 additions and 17 deletions
BIN
common/img/sprites/spritesmith/promo/promo_mystery_201503.png
Normal file
BIN
common/img/sprites/spritesmith/promo/promo_mystery_201503.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
8
migrations/20150325_egg_quest.js
Normal file
8
migrations/20150325_egg_quest.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/**
|
||||
* Created by Sabe on 3/25/2015.
|
||||
*/
|
||||
db.users.update(
|
||||
{},
|
||||
{$inc:{'items.quest.egg':1}},
|
||||
{multi:1}
|
||||
)
|
||||
|
|
@ -2,7 +2,7 @@ var _id = '';
|
|||
var update = {
|
||||
$push: {
|
||||
'purchased.plan.mysteryItems':{
|
||||
$each:['weapon_mystery_201502','headAccessory_mystery_201502']
|
||||
$each:['armor_mystery_201503','eyewear_mystery_201503']
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
|
|
@ -115,5 +115,10 @@ function($scope, $rootScope, User, $http, Notification, ApiUrl) {
|
|||
'party.quest.progress.up': User.user.party.quest.progress.up + 1000
|
||||
});
|
||||
}
|
||||
$scope.addCollectQuestProgress = function(){
|
||||
User.set({
|
||||
'party.quest.progress.collect': User.user.party.quest.progress.collect + 100
|
||||
});
|
||||
}
|
||||
}
|
||||
}])
|
||||
|
|
|
|||
|
|
@ -85,6 +85,7 @@ footer.footer(ng-controller='FooterCtrl')
|
|||
a.btn.btn-default(ng-click='addLevelsAndGold()') +Exp +GP +MP
|
||||
a.btn.btn-default(ng-click='addOneLevel()') +1 Level
|
||||
a.btn.btn-default(ng-click='addBossQuestProgressUp()') +1000 Boss Quest Progress Up
|
||||
a.btn.btn-default(ng-click='addCollectQuestProgress()') +100 Collect Quest Progress
|
||||
|
||||
div(ng-init='deferredScripts()')
|
||||
|
||||
|
|
|
|||
|
|
@ -1,32 +1,53 @@
|
|||
h5 3/20/2015 - SPRING FLING EVENT! LIMITED EDITION OUTFITS, SEASONAL SHOP OPENS, AND SPRING NPCS
|
||||
h5 3/25/2015 - MARCH SUBSCRIBER ITEM, FREE EGG HUNT QUEST, EGG MOUNTS, AND NEW MODERATOR!
|
||||
hr
|
||||
tr
|
||||
td
|
||||
h5 Spring Fling!
|
||||
p The Spring Fling is here! From today until April 30th, join Habitica in its sweet celebration.
|
||||
tr
|
||||
td
|
||||
.promo_springclasses2015.pull-right
|
||||
h5 Limited Edition Class Outfits
|
||||
p From now until April 30th, limited edition outfits are available in the Rewards column. Depending on your class, you can be a Beware Dog, Magician's Bunny, Sneaky Squeaker, or Comforting Kitty! You'd better get productive to earn enough gold before they disappear. Good luck!
|
||||
.promo_mystery_201503.pull-right
|
||||
h5 March Subscriber Item
|
||||
p The March Subscriber Item has been revealed: the Aquamarine Item Set! All March subscribers will receive the Aquamarine Eyewear and the Aquamarine Armor. You still have six days to <a href='https://habitrpg.com/#/options/settings/subscription' target='_blank'>subscribe</a> and receive the item set! Thank you so much for your support - we really do rely on you to keep HabitRPG free to use and running smoothly.
|
||||
p.small.muted by Lemoness
|
||||
tr
|
||||
td
|
||||
.promo_springclasses2014.pull-right
|
||||
h5 Seasonal Shop Opens
|
||||
p The <a href='https://habitrpg.com/#/options/inventory/seasonalshop' target='_blank'>Seasonal Shop</a> has opened! It's stocking springtime Seasonal Edition goodies at the moment, including last year's spring outfits. Everything there will be available to purchase during the Spring Fling event each year, but it's only open until April 30th, so be sure to stock up now, or you'll have to wait a year to buy these items again.
|
||||
p.small.muted by Lemoness
|
||||
.Pet-Egg-CottonCandyPink.pull-right
|
||||
h5 Egg Hunt Quest and Egg Mounts
|
||||
p In celebration of the season, everyone has received a free Egg Hunt collection quest scroll! You can find it in the <a href='https://habitrpg.com/#/options/inventory/drops' target='_blank'>Inventory</a>. Collect eggs by completing your tasks, and you'll be rewarded with some egg pets.
|
||||
br
|
||||
p Furthermore, the Egg Pets can now be fed... and grow into some glorious Egg Mounts!
|
||||
br
|
||||
p The <a href='https://habitrpg.com/#/options/inventory/seasonalshop' target='_blank'>Seasonal Sorceress</a> will also be stocking the Egg Quest scrolls until April 30th. Once they're gone, they won't return until next Spring, so get them while they're hot!
|
||||
p.small.muted by Beffymaroo and Megan
|
||||
tr
|
||||
td
|
||||
.seasonalshop_spring2015.pull-left
|
||||
h5 Spring NPCs
|
||||
p Looks like the NPCs are really getting in to the springtime fun around the site. Who wouldn't? After all, there's plenty more to come!
|
||||
p.small.muted by Lemoness and Shaner
|
||||
h5 New Moderator
|
||||
p Finally, we have a new moderator on the site: @Beffymaroo! Hooray! Be sure to say hello to her in the Tavern.
|
||||
|
||||
hr
|
||||
a(href='/static/old-news', target='_blank') Read older news
|
||||
|
||||
mixin oldNews
|
||||
h5 3/20/2015 - SPRING FLING EVENT! LIMITED EDITION OUTFITS, SEASONAL SHOP OPENS, AND SPRING NPCS
|
||||
tr
|
||||
td
|
||||
h5 Spring Fling!
|
||||
p The Spring Fling is here! From today until April 30th, join Habitica in its sweet celebration.
|
||||
tr
|
||||
td
|
||||
.promo_springclasses2015.pull-right
|
||||
h5 Limited Edition Class Outfits
|
||||
p From now until April 30th, limited edition outfits are available in the Rewards column. Depending on your class, you can be a Beware Dog, Magician's Bunny, Sneaky Squeaker, or Comforting Kitty! You'd better get productive to earn enough gold before they disappear. Good luck!
|
||||
p.small.muted by Lemoness
|
||||
tr
|
||||
td
|
||||
.promo_springclasses2014.pull-right
|
||||
h5 Seasonal Shop Opens
|
||||
p The <a href='https://habitrpg.com/#/options/inventory/seasonalshop' target='_blank'>Seasonal Shop</a> has opened! It's stocking springtime Seasonal Edition goodies at the moment, including last year's spring outfits. Everything there will be available to purchase during the Spring Fling event each year, but it's only open until April 30th, so be sure to stock up now, or you'll have to wait a year to buy these items again.
|
||||
p.small.muted by Lemoness
|
||||
tr
|
||||
td
|
||||
.seasonalshop_spring2015.pull-left
|
||||
h5 Spring NPCs
|
||||
p Looks like the NPCs are really getting in to the springtime fun around the site. Who wouldn't? After all, there's plenty more to come!
|
||||
p.small.muted by Lemoness and Shaner
|
||||
h5 3/17/2015 - BUNNY PET QUEST, EGG PURCHASING CHANGE, LAST DAY FOR SURVEY AND ACHIEVEMENT, AND UNEQUIP BUTTONS
|
||||
tr
|
||||
td
|
||||
|
|
|
|||
Loading…
Reference in a new issue