One row of the Profile tab's movement ledger.

interface MovementRow {
    isCurrent: boolean;
    label: string;
    medium: MovementMedium;
    value: number;
}

Properties

isCurrent: boolean

Whether this is the actor's current (starred) medium.

label: string

Localization key for the medium's display name.

The medium this row describes.

value: number

Tactical move (feet per combat round) in this medium.