Files
fvtt-wasteland/templates/item-monnaie-sheet.hbs

24 lines
714 B
Handlebars

<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>Unité/Monnaie</label>
<input type="text" name="system.unite" value="{{system.unite}}" />
</div>
</div>
</div>
</section>