From 4c260d7f9c5497b8f7b7e673d02d855592f6d13b Mon Sep 17 00:00:00 2001 From: Capkirk123 Date: Sun, 12 Jan 2025 14:29:51 -0500 Subject: [PATCH] Actually add gaseous fuel cell config to all fuel cells --- .../KerbalismConfig/Profiles/ROKerbalism.cfg | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/GameData/KerbalismConfig/Profiles/ROKerbalism.cfg b/GameData/KerbalismConfig/Profiles/ROKerbalism.cfg index a6c91a3..ebb06fe 100644 --- a/GameData/KerbalismConfig/Profiles/ROKerbalism.cfg +++ b/GameData/KerbalismConfig/Profiles/ROKerbalism.cfg @@ -1403,6 +1403,14 @@ Supply running = true } MODULE + { + name = ProcessController + resource = _FuelCellGas + title = Gaseous Reactant Fuel Cell + capacity = 0.75 + running = true + } + MODULE { name = ProcessController resource = _FuelCellShuttle @@ -1455,6 +1463,22 @@ Supply } } + SETUP //AES A-C Fuel Cell + { + name = Gaseous Reactant Fuel Cell + desc = Combines Hydrogen and Oxygen to produce Water and Electricity. + tech = spaceStationSolarPanels + mass = 0.075 //heavier due to higher heat rejection requirements + + MODULE + { + type = ProcessController + id_field = resource + id_value = _FuelCellGas + } + } + + SETUP //Shuttle { name = Shuttle alkaline Fuel Cell @@ -1513,6 +1537,14 @@ Supply running = true } MODULE + { + name = ProcessController + resource = _FuelCellGas + title = Gaseous Reactant Fuel Cell + capacity = 6 + running = true + } + MODULE { name = ProcessController resource = _FuelCellShuttle @@ -1565,6 +1597,22 @@ Supply } } + SETUP //AES A-C Fuel Cell + { + name = Gaseous Reactant Fuel Cell + desc = Combines Hydrogen and Oxygen to produce Water and Electricity. + tech = spaceStationSolarPanels + mass = 0.55 //heavier due to higher heat rejection requirements + + MODULE + { + type = ProcessController + id_field = resource + id_value = _FuelCellGas + } + } + + SETUP //Shuttle { name = Shuttle alkaline Fuel Cell