Enchantement des gemmes et potions
This commit is contained in:
9
templates/chat-pertereve-enchantement-chateaudormant.hbs
Normal file
9
templates/chat-pertereve-enchantement-chateaudormant.hbs
Normal file
@ -0,0 +1,9 @@
|
||||
<img class="chat-icon" src="{{item.img}}" data-tooltip="{{item.name}}" />
|
||||
<h4>
|
||||
La {{item.type}} enchantée {{item.name}} de {{alias}} a perdu un Point de Rêve (nouveau total : {{nouveaupr}}).</h4>
|
||||
<hr>
|
||||
<div>
|
||||
{{#if (and (eq item.type 'potion') (eq nouveaupr 0))}}
|
||||
Sa {{item.type}} étant désormais à 0 Point de Rêve, elle est inutilisable et peut être jetée.
|
||||
{{/if}}
|
||||
</div>
|
Reference in New Issue
Block a user