forked from severedsolo/ScanSatLite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
M700.cfg
63 lines (61 loc) · 1.42 KB
/
M700.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
CONTRACT_TYPE:NEEDS[SCANsat]
{
name = M700
title = Scan @/targetBody4 for Ore
group = ScanSatLite
topic = Science
subject = Kerbal
motivation = Scanning
synopsis = Scan @/targetBody4 with the M700 Scanner
completedMessage = Look at all that lovely Ore. We'll have to get a survey team together!
minExpiry = 1
maxExpiry = 7
deadline = Random(500, 1000)
cancellable = true
declinable = true
autoAccept = false
targetBody = @/targetBody4
// Contract rewards
rewardScience = 0
rewardReputation = 1
rewardFunds = Random(40000, 60000.0)
failureReputation = 1
failureFunds = Random(1, 10000.0)
advanceFunds = Random(1, 10000.0)
DATA
{
type = CelestialBody
requiredValue = true
uniqueValue = true
targetBody4 = OrbitedBodies().Where(a => a.HasSurface()).Random()
}
PARAMETER:NEEDS[SCANsat]
{
name = SCANsatCoverage
type = SCANsatCoverage
targetBody = @/targetBody4
coverage = 95.0
scanType = FuzzyResources
}
REQUIREMENT:NEEDS[SCANsat]
{
name = SCANsatCoverage
type = SCANsatCoverage
targetBody = @/targetBody4
minCoverage = 0.0
maxCoverage = 94.9
scanType = FuzzyResources
}
REQUIREMENT
{
name = Orbit
type = Orbit
targetBody = @/targetBody4
}
REQUIREMENT
{
name = PartUnlocked
type = PartUnlocked
part = SurveyScanner
}
}