@alpaca-software/40kdc-data
    Preparing search index...

    Interface InteractionFlag

    This interface was referenced by 0KdcBundledSchemas's JSON-Schema via the definition "interaction-flag".

    interface InteractionFlag {
        ability_a: string;
        ability_b: string;
        interaction_type:
            | "replaces"
            | "conflicts"
            | "combos"
            | "sequencing-dependent"
            | "stacks"
            | "does-not-stack";
        resolution?: string;
        faq_reference?: string;
        disputed?: boolean;
        game_version: GameVersionReference;
        authored_by?: string;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    ability_a: string
    ability_b: string
    interaction_type:
        | "replaces"
        | "conflicts"
        | "combos"
        | "sequencing-dependent"
        | "stacks"
        | "does-not-stack"
    resolution?: string
    faq_reference?: string
    disputed?: boolean
    game_version: GameVersionReference
    authored_by?: string