Opposed tests, ongoing process
This commit is contained in:
10
templates/chat-damage-request-dodge.html
Normal file
10
templates/chat-damage-request-dodge.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user