@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[]];
        game_version: GameVersionReference;
    }
    Index

    Properties

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

    1

    game_version: GameVersionReference