Various automations fixes
This commit is contained in:
19
templates/chat/chat-opposition-result.hbs
Normal file
19
templates/chat/chat-opposition-result.hbs
Normal file
@@ -0,0 +1,19 @@
|
||||
<div class="chat-message-header">
|
||||
|
||||
<img class="actor-icon" src="{{winner.actorImg}}" alt="{{winner.alias}}" />
|
||||
|
||||
<span data-tooltip="Opposed" class="roll-opposed-icon fa-stack fa-1x">
|
||||
<i class="fa-thin fa-square fa-stack-1x"></i>
|
||||
<i class="fa-solid fa-arrow-right-arrow-left fa-stack-1x "></i>
|
||||
</span>
|
||||
|
||||
<img class="actor-icon" src="{{looser.actorImg}}" alt="{{looser.alias}}" />
|
||||
<label class="chat-actor-name-opposition">{{winner.alias}} vs {{looser.alias}}</label>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
<div >
|
||||
<label class="chat-result-success">{{winner.alias}} ({{winner.skill.name}}, {{winner.diceResult}}) wins opposition against {{looser.alias}} ({{looser.skill.name}}, {{looser.diceResult}})</label>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user