25 lines
755 B
Handlebars
25 lines
755 B
Handlebars
<form class="{{cssClass}}" autocomplete="off">
|
|
{{!-- Sheet Header --}}
|
|
<header class="sheet-header">
|
|
<div class="row flexrow table-header">
|
|
<div class="flex1 center">
|
|
<h3>{{localize 'BOL.ui.attributeCheck'}}</h3>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
{{> "systems/bol/templates/dialogs/attribute-roll-part.hbs"}}
|
|
|
|
{{> "systems/bol/templates/dialogs/career-roll-part.hbs"}}
|
|
|
|
{{> "systems/bol/templates/dialogs/boons-roll-part.hbs"}}
|
|
|
|
{{> "systems/bol/templates/dialogs/flaws-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> |