Finalize aappv2 data models migration

This commit is contained in:
2026-02-27 14:36:54 +01:00
parent 8735b7e4a4
commit c45837ea31
87 changed files with 10701 additions and 1225 deletions

View File

@@ -1,30 +1,24 @@
<form class="{{cssClass}}" autocomplete="off">
<header class="sheet-header">
<img class="item-sheet-img" src="{{img}}" data-edit="img" title="{{name}}"/>
<div class="header-fields">
<h1 class="charname"><input name="name" type="text" value="{{name}}" placeholder="Name"/></h1>
</div>
</header>
{{> systems/fvtt-malefices/templates/items/partial-item-nav.hbs}}
<section class="{{cssClass}}" autocomplete="off">
{{> systems/fvtt-malefices/templates/items/partial-item-header.hbs this}}
{{> systems/fvtt-malefices/templates/items/partial-item-nav.hbs this}}
{{!-- Sheet Body --}}
<section class="sheet-body">
{{> systems/fvtt-malefices/templates/items/partial-item-description.hbs}}
<div class="tab details" data-group="primary" data-tab="details">
{{> systems/fvtt-malefices/templates/items/partial-item-description.hbs this}}
<div class="tab" data-group="primary">
<div class="tab details" data-group="primary" data-tab="details">
<div class="item-details">
<ul>
<li class="flexrow">
<label class="item-field-label-long">Seuil de Fluide</label>
<input type="input" class="item-field-label-short" name="system.seuil" value="{{system.seuil}}" data-dtype="Number" />
<input type="number" class="item-field-label-short" name="system.seuil" value="{{system.seuil}}" />
</li>
</ul>
</div>
</div>
</div>
</section>
</form>
</section>