
{{#if (eq item.type "domainCard")}}
{{item.system.level}}
{{#with (lookup allDomains item.system.domain) as | domain |}}

{{/with}}
{{item.system.recallCost}}
{{/if}}
{{#if item.system.type}}
{{#with (lookup config.DOMAIN.cardTypes item.system.type) as | cardType |}}
{{localize cardType.label}}
{{/with}}
{{else}}
{{localize (concat 'TYPES.Item.' item.type)}}
{{/if}}
{{item.name}}
{{#if (and (eq item.type "weapon") settings.weapon)}}
{{/if}}
{{#if (and (eq item.type "armor") settings.armor)}}
{{/if}}
{{#if (and (eq item.type "consumable") settings.consumable)}}
{{/if}}
{{#if (and (eq item.type "feature") settings.feature)}}
{{/if}}
{{#if (and (eq item.type "domainCard") settings.domain)}}
{{/if}}
{{{description}}}