Skip to content

Commit

Permalink
Added the LR43-NA-5
Browse files Browse the repository at this point in the history
  • Loading branch information
pap1723 committed Jun 11, 2017
1 parent 572a4e5 commit 6295cfe
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions GameData/RealismOverhaul/Engine_Configs/LR105_Config.cfg
Expand Up @@ -51,6 +51,42 @@
configuration = LR105-NA-3
origMass = 0.46

CONFIG
{
name = LR43-NA-5
minThrust = 240.2
maxThrust = 240.2
heatProduction = 100
massMult = 1.0
ullage = True
pressureFed = False
ignitions = 1

IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.5
}

PROPELLANT
{
name = Kerosene
ratio = 0.382
DrawGauge = True
}
PROPELLANT
{
name = LqdOxygen
ratio = 0.618
}
atmosphereCurve
{
key = 0 301
key = 1 210
}
cost = 0
}

CONFIG
{
name = LR105-NA-3
Expand Down Expand Up @@ -304,6 +340,18 @@
!RESOURCE,*{}
}

@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[LR43-NA-5]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
{
TESTFLIGHT
{
name = LR43-NA-5
ratedBurnTime = 330
ignitionReliabilityStart = 0.70
ignitionReliabilityEnd = 0.90
cycleReliabilityStart = 0.80
cycleReliabilityEnd = 0.90
}
}
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[LR105-NA-3]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
{
TESTFLIGHT
Expand All @@ -314,6 +362,7 @@
ignitionReliabilityEnd = 0.97
cycleReliabilityStart = 0.9
cycleReliabilityEnd = 0.967
techTransfer = LR43-NA-5:50
}
}
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[LR105-NA-5]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
Expand Down

0 comments on commit 6295cfe

Please sign in to comment.