{{!-- Skills Tab --}}
{{#each system.attributes as |attr key|}}
{{> systems/fvtt-warhero/templates/partial-actor-stat-block.html stat=attr key=key path="attributes" fieldClass="item-field-label-vlong"}}
{{/each}}
{{#each system.secondary as |second key|}}
{{> systems/fvtt-warhero/templates/partial-actor-stat-block.html stat=second key=key path="secondary" fieldClass="item-field-label-vlong"}}
{{/each}}
-
{{localize "WH.ui.xphp"}}
{{hpprogression}}
{{!-- Combat Tab --}}
-
{{#each shields as |shield key|}}
-
{{shield.name}}
{{shield.system.shieldtype}}
{{shield.system.parrybonus}}
{{/each}}
-
{{#each armors as |armor key|}}
-
{{armor.name}}
{{armor.system.armortype}}
{{armor.system.damagereduction}}
{{/each}}
{{!-- Skills Tab --}}
-
{{#each classSkills as |skill key|}}
-
{{skill.name}}
{{#if skill.system.unlimited}}
N/A
N/A
{{else}}
{{skill.system.currentuse}}
{{skill.system.maxuse}}
{{/if}}
{{/each}}
-
{{#each skills as |skill key|}}
-
{{skill.name}}
{{/each}}
-
{{#each languages as |language key|}}
-
{{language.name}}
{{/each}}
{{!-- Powers Tab --}}
{{!-- Equipement Tab --}}
{{#each slotEquipments as |slot slotKey|}}
-
{{#each slot.content as |item itemKey|}}
-
{{item.name}}
{{/each}}
{{/each}}
{{!-- Biography Tab --}}
Background :
{{editor description target="system.biodata.description" button=true owner=owner
editable=editable}}
Notes :
{{editor notes target="system.biodata.notes" button=true owner=owner editable=editable}}