2021-01-04 22:03:00 +01:00
|
|
|
<form class="dialog-roll-meditation">
|
2021-04-21 20:43:03 +02:00
|
|
|
<h2>{{meditation.name}}</h2>
|
|
|
|
<div class="grid grid-2col">
|
|
|
|
<div class="flex-group-left">
|
|
|
|
<img class="chat-icon" src="{{competence.img}}" alt="{{competence.name}}" />
|
|
|
|
<div class="flexcol">
|
|
|
|
<label><strong>{{meditation.data.theme}}</strong></label>
|
|
|
|
<hr>
|
|
|
|
<label>Support: <strong>{{upperFirst meditation.data.support}}</strong></label>
|
|
|
|
<label>Case TMR: <strong>{{upperFirst meditation.data.tmr}}</strong></label>
|
|
|
|
<label>Durée: 60 minutes</label>
|
|
|
|
<hr>
|
|
|
|
<label>Intellect / {{competence.name}}:
|
|
|
|
{{numberFormat carac.intellect.value decimals=0 sign=false}} / {{numberFormat competence.data.niveau decimals=0 sign=true}}</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="flex-group-left">
|
|
|
|
<div class="flexrow">
|
|
|
|
<label><strong>Conditions Optionnelles : </strong></label>
|
|
|
|
</div>
|
|
|
|
<div class="flexrow">
|
|
|
|
<label>Comportement antérieur : {{upperFirst meditation.data.comportement}}</label>
|
|
|
|
<input class="attribute-value conditionMeditation" type="checkbox" id="isComportement" {{#if conditionMeditation.isComportement}}checked{{/if}} />
|
|
|
|
</div>
|
|
|
|
<div class="flexrow">
|
|
|
|
<label>Heure : {{upperFirst meditation.data.heure}}</label>
|
|
|
|
<input class="attribute-value conditionMeditation" type="checkbox" id="isHeure" {{#if conditionMeditation.isHeure}}checked{{/if}} />
|
|
|
|
</div>
|
|
|
|
<div class="flexrow">
|
|
|
|
<label>Purification : {{upperFirst meditation.data.purification}}</label>
|
|
|
|
<input class="attribute-value conditionMeditation" type="checkbox" id="isPurification" {{#if conditionMeditation.isPurification}}checked{{/if}} />
|
|
|
|
</div>
|
|
|
|
<div class="flexrow">
|
|
|
|
<label>Vêture : {{upperFirst meditation.data.veture}}</label>
|
|
|
|
<input class="attribute-value conditionMeditation" type="checkbox" id="isVeture" {{#if conditionMeditation.isVeture}}checked{{/if}} />
|
|
|
|
</div>
|
|
|
|
<hr>
|
|
|
|
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-diffCondition.html"}}
|
|
|
|
<div id="tableAjustements"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2021-01-04 22:03:00 +01:00
|
|
|
|
2021-04-21 20:43:03 +02:00
|
|
|
<div id="tableResolution"></div>
|
|
|
|
<div id="tableProbaReussite"></div>
|
2021-01-04 22:03:00 +01:00
|
|
|
</form>
|
|
|
|
|
|
|
|
<script>
|
2021-04-21 20:43:03 +02:00
|
|
|
</script>
|