{{actor.name}}
{{> "dnd5e.actor-warnings"}}

  • {{lookup config.actorSizes system.traits.size}}
  • {{localize 'DND5E.HitPoints'}}

    /
  • {{localize 'DND5E.ArmorClass'}}

    {{numberInput system.attributes.ac.flat name="system.attributes.ac.flat" min=0 step=1 placeholder="—"}}
  • {{ localize "DND5E.Movement" }}

    {{movement.primary}}
    {{movement.special}}
    {{#each abilities as |ability id|}}
  • {{ability.label}}

    {{numberFormat ability.mod decimals=0 sign=true}}
  • {{/each}}

{{localize 'DND5E.VehicleCreatureCapacity'}}

{{localize 'DND5E.VehicleCargoCapacity'}}

{{numberInput system.attributes.capacity.cargo name="system.attributes.capacity.cargo" min=0 placeholder=0}}

{{localize 'DND5E.VehicleActionStations'}}

{{localize 'DND5E.ActionPl'}}

{{numberInput system.attributes.actions.value name="system.attributes.actions.value" min=0 step=1 placeholder=0 title=(localize "DND5E.VehicleActionsHint")}}

{{localize 'DND5E.VehicleActionThresholds'}}

< {{numberInput system.attributes.actions.thresholds.[2] min=0 step=1 placeholder="—" name="system.attributes.actions.thresholds.2" title=(localize "DND5E.VehicleActionThresholdsFull")}} < {{numberInput system.attributes.actions.thresholds.[1] min=0 step=1 placeholder="—" name="system.attributes.actions.thresholds.1" title=(localize "DND5E.VehicleActionThresholdsMid")}} < {{numberInput system.attributes.actions.thresholds.[0] min=0 step=1 placeholder="—" name="system.attributes.actions.thresholds.0" title=(localize "DND5E.VehicleActionThresholdsMin")}}
{{> "dnd5e.actor-traits"}}
{{> "dnd5e.actor-features" sections=features}}
{{> "dnd5e.actor-inventory" sections=cargo}}
{{> "dnd5e.active-effects"}}
{{editor biographyHTML target="system.details.biography.value" button=true editable=editable engine="prosemirror" collaborate=false}}