Skip to content

Commit

Permalink
feat(mystery): bailey + migration for march mystery items
Browse files Browse the repository at this point in the history
  • Loading branch information
lefnire committed Mar 25, 2014
1 parent d807719 commit 92c8dbb
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 26 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
db.users.update(
{'purchased.plan.customerId':{$ne:null}},
// {_id:'9'},
{$push: {'purchased.plan.mysteryItems':{$each:['armor_mystery_201402','head_mystery_201402','back_mystery_201402']}}},
{$push: {'purchased.plan.mysteryItems':{$each:['armor_mystery_201403','headAccessory_mystery_201403']}}},
{multi:true}
)
Binary file added public/marketing/promos/201403_Forest_Walker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 39 additions & 24 deletions views/shared/modals/new-stuff.jade
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,48 @@ script(type='text/ng-template', id='modals/newStuff.html')
table.table.table-striped
tr
td
h5 Spring Fling Event
p Spring has come to Habitica, and flowers have sprouted everywhere: in the Stables, in the Marketplace... and even in your character customization pages!
h5 March Mystery Item Set
img.pull-right(src='/marketing/promos/201403_Forest_Walker.png')
p The March Mystery Item Set has been revealed for all subscribers... The Forest Walker Set! All people who are subscribed this February will receive two items: <strong>Forest Walker Armor</strong> and <strong>Forest Walker Antlers</strong>!
br
p The antlers are a head accessory, so they can be worn with any helmet.
br
p You still have five more days to subscribe and get the item set. Thank you all for supporting us! We love you <3
tr
td
h5 Head Accessories
p That's right - we've introduced Head Accessories! Your avatar can now bedeck their helms with colorful flowers. And that's not the only place to get head accessories….
tr
td
h5 Limited Edition Class Outfits
p The Spring 2014 Limited Edition Class Outfits have been released!
p From now until April 30th, you will be able to use your gold to buy your current class' armor set from the Rewards store! You can be a Stealthy Kitty, a Mighty Bunny, a Magic Mouse, or a Loving Pup. If you switch classes (system unlocked at level 10), you will gain access to your new classes' armor set. Make sure to collect yours first, though!
p What are you waiting for? Go be productive and earn some gold!
tr
td
h5 New Un-Equip Mechanic
p Now to un-equip your gear, click the same item that you have currently equipped. We removed the "Base Equipment" tier for consistency with how un-equipping pets & mounts is handled, and to easily support adding new gear types.
tr
td
h5 Pet Quest: The Ghost Stag
p The meadows of Habitica are bursting with flowers, sunshine, and.... ominous mist? Looks like a ghost stag is keeping winter alive! Defeat him, and maybe you'll get an egg or three....
tr
td
h5 And More To Come...
p This is only the beginning of all the treats that we've got in store for you. Stay tuned - and happy Spring Fling!

small.muted 03/22/2014
h5 PayPal Subscriptions
p We've added PayPal as a payment method for subscriptions. We still recommend the <strong>Card</strong> method, as <a href='https://stripe.com/' target='_blank'>Stripe</a> (the processor we use) has a more stable API and better account management tools. However, we realize not everyone owns a credit/debit card, so there's PayPal for ya!
small.muted 03/25/2014

hr
h5 03/22/2014
table.table.table-striped
tr
td
h5 Spring Fling Event
p Spring has come to Habitica, and flowers have sprouted everywhere: in the Stables, in the Marketplace... and even in your character customization pages!
tr
td
h5 Head Accessories
p That's right - we've introduced Head Accessories! Your avatar can now bedeck their helms with colorful flowers. And that's not the only place to get head accessories….
tr
td
h5 Limited Edition Class Outfits
p The Spring 2014 Limited Edition Class Outfits have been released!
p From now until April 30th, you will be able to use your gold to buy your current class' armor set from the Rewards store! You can be a Stealthy Kitty, a Mighty Bunny, a Magic Mouse, or a Loving Pup. If you switch classes (system unlocked at level 10), you will gain access to your new classes' armor set. Make sure to collect yours first, though!
p What are you waiting for? Go be productive and earn some gold!
tr
td
h5 New Un-Equip Mechanic
p Now to un-equip your gear, click the same item that you have currently equipped. We removed the "Base Equipment" tier for consistency with how un-equipping pets & mounts is handled, and to easily support adding new gear types.
tr
td
h5 Pet Quest: The Ghost Stag
p The meadows of Habitica are bursting with flowers, sunshine, and.... ominous mist? Looks like a ghost stag is keeping winter alive! Defeat him, and maybe you'll get an egg or three....
tr
td
h5 And More To Come...
p This is only the beginning of all the treats that we've got in store for you. Stay tuned - and happy Spring Fling!

hr
h5 03/18/2014
Expand Down

0 comments on commit 92c8dbb

Please sign in to comment.