parent
0f30e9d97c
commit
5b57546e25
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue