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

    Interface TrigramCombatStyle

    interface TrigramCombatStyle {
        combatApproach: string;
        focusArea: "offense" | "defense" | "balance";
        keyCharacteristics: readonly string[];
        preferredRange: "medium" | "close" | "long";
        trigram: TrigramStance;
    }
    Index

    Properties

    combatApproach: string
    focusArea: "offense" | "defense" | "balance"
    keyCharacteristics: readonly string[]
    preferredRange: "medium" | "close" | "long"
    trigram: TrigramStance