2021-12-22 05:12:40 +01:00
|
|
|
<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>
|
2022-01-16 21:29:12 +01:00
|
|
|
|
|
|
|
{{> "systems/bol/templates/dialogs/attribute-roll-part.hbs"}}
|
|
|
|
|
2022-02-18 21:58:53 +01:00
|
|
|
{{> "systems/bol/templates/dialogs/career-roll-part.hbs"}}
|
|
|
|
|
|
|
|
{{> "systems/bol/templates/dialogs/boons-roll-part.hbs"}}
|
|
|
|
|
|
|
|
{{> "systems/bol/templates/dialogs/flaws-roll-part.hbs"}}
|
|
|
|
|
2022-11-23 21:34:51 +01:00
|
|
|
{{> "systems/bol/templates/dialogs/effect-roll-part.hbs"}}
|
|
|
|
|
2022-12-25 18:00:42 +01:00
|
|
|
{{> "systems/bol/templates/dialogs/horoscope-roll-part.hbs"}}
|
|
|
|
|
2022-01-16 21:29:12 +01:00
|
|
|
{{> "systems/bol/templates/dialogs/adv-roll-part.hbs"}}
|
|
|
|
|
|
|
|
{{> "systems/bol/templates/dialogs/mod-roll-part.hbs"}}
|
|
|
|
|
2022-02-18 21:58:53 +01:00
|
|
|
{{> "systems/bol/templates/dialogs/total-roll-part.hbs"}}
|
2022-01-16 21:29:12 +01:00
|
|
|
|
2021-12-22 05:12:40 +01:00
|
|
|
</form>
|