Skip to content

Commit

Permalink
Rework OrbitalTestFlight contract parameters (#2307)
Browse files Browse the repository at this point in the history
  • Loading branch information
siimav authored Dec 10, 2023
1 parent 055c0f7 commit 60c594f
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions GameData/RP-1/Contracts/Earth Crewed/OrbitalTestFlight.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,16 @@ CONTRACT_TYPE
title = Launch a new vessel
hideChildren = true
}
PARAMETER
{
name = OneCrewCapacity
type = HasCrewCapacity
minCapacity = 1
title = Have space for at least 1 crewmember on board
hideChildren = true
disableOnStateChange = false
}
PARAMETER
{
name = NoUnpressurized
Expand All @@ -111,7 +112,8 @@ CONTRACT_TYPE
{
partModule = ModuleUnpressurizedCockpit
}
}
}
PARAMETER
{
name = NoCrew
Expand All @@ -124,26 +126,18 @@ CONTRACT_TYPE
PARAMETER
{
name = OrbitWrapper
title = Stay in specified orbit for the duration
type = All
name = Orbit
type = Orbit
minPeA = 150000
targetBody = HomeWorld()
disableOnStateChange = true
completeInSequence = true
PARAMETER
{
name = Orbit
type = Orbit
minPeA = 150000
targetBody = HomeWorld()
}
PARAMETER
{
name = Duration
type = Duration
duration = 1h 27m
preWaitText = Reach specified orbit
preWaitText = Stay in specified orbit for the duration
waitingText = Completing orbit...
completionText = Orbit completed, you may fire retros when ready.
}
Expand Down

0 comments on commit 60c594f

Please sign in to comment.