Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,13 @@ PART
infoTemp = 3000
}

//Remove Ablator, not needed for LEO reentry
//Reduce Ablator, not needed for LEO reentry
//Leave ability to add Ablator back to lunar levels
RESOURCE
{
name = Ablator
maxAmount = 184.84 //407.5 lbs
amount = 0
amount = 18.4
}
RESOURCE
{
Expand Down
2 changes: 1 addition & 1 deletion GameData/ROCapsules/PartConfigs/GeminiBDB/GeminiCM.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ PART
outputMult = 0 //Don't actually outpuy charred ablator, doesn't matter that much with an amount this small
lossExp = -6000
lossConst = 1.1 //Buffed to keep temp below 1255 K
pyrolysisLossFactor = 7800
pyrolysisLossFactor = 15000 //really high so this doesn't need a bunch of ablator
ablationTempThresh = 750
reentryConductivity = 0.0065
infoTemp = 1255
Expand Down
4 changes: 2 additions & 2 deletions GameData/ROCapsules/PartConfigs/MercuryBDB/MercuryCM.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ PART
outputResource = CharredAblator
outputMult = 0 //Don't actually outpuy charred ablator, doesn't matter that much with an amount this small
lossExp = -6000
lossConst = 1.1 //Buffed to keep temp below 1255 K
pyrolysisLossFactor = 7800
lossConst = 5.0 //Buffed to keep temp below 1255 K
pyrolysisLossFactor = 25000 //really high so this doesn't need a bunch of ablator
ablationTempThresh = 750
reentryConductivity = 0.0065
infoTemp = 1255
Expand Down