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

    Interface CandidateCost

    Affordability verdict for one candidate unit.

    interface CandidateCost {
        unitId: string;
        nextCopyCost: number;
        affordable: boolean;
    }
    Index

    Properties

    unitId: string
    nextCopyCost: number
    affordable: boolean