Initial import

This commit is contained in:
2021-12-03 18:31:43 +01:00
parent b3f0af8c12
commit 742f96fcbe
14 changed files with 199 additions and 116 deletions

View File

@ -10,6 +10,14 @@
<section class="sheet-body">
<div class="tab" data-group="primary">
<label class="generic-label">Statistics Enhancements</label>
<div class="small-editor item-text-long-line">
{{editor content=data.statistics target="data.statistics" button=true owner=owner editable=editable}}
</div>
<label class="generic-label">Abilities</label>
<div class="small-editor item-text-long-line">
{{editor content=data.abilities target="data.abilities" button=true owner=owner editable=editable}}
</div>
<label class="generic-label">Description</label>
<div class="small-editor item-text-long-line">
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
@ -26,14 +34,6 @@
<div class="small-editor item-text-long-line">
{{editor content=data.outlook target="data.outlook" button=true owner=owner editable=editable}}
</div>
<label class="generic-label">Abilities</label>
<div class="small-editor item-text-long-line">
{{editor content=data.abilities target="data.abilities" button=true owner=owner editable=editable}}
</div>
<label class="generic-label">Statistics</label>
<div class="small-editor item-text-long-line">
{{editor content=data.statistics target="data.statistics" button=true owner=owner editable=editable}}
</div>
</div>
</section>