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

    Interface AbilityScope

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

    interface AbilityScope {
        range:
            | "self"
            | "unit"
            | "attached"
            | "aura-6"
            | "aura-9"
            | "aura-12"
            | "aura-custom"
            | "engagement-range"
            | "any-visible"
            | "any-on-battlefield"
            | "terrain-within-range";
        duration: | "phase"
        | "turn"
        | "battle-round"
        | "battle"
        | "until-next-command-phase"
        | "one-use"
        | "permanent";
        range_inches?: number;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    range:
        | "self"
        | "unit"
        | "attached"
        | "aura-6"
        | "aura-9"
        | "aura-12"
        | "aura-custom"
        | "engagement-range"
        | "any-visible"
        | "any-on-battlefield"
        | "terrain-within-range"
    duration:
        | "phase"
        | "turn"
        | "battle-round"
        | "battle"
        | "until-next-command-phase"
        | "one-use"
        | "permanent"
    range_inches?: number