Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Actually add gaseous fuel cell config to all fuel cells #170

Merged
merged 1 commit into from
Jan 12, 2025
Merged
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
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
Loading