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 --}}
|
2022-11-29 00:01:54 +01:00
|
|
|
|
2023-01-18 01:37:22 +01:00
|
|
|
<nav class="sheet-tabs tabs" data-group="primary">
|
|
|
|
<a class="item" data-tab="informations">Informations</a>
|
|
|
|
{{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-tab-environnement.html"}}
|
|
|
|
</nav>
|
|
|
|
<section class="sheet-body">
|
|
|
|
<div class="tab items flexcol" data-group="primary" data-tab="informations">
|
|
|
|
<div class="form-group">
|
|
|
|
<label for="xp">Capacite (points d'Enc.)</label>
|
|
|
|
<input class="attribute-value" type="text" name="system.capacite" value="{{system.capacite}}" data-dtype="Number"/>
|
|
|
|
</div>
|
|
|
|
{{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-inventaire.html"}}
|
2023-01-28 16:34:09 +01:00
|
|
|
{{#if options.isOwned}}
|
2023-01-18 01:37:22 +01:00
|
|
|
<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>
|
2023-01-28 16:34:09 +01:00
|
|
|
{{buildInventaireConteneur actorId id options}}
|
2023-01-18 01:37:22 +01:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
|
|
|
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-item-description.html"}}
|
2022-09-16 02:20:46 +02:00
|
|
|
</div>
|
2023-01-18 01:37:22 +01:00
|
|
|
{{>"systems/foundryvtt-reve-de-dragon/templates/item/partial-environnement.html"}}
|
2022-09-16 02:20:46 +02:00
|
|
|
</section>
|
2020-06-25 23:18:14 +02:00
|
|
|
</form>
|