add traits to standalone skill dialog

main 0.11.3
macniel 2026-07-14 14:59:55 +02:00
parent 0f30e9d97c
commit e2d72c1f8a
1 changed files with 15 additions and 0 deletions

View File

@ -1,4 +1,19 @@
<div class="mini-skills">
{{#if skills.Gaben}}
<div class="talent-group gift">
<fieldset>
<legend><h2>Gaben</h2></legend>
<ul>
<li>
{{#each skills.Gaben}}
<li>
{{> "systems/DSA_4-1/templates/ui/partial-rollable-button.hbs" this}}
</li>
{{/each}}
</ul>
</fieldset>
</div>
{{/if}}
<div class="talent-group combat">
<fieldset>
<legend><h2>Kampftalente</h2></legend>