fvtt-hero-system-6/templates/partials/partial-actor-characteristic-block.hbs

9 lines
608 B
Handlebars
Raw Normal View History

2023-02-01 12:16:04 +01:00
<li class="item flexrow list-item" data-attr-key="{{key}}">
<span class="item-field-label-medium" name="{{key}}">
2023-02-14 15:34:37 +01:00
<h4 class="item-field-label-medium margin-item-list">{{charac.label}}</a></h4>
2023-02-01 12:16:04 +01:00
</span>
2023-02-14 15:34:37 +01:00
<input type="text" class="item-field-label-short" name="system.characteristics.{{key}}.value" value="{{charac.value}}" data-dtype="Number"/>
&nbsp;
<!-- <h4 class="item-field-label-short margin-item-list">{{charac.total}}</h4>-->
<h4 class="item-field-label-short margin-item-list"><a class="roll-charac" data-charac-key="{{key}}"><i class="fas fa-dice"></i>{{charac.roll}}-</a></h4>
2023-02-01 12:16:04 +01:00
</li>