2013-10-28 05:27:07 +00:00
.row-fluid
2013-08-30 00:18:39 +00:00
.span4
.tavern-pane
table
tr
td
2013-12-04 23:52:06 +00:00
.npc_daniel
2013-08-30 00:18:39 +00:00
td
.popover.static-popover.fade.right.in
.arrow
2013-09-03 01:44:00 +00:00
h3.popover-title
2014-01-22 23:04:17 +00:00
a(target='_blank', href='http://www.kickstarter.com/profile/2014640723')=env.t('daniel')
2013-09-03 01:44:00 +00:00
.popover-content
2014-01-22 23:04:17 +00:00
=env.t('danielText')
2013-08-30 00:18:39 +00:00
div
2013-12-15 04:58:53 +00:00
button.btn.btn-large.btn-success(ng-class='{active: user.preferences.sleep}', ng-click='User.user.ops.sleep({})')
2014-01-22 23:04:17 +00:00
span(ng-show='user.preferences.sleep')=env.t('innCheckOut')
span(ng-hide='user.preferences.sleep')=env.t('innCheckIn')
2013-12-15 04:58:53 +00:00
.alert.alert-info(ng-show='user.preferences.sleep')
2014-01-22 23:04:17 +00:00
=env.t('innText')
2013-11-08 01:24:49 +00:00
// Resources
2013-09-09 22:04:42 +00:00
.modal(style='position: relative;top: auto;left: auto;right: auto;margin: 0 auto 20px;z-index: 1;max-width: 100%;')
.modal-header
2014-01-22 23:04:17 +00:00
h3=env.t('ressources')
2013-09-09 22:04:42 +00:00
.modal-body
2013-11-08 01:24:49 +00:00
table.table.table-striped
tr
td
2014-01-22 23:04:17 +00:00
a(target='_blank', href='http://habitrpg.wikia.com/wiki/Board:Looking_for_a_Group_(LFG)')=env.t('lfgPosts')
2013-11-08 01:24:49 +00:00
tr
td
2014-01-22 23:04:17 +00:00
a(target='_blank', href='https://vimeo.com/57654086')=env.t('tutorial')
2013-11-08 01:24:49 +00:00
tr
td
2014-01-22 23:04:17 +00:00
a(target='_blank', href='http://habitrpg.wikia.com/wiki/FAQ')=env.t('FAQ')
2013-12-21 21:57:02 +00:00
tr
td
2014-01-22 23:04:17 +00:00
a(target='_blank', href='http://habitrpg.wikia.com/wiki/Glossary')=env.t('glossary')
2013-11-08 01:24:49 +00:00
tr
td
2014-01-22 23:04:17 +00:00
a(target='_blank', href='https://github.com/HabitRPG/habitrpg/issues')=env.t('reportAP')
2013-11-08 01:24:49 +00:00
tr
td
2014-01-22 23:04:17 +00:00
a(target='_blank', href='https://trello.com/c/8gzGlle8')=env.t('requestAF')
2013-11-08 01:24:49 +00:00
tr
td
2014-01-22 23:04:17 +00:00
a(target='_blank', href='http://habitrpg.wikia.com/wiki/Special:Forum')=env.t('community')
2013-09-09 22:28:46 +00:00
2013-11-08 01:24:49 +00:00
// Player Tiers
2014-01-22 23:04:17 +00:00
.modal(style='position: relative;top: auto;left: auto;right: auto;margin: 0 auto 20px;z-index: 1;max-width: 100%;', popover=env.t('tierPop'), popover-trigger="mouseenter", popover-placement="right")
2013-11-08 01:24:49 +00:00
.modal-header
2014-01-22 23:04:17 +00:00
h3=env.t('playerTiers')
2013-11-08 01:24:49 +00:00
.modal-body
2013-11-09 03:20:19 +00:00
small.
2014-01-22 23:04:17 +00:00
<a href='/#/options/groups/hall'>=env.t('visitHeroes')</a> <br />
<a href='http://habitrpg.wikia.com/wiki/Contributor_Rewards' target='_blank'>=env.t('conLearn')</a> <br />
<a href='http://habitrpg.wikia.com/wiki/Contributing_to_HabitRPG' target='_blank'>=env.t('conLearnHow')</a>
2013-11-08 01:24:49 +00:00
table.table.table-striped
tr
td
2014-01-22 23:04:17 +00:00
a.label.label-contributor-1(ng-click='toggleUserTier($event)')=env.t('friend1')
2013-11-08 01:24:49 +00:00
div(style='display:none;')
p.
2014-01-22 23:04:17 +00:00
<span class='achievement achievement-firefox'></span> =env.t('friendtext1') + '<strong>' + =env.t('friend1text1') + '</strong> =env.t('friends1text2') + '<strong>' + =env.t('2gems') + '</strong>'.
2013-11-08 01:24:49 +00:00
hr
p.
2014-01-08 04:56:18 +00:00
<span class='shop_armor_special_1 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. As a bounty for your continued work, you will also receive <strong>2 Gems</strong>.
2013-11-08 01:24:49 +00:00
tr
td
2014-01-09 00:49:53 +00:00
a.label.label-contributor-3(ng-click='toggleUserTier($event)') Elite (3-4)
2013-11-08 01:24:49 +00:00
div(style='display:none;')
p.
2014-01-08 04:56:18 +00:00
<span class='shop_head_special_1 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. As a bounty for your great work, you will also receive <strong>2 Gems</strong>.
2013-11-08 01:24:49 +00:00
hr
p.
2014-01-08 04:56:18 +00:00
<span class='shop_weapon_special_1 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. You will once again receive a bounty of <strong>2 Gems</strong>.
2013-11-08 01:24:49 +00:00
tr
td
2014-01-09 00:49:53 +00:00
a.label.label-contributor-5(ng-click='toggleUserTier($event)') Champion (5-6)
2013-11-08 01:24:49 +00:00
div(style='display:none;')
p.
2014-01-08 04:56:18 +00:00
<span class='shop_shield_special_1 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 Rewards shop. You will also receive <strong>2 Gems</strong>.
2013-11-08 01:24:49 +00:00
hr
p.
2013-11-24 15:50:21 +00:00
<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>.
2013-11-08 01:24:49 +00:00
tr
td
2014-01-09 00:49:53 +00:00
a.label.label-contributor-7(ng-click='toggleUserTier($event)') Legendary (7)
2013-11-08 01:24:49 +00:00
div(style='display:none;')
p.
2013-11-24 15:50:21 +00:00
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.
2013-11-08 01:24:49 +00:00
tr
td
2014-01-09 00:49:53 +00:00
a.label.label-contributor-8(ng-click='toggleUserTier($event)') Heroic
2013-11-08 01:24:49 +00:00
div(style='display:none;')
2013-11-15 01:42:03 +00:00
p The Heroic level contains HabitRPG staff and staff-level contributors. If you have this title, you were appointed to it (or hired!).
2013-11-08 01:24:49 +00:00
tr
td
2014-01-09 00:49:53 +00:00
a.label.label-npc(ng-click='toggleUserTier($event)') NPC
2013-11-08 01:24:49 +00:00
div(style='display:none;')
2013-11-15 01:42:03 +00:00
p NPCs backed HabitRPG's Kickstarter at the highest tier. You can find their avatars watching over site features!
2013-11-08 01:24:49 +00:00
2013-11-03 01:01:29 +00:00
include ./challenge-box
2013-09-07 01:03:44 +00:00
.span8(ng-controller='ChatCtrl')
2014-01-22 23:04:17 +00:00
h3=env.t('taverntalk')
2013-11-30 18:21:32 +00:00
include ./chat-box
2013-11-30 20:07:23 +00:00
small(style='position: relative; top: -20px; left: 25px;')
include ../../shared/formatting-help
small(style='position: relative; top: 18px; left: 0px')
2013-11-30 18:21:32 +00:00
alert.alert-info.
2014-01-22 23:04:17 +00:00
=env.t('tavernalert1')+ '<a href='https://github.com/HabitRPG/habitrpg/issues' target='_blank'>' =env.t('tavernalert2') + '</a>'.
2013-08-30 00:18:39 +00:00
ul.unstyled.tavern-chat
include ./chat-message