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,28 @@
<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>Quantité</label>
<input type="number" name="system.quantite" value="{{system.quantite}}" />
</div>
<div class="form-group">
<label>Rareté</label>
<input type="number" name="system.rarete" value="{{system.rarete}}" />
</div>
<div class="form-group">
<label>Prix (PZ)</label>
<input type="number" name="system.prix" value="{{system.prix}}" />
</div>
</div>
</div>
</section>