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

    Interface KoreanText

    Represents bilingual Korean-English text content.

    Used throughout the game to provide authentic Korean terminology with English translations, supporting the cultural authenticity of the Korean martial arts theme.

    const techniqueName: KoreanText = {
    korean: "천둥벽력",
    english: "Thunder Strike",
    romanized: "cheondu byeokryeok"
    };

    한글텍스트

    interface KoreanText {
        english: string;
        korean: string;
        romanized?: string;
    }
    Index

    Properties

    english: string

    English translation

    korean: string

    Korean text in Hangul

    romanized?: string

    Optional romanized Korean pronunciation