Update fiche creature

This commit is contained in:
2023-12-06 10:14:26 +01:00
parent d2da332411
commit 9990545568
66 changed files with 279 additions and 216 deletions

View File

@ -12,8 +12,12 @@
<div class="flexcol">
<span class="flexrow">
<label class="generic-label">Niveau : </label>
<input type="text" class="padd-right status-small-label color-class-common" name="data.niveau"
value="{{data.niveau}}" data-dtype="Number" />
<select class="status-small-label color-class-common edit-item-data competence-niveau" type="text"
name="system.niveau" value="{{system.niveau}}" data-dtype="Number">
{{#select system.niveau}}
{{> systems/fvtt-wasteland/templates/partial-list-niveau.html}}
{{/select}}
</select>
</span>
<span class="flexrow">
<label class="generic-label">Attribut 1 : </label>