Preliminary verssion for fight

This commit is contained in:
2020-06-07 23:16:29 +02:00
parent 1f875bafc5
commit 9d2c0da852
12 changed files with 295 additions and 141 deletions

View File

@ -9,13 +9,11 @@
{{!-- Sheet Body --}}
<section class="sheet-body">
<div class="form-group">
<label for="categorie">Compétence</label>
<label for="categorie">Compétence associée</label>
<select name="data.competence" id="competence" data-dtype="String">
{{#select item.data.competence}}
{{each armeCompetence as |competence key|}}
<option value={{bmvalue}}>{{competence.name}}</option>
{{/each}}
{{/select}}
{{#select item.data.competence}}
{{>"systems/foundryvtt-reve-de-dragon/templates/arme-competence.html"}}
{{/select}}
</select>
</div>
<div class="form-group">