daggerheart/templates/sheets/activeEffect/change.hbs
2026-01-29 18:46:39 +01:00

17 lines
691 B
Handlebars

<li data-index="{{index}}">
<div class="key">
{{formInput fields.key name=change.keyPath value=change.key}}
</div>
<div class="type">
{{formInput fields.type name=change.typePath value=change.type localize=true}}
</div>
<div class="value">
{{formInput fields.value name=change.valuePath value=change.value elementType="input"}}
</div>
<div class="priority">
{{formInput fields.priority name=change.priorityPath value=change.priority placeholder=defaultPriority}}
</div>
<div class="controls">
<button type="button" class="inline-control icon fa-solid fa-trash" data-action="deleteChange"></button>
</div>
</li>