Interface NumAugmentationsRequirement

Player must have at least this many augmentations installed (if positive). Player must have no augmentations installed (if zero).

interface NumAugmentationsRequirement {
    numAugmentations: number;
    type: "numAugmentations";
}

Properties

numAugmentations: number
type: "numAugmentations"