{{!-- Sheet Header --}}

{{#switch actor.type}} {{#case 'Spirit' }} {{> "systems/shadowrun-de/templates/parts/npc_usage_spirit.html" }} {{/case}} {{/switch}} {{#if gruntGroup.id}} {{> "systems/shadowrun-de/templates/parts/npc_grunt_group.hbs" }} {{/if}}
{{> "systems/shadowrun-de/templates/parts/monitors.html" attributes=system.attributes}} {{> "systems/shadowrun-de/templates/parts/edge-token.html"}}
{{!-- Sheet Body --}}
{{> "systems/shadowrun-de/templates/parts/npc-attributes-ro.html" attributes=system.attributes}}
{{ localize 'shadowrun6.actor.initiative' }}
{{system.initiative.physical.pool}} + {{system.initiative.physical.dicePool}}d6
{{ localize 'shadowrun6.actor.initiative_astral' }}
{{system.initiative.astral.pool}} + {{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-critterpowers.html" }} {{> "systems/shadowrun-de/templates/parts/npc-qualities.html" }} {{> "systems/shadowrun-de/templates/parts/npc-weapons.html" }}
{{> "systems/shadowrun-de/templates/parts/npc-item-descriptions.html" }}
{{#if system.notes}}

Notes

{{{system.notes}}}
{{/if}}