Ajout pour la magie

This commit is contained in:
2025-09-13 00:24:08 +02:00
parent 44a641a0ca
commit d04731f475
67 changed files with 260 additions and 217 deletions

View File

@@ -38,21 +38,31 @@
</li>
<li class="flexrow item">
<label class="generic-label item-field-label-long2">Niveau/Rang </label>
<label class="generic-label item-field-label-long2">Niveau</label>
<select class="status-small-label color-class-common item-field-label-long" type="text" name="system.niveau"
value="{{system.niveau}}" data-dtype="string">
{{selectOptions config.listNiveauSort selected=system.niveau}}
</select>
</li>
<!--
<li class="flexrow item">
<label class="generic-label item-field-label-long2">Rang</label>
<select class="status-small-label color-class-common item-field-label-long" type="text" name="system.rang"
value="{{system.rang}}" data-dtype="string">
{{selectOptions config.listRangSort selected=system.rang}}
</select>
</li>
-->
{{#if (eq system.competence "Magie du Clan")}}
<li class="flexrow item">
<label class="generic-label item-field-label-long2">Souffle </label>
<select class="status-small-label color-class-common item-field-label-long" type="text" name="system.souffle"
value="{{system.souffle}}" data-dtype="string">
{{selectOptions config.soufflesMagieDuClan selected=system.souffle}}
</select>
</li>
<li class="flexrow item">
<label class="generic-label item-field-label-long2">Souffle </label>
<select class="status-small-label color-class-common item-field-label-long" type="text" name="system.souffle"
value="{{system.souffle}}" data-dtype="string">
{{selectOptions config.soufflesMagieDuClan selected=system.souffle}}
</select>
</li>
{{/if}}
<li class="flexrow item">