#4 : Weakness management, including bonus/malus field for scores and reminder in the flip dialog
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user