Enchanter des Potions
This commit is contained in:
22
templates/item/potion/dialog-enchanter.hbs
Normal file
22
templates/item/potion/dialog-enchanter.hbs
Normal file
@ -0,0 +1,22 @@
|
||||
<form class="rdd-dialog-enchanter">
|
||||
<img class="chat-icon" src="{{item.img}}" data-tooltip="Enchanter {{item.name}}" />
|
||||
<div class="flexcol">
|
||||
<h4>Enchanter {{item.name}}</h4>
|
||||
<div class="flexrow">
|
||||
<label class="flex-grow">Nouveaux points de rêve</label>
|
||||
<input class="attribute-value nouveaupr flex-shrink number-x2" type="number" name="nouveaupr" value="{{nouveaupr}}"
|
||||
min="0" max="50" data-dtype="Number" />
|
||||
</div>
|
||||
{{!-- <div class="flexrow">
|
||||
<input class="attribute-value purifier" type="checkbox" name="purifier" {{#if purifier}}checked{{/if}}>
|
||||
<label for="purifier">Purifier</label>
|
||||
</input>
|
||||
</div> --}}
|
||||
<div class="flexrow">
|
||||
<input class="attribute-value prpermanent" type="checkbox" name="prpermanent" {{#if purifier}}checked{{/if}}>
|
||||
<label for="prpermanent">Permanente</label>
|
||||
</input>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user