feat(content): Subscriber items 2017-07
This commit is contained in:
@@ -15,10 +15,10 @@ mixin generatedAvatar(options)
|
||||
else
|
||||
span(ng-class="profile.preferences.sleep ? 'skin_' + profile.preferences.skin + '_sleep' : 'skin_' + profile.preferences.skin")
|
||||
span(class='{{profile.preferences.size}}_shirt_{{profile.preferences.shirt}}')
|
||||
span.head_0
|
||||
+costumeSetting('armor', {prefix: "profile.preferences.size + '_' + "})
|
||||
+costumeSetting('back', {suffix: " + '_collar'"})
|
||||
+costumeSetting('body')
|
||||
span.head_0
|
||||
- var hairTypes = ['bangs', 'base', 'mustache', 'beard']
|
||||
each type in hairTypes
|
||||
span(class='hair_#{type}_{{profile.preferences.hair.#{type}}}_{{profile.preferences.hair.color}}')
|
||||
|
||||
@@ -9,8 +9,8 @@ script(type='text/ng-template', id='modals/chooseClass.html')
|
||||
figure.herobox(ng-class='{"selected-class": selectedClass=="warrior"}')
|
||||
.character-sprites
|
||||
span(class='skin_{{user.preferences.skin}}')
|
||||
span(class='{{user.preferences.size}}_armor_warrior_5')
|
||||
span(class='head_0')
|
||||
span(class='{{user.preferences.size}}_armor_warrior_5')
|
||||
span(class='hair_base_{{user.preferences.hair.base}}_{{user.preferences.hair.color}}')
|
||||
span(class='hair_bangs_{{user.preferences.hair.bangs}}_{{user.preferences.hair.color}}')
|
||||
span(class='hair_beard_{{user.preferences.hair.beard}}_{{user.preferences.hair.color}}')
|
||||
@@ -23,8 +23,8 @@ script(type='text/ng-template', id='modals/chooseClass.html')
|
||||
figure.herobox(ng-class='{"selected-class": selectedClass=="wizard"}')
|
||||
.character-sprites
|
||||
span(class='skin_{{user.preferences.skin}}')
|
||||
span(class='{{user.preferences.size}}_armor_wizard_5')
|
||||
span(class='head_0')
|
||||
span(class='{{user.preferences.size}}_armor_wizard_5')
|
||||
span(class='hair_base_{{user.preferences.hair.base}}_{{user.preferences.hair.color}}')
|
||||
span(class='hair_bangs_{{user.preferences.hair.bangs}}_{{user.preferences.hair.color}}')
|
||||
span(class='hair_beard_{{user.preferences.hair.beard}}_{{user.preferences.hair.color}}')
|
||||
@@ -37,8 +37,8 @@ script(type='text/ng-template', id='modals/chooseClass.html')
|
||||
figure.herobox(ng-class='{"selected-class": selectedClass=="rogue"}')
|
||||
.character-sprites
|
||||
span(class='skin_{{user.preferences.skin}}')
|
||||
span(class='{{user.preferences.size}}_armor_rogue_5')
|
||||
span(class='head_0')
|
||||
span(class='{{user.preferences.size}}_armor_rogue_5')
|
||||
span(class='hair_base_{{user.preferences.hair.base}}_{{user.preferences.hair.color}}')
|
||||
span(class='hair_bangs_{{user.preferences.hair.bangs}}_{{user.preferences.hair.color}}')
|
||||
span(class='hair_beard_{{user.preferences.hair.beard}}_{{user.preferences.hair.color}}')
|
||||
@@ -51,8 +51,8 @@ script(type='text/ng-template', id='modals/chooseClass.html')
|
||||
figure.herobox(ng-class='{"selected-class": selectedClass=="healer"}')
|
||||
.character-sprites
|
||||
span(class='skin_{{user.preferences.skin}}')
|
||||
span(class='{{user.preferences.size}}_armor_healer_5')
|
||||
span(class='head_0')
|
||||
span(class='{{user.preferences.size}}_armor_healer_5')
|
||||
span(class='hair_base_{{user.preferences.hair.base}}_{{user.preferences.hair.color}}')
|
||||
span(class='hair_bangs_{{user.preferences.hair.bangs}}_{{user.preferences.hair.color}}')
|
||||
span(class='hair_beard_{{user.preferences.hair.beard}}_{{user.preferences.hair.color}}')
|
||||
|
||||
@@ -1,35 +1,52 @@
|
||||
h2 7/18/2017 - SAN DIEGO COMIC CON, GOOD LUCK CARDS, APP BUG FIXES, AND WIKI WEDNESDAY
|
||||
h2 7/25/2017 - JULY SUBSCRIBER ITEMS AND USE CASE SPOTLIGHT
|
||||
hr
|
||||
tr
|
||||
td
|
||||
.promo_unconventional_armor.pull-right
|
||||
h3 Habiticans at Comic-Con!
|
||||
p Lemoness, Beffymaroo, and Redphoenix will be representing Habitica at <a href='https://www.comic-con.org/cci' target='_blank'>San Diego Comic Con</a> this year. If you'd like to meet them, along with other fellow Habiticans, join us at the Habitica SDCC Meetup! We'll be giving away Habitica stickers and promo codes for the Unconventional Armor set.
|
||||
.promo_mystery_201707.pull-right
|
||||
h3 July Subscriber Items Revealed!
|
||||
p The July Subscriber Items have been revealed: <a href='/#/options/settings/subscription'>the Jellymancer Item Set</a>! You only have six days to receive the item set when you subscribe. If you're already an active subscriber, reload the site and then head to Inventory > Market to claim your gear!
|
||||
br
|
||||
p You can find us on Saturday, July 22, at the San Diego Bayfront Hilton from 4:00-5:00 PM! Look for the purple Gryphon banner. Can't wait to meet you :)
|
||||
p Subscribers also receive the ability to buy gems for gold -- the longer you subscribe, the more gems you can buy per month! There are other perks as well, such as longer access to uncompressed data and a cute Jackalope pet. Best of all, subscriptions let us keep Habitica running. Thank you very much for your support -- it means a lot to us.
|
||||
p.small.muted by Lemoness
|
||||
tr
|
||||
td
|
||||
h3 New Card: Good Luck!
|
||||
.promo_good_luck.pull-left.slight-right-margin
|
||||
p A new greeting card is available in the <a href='/#/options/inventory/drops'>Market</a>: the Good Luck card! For 10 Gold, you can wish the very best of luck to a Party mate who has a big task or momentous occasion coming up. Do so, and you and the recipient will earn the Lucky Letter achievement!
|
||||
p.small.muted by OuttaMyMind and ChrisSpatzerl
|
||||
tr
|
||||
td
|
||||
.scene_task_list.pull-right
|
||||
h3 Bug Fixes for the Apps
|
||||
p We've recently updated our <a href='https://play.google.com/store/apps/details?id=com.habitrpg.android.habitica&hl=en' target='_blank'>Android</a> and <a href='https://itunes.apple.com/us/app/habitica/id994882113?ls=1&mt=8' target='_blank'>iOS</a> apps with performance improvements and bug fixes! Be sure you've downloaded the latest version of the apps for the best Habitica experience.
|
||||
p.small.muted by Viirus
|
||||
tr
|
||||
td
|
||||
h3 Blog Post: The Library of Tasks and Challenges
|
||||
p This month's <a href='https://habitica.wordpress.com/2017/07/19/the-library-of-tasks-and-challenges/' target='_blank'>featured Wiki article</a> is about the <a href='/#/options/groups/guilds/adcd6903-e3c6-4c27-a0e9-21f2e7515cd6'>Library of Tasks and Challenges Guild</a>! We hope that it will help you as continue to add to and adapt your Task list to fit your goals. Be sure to check it out, and let us know what you think by reaching out on <a href='https://twitter.com/habitica' target='_blank'>Twitter</a>, <a href='http://blog.habitrpg.com/' target='_blank'>Tumblr</a>, and <a href='https://www.facebook.com/Habitica' target='_blank'>Facebook</a>.
|
||||
p.small.muted by Beffymaroo and the Wiki Wizards
|
||||
.scene_pet_hatching.pull-left.slight-right-margin
|
||||
h3 New Use Case Spotlight Post: Pet Care!
|
||||
p This month's <a href='https://habitica.wordpress.com/2017/07/25/use-case-spotlight-pet-care/' target='_blank'>Use Case Spotlight</a> is about Pet Care! It features a number of great suggestions submitted by Habiticans in the <a href='/#/options/groups/guilds/1d3a10bf-60aa-4806-a38b-82d1084a59e6'>Use Case Spotlights Guild</a>. We hope it helps any of you who might be taking care of animal companions.
|
||||
br
|
||||
p Plus, we're collecting user submissions for the next spotlight! How do you use Habitica to Learn New Things? We’ll be featuring player-submitted examples in Use Case Spotlights on the Habitica Blog at the start of next month, so post your suggestions in the Use Case Spotlight Guild now. We look forward to learning more about how you use Habitica to improve your life and get things done!
|
||||
p.small.muted by Beffymaroo
|
||||
|
||||
if menuItem !== 'oldNews'
|
||||
hr
|
||||
a(href='/static/old-news', target='_blank') Read older news
|
||||
|
||||
mixin oldNews
|
||||
h2 7/18/2017 - SAN DIEGO COMIC CON, GOOD LUCK CARDS, APP BUG FIXES, AND WIKI WEDNESDAY
|
||||
tr
|
||||
td
|
||||
.promo_unconventional_armor.pull-right
|
||||
h3 Habiticans at Comic-Con!
|
||||
p Lemoness, Beffymaroo, and Redphoenix will be representing Habitica at <a href='https://www.comic-con.org/cci' target='_blank'>San Diego Comic Con</a> this year. If you'd like to meet them, along with other fellow Habiticans, join us at the Habitica SDCC Meetup! We'll be giving away Habitica stickers and promo codes for the Unconventional Armor set.
|
||||
br
|
||||
p You can find us on Saturday, July 22, at the San Diego Bayfront Hilton from 4:00-5:00 PM! Look for the purple Gryphon banner. Can't wait to meet you :)
|
||||
tr
|
||||
td
|
||||
h3 New Card: Good Luck!
|
||||
.promo_good_luck.pull-left.slight-right-margin
|
||||
p A new greeting card is available in the <a href='/#/options/inventory/drops'>Market</a>: the Good Luck card! For 10 Gold, you can wish the very best of luck to a Party mate who has a big task or momentous occasion coming up. Do so, and you and the recipient will earn the Lucky Letter achievement!
|
||||
p.small.muted by OuttaMyMind and ChrisSpatzerl
|
||||
tr
|
||||
td
|
||||
.scene_task_list.pull-right
|
||||
h3 Bug Fixes for the Apps
|
||||
p We've recently updated our <a href='https://play.google.com/store/apps/details?id=com.habitrpg.android.habitica&hl=en' target='_blank'>Android</a> and <a href='https://itunes.apple.com/us/app/habitica/id994882113?ls=1&mt=8' target='_blank'>iOS</a> apps with performance improvements and bug fixes! Be sure you've downloaded the latest version of the apps for the best Habitica experience.
|
||||
p.small.muted by Viirus
|
||||
tr
|
||||
td
|
||||
h3 Blog Post: The Library of Tasks and Challenges
|
||||
p This month's <a href='https://habitica.wordpress.com/2017/07/19/the-library-of-tasks-and-challenges/' target='_blank'>featured Wiki article</a> is about the <a href='/#/options/groups/guilds/adcd6903-e3c6-4c27-a0e9-21f2e7515cd6'>Library of Tasks and Challenges Guild</a>! We hope that it will help you as continue to add to and adapt your Task list to fit your goals. Be sure to check it out, and let us know what you think by reaching out on <a href='https://twitter.com/habitica' target='_blank'>Twitter</a>, <a href='http://blog.habitrpg.com/' target='_blank'>Tumblr</a>, and <a href='https://www.facebook.com/Habitica' target='_blank'>Facebook</a>.
|
||||
p.small.muted by Beffymaroo and the Wiki Wizards
|
||||
h2 7/13/2017 - BEHIND THE SCENES: KING MANTA
|
||||
tr
|
||||
td
|
||||
|
||||
Reference in New Issue
Block a user