#8 - Weapn/armor management
This commit is contained in:
@ -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>
|
||||
|
1
templates/chat-nodamage-taken.html
Normal file
1
templates/chat-nodamage-taken.html
Normal file
@ -0,0 +1 @@
|
||||
<h4>{{defenderName}}: no damages received !</h4>
|
Reference in New Issue
Block a user