Preparation du passage en v12

This commit is contained in:
2024-05-05 18:06:29 +02:00
parent fac158e0ad
commit 8af9c582bf
121 changed files with 440 additions and 424 deletions

View File

@ -16,11 +16,7 @@
<label class="generic-label item-field-label-medium">Type </label>
<select class="status-small-label color-class-common item-field-label-long" type="text"
name="system.talenttype" value="{{system.talenttype}}" data-dtype="String">
{{#select system.talenttype}}
<option value="personnage">Personnage</option>
<option value="cellule">Cellule</option>
<option value="traitespece">Trait d'espèce</option>
{{/select}}
{{selectOptions config.optionsTypeTalent selected=system.talenttype valueAttr="key" nameAttr="key" labelAttr="label"}}
</select>
</li>
@ -28,13 +24,7 @@
<label class="generic-label item-field-label-medium">Utilisation </label>
<select class="status-small-label color-class-common item-field-label-long" type="text"
name="system.utilisation" value="{{system.utilisation}}" data-dtype="String">
{{#select system.utilisation}}
<option value="permanent">Permanent</option>
<option value="sceance">Une fois par scéance</option>
<option value="scenario">Une fois par scénario</option>
<option value="jour">Une fois par jour</option>
<option value="unique">Unique</option>
{{/select}}
{{selectOptions config.optionsUseTalent selected=system.utilisation valueAttr="key" nameAttr="key" labelAttr="label"}}
</select>
</li>