fvtt-hero-system-6/templates/partials/partial-actor-full-charac.hbs

13 lines
795 B
Handlebars
Raw Normal View History

2023-02-14 15:34:37 +01:00
<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}}
&nbsp;<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>