Files
fvtt-mournblade-cyd-2.0/templates/item-rune-sheet.html
2025-10-26 14:44:06 +01:00

64 lines
2.1 KiB
HTML

<form class="{{cssClass}}" autocomplete="off">
{{> systems/fvtt-mournblade-cyd2/templates/partial-item-header.html}} {{>
systems/fvtt-mournblade-cyd2/templates/partial-item-nav.html}} {{!-- Sheet
Body --}} {{!-- Sheet Body --}}
<section class="sheet-body">
{{> systems/fvtt-mournblade-cyd2/templates/partial-item-description.html}}
<div class="tab details" data-group="primary" data-tab="details">
<ul class="item-list alternate-list">
<li class="flexrow item">
<label class="generic-label item-field-label-long"
>Haut-Parler :
</label>
<input
type="text"
class="padd-right status-small-label color-class-common item-field-label-long"
name="system.formule"
value="{{system.formule}}"
data-dtype="String"
/>
</li>
<li class="flexrow item">
<label class="generic-label item-field-label-long"
>Difficulté :
</label>
<input
type="text"
class="padd-right status-small-label color-class-common item-field-label-long"
name="system.seuil"
value="{{system.seuil}}"
data-dtype="Number"
/>
</li>
<li class="flexrow item">
<label class="generic-label item-field-label-long"
>Rune prononcée :
</label>
<input
type="text"
class="padd-right status-small-label color-class-common item-field-label-long2"
name="system.prononcee"
value="{{system.prononcee}}"
data-dtype="String"
/>
</li>
<li class="flexrow item">
<label class="generic-label item-field-label-long"
>Rune tracée :
</label>
<input
type="text"
class="padd-right status-small-label color-class-common item-field-label-long2"
name="system.tracee"
value="{{system.tracee}}"
data-dtype="String"
/>
</li>
</ul>
</div>
</section>
</form>