{{#if isCompanion}}
{{item.name}}
{{else}}
{{localize item.name}}
{{/if}}
{{#if (eq type 'weapon')}}
{{/if}}
{{#if (eq type 'armor')}}
{{#if isSidebar}}
{{localize "DAGGERHEART.ITEMS.Armor.baseScore"}}:
{{item.system.baseScore}}
{{else}}
{{/if}}
{{/if}}
{{#if (eq type 'feature')}}
{{#if (or (eq @root.document.type 'adversary') (eq @root.document.type 'environment'))}}
{{#if item.system.featureForm}}
{{/if}}
{{/if}}
{{/if}}
{{#if (eq type 'domainCard')}}
{{#if isSidebar}}
{{localize (concat 'DAGGERHEART.CONFIG.DomainCardTypes.' item.system.type)}}
-
{{localize (concat 'DAGGERHEART.GENERAL.Domain.' item.system.domain '.label')}}
-
{{item.system.recallCost}}
{{else}}
{{/if}}
{{/if}}
{{#if (eq type 'effect')}}
{{/if}}
{{#if (eq type 'action')}}
{{/if}}
{{#if (eq type 'attack')}}
{{/if}}
{{#if (and (not isSidebar) (eq item.system.resource.type 'simple'))}}
{{> "systems/daggerheart/templates/sheets/global/partials/item-resource.hbs"}}
{{/if}}
{{#if (and (not isSidebar) item.system.quantity)}}