-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a required contract for the Crewed Orbit program that involves co…
…llecting all Basic Capsule science
- Loading branch information
1 parent
e6c6e51
commit 01c7b34
Showing
6 changed files
with
211 additions
and
3 deletions.
There are no files selected for viewing
106 changes: 106 additions & 0 deletions
106
GameData/RP-1/Contracts/Earth Crewed/CrewedScienceBasic.cfg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
CONTRACT_TYPE | ||
{ | ||
name = CollectCrewedScienceBasic | ||
title = Collect Basic Crew Science | ||
group = CrewedOrbit | ||
|
||
description = <b>Program: Crewed Orbit<br>Type: <color=green>Required</color></b><br><br>Human beings are capable of conducting a unique class of science experiments, one robotic spacecraft simply can't match. We'd like you to fly orbital missions in order to learn about about human beings in space, what they can do and how they percieve things around them. All these experiments were conducted historically during the Mercury and Vostok programs. | ||
|
||
synopsis = Collect all basic crew science | ||
|
||
completedMessage = This is loads of data! Scientists are extremely happy with the results of your efforts. | ||
|
||
sortKey = 603 | ||
|
||
cancellable = true | ||
declinable = false | ||
autoAccept = false | ||
minExpiry = 0 | ||
maxExpiry = 0 | ||
maxCompletions = 1 | ||
maxSimultaneous = 1 | ||
deadline = 0 | ||
|
||
targetBody = HomeWorld() | ||
|
||
|
||
// ************ REWARDS ************ | ||
prestige = Trivial // 1.0x | ||
advanceFunds = 0 | ||
rewardScience = 0 | ||
rewardFunds = 0 | ||
failureFunds = 0 | ||
rewardReputation = 150 | ||
failureReputation = 0 // was @rewardReputation | ||
|
||
// ************ REQUIREMENTS ************ | ||
|
||
REQUIREMENT | ||
{ | ||
name = ProgramActive | ||
type = ProgramActive | ||
program = CrewedOrbit | ||
} | ||
|
||
REQUIREMENT | ||
{ | ||
name = CompleteContract | ||
type = CompleteContract | ||
contractType = first_OrbitCrewed | ||
} | ||
|
||
REQUIREMENT | ||
{ | ||
name = AcceptContract | ||
type = AcceptContract | ||
contractType = OrbitalFlight1 | ||
invertRequirement = true | ||
} | ||
|
||
// Skip Orb2, it's only in Adv Crewed | ||
REQUIREMENT | ||
{ | ||
name = AcceptContract | ||
type = AcceptContract | ||
contractType = OrbitalFlight3 | ||
invertRequirement = true | ||
} | ||
PARAMETER | ||
{ | ||
name = RP1CollectScience | ||
type = RP1CollectScience | ||
targetBody = HomeWorld() | ||
situation = InSpaceLow | ||
experiment = RP0LiquidsMicrogravity | ||
fractionComplete = 1 | ||
} | ||
PARAMETER | ||
{ | ||
name = RP1CollectScience | ||
type = RP1CollectScience | ||
targetBody = HomeWorld() | ||
situation = InSpaceLow | ||
experiment = RP0VisualTracking | ||
fractionComplete = 1 | ||
} | ||
PARAMETER | ||
{ | ||
name = RP1CollectScience | ||
type = RP1CollectScience | ||
targetBody = HomeWorld() | ||
situation = InSpaceLow | ||
experiment = RP0FlightControl | ||
fractionComplete = 1 | ||
} | ||
PARAMETER | ||
{ | ||
name = RP1CollectScience | ||
type = RP1CollectScience | ||
targetBody = HomeWorld() | ||
situation = InSpaceLow | ||
experiment = RP0EarthPhotography | ||
fractionComplete = 1 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters