2021-01-27 23:35:45 +01:00
|
|
|
<form class="dialog-roll-danse">
|
2021-04-21 00:59:10 +02:00
|
|
|
<h2>Danser: {{oeuvre.name}}</h2>
|
2021-01-27 23:35:45 +01:00
|
|
|
|
2021-04-21 00:59:10 +02:00
|
|
|
<div class="grid grid-2col">
|
|
|
|
<div class="flex-group-left">
|
2021-04-21 18:58:32 +02:00
|
|
|
<img class="chat-icon" src="{{competence.img}}" alt="{{competence.name}}" />
|
2021-04-21 00:59:10 +02:00
|
|
|
<div class="grid grid-2col">
|
|
|
|
<label for="carac">Caractéristique:</label>{{>"systems/foundryvtt-reve-de-dragon/templates/partial-select-carac.html"}}
|
2022-09-06 23:52:21 +02:00
|
|
|
<label>{{competence.name}}:</label><label class="flex-grow">{{numberFormat competence.system.niveau decimals=0 sign=true}}</label></label>
|
2021-04-21 00:59:10 +02:00
|
|
|
</div>
|
2022-09-06 23:52:21 +02:00
|
|
|
{{> "systems/foundryvtt-reve-de-dragon/templates/partial-description-overflow.html" oeuvre.system}}
|
2021-04-21 00:59:10 +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 00:59:10 +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 00:59:10 +02:00
|
|
|
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-moral.html"}}
|
2021-10-30 01:34:57 +02:00
|
|
|
|
2022-12-06 01:30:12 +01:00
|
|
|
<div class="placeholder-ajustements" class="flexrow"></div>
|
2021-03-16 21:49:21 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
2021-01-27 23:35:45 +01:00
|
|
|
|
2022-12-06 01:30:12 +01:00
|
|
|
<div class="placeholder-resolution"></div>
|
2021-01-27 23:35:45 +01:00
|
|
|
</form>
|