feat(event): Habit Birthday 2016

Also adds AWS Elastic Beanstalk local config file to .gitignore.
This commit is contained in:
Sabe Jones
2016-01-28 17:16:01 -05:00
parent d7782584db
commit 91c6ce27c5
32 changed files with 1740 additions and 1520 deletions
+45 -8
View File
@@ -1,22 +1,59 @@
h2 1/26/2016 - JANUARY SUBSCRIBER ITEM AND AVATAR CUSTOMIZATION IN THE ANDROID APP
h2 1/29/2016 - HABITICA BIRTHDAY BASH: CAKE, ACHIEVEMENTS, BIRTHDAY CARDS, AND PARTY ROBES! PLUS, LAST CHANCE FOR JANUARY AND WINTER WONDERLAND ITEMS
hr
tr
td
.promo_mystery_201601.pull-right
h3 January Subscriber Item
p The January Subscriber Item has been revealed: the Champion of Resolution Item Set! All January subscribers will receive the Resolution Slayer and the Helm of True Resolve. You still have five days to <a href='/#/options/settings/subscription'>subscribe</a> and receive the item set! Thank you so much for your support - we really do rely on you to keep Habitica free to use and running smoothly.
p.small.muted by Lemoness
.npc_matt.pull-right
h3 Habitica Birthday Bash
p January 31st is Habitica's Birthday, and this year we have something extra-special to enjoy: Habitica has hit over one million users! Thank you so much for being here with us - it means a lot.
br
p Now come join us and the NPCs as we celebrate!
tr
td
h3 Android App Update: Avatar Customization
p We've released an <a href='https://play.google.com/store/apps/details?id=com.habitrpg.android.habitica&hl=en' target='_blank'>update to the Android app</a> including... AVATAR CUSTOMIZATION! Now you can edit your avatar on the go. We've also crushed a bunch of bugs and crashes, so be sure to download it now.
p.small.muted by Viirus
.Pet_Food_Cake_Base.pull-left.slight-right-margin
h3 Cake for Everybody!
p In honor of the festivities, everyone has been awarded an assortment of cake to feed to your pets! Yum, yum. Plus, for the next two days <a href='/#/options/inventory/drops'>Alexander the Merchant</a> is now selling cake in his shop, and cake will sometimes drop when you complete your tasks. Cake works just like normal pet food, but if you want to know what type of pet likes each slice, <a href='http://habitica.wikia.com/wiki/Food' target='_blank'>the wiki has spoilers</a>.
tr
td
.shop_armor_special_birthday2016.pull-left.slight-right-margin
h3 Party Robes
p Until February 1st only, there are Party Robes available for free in the <a href='/#/tasks'>Rewards column</a>! Don them with pride.
tr
td
.achievement-habitBirthday2x.pull-right
h3 Birthday Bash Achievement
p In honor of Habitica's birthday, everyone has been awarded the Habitica Birthday Bash achievement! This achievement stacks for each Birthday Bash you celebrate with us.
tr
td
.inventory_special_birthday.pull-right
h3 Birthday Cards
p You can now send <a href='/#/options/inventory/drops'>Birthday Cards</a> to your party mates! If you do so, you'll both get the Birthday Bonanza badge. These birthday cards will be available year-round for 10 Gold each.
tr
td
.promo_mystery_201601.pull-right
h3 Last Chance for January Item Set
p Reminder: this is the final day to <a href='/#/options/settings/subscription'>subscribe</a> and receive the Champion of Resolution Item Set! If you want the Resolution Slayer or the Helm of True Resolve, now's the time! Thanks so much for your support <3
tr
td
h3 Last Chance for Winter Wonderland Outfits & Hair Colors
p On February 1st, everything will be back to normal in Habitica, so if you still have any remaining Winter Wonderland Items that you want to buy, you'd better do it now! The <a href='/#/options/inventory/seasonalshop'>Seasonal Edition items</a> and <a href='/#/options/profile/avatar'>Hair Colors</a> won't be back until next December, and if the Limited Edition items return they will have increased prices or changed art, so strike while the iron is hot!
if menuItem !== 'oldNews'
hr
a(href='/static/old-news', target='_blank') Read older news
mixin oldNews
h2 1/26/2016 - JANUARY SUBSCRIBER ITEM AND AVATAR CUSTOMIZATION IN THE ANDROID APP
tr
td
.promo_mystery_201601.pull-right
h3 January Subscriber Item
p The January Subscriber Item has been revealed: the Champion of Resolution Item Set! All January subscribers will receive the Resolution Slayer and the Helm of True Resolve. You still have five days to <a href='/#/options/settings/subscription'>subscribe</a> and receive the item set! Thank you so much for your support - we really do rely on you to keep Habitica free to use and running smoothly.
p.small.muted by Lemoness
tr
td
h3 Android App Update: Avatar Customization
p We've released an <a href='https://play.google.com/store/apps/details?id=com.habitrpg.android.habitica&hl=en' target='_blank'>update to the Android app</a> including... AVATAR CUSTOMIZATION! Now you can edit your avatar on the go. We've also crushed a bunch of bugs and crashes, so be sure to download it now.
p.small.muted by Viirus
h2 1/20/2016 - NEW STAFF MEMBER, NEW YEAR'S RESOLUTION BLOG POSTS, AND RESOLUTION CHALLENGE
tr
td
@@ -238,7 +238,7 @@ div(ng-if='::profile.achievements.costumeContests')
!=env.t('costumeContestTextPlural', {number: "{{::profile.achievements.costumeContests}}"})
hr
each card in ['greeting', 'thankyou', 'nye', 'valentine']
each card in ['greeting', 'thankyou', 'nye', 'valentine', 'birthday']
div(ng-if='::profile.achievements.#{card}')
div(class='achievement achievement-#{card}')
h5=env.t(card + 'CardAchievementTitle')