The minimal view of an active injury needed to derive impairment.

interface LocationInjury {
    healingRate: number;
    level: number;
    locationShortcode: string;
}

Properties

healingRate: number

Healing rate — a minor injury only impairs while this is ≤ 5.

level: number

Injury level (1 = M1 … 5 = G5); 0/NA means no injury.

locationShortcode: string

Shortcode of the injured body location.