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

    Interface KoreanAnatomicalZone

    Korean anatomical zone definition

    interface KoreanAnatomicalZone {
        boundaries: { bottom: number; left: number; right: number; top: number };
        description: KoreanText;
        englishName: string;
        id: string;
        koreanName: string;
        meridians: string[];
        traditionalImportance: number;
        vitalPoints: string[];
        vulnerability: number;
        vulnerabilityNotes?: KoreanText;
    }
    Index

    Properties

    boundaries: { bottom: number; left: number; right: number; top: number }

    Rectangular boundaries of the zone

    description: KoreanText

    Bilingual description of the zone

    englishName: string

    English name of the zone

    id: string

    Unique identifier for the zone

    koreanName: string

    Korean name of the zone

    meridians: string[]

    IDs of EnergyMeridians passing through this zone

    traditionalImportance: number

    Traditional importance ranking (0-10)

    vitalPoints: string[]

    IDs of VitalPoints in this zone

    vulnerability: number

    Vulnerability multiplier (0-2)

    vulnerabilityNotes?: KoreanText

    Optional vulnerability notes in Korean and English