{{!-- Carac Tab --}}
{{!-- Equipment Tab --}}
Encombrement total/max : {{numberFormat calc.encTotal decimals=2}} / {{data.capacite_encombrement}} {{calc.surEncombrementMessage}} -
Créer un objet
{{#if options.isGM}}
- Vider tout les conteneurs
{{/if}}
{{#each objets as |item id|}}
{{#unless item.estContenu}}
{{#if (ne item.type 'conteneur')}}
-
{{item.name}}
{{item.data.quantite}}
{{numberFormat item.data.encTotal decimals=2}}
{{/if}}
{{/unless}}
{{/each}}
{{#each conteneurs as |conteneur id|}}
{{buildConteneur this}}
{{/each}}
{{!-- Biography Tab --}}
{{editor content=data.description target="data.description" button=true owner=owner editable=editable}}
{{>"systems/foundryvtt-reve-de-dragon/templates/editor-notes-mj.html"}}