{{#each effects as |effect|}} {{#if (or effect.isIdentified @root.user.isGM)}}
  • {{effect.name}}

    {{effect.name}} {{#if (and (eq effect.type "effect") (eq effect.badge.type "counter"))}} ({{coalesce effect.badge.label effect.badge.value}}) {{/if}} {{#if (eq effect.type "condition")}}{{#unless effect.active}} (Inactive){{/unless}}{{/if}}

    {{#if (and @root.options.editable (not effect.readonly))}} {{#if (eq effect.badge.type "counter")}} {{/if}} {{#if (and (eq effect.type "effect") @root.user.isGM)}} {{/if}} {{#if (eq effect.type "effect")}} {{/if}} {{else if effect.readonly}} {{/if}}
  • {{/if}} {{/each}}