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

    Type Alias EligibilityInput

    type EligibilityInput = {
        unitId: string;
        factionId?: string;
        detachmentId?: string;
        attachedUnitIds?: string[];
        supportingUnitIds?: string[];
    }
    Index

    Properties

    unitId: string
    factionId?: string

    Overrides the unit's own faction_id when given (for inheritance cases).

    detachmentId?: string
    attachedUnitIds?: string[]

    Other members of the combined ("attached") unit — the attached leader, its bodyguard, or (11th) support attachments — whichever is not the selected unitId. Their abilities are pooled onto the combined unit. A list so multi-member attachments need no shape change; order is preserved.

    supportingUnitIds?: string[]

    Friendly units whose auras could apply (M2 walks only their aura-ranged abilities).