forked from public/foundryvtt-reve-de-dragon
Sync
This commit is contained in:
25
templates/dialog-roll-carac.html
Normal file
25
templates/dialog-roll-carac.html
Normal file
@ -0,0 +1,25 @@
|
||||
<form class="skill-roll-dialog">
|
||||
<h2 class="compdialog" id="compdialogTitle"></h2>
|
||||
<div class="form-group">
|
||||
<label for="categorie">Bonus/Malus</label>
|
||||
<select name="bonusmalus" id="bonusmalus" data-dtype="number">
|
||||
{{#select bonusmalus}}
|
||||
{{#each bonusmalusTable as |bmvalue key|}}
|
||||
<option value={{bmvalue}}>{{numberFormat bmvalue decimals=0 sign=true}}</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>
|
Reference in New Issue
Block a user