Manage wounds in fight

This commit is contained in:
2021-02-15 23:21:53 +01:00
parent de104fb386
commit de4bdb2403
10 changed files with 120 additions and 7 deletions

View File

@ -0,0 +1,9 @@
<h4>{{name}} has taken a new {{severity}} wound, due to the {{consequenceName}} consequence !</h4>
<div class="flexcol">
<label>Light Wounds : {{wounds.light}}</label>
<label>Moderate Wounds : {{wounds.moderate}}</label>
<label>Severe Wounds : {{wounds.severe}}</label>
<label>Critical Wounds : {{wounds.critical}}</label>
<label>Current wounds value : {{currentWounds}}</label>
<label>Total wounds : {{totalWounds}}</label>
</div>