Migration datamodels !

This commit is contained in:
2026-01-10 16:05:56 +01:00
parent 627ccc707b
commit 438caf3b1c
3946 changed files with 318813 additions and 3453 deletions

View File

@@ -0,0 +1,50 @@
<section class="{{cssClass}}" autocomplete="off">
{{> systems/fvtt-wasteland/templates/partial-item-header.hbs this}}
{{> systems/fvtt-wasteland/templates/partial-item-nav.hbs this}}
{{> systems/fvtt-wasteland/templates/partial-item-description.hbs this}}
<div class="sheet-body" data-group="primary" data-tab="details">
<div class="item-details">
<div class="form-group">
<label>Type</label>
<select name="system.artifextype" data-dtype="String">
{{selectOptions config.artifexType selected=system.artifextype}}
</select>
</div>
<div class="form-group">
<label>Compétence</label>
<input type="text" name="system.competence" value="{{system.competence}}" />
</div>
<div class="form-group">
<label>Complexité</label>
<input type="number" name="system.complexite" value="{{system.complexite}}" />
</div>
<div class="form-group">
<label>Durée de réalisation</label>
<input type="text" name="system.dureerealisation" value="{{system.dureerealisation}}" />
</div>
<div class="form-group">
<label>Temps de mise en route</label>
<input type="text" name="system.tempsmiseenroute" value="{{system.tempsmiseenroute}}" />
</div>
<div class="form-group">
<label>Défaut courant</label>
<input type="text" name="system.defautcourant" value="{{system.defautcourant}}" />
</div>
<div class="form-group">
<label>Prix (PZ)</label>
<input type="number" name="system.prix" value="{{system.prix}}" />
</div>
</div>
</div>
</section>