-
-
Save Starstrider42/749685b1c0038d5d65916b286dafb7d1 to your computer and use it in GitHub Desktop.
Shutdown/Ignition bug report for TF
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@PART[liquidEngine3] | |
{ | |
MODULE | |
{ | |
maxData = 10000 | |
name = TestFlightCore | |
} | |
MODULE | |
{ | |
flightDataEngineerModifier = 0.25 | |
name = FlightDataRecorder_Engine | |
flightDataMultiplier = 3 | |
} | |
MODULE | |
{ | |
reliabilityCurve | |
{ | |
key = 0 0.01 | |
key = 10000 0.001 | |
} | |
name = TestFlightReliability | |
} | |
MODULE | |
{ | |
cycle | |
{ | |
key = 0 1.0 | |
key = 10 1.0 | |
key = 60 1.0 | |
key = 90 5.0 | |
} | |
ratedBurnTime = 60.0 | |
name = TestFlightReliability_EngineCycle | |
} | |
MODULE | |
{ | |
name = TestFlightFailure_IgnitionFail | |
duFail = 300 | |
failureTitle = Failed to ignite | |
severity = major | |
weight = 16 | |
failureType = mechanical | |
baseIgnitionChance | |
{ | |
key = 0 0.5 | |
} | |
} | |
MODULE | |
{ | |
name = TestFlightFailure_ShutdownEngine | |
duFail = 100 | |
duRepair = 50 | |
failureTitle = Engine Shutdown | |
severity = major | |
weight = 16 | |
failureType = software | |
} | |
MODULE | |
{ | |
name = TestFlightInterop | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment