sheet terms
This commit is contained in:
@@ -13,31 +13,26 @@
|
||||
|
||||
<!-- SHEET NAVIGATION -->
|
||||
<nav class="sheet-navigation sheet-tabs tabs flex-group-end" data-group="primary">
|
||||
<a class="item" data-tab="character" title="{{localize "GODS.tab_character_label"}}">
|
||||
<a class="item" data-tab="character" title="{{localize "TOTEM.tab_character_label"}}">
|
||||
<i class="fas fa-address-card"></i>
|
||||
</a>
|
||||
|
||||
<a class="item" data-tab="instincts" title="{{localize "GODS.tab_instincts_label"}}">
|
||||
<a class="item" data-tab="instincts" title="{{localize "TOTEM.tab_instincts_label"}}">
|
||||
<i class="fas fa-star"></i>
|
||||
</a>
|
||||
|
||||
<a class="item" data-tab="gods" title="{{localize "GODS.tab_gods_label"}}">
|
||||
<i class="fas fa-wand-magic-sparkles"></i>
|
||||
</a>
|
||||
|
||||
<a class="item" data-tab="equipment" title="{{localize "GODS.tab_equipment_label"}}">
|
||||
<a class="item" data-tab="equipment" title="{{localize "TOTEM.tab_equipment_label"}}">
|
||||
<i class="fas fa-hammer"></i>
|
||||
</a>
|
||||
|
||||
<a class="item" data-tab="stories" title="{{localize "GODS.tab_stories_label"}}">
|
||||
<a class="item" data-tab="stories" title="{{localize "TOTEM.tab_stories_label"}}">
|
||||
<i class="fas fa-hand-paper"></i>
|
||||
</a>
|
||||
|
||||
<a class="item" data-tab="combat" title="{{localize "GODS.tab_combat_label"}}">
|
||||
<a class="item" data-tab="combat" title="{{localize "TOTEM.tab_combat_label"}}">
|
||||
<i class="fas fa-medal"></i>
|
||||
</a>
|
||||
|
||||
<a class="manage-tabs" data-action="manage-tabs" title="{{localize "GODS.tab_options"}}">
|
||||
<a class="manage-tabs" data-action="manage-tabs" title="{{localize "TOTEM.tab_options"}}">
|
||||
<i class="fas fa-fw fa-ellipsis-v"></i>
|
||||
</a>
|
||||
</nav>
|
||||
@@ -49,16 +44,10 @@
|
||||
<!-- Character -->
|
||||
{{> "systems/totem/templates/actor/parts/character-features.hbs"}}
|
||||
</div>
|
||||
<div class="tab instincts" data-group="primary" data-tab="instincts">
|
||||
<h3>Instincts</h3>
|
||||
<div class="tab instincts" data-group="primary" data-tab="totem">
|
||||
<h3>Totem</h3>
|
||||
<!-- Rituals -->
|
||||
{{> "systems/totem/templates/actor/parts/actor-instincts.hbs"}}
|
||||
</div>
|
||||
<div class="tab gods" data-group="primary" data-tab="gods">
|
||||
<h3>Dieux</h3>
|
||||
<!-- Rituals -->
|
||||
{{> "systems/totem/templates/actor/parts/actor-spells.html"}}
|
||||
|
||||
{{> "systems/totem/templates/actor/parts/actor-totem.hbs"}}
|
||||
</div>
|
||||
<div class="tab equipment" data-group="primary" data-tab="equipment">
|
||||
<h3>Equipement</h3>
|
||||
|
||||
Reference in New Issue
Block a user