Skip to content

Commit

Permalink
Tweak A-9 mass, reliability
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Sep 16, 2023
1 parent 218f0b2 commit 0d7998b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions GameData/RealismOverhaul/Engine_Configs/A-4_Config.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
minThrust = 284.68
maxEngineTemp = 3000
chamberNominalTemp = 2923
massMult = 1.0

atmosphereCurve
{
Expand Down Expand Up @@ -145,6 +146,7 @@
maxEngineTemp = 3000
chamberNominalTemp = 2923
specLevel = speculative
massMult = 1.045

atmosphereCurve
{
Expand Down Expand Up @@ -185,11 +187,11 @@
TESTFLIGHT:NEEDS[TestLite|TestFlight]
{
ratedBurnTime = 115
ignitionReliabilityStart = 0.8
ignitionReliabilityEnd = 0.9
ignitionReliabilityStart = 0.87
ignitionReliabilityEnd = 0.98
ignitionDynPresFailMultiplier = 4.0
cycleReliabilityStart = 0.73
cycleReliabilityEnd = 0.9
cycleReliabilityStart = 0.7
cycleReliabilityEnd = 0.94
}
}
}
Expand Down

0 comments on commit 0d7998b

Please sign in to comment.