{{> "systems/vermine2047/templates/item/chatCards/parts/base.hbs"}} {{!-- Ability specific content --}}
{{#if item.system.type}}
{{ localize 'VERMINE.type' }}: {{item.system.type}}
{{/if}} {{#if item.system.totem}}
{{ localize 'IDENTITY.totem' }}: {{ localize (lookup ../config.totems item.system.totem) }}
{{/if}} {{#if item.system.level.value}}
{{ localize 'VERMINE.level' }}: {{item.system.level.value}}
{{/if}} {{#if item.system.learn.threshold}}
{{ localize 'VERMINE.learn' }}: {{item.system.learn.threshold}} {{#ifgt item.system.learn.hindrance 0}} / {{item.system.learn.hindrance}} {{/ifgt}}
{{/if}} {{#if item.system.effects}}
{{ localize 'UI.effects' }}:
    {{#each item.system.effects as |effect|}}
  • {{effect}}
  • {{/each}}
{{/if}} {{#if item.system.description}}
{{ localize 'IDENTITY.notes' }}:

{{{item.system.description}}}

{{/if}}