2021-05-10 19:18:11 +02:00
|
|
|
{{log 'lecture signe draconique' this}}
|
|
|
|
<form class="dialog-roll-sort">
|
|
|
|
<h2>Lire le signe draconique
|
|
|
|
<select name="signe-draconique" class="roll-signedraconique flex-grow" data-dtype="String">
|
|
|
|
{{#select signe}}
|
|
|
|
{{#each signes as |signe key|}}
|
|
|
|
<option value={{key}}>{{this.name}}</option>
|
|
|
|
{{/each}}
|
|
|
|
{{/select}}
|
|
|
|
</select>
|
|
|
|
</h2>
|
|
|
|
<img class="chat-icon" src="{{competence.img}}" alt="{{competence.name}}" />
|
|
|
|
<div class="grid grid-2col">
|
|
|
|
<div class="flex-group-left">
|
|
|
|
<div class="flexrow">
|
|
|
|
<label for="tmr">TMR - {{tmr.coord}}:</label><label name="tmr">{{tmr.label}}</label>
|
|
|
|
</div>
|
|
|
|
<div class="flexrow">
|
|
|
|
<label for="carac">{{selectedCarac.label}}:</label><label name="carac">{{selectedCarac.value}}</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="flex-group-left">
|
|
|
|
<div class="flexrow">
|
|
|
|
<label for="competence">Draconic:</label>
|
|
|
|
<select name="competence" class="roll-draconic" data-dtype="String">
|
|
|
|
{{#select draconic}}
|
|
|
|
{{#each draconicList as |draconic key|}}
|
|
|
|
<option value={{key}}>{{draconic.name}} : {{numberFormat draconic.data.niveau decimals=0 sign=true}}
|
|
|
|
</option>
|
|
|
|
{{/each}}
|
|
|
|
{{/select}}
|
|
|
|
</select>
|
|
|
|
</div>
|
2021-10-30 01:34:57 +02:00
|
|
|
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-diffFixe.html"}}
|
2021-05-10 19:18:11 +02:00
|
|
|
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-diffCondition.html"}}
|
2021-10-30 01:34:57 +02:00
|
|
|
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-forcer.html"}}
|
2021-05-10 19:18:11 +02:00
|
|
|
<div id="tableAjustements" class="flexrow"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="tableResolution"></div>
|
|
|
|
<div id="tableProbaReussite"></div>
|
|
|
|
</form>
|
|
|
|
|
2022-03-10 23:48:49 +01:00
|
|
|
<script>
|
|
|
|
</script>
|