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

    Variable TECHNIQUE_NAMINGConst

    TECHNIQUE_NAMING: {
        prefixes: {
            earth: "지";
            fire: "화";
            heaven: "천";
            human: "인";
            mountain: "산";
            thunder: "뇌";
            water: "수";
            wind: "풍";
        };
        suffixes: {
            block: "막기";
            method: "법";
            strike: "격";
            technique: "술";
            throw: "던지기";
            thrust: "찌르기";
        };
    } = ...

    Korean technique naming convention (한국 무술 명명법)

    Type Declaration

    • Readonlyprefixes: {
          earth: "지";
          fire: "화";
          heaven: "천";
          human: "인";
          mountain: "산";
          thunder: "뇌";
          water: "수";
          wind: "풍";
      }
    • Readonlysuffixes: {
          block: "막기";
          method: "법";
          strike: "격";
          technique: "술";
          throw: "던지기";
          thrust: "찌르기";
      }