forked from public/foundryvtt-reve-de-dragon
Ajour lancer de sort
This commit is contained in:
41
templates/dialog-roll-sort.html
Normal file
41
templates/dialog-roll-sort.html
Normal file
@ -0,0 +1,41 @@
|
||||
<form class="dialog-roll-sort">
|
||||
<h2 class="compdialog" id="sort-dialog"></h2>
|
||||
<div class="form-group">
|
||||
<label for="categorie">Rêve : {{selectedCarac.value}}
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="categorie">Draconic </label>
|
||||
<select name="draconic" id="draconic" data-dtype="String">
|
||||
{{#select draconic}}
|
||||
{{#each draconicList as |draconic key|}}
|
||||
<option value={{key}}>{{draconic.name}} : {{draconic.data.niveau}}</option>
|
||||
{{/each}}
|
||||
{{/select}}
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="categorie">Sort </label>
|
||||
<select name="sort" id="sort" data-dtype="String">
|
||||
{{#select sort}}
|
||||
{{#each sortList as |sort key|}}
|
||||
<option value={{key}}>{{sort.name}} : {{sort.data.niveau}} - {{sort.data.difficulte}} - {{sort.data.caseTMR}}</option>
|
||||
{{/each}}
|
||||
{{/select}}
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="categorie">Etat général</label><label>{{numberFormat etat decimals=0 sign=true}}</label>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label>Ajustement final : </label><label id="roll-param">10 / 0</label>
|
||||
</div>
|
||||
<div id="resolutionTable">
|
||||
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<script>
|
||||
</script>
|
@ -52,7 +52,7 @@
|
||||
</div>
|
||||
|
||||
<div class="flex-group-center">
|
||||
<button id="lancer-sort">Lancer un Sort</button>
|
||||
<a id="lancer-sort">Lancer un Sort</a>
|
||||
</div>
|
||||
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user