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

    Interface SingleEffect

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

    interface SingleEffect {
        type:
            | "stat-modifier"
            | "roll-modifier"
            | "re-roll"
            | "mortal-wounds"
            | "feel-no-pain"
            | "invulnerable-save"
            | "ward"
            | "keyword-grant"
            | "movement-modifier"
            | "deep-strike"
            | "fallback-and-act"
            | "fight-first"
            | "fight-last"
            | "shoot-on-death"
            | "fight-on-death"
            | "objective-control-modifier"
            | "leadership-modifier"
            | "damage-reduction"
            | "attack-restriction"
            | "ability-grant"
            | "cp-gain"
            | "cp-refund"
            | "model-destruction"
            | "resurrection"
            | "resource-gain"
            | "resource-spend"
            | "charge-roll-modifier"
            | "terrain-area-tag"
            | "objective-tag"
            | "unit-tag"
            | "bs-modifier"
            | "engagement-passthrough";
        target: | "attacker"
        | "defender"
        | "self"
        | "bearer"
        | "unit"
        | "attached-unit"
        | "friendly-within-aura"
        | "enemy-within-aura"
        | "all-friendly"
        | "all-enemy";
        modifier?: { [k: string]: unknown };
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    Properties

    type:
        | "stat-modifier"
        | "roll-modifier"
        | "re-roll"
        | "mortal-wounds"
        | "feel-no-pain"
        | "invulnerable-save"
        | "ward"
        | "keyword-grant"
        | "movement-modifier"
        | "deep-strike"
        | "fallback-and-act"
        | "fight-first"
        | "fight-last"
        | "shoot-on-death"
        | "fight-on-death"
        | "objective-control-modifier"
        | "leadership-modifier"
        | "damage-reduction"
        | "attack-restriction"
        | "ability-grant"
        | "cp-gain"
        | "cp-refund"
        | "model-destruction"
        | "resurrection"
        | "resource-gain"
        | "resource-spend"
        | "charge-roll-modifier"
        | "terrain-area-tag"
        | "objective-tag"
        | "unit-tag"
        | "bs-modifier"
        | "engagement-passthrough"
    target:
        | "attacker"
        | "defender"
        | "self"
        | "bearer"
        | "unit"
        | "attached-unit"
        | "friendly-within-aura"
        | "enemy-within-aura"
        | "all-friendly"
        | "all-enemy"
    modifier?: { [k: string]: unknown }