{{localize 'DND5E.VehicleCargoCapacity'}}
{{numberInput system.attributes.capacity.cargo name="system.attributes.capacity.cargo" min=0
placeholder=0}}
{{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}}