Ajout/upgrade des arts obscurs

This commit is contained in:
2025-08-11 22:53:23 +02:00
parent 51a457ebf6
commit adc912e6cd
84 changed files with 3291 additions and 1745 deletions

View File

@@ -12,7 +12,7 @@
<ul class="item-list alternate-list">
{{log this}}
<li class="flexrow item">
<li class="flexrow item">
<label class="generic-label item-field-label-long2">Compétence de Magie </label>
<select class="status-small-label color-class-common item-field-label-long" type="text"
name="system.competence" value="{{system.competence}}" data-dtype="String">
@@ -21,10 +21,19 @@
</li>
<li class="flexrow item">
<label class="generic-label item-field-label-long2">Carac </label>
<select class="status-small-label color-class-common item-field-label-long" type="text" name="system.carac"
value="{{system.carac}}" data-dtype="string">
{{selectOptions config.caracList selected=system.carac}}
<label class="generic-label item-field-label-long2">Carac 1 </label>
<select class="status-small-label color-class-common item-field-label-long" type="text" name="system.carac1"
value="{{system.carac1}}" data-dtype="string">
{{selectOptions config.caracList selected=system.carac1}}
</select>
</li>
<li class="flexrow item">
<label class="generic-label item-field-label-long2">Carac 2 </label>
<select class="status-small-label color-class-common item-field-label-long" type="text" name="system.carac2"
value="{{system.carac2}}" data-dtype="string">
<option value="none">Aucune</option>
{{selectOptions config.caracList selected=system.carac2}}
</select>
</li>