2020-12-30 18:12:01 +01:00
|
|
|
<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="niveau">Mode spécifique</label>
|
|
|
|
<select name="system.specific" id="specific" data-dtype="String">
|
|
|
|
{{#select system.specific}}
|
2022-11-01 00:30:43 +01:00
|
|
|
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-tmr-effet.html"}}
|
2022-09-16 02:20:46 +02:00
|
|
|
{{/select}}
|
|
|
|
</select>
|
|
|
|
</div>
|
2021-06-29 16:03:10 +02:00
|
|
|
|
2022-09-16 02:20:46 +02:00
|
|
|
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.html"}}
|
|
|
|
</section>
|
2020-12-30 18:12:01 +01:00
|
|
|
</form>
|