{{!-- Carac Tab --}}
{{!-- Other Tab --}}
Specialisations
{{#each specs as |spec key|}}
-
{{spec.name}}
{{/each}}
{{!-- Combat Tab --}}
Weapons
{{#each weapons as |weapon key|}}
-
{{weapon.name}}
{{weapon.data.typeText}}
Speed {{weapon.data.speed}}
Damage {{weapon.data.damage}}
{{/each}}
Armor
{{#each armors as |armor key|}}
-
{{armor.name}}
{{/each}}
{{!-- Powers Tab --}}
{{!-- Equipement Tab --}}
Equipment
-
Name
Type
{{#each equipments as |equip key|}}
-
{{equip.name}}
{{equip.type}}
{{/each}}
{{!-- Biography Tab --}}
Destiny :
Goals :
History :
{{editor content=data.biodata.description target="data.biodata.description" button=true owner=owner editable=editable}}
Notes :
{{editor content=data.biodata.notes target="data.biodata.notes" button=true owner=owner editable=editable}}