forked from public/foundryvtt-reve-de-dragon
Use hbs extension
This commit is contained in:
28
templates/dialog-roll-alchimie.hbs
Normal file
28
templates/dialog-roll-alchimie.hbs
Normal file
@ -0,0 +1,28 @@
|
||||
<form class="rdd-roll-dialog">
|
||||
<h2>Fabrication: {{recette.name}} par {{alias}}</h2>
|
||||
<div class="grid grid-2col">
|
||||
<div class="flex-group-left">
|
||||
<img class="chat-icon" src="{{competence.img}}" data-tooltip="{{competence.name}}"/>
|
||||
<div class="grid grid-2col">
|
||||
<label>{{alchimie.tache}}:</label><label class="flex-grow">{{alchimie.texte}}</label>
|
||||
<label>Caractéristique: </label><label class="flex-grow">{{selectedCarac.label}}</label>
|
||||
<label>{{competence.name}}:</label><label class="flex-grow">{{plusMoins competence.system.niveau}}</label></label>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex-group-left">
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-diffFixe.hbs"}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-diffCondition.hbs"}}
|
||||
{{#if alchimie.sansCristal}}
|
||||
<div class="flexrow">
|
||||
<label></label>
|
||||
<label>(-4 sans Cristal Alchimique)</label>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-forcer.hbs"}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/partial-roll-moral.hbs"}}
|
||||
<div class="placeholder-ajustements" class="flexrow"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="placeholder-resolution"></div>
|
||||
</form>
|
Reference in New Issue
Block a user