#4 : Weakness management, including bonus/malus field for scores and reminder in the flip dialog

This commit is contained in:
2021-03-12 17:12:14 +01:00
parent 96991516b6
commit 87ca3febd3
11 changed files with 132 additions and 30 deletions

View File

@ -51,6 +51,13 @@
<h3 class="dialog-label" id="flipConsequenceBonus">Consequences Bonus : <span id='consequence-bonus'>0</span> </h3>
</div>
</div>
<div class="flexcol">
<div class="tab" data-group="primary">
{{#each weaknessList as |weakness key|}}
<span class="dialog-label">{{localize weakness.name}} - {{weakness.data.category}}</span>
{{/each}}
</div>
</div>
<div class="flexcol">
{{#if (gt wounds.light 0)}}
<span><label class="dialog-label">Apply Light Wound Malus:</label><input type="checkbox" name="wound-light-checkbox" id="wound-light-checkbox"></span>