{{#each targets}}
  • {{this.token.name}}

      {{#each this.updates}}
    • {{#if this.itemId}} {{#if this.clear}} {{localize "DAGGERHEART.UI.Chat.reloadWeapon" weapon=this.target.name}} {{else}} {{localize "DAGGERHEART.UI.Chat.restoreWeaponResource" quantity=this.value weapon=this.target.name}} {{/if}} {{else if (gte this.value 0)}} {{ localize "DAGGERHEART.UI.Chat.markResource" quantity=this.value resource=(localize (concat "DAGGERHEART.CONFIG.HealingType." this.key ".name")) }} {{else}} {{ localize "DAGGERHEART.UI.Chat.clearResource" quantity=(positive this.value) resource=(localize (concat "DAGGERHEART.CONFIG.HealingType." this.key ".name")) }} {{/if}}
    • {{/each}}
  • {{/each}}