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

    Interface VoiceLine

    interface VoiceLine {
        archetype?: PlayerArchetype;
        category?: AudioCategory;
        emotion?:
            | "neutral"
            | "aggressive"
            | "defensive"
            | "victorious"
            | "defeated";
        formats: readonly string[];
        id: string;
        loaded: boolean;
        name?: string;
        text: KoreanText;
        type: "voice";
        url: string;
        volume?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    archetype?: PlayerArchetype
    category?: AudioCategory
    emotion?: "neutral" | "aggressive" | "defensive" | "victorious" | "defeated"
    formats: readonly string[]
    id: string
    loaded: boolean
    name?: string
    type: "voice"
    url: string
    volume?: number