debut group sheet
This commit is contained in:
@@ -2,13 +2,21 @@
|
||||
|
||||
{{!-- Sheet Header --}}
|
||||
{{> "systems/vermine2047/templates/actor/group/group-header.hbs"}}
|
||||
|
||||
|
||||
{{!-- Sheet Tab Navigation --}}
|
||||
<nav class="sheet-tabs tabs" data-group="primary">
|
||||
<nav class="sheet-tabs tabs sheet-navigation" data-group="primary">
|
||||
{{!-- Default tab is specified in actor-sheet.mjs --}}
|
||||
<a class="item" data-tab="description">{{localize 'VERMINE.information' }}</a>
|
||||
<a class="item" data-tab="gear">{{localize 'VERMINE.gear' }}</a>
|
||||
<a class="item" data-tab="totem">{{localize 'VERMINE.road' }}</a>
|
||||
<a class="item" data-tab="description">
|
||||
<i data-tooltip="{{localize 'VERMINE.information' }}"
|
||||
class="fas fa-star"></i>
|
||||
</a>
|
||||
|
||||
<a class="item" data-tab="gear">
|
||||
<i data-tooltip="{{localize 'VERMINE.gear' }}" class="fas fa-gear"></i>
|
||||
</a>
|
||||
<a class="item" data-tab="totem">
|
||||
<i data-tooltip="{{localize 'VERMINE.road' }}" class="fas fa-map"></i>
|
||||
</a>
|
||||
</nav>
|
||||
|
||||
{{!-- Sheet Body --}}
|
||||
@@ -22,8 +30,8 @@
|
||||
|
||||
{{!-- Owned Items Tab --}}
|
||||
<div class="tab items" data-group="primary" data-tab="gear">
|
||||
<h3>{{ localize 'VERMINE.gear'}}</h3>
|
||||
{{> "systems/vermine2047/templates/actor/group/group-items.hbs"}}
|
||||
<h3>{{ localize 'VERMINE.gear'}}</h3>
|
||||
{{> "systems/vermine2047/templates/actor/group/group-items.hbs"}}
|
||||
</div>
|
||||
|
||||
{{!-- Road Tab --}}
|
||||
@@ -34,4 +42,3 @@
|
||||
|
||||
</section>
|
||||
</form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user