Skip to content

Commit

Permalink
Actually add gaseous fuel cell config to all fuel cells (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 authored Jan 12, 2025
1 parent 650df76 commit deae7cc
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions GameData/KerbalismConfig/Profiles/ROKerbalism.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -1455,6 +1463,22 @@ Supply
}
}
SETUP //AES A-C Fuel Cell
{
name = Gaseous Reactant Fuel Cell
desc = Combines <b>Hydrogen</b> and <b>Oxygen</b> to produce <b>Water</b> and <b>Electricity</b>.
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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -1565,6 +1597,22 @@ Supply
}
}
SETUP //AES A-C Fuel Cell
{
name = Gaseous Reactant Fuel Cell
desc = Combines <b>Hydrogen</b> and <b>Oxygen</b> to produce <b>Water</b> and <b>Electricity</b>.
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
Expand Down

0 comments on commit deae7cc

Please sign in to comment.