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

    Variable TECHNIQUE_NAMINGConst

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

    Type declaration

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