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

    Function applyRecoveryPreset

    • Apply recovery phase to any animation using preset

      Korean: 프리셋을 사용한 복귀 적용

      Convenience function for applying recovery with standard presets.

      Parameters

      • animation: SkeletalAnimation

        Base animation

      • preset: string

        Preset name ('fast', 'power', 'kick', 'combo', 'finishing')

      Returns SkeletalAnimation

      Enhanced animation with recovery phase

      import { UPPERCUT_ANIMATION } from './PunchAnimations';
      import { applyRecoveryPreset } from './EnhancedAttackAnimations';

      // Apply power recovery preset to uppercut
      const enhancedUppercut = applyRecoveryPreset(UPPERCUT_ANIMATION, 'power');

      프리셋복귀적용