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

    Interface LeaderAttachment

    Defines which character units can attach to which bodyguard units.

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

    interface LeaderAttachment {
        leader_id: string;
        eligible_bodyguard_ids: [string, ...string[]];
        eligible_bodyguard_keywords?: [string, ...string[]];
        game_version: GameVersionReference;
    }
    Index

    Properties

    leader_id: string
    eligible_bodyguard_ids: [string, ...string[]]

    1

    eligible_bodyguard_keywords?: [string, ...string[]]

    Optional keyword-based eligibility: any unit whose keyword set (keywords ∪ faction_keywords, case-insensitive) contains ALL of these is also an eligible bodyguard, in addition to eligible_bodyguard_ids. Models rules like an Inquisitor leading any IMPERIUM BATTLELINE INFANTRY unit.

    1

    game_version: GameVersionReference