Skip to content

Commit

Permalink
Updated FirstSolarSat contrat to fix loopholes
Browse files Browse the repository at this point in the history
Should fix loopholes of having disconnected batteries and hopefully should  thwart potential killed avionics cheese, requiring to stay above 100 battery for 2 hours after the 14 days orbit.

The above should not affect large solar sat with enough intake for 14 days or sputnik with small solar way of completing the contract.
  • Loading branch information
Karhgath authored Sep 10, 2024
1 parent 099ba51 commit 56130c1
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions GameData/RP-1/Contracts/Early Satellites (Light)/FirstSolarSat.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ CONTRACT_TYPE
minRate = -1000000
maxRate = 0.00001
completeInSequence = true
}
}

PARAMETER
{
Expand All @@ -152,6 +152,16 @@ CONTRACT_TYPE
resource = ElectricCharge
minQuantity = 100
completeInSequence = true
}

PARAMETER
{
name = Duration
type = Duration
duration = 2h
preWaitText = Check for battery level
waitingText = Checking for battery level
completionText = Battery level: Confirmed
}
}
}
}

0 comments on commit 56130c1

Please sign in to comment.