Initial import
This commit is contained in:
30
templates/actor/actor-sheet.html
Normal file
30
templates/actor/actor-sheet.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<form class="{{cssClass}}" autocomplete="off">
|
||||
{{!-- Actor Header --}}
|
||||
{{> "systems/frostgrave/templates/actor/partials/actor-header.html"}}
|
||||
|
||||
{{!-- Actor Stats --}}
|
||||
{{> "systems/frostgrave/templates/actor/partials/actor-stats.html"}}
|
||||
|
||||
{{!-- Tab Navigation --}}
|
||||
{{> "systems/frostgrave/templates/actor/partials/actor-tab-navigation.html"}}
|
||||
|
||||
{{!-- Sheet Body --}}
|
||||
<section class="sheet-body">
|
||||
|
||||
{{!-- Notes Tab --}}
|
||||
{{> "systems/frostgrave/templates/actor/partials/actor-tab-notes.html"}}
|
||||
|
||||
{{!-- Experience Tab --}}
|
||||
{{> "systems/frostgrave/templates/actor/partials/actor-tab-experience.html"}}
|
||||
|
||||
{{!-- Homebase Tab --}}
|
||||
{{> "systems/frostgrave/templates/actor/partials/actor-tab-homebase.html"}}
|
||||
|
||||
{{!-- Items Tab --}}
|
||||
{{> "systems/frostgrave/templates/actor/partials/actor-tab-items.html"}}
|
||||
|
||||
{{!-- Spells Tab --}}
|
||||
{{> "systems/frostgrave/templates/actor/partials/actor-tab-spells.html"}}
|
||||
|
||||
</section>
|
||||
</form>
|
||||
Reference in New Issue
Block a user