Enhance sheets
This commit is contained in:
13
templates/partials/partial-actor-full-charac.hbs
Normal file
13
templates/partials/partial-actor-full-charac.hbs
Normal file
@ -0,0 +1,13 @@
|
||||
<li class="item flexrow list-item" data-attr-key="{{key}}">
|
||||
<span class="item-field-label-medium" name="{{key}}">
|
||||
<h4 class="item-field-label-medium margin-item-list">{{charac.label}}</a></h4>
|
||||
</span>
|
||||
{{#if (eq charac.category "main")}}
|
||||
<h4 class="item-field-label-short margin-item-list">{{charac.base}}</h4>
|
||||
{{else}}
|
||||
<input type="text" class="item-field-label-short" name="system.characteristics.{{key}}.value" value="{{charac.value}}" data-dtype="Number"/>
|
||||
{{/if}}
|
||||
<h4 class="item-field-label-short margin-item-list">{{charac.base}}</h4>
|
||||
<h4 class="item-field-label-short margin-item-list">{{charac.total}}</h4>
|
||||
<input type="text" class="item-field-label-long2" name="system.characteristics.{{key}}.notes" value="{{charac.notes}}" data-dtype="String"/>
|
||||
</li>
|
Reference in New Issue
Block a user