forked from public/foundryvtt-reve-de-dragon
#181 Gestion potions (fabrication)
This commit is contained in:
17
templates/dialog-fabriquer-potion-base.html
Normal file
17
templates/dialog-fabriquer-potion-base.html
Normal file
@ -0,0 +1,17 @@
|
||||
<form class="skill-roll-dialog">
|
||||
<div class="form-group">
|
||||
<label>Fabriquer une potion de {{data.categorie}} de {{name}}</label>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label>Nombre de brins</label>
|
||||
<select name="nbBrins" id="nbBrins" data-dtype="number">
|
||||
{{#select nbBrins}}
|
||||
{{{nbBrinsSelect}}}
|
||||
{{/select}}
|
||||
</select>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
||||
|
Reference in New Issue
Block a user