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

    Interface ArchetypeComboSequence

    Archetype signature combo sequence (2-3 technique chains)

    These are special technique sequences that represent each archetype's fighting philosophy and preferred combat patterns.

    원형 대표 연계 기술

    interface ArchetypeComboSequence {
        archetype: PlayerArchetype;
        description: { english: string; korean: string };
        name: { english: string; korean: string };
        techniqueIds: readonly string[];
    }
    Index

    Properties

    archetype: PlayerArchetype
    description: { english: string; korean: string }
    name: { english: string; korean: string }
    techniqueIds: readonly string[]