Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.7.0
    Preparing search index...

    Interface BodyPartStatus

    Body part status information for UI display.

    Korean: 신체 부위 상태 정보

    Provides UI-friendly data about body part health status including color coding, status text, and icon information.

    신체부위상태

    interface BodyPartStatus {
        color: number;
        critical: boolean;
        disabled: boolean;
        health: number;
        maxHealth: number;
        part: BodyPart;
        percentage: number;
        status: KoreanText;
    }
    Index

    Properties

    color: number

    Color code for UI (hex number)

    critical: boolean

    Whether this part is critically damaged

    disabled: boolean

    Whether this part is non-functional

    health: number

    Current health (0-100)

    maxHealth: number

    Maximum health

    part: BodyPart

    Body part identifier

    percentage: number

    Health percentage (0.0-1.0)

    status: KoreanText

    Status description