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

    Interface RecoveryConfig

    Recovery animation configuration

    Additional properties for recovery animations beyond base AnimationConfig.

    기상설정

    interface RecoveryConfig {
        damageReduction: number;
        interruptibleFrame: number;
        staminaCost: number;
        type: RecoveryAnimationType;
        vulnerableFrames: number;
    }
    Index

    Properties

    damageReduction: number

    Damage reduction percentage during animation (0-1)

    interruptibleFrame: number

    Frame when player becomes interruptible (last 6 frames typically)

    staminaCost: number

    Stamina cost to execute (0 for normal recoveries)

    Recovery animation type

    vulnerableFrames: number

    Number of initial vulnerable frames (first N frames are vulnerable to damage)