Talents automation + management

This commit is contained in:
2022-10-28 21:44:49 +02:00
parent e4d7ff4ca3
commit 6551a93791
14 changed files with 453 additions and 89 deletions

View File

@ -19,7 +19,7 @@
<li class="flexrow item">
<label class="generic-label item-field-label-medium">Type </label>
<select class="status-small-label color-class-common item-field-label-medium" type="text"
<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>
@ -30,7 +30,7 @@
<li class="flexrow item">
<label class="generic-label item-field-label-medium">Utilisation </label>
<select class="status-small-label color-class-common item-field-label-medium" type="text"
<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>