diff --git a/views/options/social/tavern.jade b/views/options/social/tavern.jade index 5c31447ccb..8a6ea310d9 100644 --- a/views/options/social/tavern.jade +++ b/views/options/social/tavern.jade @@ -48,7 +48,7 @@ a(target='_blank', href='http://community.habitrpg.com/forum') Community Forum // Player Tiers - .modal(style='position: relative;top: auto;left: auto;right: auto;margin: 0 auto 20px;z-index: 1;max-width: 100%;') + .modal(style='position: relative;top: auto;left: auto;right: auto;margin: 0 auto 20px;z-index: 1;max-width: 100%;', popover="Click tier labels for details.", popover-trigger="mouseenter", popover-placement="right") .modal-header h3 Player Tiers .modal-body @@ -59,7 +59,7 @@ table.table.table-striped tr td - a.label.label-contributor-1(ng-click='toggleUserTier($event)', tooltip='Click for details') Friend (1-2) + 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. As a bounty for your work, you will also receive 2 Gems. @@ -68,7 +68,7 @@ When your second submission is deployed, the Crystal Armor will be available for purchase in the Rewards shop. As a bounty for your continued work, you will also receive 2 Gems. tr td - a.label.label-contributor-3(ng-click='toggleUserTier($event)', tooltip='Click for details') Elite (3-4) + a.label.label-contributor-3(ng-click='toggleUserTier($event)') Elite (3-4) div(style='display:none;') p. When your third submission is deployed, the Crystal Helmet will be available for purchase in the Rewards shop. As a bounty for your great work, you will also receive 2 Gems. @@ -78,7 +78,7 @@ tr td - a.label.label-contributor-5(ng-click='toggleUserTier($event)', tooltip='Click for details') Champion (5-6) + a.label.label-contributor-5(ng-click='toggleUserTier($event)') Champion (5-6) div(style='display:none;') p. When your fifth submission is deployed, the Crystal Shield will be available for purchase in the Rewards shop. You will also receive 2 Gems. @@ -87,18 +87,18 @@
When your sixth submission is deployed, you will receive a Hydra Pet. You will also receive 2 Gems. tr td - a.label.label-contributor-7(ng-click='toggleUserTier($event)', tooltip='Click for details') Legendary (7) + a.label.label-contributor-7(ng-click='toggleUserTier($event)') Legendary (7) div(style='display:none;') p. 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! Further contributions do not increase your level, but you may continue to earn Gem bounties and titles. tr td - a.label.label-contributor-8(ng-click='toggleUserTier($event)', tooltip='Click for details') Heroic + a.label.label-contributor-8(ng-click='toggleUserTier($event)') Heroic div(style='display:none;') 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)', tooltip='Click for details') NPC + a.label.label-npc(ng-click='toggleUserTier($event)') NPC div(style='display:none;') p NPCs backed HabitRPG's Kickstarter at the highest tier. You can find their avatars watching over site features!