Black Trigram (흑괘) - API Documentation - v0.2.10
    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"