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

    Type Alias SingleEffect

    SingleEffect: { [k: string]: unknown } & {
        type:
            | "stat-modifier"
            | "roll-modifier"
            | "re-roll"
            | "mortal-wounds"
            | "feel-no-pain"
            | "invulnerable-save"
            | "ward"
            | "keyword-grant"
            | "unit-keyword"
            | "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"
            | "strategic-reserves-arrival"
            | "remove-battle-shock"
            | "unit-keyword-grant"
            | "auto-result"
            | "firing-deck"
            | "disembark-after-move"
            | "disembark"
            | "rule-state"
            | "pool-add-die"
            | "replace-roll-from-pool"
            | "flyover"
            | "cp-on-destroy"
            | "battle-shock-test"
            | "modifier-immunity"
            | "stratagem-cost-modifier"
            | "targeting-permission"
            | "unit-attachment"
            | "fight-eligibility-extension";
        target: | "self"
        | "bearer"
        | "unit"
        | "attached-unit"
        | "attacker"
        | "defender"
        | "target"
        | "friendly-within-aura"
        | "enemy-within-aura"
        | "all-friendly"
        | "all-enemy";
        modifier?: { [k: string]: unknown };
        scaling?: Scaling;
        [k: string]: unknown;
    }

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