{{!-- Inventory/Domain Card Section {{> 'daggerheart.inventory-items' }} Parameters: - title {string} : Localization key used for the legend. - collection {array} : Array of items to render. - type {string} : The type of items in the list: - isGlassy {boolean} : If true, applies the 'glassy' class to the fieldset. - cardView {boolean} : If true and type is 'domainCard', renders using domain card layout. - isActor {boolean} : Passed through to inventory-item partials. - canCreate {boolean} : If true, show createDoc anchor on legend - inVault {boolean} : If true, the domainCard is created with inVault=true - disabled {boolean}: If true, the ActiveEffect is created with disabled=true; - categoryAdversary {string} : Category adversary id. - showLabels {boolean} : If true, show label-tags else show simple tags. - hideTooltip {boolean} : If true, disables the tooltip on the item image. - hideControls {boolean} : If true, hides the controls inside inventory-item partials. - hideDescription {boolean} : If true, hides the item's description. - hideResources {boolean} : If true, hides the item's resources. - showActions {boolean} : If true show feature's actions. --}}
{{localize title}} {{#if canCreate}} {{/if }} {{#if (and cardView (eq type 'domainCard'))}} {{else}} {{/if}}