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

    Interface TechniqueAnimationKey

    Composite key for technique animation lookup

    Korean: 기술 애니메이션 키

    Combines stance, technique type, target body part, and intensity to uniquely identify the appropriate animation to play.

    const key: TechniqueAnimationKey = {
    stance: TrigramStance.GEON,
    techniqueType: 'strike',
    bodyPart: BodyPart.HEAD,
    intensity: 'heavy',
    };

    기술애니메이션키

    interface TechniqueAnimationKey {
        bodyPart: string;
        intensity: TechniqueIntensity;
        stance: string;
        techniqueType: TechniqueTypeCategory;
    }
    Index

    Properties

    bodyPart: string

    Target body part

    Attack intensity level

    stance: string

    Trigram stance (8 stances)

    techniqueType: TechniqueTypeCategory

    Technique category