{{!-- Skills Tab --}}
-
{{#each system.mitigation as |mitigation key|}}
-
{{mitigation.label}}
{{mitigation.value}}
{{/each}}
-
{{#each system.bonus as |bonus key|}}
-
{{upperFirst key}}
{{#each bonus as |value key2|}}
-
{{upperFirst key2}}
{{value}}
{{/each}}
{{/each}}
{{!-- Modules Tab --}}
{{!-- Spells Tab --}}
-
{{#each spells as |spell key|}}
-
{{spell.name}}
{{upperFirst spell.system.spelltype}}
{{upperFirst spell.system.level}}
{{/each}}
{{!-- moves Tab --}}
-
{{#each spells as |spell key|}}
-
{{spell.name}}
{{upperFirst spell.system.spelltype}}
{{upperFirst spell.system.level}}
{{/each}}
{{!-- traits Tab --}}
-
{{#each traits as |trait key|}}
-
{{trait.name}}
{{upperFirst trait.system.spelltype}}
{{upperFirst trait.system.level}}
{{/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}}
{{upperFirst armor.system.armortype}}
{{armor.system.absorprionroll}}
{{/each}}
-
{{#each shields as |shield key|}}
-
{{shield.name}}
{{shield.system.levelDice}}
{{/each}}
-
{{#each equipments as |equip key|}}
-
{{equip.name}}
{{/each}}
{{!-- Equipement Tab --}}
-
{{#each craftingSkills as |crafting key|}}
-
{{crafting.name}}
{{/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}}