mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-25 07:05:51 +00:00
feat(mystery): bailey + migration for march mystery items
This commit is contained in:
parent
d807719565
commit
92c8dbba3e
3 changed files with 40 additions and 26 deletions
|
|
@ -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}
|
||||
)
|
||||
BIN
public/marketing/promos/201403_Forest_Walker.png
Normal file
BIN
public/marketing/promos/201403_Forest_Walker.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.6 KiB |
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue