Black Trigram (흑괘) - API Documentation - v0.2.10
    Preparing search index...

    Interface CombatAudioMap

    interface CombatAudioMap {
        attacks: Record<string, SoundEffectId>;
        environments: Record<string, SoundEffectId>;
        impacts: Record<string, SoundEffectId>;
        stances: Record<TrigramStance, string>;
        ui: Record<string, SoundEffectId>;
    }
    Index

    Properties

    attacks: Record<string, SoundEffectId>
    environments: Record<string, SoundEffectId>
    impacts: Record<string, SoundEffectId>
    stances: Record<TrigramStance, string>
    ui: Record<string, SoundEffectId>