2022-11-18 23:00:37 +01:00
|
|
|
<form class="dialog-roll-signedraconique">
|
2021-05-10 19:18:11 +02:00
|
|
|
<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|}}
|
2023-11-11 00:03:14 +01:00
|
|
|
<option value={{key}}>{{draconic.name}} : {{plusMoins draconic.system.niveau}}
|
2021-05-10 19:18:11 +02:00
|
|
|
</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"}}
|
2022-12-06 01:30:12 +01:00
|
|
|
<div class="placeholder-ajustements" class="flexrow"></div>
|
2021-05-10 19:18:11 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2022-12-06 01:30:12 +01:00
|
|
|
<div class="placeholder-resolution"></div>
|
2021-05-10 19:18:11 +02:00
|
|
|
</form>
|