2021-04-06 23:45:55 +02:00
|
|
|
<form class="rdddialog">
|
2021-04-21 22:01:49 +02:00
|
|
|
<h2>Interpréter la mélodie: {{oeuvre.name}}</h2>
|
2021-01-27 23:35:45 +01:00
|
|
|
|
2021-04-21 22:01:49 +02:00
|
|
|
<div class="grid grid-2col">
|
|
|
|
<div class="flex-group-left">
|
|
|
|
<img class="chat-icon" src="{{competence.img}}" alt="{{competence.name}}" />
|
|
|
|
<div class="grid grid-2col">
|
|
|
|
<label>Caractéristique: </label><label class="flex-grow">{{selectedCarac.label}}</label>
|
|
|
|
<label>{{competence.name}}:</label><label class="flex-grow">{{numberFormat competence.data.niveau decimals=0 sign=true}}</label></label>
|
|
|
|
</div>
|
2021-04-22 19:08:37 +02:00
|
|
|
{{> "systems/foundryvtt-reve-de-dragon/templates/partial-description-overflow.html" oeuvre.data}}
|
2021-04-21 22:01:49 +02:00
|
|
|
</div>
|
|
|
|
<div class="flex-group-left">
|
2021-10-30 01:34:57 +02:00
|
|
|
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-diffFixe.html"}}
|
2021-04-21 22:01:49 +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-04-21 22:01:49 +02:00
|
|
|
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-moral.html"}}
|
|
|
|
<div id="tableAjustements" class="flexrow"></div>
|
|
|
|
</div>
|
2021-04-21 18:58:32 +02:00
|
|
|
</div>
|
2021-01-27 23:35:45 +01:00
|
|
|
|
2021-04-21 18:58:32 +02:00
|
|
|
<div id="tableResolution"></div>
|
|
|
|
<div id="tableProbaReussite"></div>
|
2021-01-27 23:35:45 +01:00
|
|
|
</form>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
</script>
|