forked from public/foundryvtt-reve-de-dragon
Add new Compendium
This commit is contained in:
@ -28,7 +28,9 @@
|
||||
Draconic : <span id="draconic-list">
|
||||
<select name="draconic" id="draconic-list" data-dtype="String">
|
||||
{{#select draconic}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/sort-draconic.html"}}
|
||||
{{#each draconic}}
|
||||
<option value={{this.name}}>{{this.name}} - {{this.data.niveau}}</option>
|
||||
{{/each}}
|
||||
{{/select}}
|
||||
</select>
|
||||
</span>
|
||||
@ -38,7 +40,7 @@
|
||||
<div class="flex-group-center">
|
||||
Sorts : <span id="sorts-list">
|
||||
<select name="sort" id="sort-list" data-dtype="String">
|
||||
{{#select draconic}}
|
||||
{{#select sort}}
|
||||
{{#each sort}}
|
||||
<option value={{this.name}}>{{this.name}}</option>
|
||||
{{/each}}
|
||||
|
@ -8,10 +8,6 @@
|
||||
|
||||
{{!-- Sheet Body --}}
|
||||
<section class="sheet-body">
|
||||
<div class="form-group">
|
||||
<label for="xp">Refoulement</label>
|
||||
<input class="attribute-value" type="text" name="data.refoulement" value="{{data.refoulement}}" data-dtype="Number"/>
|
||||
</div>
|
||||
<header class="header-field">
|
||||
<span>Description : </span>
|
||||
</header>
|
||||
|
Reference in New Issue
Block a user