Skip to content

Instantly share code, notes, and snippets.

@Starstrider42
Last active June 4, 2017 22:52
Show Gist options
  • Save Starstrider42/749685b1c0038d5d65916b286dafb7d1 to your computer and use it in GitHub Desktop.
Save Starstrider42/749685b1c0038d5d65916b286dafb7d1 to your computer and use it in GitHub Desktop.
Shutdown/Ignition bug report for TF
@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