{{!-- Skills Tab --}}
{{!-- Skills Tab --}}
{{!-- Perks Tab --}}
-
{{#each perks as |perk key|}}
-
{{perk.name}}
{{/each}}
{{!-- Combat Tab --}}
-
{{#each equippedWeapons as |weapon key|}}
-
{{weapon.name}}
{{upperFirst weapon.system.weapontype}}
{{weapon.system.skill}}
{{weapon.system.damage}}
{{/each}}
{{!-- Lore Tab --}}
-
{{#each spells as |spell key|}}
-
{{spell.name}}
{{spell.system.lore}}
{{spell.system.circle}}
{{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 description target="system.biodata.description" button=true owner=owner
editable=editable}}
Notes :
{{editor notes target="system.biodata.notes" button=true owner=owner editable=editable}}