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

    Interface TrigramTransitionRule

    interface TrigramTransitionRule {
        conditions?: readonly {
            archetype?: PlayerArchetype;
            effectType?: EffectType;
            stat?: "health" | "ki" | "stamina";
            threshold?: number;
            type: "player_stat" | "archetype" | "active_effect";
            value?: string | boolean;
        }[];
        cost: TrigramTransitionCost;
        description: KoreanText;
        effectiveness: number;
        from: TrigramStance;
        to: TrigramStance;
    }
    Index

    Properties

    conditions?: readonly {
        archetype?: PlayerArchetype;
        effectType?: EffectType;
        stat?: "health" | "ki" | "stamina";
        threshold?: number;
        type: "player_stat" | "archetype" | "active_effect";
        value?: string | boolean;
    }[]
    description: KoreanText
    effectiveness: number