forked from public/foundryvtt-reve-de-dragon
#27 Gestion des rencontres
This commit is contained in:
@ -1,10 +1,9 @@
|
||||
<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">TMR : {{coord}} - {{coordLabel}}
|
||||
<label for="categorie">Rêve : {{selectedCarac.value}}</label>
|
||||
<label for="categorie">TMR : {{coord}} - {{coordLabel}}</label>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
|
@ -12,20 +12,20 @@
|
||||
<label>Carac. Rêve : </label><label>{{caracReve}}</label>
|
||||
</div>
|
||||
<div class="flex-group-center">
|
||||
Rêve Actuel : <span id="pointsreve-value">0</span>
|
||||
<label>Rêve Actuel : </label><span id="tmr-pointsreve-value">0</span>
|
||||
</div>
|
||||
<div class="flex-group-center">
|
||||
Coordonnées : <span id="tmr-pos">0</span>
|
||||
<label>Coordonnées : </label><span id="tmr-pos">0</span>
|
||||
</div>
|
||||
<div class="flex-group-center">
|
||||
Etat général : <span id="etatgeneral-value">0</span>
|
||||
<label>Etat général : </label><span id="tmr-etatgeneral-value">0</span>
|
||||
</div>
|
||||
<div class="flex-group-center">
|
||||
Refoulement : <span id="refoulement-value">0</span>
|
||||
<label>Refoulement : </label><span id="tmr-refoulement-value">0</span>
|
||||
</div>
|
||||
<div class="flex-group-center flex-actions-bar">
|
||||
Fatigue
|
||||
<span id="fatigue-table">{{{fatigue.html}}}</span>
|
||||
<span id="tmr-fatigue-table">{{{fatigue.html}}}</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user