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

    Interface AffordabilitySpec

    Compact input shared by candidateAffordability and the runner op.

    interface AffordabilitySpec {
        factionId: string | null;
        battleSize: BattleSize | null;
        pointsLimitOverride?: number | null;
        units: AffordabilityUnit[];
        candidateUnitIds?: string[] | null;
    }
    Index

    Properties

    factionId: string | null
    battleSize: BattleSize | null
    pointsLimitOverride?: number | null

    Explicit points limit; overrides the battle-size default when set.

    candidateUnitIds?: string[] | null

    Units to price; defaults to every unit in factionId when omitted.