foundryvtt-reve-de-dragon/templates/dialog-roll-recettecuisine.html

38 lines
1.7 KiB
HTML
Raw Normal View History

<form class="rdd-roll-dialog">
2021-04-22 19:08:37 +02:00
<h2>Cuisiner: {{oeuvre.name}}</h2>
2021-04-21 22:02:17 +02:00
<div class="grid grid-2col">
<div class="flex-group-left">
<img class="chat-icon" src="{{competence.img}}" data-tooltip="{{competence.name}}" />
2021-04-21 22:02:17 +02:00
<div>
<div class="flexrow">
<label>Caractéristique: </label><label>{{selectedCarac.label}}</label>
</div>
<div class="flexrow">
2023-11-11 00:03:14 +01:00
<label>{{competence.name}}: </label><label>{{plusMoins competence.system.niveau}}</label></label>
2021-04-21 22:02:17 +02:00
</div>
<div class="flexrow">
2022-09-06 23:52:21 +02:00
<label>Exotisme: </label><label>{{oeuvre.system.exotisme}}</label>
2021-04-21 22:02:17 +02:00
</div>
<div class="flexrow">
<label for="proportions">Proportions: </label>
<input class="cuisine-proportions" type="number" size="4" name="proportions" value="{{proportions}}" data-dtype="Number" />
</div>
<div class="flexrow">
<label for="ajouterEquipement">Ajouter à l'équipement</label>
<input class="checkbox-by-name" type="checkbox" name="ajouterEquipement" {{#if ajouterEquipement}}checked{{/if}} />
</div>
</div>
</div>
<div class="flex-group-left">
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-diffFixe.html"}}
2021-04-21 22:02:17 +02:00
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-diffCondition.html"}}
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-forcer.html"}}
2021-04-21 22:02:17 +02:00
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-moral.html"}}
<div class="placeholder-ajustements" class="flexrow"></div>
</div>
</div>
{{> "systems/foundryvtt-reve-de-dragon/templates/partial-description-overflow.html" oeuvre.system}}
<div class="placeholder-resolution"></div>
2021-01-27 23:35:45 +01:00
</form>