Initial commit
This commit is contained in:
15
templates/chat-opposed-damage.html
Normal file
15
templates/chat-opposed-damage.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<div class="chat-message-header">
|
||||
<img class="actor-icon" src="{{actorImg}}" alt="{{alias}}" />
|
||||
<h4 class=chat-actor-name>{{defenderName}}</h4>
|
||||
</div>
|
||||
|
||||
<hr>
|
||||
|
||||
<div>
|
||||
<ul>
|
||||
<li>{{defenderName}} suffer damages from {{attackerName}} !</li>
|
||||
<li>Damages (inc. armor+weapon) : {{finalDamage}}</li>
|
||||
<li><button class="chat-card-button reduce-damage-chi" data-actor-id="{{actorId}}" data-roll-id="{{rollId}}" >Oppose damage roll with Chi</button></li>
|
||||
<li><button class="chat-card-button apply-damage" data-actor-id="{{actorId}}" data-roll-id="{{rollId}}" >Apply damage</button></li>
|
||||
</ul>
|
||||
</div>
|
Reference in New Issue
Block a user