12 lines
513 B
Handlebars
Raw Normal View History

2023-04-21 18:18:20 +02:00
<form class="{{cssClass}}" autocomplete="off">
2025-01-27 22:13:33 +01:00
{{>"systems/foundryvtt-reve-de-dragon/templates/header-item.hbs"}}
2023-04-21 18:18:20 +02:00
{{!-- Sheet Body --}}
<section class="sheet-body">
<div class="form-group">
<label for="system.pointsemp">Points d'Empoignade </label>
2023-04-21 18:18:20 +02:00
<input class="attribute-value" type="text" name="system.pointsemp" value="{{system.pointsemp}}" data-dtype="Number"/>
</div>
2025-01-27 22:13:33 +01:00
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.hbs"}}
2023-04-21 18:18:20 +02:00
</section>
</form>