Interface InfiltrationLocation

interface InfiltrationLocation {
    difficulty: number;
    location: ILocation;
    maxClearanceLevel: number;
    reward: InfiltrationReward;
    startingSecurityLevel: number;
}

Properties

difficulty: number
location: ILocation
maxClearanceLevel: number
startingSecurityLevel: number