#191 - Ajout de la commande stress

This commit is contained in:
2021-05-19 23:22:07 +02:00
parent 3621a4e09d
commit 04d631e2b4
3 changed files with 36 additions and 5 deletions

View File

@ -726,6 +726,21 @@
<div class="form-group editor">
{{editor content=data.notes target="data.notes" button=true owner=owner editable=editable}}
</div>
<h3>Journal d'Experience</h3>
<div class="form-group editor">
<ul class="item-list alterne-list">
{{#each data.experiencelog as |xp key|}}
<li class="item flexrow list-item">
<label class="description-label competence-label">{{xp.mode}} </label>
<label class="description-label competence-label">{{xp.valeur}} </label>
<label class="description-label competence-label">{{xp.raison}} </label>
<label class="description-label competence-label">{{xp.daterdd}} </label>
<label class="description-label competence-label">{{xp.datereel}} </label>
</li>
{{/each}}
</ul>
</div>
{{>"systems/foundryvtt-reve-de-dragon/templates/actor-sheet-editor-notes-mj.html"}}
</article>
</div>