From ee1768b7e2c0bcee9eff1a45be1e3543fac0687b Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Thu, 14 Nov 2013 19:42:03 -0600 Subject: [PATCH] One does not simply *pull request* into Heroism. Improved descriptions of reward tiers in the Tavern chat sidebar. Also a handful of miscellaneous English syntax tweaks. --- views/options/social/tavern.jade | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/views/options/social/tavern.jade b/views/options/social/tavern.jade index 7dd6754c26..838aac4143 100644 --- a/views/options/social/tavern.jade +++ b/views/options/social/tavern.jade @@ -11,11 +11,11 @@ h3.popover-title a(target='_blank', href='http://www.kickstarter.com/profile/2014640723') Daniel .popover-content - | Welcome to the Tavern! If you want to rest a while (going on vacation? sudden illness?), I'll set you up at the inn - dailies won't hurt you while you're resting. Stay a while & meet the locals. + | Welcome to the Tavern! Stay a while and meet the locals. If you need to rest (going on vacation? sudden illness?), I'll set you up at the inn - Dailies won't hurt you while you're resting. div button.btn.btn-large.btn-success(ng-class='{active: user.flags.rest}', ng-click='rest()') span(ng-show='user.flags.rest') Check Out of Inn - span(ng-hide='user.flags.rest') Rest In The Inn + span(ng-hide='user.flags.rest') Rest in the Inn .alert.alert-info(ng-show='user.flags.rest') | Whilst resting, your dailies are saved and aren't affected by day turn-over. Whether you check out tomorrow or in a week's time, you'll continue in the same state as when you checked in. @@ -57,19 +57,19 @@ a.label.label-contributor-1(ng-click='toggleUserTier($event)') Friend (1-2) div(style='display:none;') p. - When your first submission is deployed, you will receive the HabitRPG Contributor's badge. Your name in tavern chat will proudly display that you are a contributor. + When your first submission is deployed, you will receive the HabitRPG Contributor's badge. Your name in Tavern chat will proudly display that you are a contributor. hr p. - When your second submission is deployed, you will receive the Crystal Armor. As a bounty for your great work, you will also receive 2 Gems. + When your second submission is deployed, the Crystal Armor will be available for purchase in the Rewards shop after Golden Armor. As a bounty for your great work, you will also receive 2 Gems. tr td a.label.label-contributor-3(ng-click='toggleUserTier($event)') Elite (3-4) div(style='display:none;') p. - When your third submission is deployed, you will receive the Crystal Helmet. As a bounty for your great work, you will also receive 2 Gems. + When your third submission is deployed, the Crystal Helmet will be available for purchase in the Rewards shop after the Golden Helmet. As a bounty for your great work, you will also receive 2 Gems. hr p. - When your fourth submission is deployed, you will receive the Crystal Sword. As a bounty for your great work, you will also receive 2 Gems. + When your fourth submission is deployed, the Crystal Sword will be available for purchase in the Rewards shop after the Golden Sword. As a bounty for your great work, you will also receive 2 Gems. tr td @@ -88,14 +88,14 @@ When your seventh submission is deployed, you will receive 2 Gems and become a member of the honored Contributor's Guild and be privy to the behind-the-scenes details of HabitRPG! tr td - a.label.label-contributor-8(ng-click='toggleUserTier($event)') Heroic (8) + a.label.label-contributor-8(ng-click='toggleUserTier($event)') Heroic div(style='display:none;') - p This is HabitRPG staff or Staff-level Contributors + p The Heroic level contains HabitRPG staff and staff-level contributors. If you have this title, you were appointed to it (or hired!). tr td a.label.label-npc(ng-click='toggleUserTier($event)') NPC div(style='display:none;') - p Was a backer at the highest Kickstarter tier. + p NPCs backed HabitRPG's Kickstarter at the highest tier. You can find their avatars watching over site features! include ./challenge-box