Skip to content

Commit

Permalink
Remove the Crew Count 1 record, make crew count records require orbit…
Browse files Browse the repository at this point in the history
…, increase Crewed Karman rewards.
  • Loading branch information
NathanKell committed Jun 23, 2017
1 parent e82b42c commit db0bd23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
8 changes: 4 additions & 4 deletions GameData/RP-0/Contracts/Human Milestones/Karman Line Crew.cfg
Expand Up @@ -29,10 +29,10 @@ CONTRACT_TYPE
prestige = Significant // 1.25x
advanceFunds = 50000
rewardScience = 0
rewardReputation = 70
rewardFunds = 50000
failureReputation = 70
failureFunds = 110000
rewardReputation = 80
rewardFunds = 80000
failureReputation = 80
failureFunds = 140000
// ************ REQUIREMENTS ************
Expand Down
5 changes: 2 additions & 3 deletions GameData/RP-0/Contracts/Human Records/CrewedCountRecord.cfg
Expand Up @@ -31,7 +31,7 @@ CONTRACT_TYPE
{
type = List<float>
crewCounts = [ 1, 2, 3, 4, 5, 10 ]
crewCounts = [ 2, 3, 4, 5, 10 ]
}
// Break this into two steps to work around ContractConfigurator#260
Expand All @@ -52,7 +52,7 @@ CONTRACT_TYPE
{
name = crewCountInSpace
type = All
title = Have @/crewedTargetCount on the same vessel while in space.
title = Have @/crewedTargetCount on the same vessel while in space in a stable orbit.
disableOnStateChange = False
Expand All @@ -61,7 +61,6 @@ CONTRACT_TYPE
name = ReachState
type = ReachState
situation = ORBITING
situation = SUB_ORBITAL
situation = ESCAPING
targetBody = AllBodies()
Expand Down

0 comments on commit db0bd23

Please sign in to comment.