{{#if system.genesisID}}

{{localize (concat (concat "critter." system.genesisID) ".name")}}

{{localize (concat (concat "critter." system.genesisID) ".src")}}

{{localize (concat (concat "critter." system.genesisID) ".desc")}}
{{else}}

{{actor.name}}

{{system.description}}
{{/if}} {{!-- Sheet Body --}}
{{> "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'}}
{{ localize 'shadowrun6.defense_rating.label' }}
{{system.defenserating.physical.pool}}
{{> "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-critterpowers.html" }} {{> "systems/shadowrun-de/templates/parts/npc-weapons.html" }}