34 lines
1.4 KiB
Handlebars
Raw Normal View History

2020-06-25 23:18:14 +02:00
<form class="{{cssClass}}" autocomplete="off">
2025-01-27 22:13:33 +01:00
{{>"systems/foundryvtt-reve-de-dragon/templates/header-item.hbs"}}
2022-09-16 02:20:46 +02:00
{{!-- Sheet Body --}}
<nav class="sheet-tabs tabs" data-group="primary">
<a class="item" data-tab="informations">Informations</a>
2025-01-27 22:13:33 +01:00
{{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-tab-environnement.hbs"}}
</nav>
<section class="sheet-body">
<div class="tab items flexcol" data-group="primary" data-tab="informations">
<div class="form-group">
<label for="system.capacite">Capacite (points d'Enc.)</label>
<input class="attribute-value" type="text" name="system.capacite" value="{{system.capacite}}" data-dtype="Number"/>
</div>
2025-01-27 22:13:33 +01:00
{{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-inventaire.hbs"}}
{{#if options.isOwned}}
<div class="flexcol">
<ul class="item-list alterne-list">
<li class="competence-header flexrow">
<span class="equipement-nom">Nom</span>
<span class="equipement-detail">Q.</span>
<span class="equipement-detail">Enc.</span>
<span class="equipement-actions">Actions</span>
</li>
{{buildInventaireConteneur actorId id options}}
</ul>
</div>
{{/if}}
2025-01-27 22:13:33 +01:00
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.hbs"}}
2022-09-16 02:20:46 +02:00
</div>
2025-01-27 22:13:33 +01:00
{{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-environnement.hbs"}}
2022-09-16 02:20:46 +02:00
</section>
2020-06-25 23:18:14 +02:00
</form>