Ajout artefacts + revue talents
This commit is contained in:
@ -17,6 +17,17 @@
|
||||
|
||||
<ul class="item-list alternate-list">
|
||||
|
||||
<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"
|
||||
name="system.talenttype" value="{{system.talenttype}}" data-dtype="String">
|
||||
{{#select system.talenttype}}
|
||||
<option value="personnage">Personnage</option>
|
||||
<option value="cellule">Cellule</option>
|
||||
{{/select}}
|
||||
</select>
|
||||
</li>
|
||||
|
||||
<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"
|
||||
@ -32,13 +43,19 @@
|
||||
</li>
|
||||
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-medium">Pré-requis </label>
|
||||
<input type="text" class="padd-right color-class-common item-field-label-medium" name="system.prerequis" value="{{system.prerequis}}" data-dtype="String" />
|
||||
<label class="generic-label item-field-label-long">Pré-requis </label>
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<textarea rows="3" type="text" class="padd-right status-small-label color-class-common"
|
||||
name="system.prerequis" data-dtype="String">{{system.prerequis}}</textarea>
|
||||
</li>
|
||||
|
||||
<li class="flexrow item">
|
||||
<label class="generic-label item-field-label-medium">Résumé (si bonus) </label>
|
||||
<input type="text" class="padd-right color-class-common item-field-label-medium" name="system.resumebeonus" value="{{system.resumebeonus}}" data-dtype="String" />
|
||||
<label class="generic-label item-field-label-long">Résumé (si bonus) </label>
|
||||
</li>
|
||||
<li class="flexrow item">
|
||||
<textarea rows="3" type="text" class="padd-right status-small-label color-class-common"
|
||||
name="system.resumebeonus" data-dtype="String">{{system.resumebonus}}</textarea>
|
||||
</li>
|
||||
|
||||
<li class="flexrow item">
|
||||
|
Reference in New Issue
Block a user