Various enhancements

This commit is contained in:
2022-11-23 15:27:08 +01:00
parent aa27168c2b
commit 5d8cc300e9
8 changed files with 50 additions and 13 deletions

View File

@ -5,7 +5,15 @@
<div class="flex1 center cell">
<input type="radio" class="bdice" name="adv" value="1" {{#if (eq adv "1B")}}checked{{/if}}/>+1dB<br />
<input type="radio" class="bdice" name="adv" value="2" {{#if (eq adv "2B")}}checked{{/if}}/>+2dB<br />
<input type="radio" class="bdice" name="adv" value="0" {{#if (eq adv "0")}}checked{{/if}}/>0<br />
<input type="radio" class="mdice" name="adv" value="1" {{#if (eq adv "1M")}}checked{{/if}}/>+1dM<br />
<input type="radio" class="mdice" name="adv" value="2" {{#if (eq adv "2M")}}checked{{/if}}/>+2dM<br />
</div>
</div>
{{#if attackBonusDice}}
<div class="flexrow" style="margin-bottom: 1px;">
<label class="flex-group-center">{{localize 'BOL.ui.weaponbonus'}}</label>
</div>
{{/if}}