#8 - Weapn/armor management

This commit is contained in:
2021-03-13 22:33:24 +01:00
parent 9d610215d4
commit 2353ba5ff9
6 changed files with 63 additions and 17 deletions

View File

@ -9,5 +9,8 @@
{{#if isBleeding}}
<label>{{defenderName}} is bleeding with severity {{isBleeding}}. He will have a new {{isBleeding}} wound at the end of the round !</label>
{{/if}}
{{#if isStun}}
<label>{{defenderName}} is has the Stun consequence at {{isStun}} severity !</label>
{{/if}}
</div>

View File

@ -0,0 +1 @@
<h4>{{defenderName}}: no damages received !</h4>