{{> "systems/vermine2047/templates/item/chatCards/parts/base.hbs"}} {{!-- Item specific content --}} {{#if item.system.needSkill.value}}

{{ smarttlk 'SKILLS' item.system.needSkill.skill 'name' }}

{{/if}} {{!-- Traits --}} {{#if item.system.traits}}
{{/if}} {{!-- Physical item properties --}} {{#if item.system.quantity}}
{{ localize 'VERMINE.quantity' }}: {{item.system.quantity}}
{{/if}} {{#if item.system.weight}}
{{ localize 'VERMINE.weight' }}: {{item.system.weight}}
{{/if}} {{#if item.system.rarity.value}}
{{ localize 'VERMINE.rarity' }}: {{#repeat item.system.rarity.value 1 "i"}} {{romanNumber i}} {{/repeat}} {{#ifgt item.system.rarity.handicap 0}} ({{romanNumber item.system.rarity.handicap}}) {{/ifgt}}
{{/if}} {{#if item.system.damages.value}}
{{ localize 'VERMINE.damages' }}: {{getDamagesData item.system.damages "state"}} {{#ifgt item.system.damages.value 1}} ({{item.system.damages.value}}) {{/ifgt}}
{{/if}} {{!-- Reliability --}} {{#if item.system.reliability}}
{{ localize 'VERMINE.reliability' }}: {{item.system.reliability}}
{{/if}}