Skip to content

Commit

Permalink
Showing 4 changed files with 56 additions and 35 deletions.
14 changes: 0 additions & 14 deletions GameData/RP-0/Contracts/Early Satellites/Geostationary.cfg
Original file line number Diff line number Diff line change
@@ -43,20 +43,6 @@ CONTRACT_TYPE
contractType = FirstSolarSat
title = Complete @contractType Contract
}
REQUIREMENT
{
name = CompleteContract
type = CompleteContract
contractType = FirstPolarSat
title = Complete @contractType Contract
}
REQUIREMENT
{
name = CompleteContract
type = CompleteContract
contractType = first_MoonFlybyUncrewed
title = Complete @contractType Contract
}
PARAMETER
{
25 changes: 19 additions & 6 deletions GameData/RP-0/Contracts/Early Satellites/Polar Satellite.cfg
Original file line number Diff line number Diff line change
@@ -36,12 +36,25 @@ CONTRACT_TYPE

// ************ REQUIREMENTS ************

REQUIREMENT
{
name = CompleteContract
type = CompleteContract
contractType = first_OrbitUncrewed
title = Complete @contractType Contract
REQUIREMENT
{
name = Any
type = Any

REQUIREMENT
{
name = AcceptContractOrbit
type = AcceptContract
contractType = first_OrbitUncrewed
title = Have accepted @contractType Contract
}
REQUIREMENT
{
name = CompleteContract
type = CompleteContract
contractType = first_OrbitUncrewed
title = Complete @contractType Contract
}
}

PARAMETER
21 changes: 17 additions & 4 deletions GameData/RP-0/Contracts/Early Satellites/Solar Satellite.cfg
Original file line number Diff line number Diff line change
@@ -38,10 +38,23 @@ CONTRACT_TYPE
REQUIREMENT
{
name = CompleteContract
type = CompleteContract
contractType = first_KarmanUncrewed
title = Complete @contractType Contract
name = Any
type = Any
REQUIREMENT
{
name = AcceptContractOrbit
type = AcceptContract
contractType = first_OrbitUncrewed
title = Have accepted @contractType Contract
}
REQUIREMENT
{
name = CompleteContract
type = CompleteContract
contractType = first_OrbitUncrewed
title = Complete @contractType Contract
}
}
PARAMETER
31 changes: 20 additions & 11 deletions GameData/RP-0/Contracts/Milestones/First Satellite.cfg
Original file line number Diff line number Diff line change
@@ -43,6 +43,26 @@ CONTRACT_TYPE
contractType = first_KarmanUncrewed
title = Complete @contractType Contract
}
REQUIREMENT
{
name = Any
type = Any
REQUIREMENT
{
name = AcceptContractOrbit
type = AcceptContract
contractType = first_OrbitUncrewed
title = Have accepted @contractType Contract
}
REQUIREMENT
{
name = CompleteContract
type = CompleteContract
contractType = first_OrbitUncrewed
title = Complete @contractType Contract
}
}
PARAMETER
{
@@ -86,17 +106,6 @@ CONTRACT_TYPE
waitingText = Checking for Stable Orbit
completionText = Stable Orbit: Confirmed
}
}
PARAMETER
{
name = CollectScience
type = CollectScience
targetBody = HomeWorld()
situation = InSpaceLow
recoveryMethod = RecoverOrTransmit
title = Transmit Science from Low Earth Orbit
hideChildren = true
}
}
}

0 comments on commit 58e4692

Please sign in to comment.