Initial rework
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
<div class="resources grid">
|
||||
<div class="resource flex-group-center">
|
||||
<label for="system.trope" class="resource-label">Trope</label>
|
||||
<label for="system.trope" class="resource-label">Class</label>
|
||||
<div class="resource-content flexrow flex-center flex-between">
|
||||
<input type="text" name="system.trope" value="{{system.trope}}" data-dtype="String"/>
|
||||
</div>
|
||||
@@ -20,9 +20,9 @@
|
||||
<nav class="sheet-tabs tabs" data-group="primary">
|
||||
{{!-- Default tab is specified in actor-sheet.mjs --}}
|
||||
<a class="item" data-tab="features">Features</a>
|
||||
<a class="item" data-tab="schoolbag">School Bag</a>
|
||||
<a class="item" data-tab="strengths">Strengths</a>
|
||||
<a class="item" data-tab="trope">Trope Questions</a>
|
||||
<a class="item" data-tab="schoolbag">Inventory</a>
|
||||
<a class="item" data-tab="strengths">Abilities</a>
|
||||
<!-- <a class="item" data-tab="trope">Trope Questions</a> -->
|
||||
</nav>
|
||||
|
||||
{{!-- Sheet Body --}}
|
||||
@@ -32,12 +32,12 @@
|
||||
<div class="tab features" data-group="primary" data-tab="features">
|
||||
<section class="grid grid-3col">
|
||||
<section class="main grid-span-2">
|
||||
{{> "systems/kidsonbrooms/templates/actor/parts/actor-features.html"}}
|
||||
{{> "systems/kidsonbrooms/templates/actor/parts/actor-adversity.html"}}
|
||||
{{> "systems/fvtt-never-stop-blowing-up/templates/actor/parts/actor-features.html"}}
|
||||
{{> "systems/fvtt-never-stop-blowing-up/templates/actor/parts/actor-adversity.html"}}
|
||||
</section>
|
||||
|
||||
<aside class="sidebar">
|
||||
{{> "systems/kidsonbrooms/templates/actor/parts/actor-stats.html"}}
|
||||
{{> "systems/fvtt-never-stop-blowing-up/templates/actor/parts/actor-stats.html"}}
|
||||
|
||||
</aside>
|
||||
|
||||
@@ -50,10 +50,7 @@
|
||||
{{editor schoolbag target="system.schoolbag" engine="prosemirror" button=false collaborate=false editable=true}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
{{!-- Strengths Tab --}}
|
||||
<div class="tab features editor-border" data-group="primary" data-tab="strengths">
|
||||
{{editor strengths target="system.strengths" engine="prosemirror" button=false collaborate=false editable=true}}
|
||||
|
||||
Reference in New Issue
Block a user