From e37099bf5b202e477019f4dc7b460a75a809d573 Mon Sep 17 00:00:00 2001 From: Capkirk123 Date: Sun, 11 Aug 2024 14:48:14 -0400 Subject: [PATCH] B9PS integration for mercury retropack (#177) --- .../MercuryBDB/MercuryRetropack.cfg | 32 ++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/GameData/ROCapsules/PartConfigs/MercuryBDB/MercuryRetropack.cfg b/GameData/ROCapsules/PartConfigs/MercuryBDB/MercuryRetropack.cfg index 1632ad5f..1390de05 100644 --- a/GameData/ROCapsules/PartConfigs/MercuryBDB/MercuryRetropack.cfg +++ b/GameData/ROCapsules/PartConfigs/MercuryBDB/MercuryRetropack.cfg @@ -172,7 +172,15 @@ PART } MODULE - { + { + name = ModuleFuelTanks + volume = 0 + basemass = 0.02150 + type = SM-II //Mercury-era + } + + MODULE + { name = ModuleB9PartSwitch moduleID = meshSwitchStyle switcherDescription = Style @@ -184,12 +192,34 @@ PART { name = Basic transform = Basic + addedMass = 0 + addedCost = 0 + MODULE + { + IDENTIFIER { name = ModuleFuelTanks } + DATA + { + volume = 0 + basemass = 0.02150 + } + } } SUBTYPE { name = Enhanced transform = Enhanced + addedMass = 0.00448 + addedCost = 0.5 + MODULE + { + IDENTIFIER { name = ModuleFuelTanks } + DATA + { + volume = 41.5 + basemass = 0.02598 + } + } } } }