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

    Interface ShareUnit

    One unit in a ShareList. Mirrors the builder's per-row essentials.

    interface ShareUnit {
        datasheetId: string;
        modelCount: number;
        isWarlord: boolean;
        enhancementId: string | null;
        allyFactionId: string | null;
        allyRuleId: string | null;
        attachedToOrdinal: number | null;
        grants: string[];
        loadout: ShareLoadoutEntry[];
    }
    Index

    Properties

    datasheetId: string
    modelCount: number
    isWarlord: boolean
    enhancementId: string | null
    allyFactionId: string | null

    Source faction id when this is an allied unit; null for own-faction.

    allyRuleId: string | null

    Allied-rule id this unit was included under; null when not an ally.

    attachedToOrdinal: number | null

    Ordinal (into ShareList.units) of the bodyguard this leader joins.

    grants: string[]

    Detachment keyword grants the player assigned to this unit.