Review combat mode

This commit is contained in:
2022-01-17 23:50:57 +01:00
parent 1008c8afb1
commit 4e7b8b9a78
9 changed files with 149 additions and 123 deletions

View File

@@ -1,7 +1,8 @@
<img class="chat-icon" src="{{weapon.img}}" alt="{{weapon.name}}"/>
<h3><strong>Dommages de l'arme : {{damage}}</strong>
{{!#if hasDescription}}
<!--<h4>-->
<!-- <pre class="rollDescr-line">{{!description}}</pre>-->
<!--</h4>-->
{{!/if}}
<h3><strong>Dommages de {{weapon.name}} : {{damageRoll.total}}</strong>
{{#if target}}
<div id="{{applyId}}">
<button class="chat-damage-apply" data-attack-id="{{id}}">Appliquer les dommages à la cible</button>
</div>
{{/if}}