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

    Interface TechniqueAnimationConfig

    Animation configuration for a technique

    Links a technique to its specific attack animation with speed modifier.

    기술애니메이션설정

    interface TechniqueAnimationConfig {
        speedModifier: number;
        type: AttackAnimationType;
    }
    Index

    Properties

    Properties

    speedModifier: number

    Speed modifier (0.8-1.2)

    • Light techniques: 1.2x speed
    • Normal techniques: 1.0x speed
    • Heavy techniques: 0.8x speed

    속도배율

    Type of attack animation to play

    애니메이션타입