fvtt-imperium5/templates/chat-opposed-fail.html

12 lines
259 B
HTML
Raw Normal View History

2022-03-13 16:17:04 +01:00
<div class="chat-message-header">
<img class="actor-icon" src="{{actorImg}}" alt="{{alias}}" />
<h4 class=chat-actor-name>{{defenderName}}</h4>
</div>
<hr>
<div >
{{defenderName}} wins the opposition against {{attackerName}} !
</div>
</div>