{{!-- Skills Tab --}}
-
{{#each skills as |skill key|}}
-
{{skill.name}}
{{upper skill.system.ability}}
{{skill.system.skilldice}}
-
{{/each}}
{{!-- Combat Tab --}}
-
{{#each equippedWeapons as |weapon key|}}
-
{{weapon.name}}
{{weapon.system.ability}}
{{perk.system.range}}
{{/each}}
-
{{#each feats as |feat key|}}
-
{{feat.name}}
{{upperFirst feat.system.isfeatdie}}
{{upperFirst feat.system.issl}}
{{feat.system.sl}}
{{/each}}
{{!-- Lore Tab --}}
-
{{#each spells as |spell key|}}
-
{{spell.name}}
{{upperFirst spell.system.lore}}
{{upperFirst spell.system.circle}}
{{upperFirst spell.system.range}}
{{/each}}
{{!-- Equipement Tab --}}
Encumbrance
Current : {{encCurrent}}
Capacity : {{encCapacity}}
-
{{#each moneys as |money key|}}
-
{{money.name}}
{{#if money.system.idrDice}}
{{money.system.idrDice}}
{{else}}
-
{{/if}}
{{/each}}
-
{{#each weapons as |weapon key|}}
-
{{weapon.name}}
{{/each}}
-
{{#each armors as |armor key|}}
-
{{armor.name}}
{{upper armor.system.armortype}}
{{armor.system.absorprionroll}}
{{/each}}
-
{{#each shields as |shield key|}}
-
{{shield.name}}
{{shield.system.levelDice}}
{{/each}}
-
{{#each containersTree as |equip key|}}
{{> systems/fvtt-crucible-rpg/templates/partial-actor-equipment.html equip=equip level=1}}
{{#each equip.data.contents as |subgear key|}}
{{> systems/fvtt-crucible-rpg/templates/partial-actor-equipment.html equip=subgear level=2}}
{{/each}}
{{/each}}
{{!-- Biography Tab --}}
Background :
{{editor data.biodata.description target="system.biodata.description" button=true owner=owner
editable=editable}}
Notes :
{{editor data.biodata.notes target="system.biodata.notes" button=true owner=owner editable=editable}}