foundryvtt-shadows-over-sol/templates/chat-damage-request-dodge.html

11 lines
425 B
HTML

<h4>{{target.actor.name}} has {{remainingAP}} AP and can react to the attack from {{actor.name}} !</h4>
<div class="flexcol">
{{#if coverSeverityFlag}}
<label>Add cover consequence bonus * 2 to your defense : {{coverSeverityLevel}}</label>
{{/if}}
{{#if isMelee}}
<label>Add Melee level to your defense : {{defenderMelee}}</label>
{{/if}}
<label>Do not dodge and get the hit ! </label>
</div>