mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 15:31:16 +00:00
112 lines
6.4 KiB
Text
112 lines
6.4 KiB
Text
.row-fluid
|
|
.span4
|
|
.tavern-pane
|
|
table
|
|
tr
|
|
td
|
|
.NPC-Daniel
|
|
td
|
|
.popover.static-popover.fade.right.in
|
|
.arrow
|
|
h3.popover-title
|
|
a(target='_blank', href='http://www.kickstarter.com/profile/2014640723') Daniel
|
|
.popover-content
|
|
| 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
|
|
.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.
|
|
|
|
// Resources
|
|
.modal(style='position: relative;top: auto;left: auto;right: auto;margin: 0 auto 20px;z-index: 1;max-width: 100%;')
|
|
.modal-header
|
|
h3 Resources
|
|
.modal-body
|
|
table.table.table-striped
|
|
tr
|
|
td
|
|
a(target='_blank', href='http://community.habitrpg.com/forums/lfg') Looking for Group (Party Wanted) Posts
|
|
tr
|
|
td
|
|
a(target='_blank', href='http://www.youtube.com/watch?feature=player_embedded&v=cT5ghzZFfao') Tutorial
|
|
tr
|
|
td
|
|
a(target='_blank', href='http://community.habitrpg.com/faq-page') FAQ
|
|
tr
|
|
td
|
|
a(target='_blank', href='http://community.habitrpg.com/node/280') Report a Problem
|
|
tr
|
|
td
|
|
a(target='_blank', href='https://trello.com/board/habitrpg/50e5d3684fe3a7266b0036d6') Request a Feature
|
|
tr
|
|
td
|
|
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-header
|
|
h3 Player Tiers
|
|
.modal-body
|
|
small.
|
|
Click tier labels below for more information. <br />
|
|
<a href='http://habitrpg.wikia.com/wiki/Contributor_Rewards' target='_blank'>Learn more about contributor rewards</a> <br />
|
|
<a href='http://habitrpg.wikia.com/wiki/Contributing_to_HabitRPG' target='_blank'>Learn how to contribute to HabitRPG</a>
|
|
table.table.table-striped
|
|
tr
|
|
td
|
|
a.label.label-contributor-1(ng-click='toggleUserTier($event)') Friend (1-2)
|
|
div(style='display:none;')
|
|
p.
|
|
<span class='achievement achievement-firefox'></span> When your <strong>first</strong> 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 <strong>2 Gems</strong>.
|
|
hr
|
|
p.
|
|
<span class='shop_armor_7 shop-sprite item-img'></span> When your <strong>second</strong> submission is deployed, the <strong>Crystal Armor</strong> will be available for purchase in the Rewards shop after the Golden Armor. As a bounty for your continued work, you will also receive <strong>2 Gems</strong>.
|
|
tr
|
|
td
|
|
a.label.label-contributor-3(ng-click='toggleUserTier($event)') Elite (3-4)
|
|
div(style='display:none;')
|
|
p.
|
|
<span class='shop_head_7 shop-sprite item-img'></span> When your <strong>third</strong> submission is deployed, the <strong>Crystal Helmet</strong> will be available for purchase in the Rewards shop after the Golden Helmet. As a bounty for your great work, you will also receive <strong>2 Gems</strong>.
|
|
hr
|
|
p.
|
|
<span class='shop_weapon_8 shop-sprite item-img'></span> When your <strong>fourth</strong> submission is deployed, the <strong>Crystal Sword</strong> will be available for purchase in the Rewards shop after the Golden Sword. You will once again receive a bounty of <strong>2 Gems</strong>.
|
|
|
|
tr
|
|
td
|
|
a.label.label-contributor-5(ng-click='toggleUserTier($event)') Champion (5-6)
|
|
div(style='display:none;')
|
|
p.
|
|
<span class='shop_shield_7 shop-sprite item-img'></span> When your <em>fifth</em> submission is deployed, the <strong>Crystal Shield</strong> will be available for purchase in the Reward shop after the Golden Shield. You will also receive <strong>2 Gems</strong>.
|
|
hr
|
|
p.
|
|
<div class='Pet-Dragon-Hydra pull-left'></div> When your <em>sixth</em> submission is deployed, you will receive a <strong>Hydra Pet</strong>. You will also receive <strong>2 Gems</strong>.
|
|
tr
|
|
td
|
|
a.label.label-contributor-7(ng-click='toggleUserTier($event)') Legendary (7)
|
|
div(style='display:none;')
|
|
p.
|
|
When your <em>seventh</em> submission is deployed, you will receive <strong>2 Gems</strong> 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)') 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)') NPC
|
|
div(style='display:none;')
|
|
p NPCs backed HabitRPG's Kickstarter at the highest tier. You can find their avatars watching over site features!
|
|
|
|
include ./challenge-box
|
|
|
|
.span8(ng-controller='ChatCtrl')
|
|
h3 Tavern Talk
|
|
include ./chat-box
|
|
small
|
|
include ../../shared/formatting-help
|
|
alert.alert-info.
|
|
Note: if you're reporting a bug, the developers won't see it here. Please <a href='https://github.com/HabitRPG/habitrpg/issues' target='_blank'>use Github instead</a>.
|
|
ul.unstyled.tavern-chat
|
|
include ./chat-message
|