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

    Interface PlayerCreationData

    interface PlayerCreationData {
        archetype: PlayerArchetype;
        customizations?: {
            colors?: { primary: number; secondary: number };
            techniques?: string[];
        };
        name: KoreanText;
        preferredStance?: TrigramStance;
    }
    Index

    Properties

    archetype: PlayerArchetype
    customizations?: {
        colors?: { primary: number; secondary: number };
        techniques?: string[];
    }
    preferredStance?: TrigramStance