Skip to content

Commit

Permalink
Version 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pap1723 committed Mar 6, 2017
1 parent e374bc5 commit e365ce0
Show file tree
Hide file tree
Showing 9 changed files with 176 additions and 100 deletions.
Binary file added ContractPackHP-v15.zip
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ CONTRACT_TYPE
title = Get Parking Orbit
}

DATA
{
type = double
moonOrbit = HomeWorld().Children().First().SemiMajorAxis() * 0.2
moonOrbitkm = @moonOrbit / 1000
title = Get Parking Orbit
}

PARAMETER
{
name = Apollo-4
Expand Down Expand Up @@ -116,9 +124,9 @@ CONTRACT_TYPE
{
name = Apollo4Orbit2
type = Orbit
minApA = 18000000
minApA = @/moonOrbit
disableOnStateChange = true
title = Change Orbit to have a minimum Apoapsis of 18,000 km
title = Change Orbit to have a minimum Apoapsis of @/moonOrbitkm km
hideChildren = true
}
PARAMETER
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ CONTRACT_TYPE
recoveryMethod = Transmit
title = Transmit Science from Space around @targetBody
hideChildren = true
disableOnStateChange = true
}
PARAMETER
Expand All @@ -345,6 +346,7 @@ CONTRACT_TYPE
completeInSequence = true
title = Return to Orbit around @targetBody
hideChildren = true
disableOnStateChange = true
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ CONTRACT_TYPE
maxCrew = 0
title = Unmanned
hideChildren = true
disableOnStateChange = true
}
PARAMETER
{
Expand All @@ -319,6 +320,7 @@ CONTRACT_TYPE
minCount = 1
title = Have at least 1 Transmission Device on your craft
hideChildren = true
disableOnStateChange = true
}
PARAMETER
{
Expand All @@ -328,6 +330,7 @@ CONTRACT_TYPE
minCount = 1
title = Have at least 1 Docking Port
hideChildren = true
disableOnStateChange = true
}
PARAMETER
{
Expand Down Expand Up @@ -359,6 +362,7 @@ CONTRACT_TYPE
maxCrew = 2
title = Have 2 crewmembers on board
hideChildren = true
disableOnStateChange = true
}
PARAMETER
{
Expand All @@ -368,6 +372,7 @@ CONTRACT_TYPE
minCount = 1
title = Have at least 1 Docking Port
hideChildren = true
disableOnStateChange = true
}
}
PARAMETER
Expand All @@ -385,5 +390,6 @@ CONTRACT_TYPE
targetBody = HomeWorld()
title = Return Home Safely
hideChildren = true
disableOnStateChange = true
}
}
Loading

0 comments on commit e365ce0

Please sign in to comment.