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

9 lines
362 B
HTML
Raw Normal View History

2020-06-25 23:18:14 +02: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">
{{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-inventaire.html"}}
2022-09-16 02:20:46 +02:00
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.html"}}
</section>
2020-06-25 23:18:14 +02:00
</form>