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

16 lines
768 B
Handlebars
Raw Normal View History

2023-02-21 20:22:08 +01:00
<li class="item stat flexrow list-item list-item-shadow" data-attr-key="{{key}}">
<input type="text" class="item-field-label-short" name="system.characteristics.{{key}}.value" value="{{charac.value}}" data-dtype="Number"/>
2023-02-14 15:34:37 +01:00
<span class="item-field-label-medium" name="{{key}}">
<h4 class="item-field-label-medium margin-item-list">{{charac.label}}</a></h4>
</span>
2023-02-21 20:22:08 +01:00
2023-02-14 15:34:37 +01:00
<h4 class="item-field-label-short margin-item-list">{{charac.base}}</h4>
2023-02-21 20:22:08 +01:00
<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-14 15:34:37 +01:00
<input type="text" class="item-field-label-long2" name="system.characteristics.{{key}}.notes" value="{{charac.notes}}" data-dtype="String"/>
2023-02-21 20:22:08 +01:00
2023-02-14 15:34:37 +01:00
</li>