Files
bol/templates/dialogs/adv-roll-part.hbs

19 lines
1.2 KiB
Handlebars

<div class="flexrow" style="margin-bottom: 1px;">
<div class="flex1 center bg-darkred">
<label for="adv">{{localize 'BOL.ui.bonusmalus'}}</label>
</div>
<div class="flex1 center cell dice-options-cell">
<label class="dice-option bdice-label"><input type="radio" class="bdice" name="adv" value="2" {{#if (eq adv "2B")}}checked{{/if}}/>+2dB</label>
<label class="dice-option bdice-label"><input type="radio" class="bdice" name="adv" value="1" {{#if (eq adv "1B")}}checked{{/if}}/>+1dB</label>
<label class="dice-option neutral-label"><input type="radio" class="bdice" name="adv" value="0" {{#if (eq adv "0")}}checked{{/if}}/>0</label>
<label class="dice-option mdice-label"><input type="radio" class="mdice" name="adv" value="1" {{#if (eq adv "1M")}}checked{{/if}}/>+1dM</label>
<label class="dice-option mdice-label"><input type="radio" class="mdice" name="adv" value="2" {{#if (eq adv "2M")}}checked{{/if}}/>+2dM</label>
</div>
</div>
{{#if attackBonusDice}}
<div class="flexrow" style="margin-bottom: 1px;">
<label class="flex-group-center">{{localize 'BOL.ui.weaponbonus'}}</label>
</div>
{{/if}}