#181 Gestion potions (fabrication)
This commit is contained in:
12
templates/chat-fabriquer-potion-base.html
Normal file
12
templates/chat-fabriquer-potion-base.html
Normal file
@ -0,0 +1,12 @@
|
||||
<img class="chat-icon" src="systems/foundryvtt-reve-de-dragon/icons/competence_botanique.png" alt="fabrication" />
|
||||
<h4>
|
||||
{{alias}} a fabriqué une potion de {{categorie}} de {{herbe}}, avec {{nbBrinsPotion}} brins.
|
||||
</h4>
|
||||
<hr>
|
||||
<div>
|
||||
{{#if (eq nbBrinsReste 0)}}
|
||||
Toute l'herbe a été consommée par la potion. L'herbe a été supprimée de l'inventaire.
|
||||
{{else}}
|
||||
La quantité d'herbe est désormais de {{nbBrinsReste}} et a été mise à jour automatiquement.
|
||||
{{/if}}
|
||||
</div>
|
Reference in New Issue
Block a user