2022-08-27 22:48:08 +02:00
|
|
|
{{#if competences}}
|
2022-12-10 15:44:08 +01:00
|
|
|
<div class="flex-shrink categorie-competence">
|
2022-08-27 22:48:08 +02:00
|
|
|
<ul class="item-list alterne-list competence-list">
|
|
|
|
<li class="item flexrow list-item ">
|
2022-12-10 15:44:08 +01:00
|
|
|
<span>
|
|
|
|
<header class="competence-header flexrow">
|
|
|
|
<span class="competence-title">{{categorie}}</span>
|
|
|
|
</header>
|
|
|
|
</span>
|
|
|
|
{{#if @root.options.vueDetaillee}}
|
2022-08-27 22:48:08 +02:00
|
|
|
<span class="competence-value" >Niv.</span>
|
|
|
|
<span class="competence-xp">xp</span>
|
|
|
|
{{#if (eq categorie 'Draconic')}}
|
|
|
|
<span class="competence-xp-sort">sort</span>
|
2021-11-26 01:01:57 +01:00
|
|
|
{{/if}}
|
2022-08-27 22:48:08 +02:00
|
|
|
<div class="item-controls">
|
|
|
|
<i class="far fa-arrow-alt-circle-up"></i>
|
2022-09-27 22:38:49 +02:00
|
|
|
<span class="competence-archetype">Arch.</span>
|
2022-08-27 22:48:08 +02:00
|
|
|
<i class="far fa-edit"></i>
|
|
|
|
{{#if @root.options.isGM}}
|
|
|
|
<i class="far fa-trash"></i>
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
2022-12-10 15:44:08 +01:00
|
|
|
{{/if}}
|
2022-08-27 22:48:08 +02:00
|
|
|
</li>
|
|
|
|
{{#each competences as |comp key|}}
|
2022-09-26 23:01:29 +02:00
|
|
|
{{> "systems/foundryvtt-reve-de-dragon/templates/actor/competence.html" comp}}
|
2022-08-27 22:48:08 +02:00
|
|
|
{{/each}}
|
2022-12-10 15:44:08 +01:00
|
|
|
<li></li>
|
2022-08-27 22:48:08 +02:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
{{/if}}
|