parent
032b006dd5
commit
62065a8d31
1793 changed files with 64779 additions and 67933 deletions
|
@ -9,8 +9,8 @@ SPDX-License-Identifier: MIT
|
|||
{{#unless (isEmpty itemsByType.specialCreatureAbility)}}
|
||||
<ol class="ds4-embedded-document-list ds4-embedded-document-list--special-creature-ability item-list">
|
||||
{{> systems/ds4/templates/sheets/actor/components/item-list-header.hbs type='specialCreatureAbility'}}
|
||||
{{#each itemsByType.specialCreatureAbility as |itemData id|}}
|
||||
{{> systems/ds4/templates/sheets/actor/components/item-list-entry.hbs itemData=itemData}}
|
||||
{{#each itemsByType.specialCreatureAbility as |item id|}}
|
||||
{{> systems/ds4/templates/sheets/actor/components/item-list-entry.hbs item=item}}
|
||||
{{/each}}
|
||||
</ol>
|
||||
{{/unless}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue