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

    Enumeration BodyPart

    Body part identifiers for health tracking.

    Korean: 신체 부위 (Body Parts)

    Each body part tracks independent health from 0-100 HP. Damage to specific parts affects different combat capabilities based on anatomical function.

    const bodyPart: BodyPart = BodyPart.HEAD;
    const health = player.bodyPartHealth[bodyPart]; // 0-100

    신체부위

    Index

    Enumeration Members

    ARM_LEFT: "armLeft"

    Left arm - affects attack capability on left side

    ARM_RIGHT: "armRight"

    Right arm - affects attack capability on right side

    HEAD: "head"

    Head region - affects consciousness and awareness

    LEG_LEFT: "legLeft"

    Left leg - affects movement and balance

    LEG_RIGHT: "legRight"

    Right leg - affects movement and balance

    NECK: "neck"

    Neck region - affects breathing and blood flow

    TORSO_LOWER: "torsoLower"

    Lower torso - affects core strength and balance

    TORSO_UPPER: "torsoUpper"

    Upper torso - affects heart, lungs, stamina recovery