forked from public/bol
Add fight options
This commit is contained in:
10
templates/dialogs/fightoptions-roll-part.hbs
Normal file
10
templates/dialogs/fightoptions-roll-part.hbs
Normal file
@ -0,0 +1,10 @@
|
||||
{{#if fightOption}}
|
||||
<div class="flexrow" style="margin-bottom: 1px;">
|
||||
<div class="flex1 center bg-darkred">
|
||||
<label for="fg">{{localize 'BOL.ui.fightOption'}}</label>
|
||||
</div>
|
||||
<div class="flex1 center cell">
|
||||
{{fightOption.name}}
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
@ -45,10 +45,12 @@
|
||||
|
||||
{{> "systems/bol/templates/dialogs/flaws-roll-part.hbs"}}
|
||||
|
||||
{{> "systems/bol/templates/dialogs/fightoptions-roll-part.hbs"}}
|
||||
|
||||
{{> "systems/bol/templates/dialogs/adv-roll-part.hbs"}}
|
||||
|
||||
{{> "systems/bol/templates/dialogs/mod-roll-part.hbs"}}
|
||||
|
||||
{{> "systems/bol/templates/dialogs/total-roll-part.hbs"}}
|
||||
|
||||
</form>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user