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

    Interface DesignateTargetEffect

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

    interface DesignateTargetEffect {
        type: "designate-target";
        designation: string;
        select: {
            scope: "enemy-unit" | "friendly-unit";
            count?: number;
            timing?: string;
        };
        applies: { to: "target"
        | "attackers-of-target"; effect: EffectNode };
        duration?:
            | "battle-round"
            | "phase"
            | "turn"
            | "battle"
            | "until-next-command-phase";
    }
    Index

    Properties

    type: "designate-target"
    designation: string
    select: {
        scope: "enemy-unit" | "friendly-unit";
        count?: number;
        timing?: string;
    }
    applies: { to: "target" | "attackers-of-target"; effect: EffectNode }
    duration?:
        | "battle-round"
        | "phase"
        | "turn"
        | "battle"
        | "until-next-command-phase"