A body part's contribution to the health ceiling.

interface PartHealthInput {
    critical: boolean;
    tier: BodyPartTier;
    usable: boolean;
}

Properties

Properties

critical: boolean

Whether the part is critical (holds a VITAL or CORE role).

Impairment tier (from bodyPartImpairment).

usable: boolean

Whether the part is still usable.