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

    Interface CombatAudioEvent

    interface CombatAudioEvent {
        critical?: boolean;
        damage?: number;
        stance?: string;
        technique?: string;
        type: "block" | "attack" | "hit" | "dodge" | "stance_change";
    }
    Index

    Properties

    critical?: boolean
    damage?: number
    stance?: string
    technique?: string
    type: "block" | "attack" | "hit" | "dodge" | "stance_change"