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

    Class AIComboSystem

    AI Combo System manages combo execution and decision-making

    Index
    • Get combo progress information

      Returns { active: boolean; percentage: number; progress: number; total: number }

    • Check if AI should continue current combo

      Enhanced with:

      • Opponent balance state checking (SHAKEN/VULNERABLE)
      • Combo length limit (max 3 techniques)
      • Stamina threshold (>20 for combo continuation)

      Parameters

      Returns boolean

      연계 기술 계속 여부 판단

    comboProgress: number = 0
    comboSequences: Map<TrigramStance, ComboSequence[]>
    comboTimeout: 2000
    currentCombo: KoreanTechnique[] = []
    lastComboTime: number = 0