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

    Interface BalanceState

    Balance state information for knockback calculations.

    Korean: 균형 상태 (Balance State)

    균형상태

    interface BalanceState {
        current: number;
        max: number;
    }
    Index

    Properties

    Properties

    current: number

    Current balance value (0-100)

    max: number

    Maximum balance value (typically 100)