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

    Interface ChoiceEffect

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

    interface ChoiceEffect {
        type: "choice";
        options: [EffectNode, EffectNode, ...EffectNode[]];
        choice_label?: string;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    type: "choice"
    options: [EffectNode, EffectNode, ...EffectNode[]]

    2

    choice_label?: string