Ajout artefacts + revue talents

This commit is contained in:
2022-10-27 07:23:10 +02:00
parent 11db607f16
commit e4d7ff4ca3
3 changed files with 21 additions and 5 deletions

View File

@ -36,15 +36,30 @@
</select>
</li>
<li class="flexrow item">
<label class="generic-label item-field-label-long">Branche secondaire : </label>
<select class="item-field-label-long" type="text" name="system.branche2" value="{{system.branche2}}"
data-dtype="string">
<option value="none">Aucune</option>
{{#select system.branche2}}
<option value="alchimie">Alchimie</option>
<option value="biologie">Biologie</option>
<option value="electricite">Electricité</option>
<option value="mecanique">Mécanique</option>
<option value="scienceesprit">Science de l'Esprit</option>
{{/select}}
</select>
</li>
<li class="flexrow item">
<label class="generic-label item-field-label-long">Durée de réalisation : </label>
<input type="text" class="padd-right numeric-input item-field-label-short" name="system.dureerealisation"
<input type="text" class="padd-right item-field-label-long" name="system.dureerealisation"
value="{{system.dureerealisation}}" data-dtype="String" />
</li>
<li class="flexrow item">
<label class="generic-label item-field-label-long">Temps de mise en route : </label>
<input type="text" class="padd-right numeric-input item-field-label-short" name="system.tempsroute"
<input type="text" class="padd-right item-field-label-long" name="system.tempsroute"
value="{{system.tempsroute}}" data-dtype="String" />
</li>
@ -90,7 +105,7 @@
<li class="flexrow item">
<label class="generic-label item-field-label-long">Compétence associée : </label>
<input type="text" class="padd-right numeric-input item-field-label-short" name="system.competences"
<input type="text" class="padd-right item-field-label-long" name="system.competences"
value="{{system.competences}}" data-dtype="String" />
</li>