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

    Interface TechniqueValidation

    Result of technique execution validation.

    interface TechniqueValidation {
        canExecute: boolean;
        insufficientKi?: boolean;
        insufficientStamina?: boolean;
        onCooldown?: boolean;
        reason?: string;
        wrongStance?: boolean;
    }
    Index

    Properties

    canExecute: boolean

    Whether technique can be executed

    insufficientKi?: boolean

    Insufficient Ki

    insufficientStamina?: boolean

    Insufficient stamina

    onCooldown?: boolean

    Technique on cooldown

    reason?: string

    Reason for failure if cannot execute

    wrongStance?: boolean

    Wrong stance