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

    Interface PainConsciousnessStatus

    Pain and consciousness status information.

    interface PainConsciousnessStatus {
        combatEffectiveness: number;
        consciousnessLevel: ConsciousnessLevel;
        isCombatEffective: boolean;
        isIncapacitated: boolean;
        isInPainOverload: boolean;
        painLevel: PainLevel;
        statusDescription: { english: string; korean: string };
    }
    Index

    Properties

    combatEffectiveness: number

    Overall combat effectiveness percentage (0-1)

    consciousnessLevel: ConsciousnessLevel

    Current consciousness level

    isCombatEffective: boolean

    Whether player is combat effective

    isIncapacitated: boolean

    Whether player is at incapacitation threshold

    isInPainOverload: boolean

    Whether player is in pain overload

    painLevel: PainLevel

    Current pain level

    statusDescription: { english: string; korean: string }

    Bilingual status description