DAtaModels + Appv2 migration : OK

This commit is contained in:
2026-04-02 21:33:56 +02:00
parent 4def580296
commit a37ad2cc82
779 changed files with 391512 additions and 305 deletions

View File

@@ -0,0 +1,44 @@
<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 --}}
<section class="sheet-body">
<div class="flexcol">
<span class="flexrow">
<label class="generic-label">Allégeance : </label>
<select
class="status-small-label color-class-common"
type="text"
name="system.allegeance"
value="{{data.allegeance}}"
data-dtype="string"
>
{{selectOptions config.allegeanceOptions selected=data.allegeance}}
</select>
</span>
<span class="flexrow">
<label class="generic-label">Prérequis : </label>
<input
type="text"
class="padd-right status-small-label color-class-common"
name="system.prerequis"
value="{{data.prerequis}}"
data-dtype="String"
/>
</span>
<span>
<h3>Sacrifices</h3>
</span>
<div class="small-editor item-text-long-line">
{{editor sacrifice target="system.sacrifice" button=true owner=owner
editable=editable}}
</div>
{{> systems/fvtt-mournblade-cyd2/templates/partial-item-description.html}}
</div>
</section>
</form>