{{!-- Sheet Header --}}

{{!-- Sheet Body --}}
{{!-- Basics Tab --}}
{{> "systems/shadowrun-de/templates/parts/npc-attributes.html" attributes=system.attributes}}
{{ localize 'shadowrun6.actor.initiative' }}
{{system.initiative.physical.base}} + {{system.initiative.physical.dicePool}}d6
{{ localize 'shadowrun6.actor.initiative_astral' }}
{{system.initiative.astral.base}} + {{system.initiative.astral.dicePool}}d6
{{ localize 'shadowrun6.actor.actions' }}
1 {{ localize 'shadowrun6.actor.actions_major' }}, {{system.initiative.actions}} {{localize 'shadowrun6.actor.actions_minor'}}
{{> "systems/shadowrun-de/templates/parts/npc-skills.html" skills=system.skills}} {{> "systems/shadowrun-de/templates/parts/npc-spells.html" }} {{> "systems/shadowrun-de/templates/parts/npc-powers.html" }} {{> "systems/shadowrun-de/templates/parts/npc-metamagics.html" }} {{> "systems/shadowrun-de/templates/parts/npc-complex-forms.html" }} {{> "systems/shadowrun-de/templates/parts/npc-echoes.html" }} {{> "systems/shadowrun-de/templates/parts/npc-augmentations.html" }} {{> "systems/shadowrun-de/templates/parts/npc-gear.html" }} {{> "systems/shadowrun-de/templates/parts/npc-weapons.html" }}
{{#if actor.enriched.notes}}
{{{actor.enriched.notes}}}
{{/if}}