Modification des messages de tchat

This commit is contained in:
2025-06-23 02:04:15 +02:00
parent c8d589f0d2
commit 4df0eab574
48 changed files with 199 additions and 208 deletions

View File

@@ -1,5 +1,4 @@
<img class="chat-icon" src="{{competence.img}}" />
<h4>
<h4><img class="chat-icon" src="{{competence.img}}" />
{{#if (eq mode "empoigner")}}
{{attacker.name}} tente d'empoigner {{defender.name}}
{{/if}}
@@ -16,7 +15,7 @@
{{> "systems/foundryvtt-reve-de-dragon/templates/chat-infojet.hbs"}}
<hr>
<div>
<p>
{{#if (gte empoignade.system.pointsemp 2)}}
@@ -75,4 +74,4 @@
</span>
<br>Points d'Emp: {{empoignade.system.pointsemp}}
{{/if}}
</div>
</p>