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

    Variable ARCHETYPE_PHYSICAL_ATTRIBUTESConst

    ARCHETYPE_PHYSICAL_ATTRIBUTES: Record<PlayerArchetype, PhysicalAttributes> = ...

    Archetype physical attributes lookup map.

    Korean: 원형 신체 속성 맵 (Archetype Physical Attributes Map)

    Provides quick access to physical attribute profiles by archetype. Used by combat system to retrieve realistic body dimensions and composition for calculations.

    const playerArchetype = PlayerArchetype.MUSA;
    const physicalAttrs = ARCHETYPE_PHYSICAL_ATTRIBUTES[playerArchetype];
    const kickRange = calculateKickRange(physicalAttrs.legLength);

    원형신체맵