Skip to content

Commit

Permalink
Add RD-107_8D74 Config
Browse files Browse the repository at this point in the history
  • Loading branch information
pap1723 committed Jun 13, 2017
1 parent 0f6d56f commit e243343
Showing 1 changed file with 94 additions and 26 deletions.
120 changes: 94 additions & 26 deletions GameData/RealismOverhaul/Engine_Configs/RD107_RD117_Config.cfg
Expand Up @@ -101,12 +101,67 @@
key = 1 250
}
}

CONFIG
{
name = RD-107_8D74
maxThrust = 991.0
minThrust = 991.0
massMult = 1.0

ullage = True
pressureFed = False
ignitions = 1

IGNITOR_RESOURCE
{
name = ElectricCharge
amount = 0.5
}

IGNITOR_RESOURCE
{
name = TEATEB
amount = 1
}

PROPELLANT
{
name = Kerosene
ratio = 0.3531
DrawGauge = True
}

PROPELLANT
{
name = LqdOxygen
ratio = 0.6274
DrawGauge = False
}

PROPELLANT
{
name = HTP
ratio = 0.0195
DrawGauge = False
ignoreForIsp = True
}

atmosphereCurve
{
key = 0 313
key = 1 253
}

cost = 100
techRequired = advRocketry
}

CONFIG
{
name = RD-107_8D74K
maxThrust = 995.37
minThrust = 995.37
maxThrust = 997.7
minThrust = 997.7
massMult = 1.0

ullage = True
Expand Down Expand Up @@ -153,16 +208,16 @@
key = 1 256.05
}

cost = 100
cost = 200
techRequired = advRocketry
}

CONFIG
{
name = RD-107MM_8D728
maxThrust = 995.37
minThrust = 995.37
massMult = 0.924
maxThrust = 1000.7
minThrust = 1000.7
massMult = 1.0

ullage = True
pressureFed = False
Expand Down Expand Up @@ -208,16 +263,16 @@
key = 1 256.87
}

cost = 200
cost = 300
techRequired = heavyRocketry
}

CONFIG
{
name = RD-117_11D511
maxThrust = 977.72
minThrust = 977.72
massMult = 1.05
maxThrust = 1000.7
minThrust = 1000.7
massMult = 0.924

ullage = True
pressureFed = False
Expand Down Expand Up @@ -259,19 +314,19 @@

atmosphereCurve
{
key = 0 315.91
key = 1 252.89
key = 0 314
key = 1 257
}

cost = 300
cost = 400
techRequired = heavierRocketry
}

CONFIG
{
name = RD-107A_14D22
maxThrust = 1019.89
minThrust = 1019.89
maxThrust = 1020.4
minThrust = 1020.4
massMult = 0.916

ullage = True
Expand Down Expand Up @@ -314,11 +369,11 @@

atmosphereCurve
{
key = 0 319.99
key = 1 263.09
key = 0 320.2
key = 1 263.3
}

cost = 400
cost = 500
techRequired = experimentalRocketry
}
}
Expand All @@ -339,25 +394,38 @@
TESTFLIGHT
{
name = RD-107_8D74PS
ratedBurnTime = 121
ratedBurnTime = 140
ignitionReliabilityStart = 0.85
ignitionReliabilityEnd = 0.96
cycleReliabilityStart = 0.85
cycleReliabilityEnd = 0.95
techTransfer = RD-103,RD-103M:20
}
}
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[RD-107_8D74]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
{
TESTFLIGHT
{
name = RD-107_8D74
ratedBurnTime = 140
ignitionReliabilityStart = 0.865
ignitionReliabilityEnd = 0.965
cycleReliabilityStart = 0.87
cycleReliabilityEnd = 0.965
techTransfer = RD-107_8D74PS:50
}
}
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[RD-107_8D74K]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
{
TESTFLIGHT
{
name = RD-107_8D74K
ratedBurnTime = 121
ratedBurnTime = 140
ignitionReliabilityStart = 0.88
ignitionReliabilityEnd = 0.97
cycleReliabilityStart = 0.89
cycleReliabilityEnd = 0.98
techTransfer = RD-107_8D74PS:50
techTransfer = RD-107_8D74,RD-107_8D74PS:50
reliabilityDataRateMultiplier = 0.2 // can get up to Vostok reliability but only after
// many flights
}
Expand All @@ -367,33 +435,33 @@
TESTFLIGHT
{
name = RD-107MM_8D728
ratedBurnTime = 121
ratedBurnTime = 140
ignitionReliabilityStart = 0.9
ignitionReliabilityEnd = 0.98
cycleReliabilityStart = 0.91
cycleReliabilityEnd = 0.985
techTransfer = RD-107_8D74PS,RD-107_8D74K:50
techTransfer = RD-107_8D74,RD-107_8D74PS,RD-107_8D74K:50
}
}
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[RD-117_11D511]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
{
TESTFLIGHT
{
name = RD-117_11D511
ratedBurnTime = 121
ratedBurnTime = 140
ignitionReliabilityStart = 0.95
ignitionReliabilityEnd = 0.985
cycleReliabilityStart = 0.96
cycleReliabilityEnd = 0.993
techTransfer = RD-107_8D74K,RD-107MM_8D728:50
techTransfer = RD-107_8D74,RD-107_8D74K,RD-107MM_8D728:50
}
}
@PART[*]:HAS[@MODULE[ModuleEngineConfigs]:HAS[@CONFIG[RD-107A_14D22]],!MODULE[TestFlightInterop]]:BEFORE[zTestFlight]
{
TESTFLIGHT
{
name = RD-107A_14D22
ratedBurnTime = 121
ratedBurnTime = 140
ignitionReliabilityStart = 0.97
ignitionReliabilityEnd = 0.99
cycleReliabilityStart = 0.965
Expand Down

0 comments on commit e243343

Please sign in to comment.