2021-07-20 02:16:43 +02:00
|
|
|
{{!--
|
|
|
|
SPDX-FileCopyrightText: 2021 Johannes Loher
|
|
|
|
SPDX-FileCopyrightText: 2021 Gesina Schwalbe
|
|
|
|
|
|
|
|
SPDX-License-Identifier: MIT
|
|
|
|
--}}
|
|
|
|
|
2022-01-21 03:22:17 +01:00
|
|
|
<div class="ds4-sheet-tab tab effects" data-group="primary" data-tab="effects">
|
2023-06-25 23:55:08 +02:00
|
|
|
{{#unless (isEmpty enrichedEffects)}}
|
2021-08-19 03:04:40 +02:00
|
|
|
<ol class="ds4-embedded-document-list ds4-embedded-document-list--effect effect-list">
|
2021-07-20 02:16:43 +02:00
|
|
|
{{> systems/ds4/templates/sheets/actor/components/effect-list-header.hbs}}
|
|
|
|
{{#each enrichedEffects as |effectData id| }}
|
|
|
|
{{> systems/ds4/templates/sheets/actor/components/effect-list-entry.hbs effectData=effectData}}
|
|
|
|
{{/each}}
|
|
|
|
</ol>
|
|
|
|
{{/unless}}
|
2022-01-21 03:22:17 +01:00
|
|
|
{{> systems/ds4/templates/sheets/shared/components/add-button.hbs title='DS4.UserInteractionAddEffectTitle'
|
2021-07-22 02:02:35 +02:00
|
|
|
documentType='effect'}}
|
2021-07-20 02:16:43 +02:00
|
|
|
</div>
|