{{localize 'ITEMS.weapons'}}
{{> "systems/vermine2047/templates/actor/parts/actor-weapons.hbs"}}
{{localize 'ITEMS.defenses'}}
{{> "systems/vermine2047/templates/actor/parts/actor-defenses.hbs"}}
{{localize 'ITEMS.items'}}
{{#each gear as |item id|}}
-
{{item.name}}
{{#if item.system.damages.value}}
/
{{{item.damagedIcon}}}
{{/if}}
{{#if @root.isEditMode}}
{{/if}}
{{/each}}
{{ localize 'IDENTITY.notes'}}
{{formInput systemFields.equipment.fields.description enriched=enrichedEquipmentNotes value=system.equipment.description name="system.equipment.description" toggled=true}}