foundryvtt-reve-de-dragon/templates/item-casetmr-sheet.html

21 lines
794 B
HTML
Raw Normal View History

<form class="{{cssClass}}" autocomplete="off">
2022-09-16 02:20:46 +02:00
{{>"systems/foundryvtt-reve-de-dragon/templates/header-item.html"}}
{{!-- Sheet Body --}}
<section class="sheet-body">
<div class="form-group">
<label for="niveau">Coordonnées TMR </label>
<input class="attribute-value" type="text" name="system.coord" value="{{system.coord}}" data-dtype="String"/>
</div>
<div class="form-group">
<label for="system.specific">Mode spécifique</label>
<select name="system.specific" data-dtype="String">
2022-09-16 02:20:46 +02:00
{{#select system.specific}}
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-tmr-effet.html"}}
2022-09-16 02:20:46 +02:00
{{/select}}
</select>
</div>
2022-09-16 02:20:46 +02:00
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.html"}}
</section>
</form>