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"/>
|
|
|
|
|
|
|
|
<!-- <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>
|