Skip to content

Commit

Permalink
Lunar Orbiter & Mapper PE Max Updates (#2260)
Browse files Browse the repository at this point in the history
* added PE max requirement

---------

Co-authored-by: Capkirk123 <capkirk123@gmail.com>
  • Loading branch information
westlakem and Capkirk123 authored Dec 14, 2024
1 parent 629b452 commit 665c0d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GameData/RP-1/Contracts/Lunar Surface Probes/MoonOrbiter.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ CONTRACT_TYPE
{
type = float
minPe = 20000
maxPe = 250000
maxAp = 500000
}

Expand Down Expand Up @@ -117,6 +118,7 @@ CONTRACT_TYPE
targetBody = Moon
situation = ORBITING
minPeA = @/minPe
maxPeA = @/maxPe
maxApA = @/maxAp
disableOnStateChange = true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ CONTRACT_TYPE
{
type = float
minPe = 20000
maxPe = 250000
maxAp = 500000
}

Expand Down Expand Up @@ -125,6 +126,7 @@ CONTRACT_TYPE
targetBody = Moon
situation = ORBITING
minPeA = @/minPe
maxPeA = @/maxPe
maxApA = @/maxAp
disableOnStateChange = true

Expand Down

0 comments on commit 665c0d3

Please sign in to comment.