Skip to content

Commit

Permalink
1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
severedsolo committed Aug 23, 2015
1 parent 6bef742 commit 960f299
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 6 deletions.
9 changes: 4 additions & 5 deletions M700.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ CONTRACT_TYPE:NEEDS[SCANsat]
name = M700
title = Scan @/targetBody4 for Ore
group = ScanSatLite

topic = Science
topic = Science
subject = Kerbal
motivation = Scanning
synopsis = Scan @/targetBody4 with the M700 Survey Scanner
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
Expand Down Expand Up @@ -38,7 +37,7 @@ PARAMETER:NEEDS[SCANsat]
type = SCANsatCoverage
targetBody = @/targetBody4
coverage = 95.0
scanType = Ore
scanType = FuzzyResources
}
REQUIREMENT:NEEDS[SCANsat]
{
Expand All @@ -47,7 +46,7 @@ REQUIREMENT:NEEDS[SCANsat]
targetBody = @/targetBody4
minCoverage = 0.0
maxCoverage = 94.9
scanType = Ore
scanType = FuzzyResources
}
REQUIREMENT
{
Expand Down
62 changes: 62 additions & 0 deletions NarrowBand.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
CONTRACT_TYPE:NEEDS[SCANsat]
{
name = NarrowBand
title = Scan @/targetBody5 for Ore
group = ScanSatLite
topic = Science
subject = Kerbal
motivation = Scanning
synopsis = Scan @/targetBody5 with the M4435 Narrow-Band 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 = @/targetBody5
// 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
targetBody5 = OrbitedBodies().Where(a => a.HasSurface()).Random()
}
PARAMETER:NEEDS[SCANsat]
{
name = SCANsatCoverage
type = SCANsatCoverage
targetBody = @/targetBody5
coverage = 95.0
scanType = Ore
}
REQUIREMENT:NEEDS[SCANsat]
{
name = SCANsatCoverage
type = SCANsatCoverage
targetBody = @/targetBody5
minCoverage = 94.9
scanType = FuzzyResources
}
REQUIREMENT
{
name = Orbit
type = Orbit
targetBody = @/targetBody5
}
REQUIREMENT
{
name = PartUnlocked
type = PartUnlocked
part = OrbitalScanner
}
}
2 changes: 1 addition & 1 deletion ScanSatLite.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"VERSION" :
{
"MAJOR" : 1,
"MINOR" : 2,
"MINOR" : 3,
"PATCH" : 0,
"BUILD" : 0
},
Expand Down

0 comments on commit 960f299

Please sign in to comment.