Skip to content

Commit

Permalink
Restore stock fuel cell generator PartModule
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin "sumghai" Chang committed Jul 25, 2014
1 parent a2fe1de commit a0677cf
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,30 @@ PART
{
name = ModuleSAS
}
MODULE
{
name = ModuleGenerator
isAlwaysActive = false
requiresAllInputs = true
activateGUIName = Turn on Fuel Cell
shutdownGUIName = Turn off Fuel Cell
INPUT_RESOURCE
{
name = LiquidFuel
rate = 0.009
}
INPUT_RESOURCE
{
name = Oxidizer
rate = 0.011
}
OUTPUT_RESOURCE
{
name = ElectricCharge
rate = 10
}
}
MODULE
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,30 @@ PART
{
name = ModuleSAS
}

MODULE
{
name = ModuleGenerator
isAlwaysActive = false
requiresAllInputs = true
activateGUIName = Turn on Fuel Cell
shutdownGUIName = Turn off Fuel Cell
INPUT_RESOURCE
{
name = LiquidFuel
rate = 0.009
}
INPUT_RESOURCE
{
name = Oxidizer
rate = 0.011
}
OUTPUT_RESOURCE
{
name = ElectricCharge
rate = 10
}
}

MODULE
{
Expand Down

0 comments on commit a0677cf

Please sign in to comment.