Skip to content

Commit a0677cf

Browse files
author
Robin "sumghai" Chang
committed
Restore stock fuel cell generator PartModule
1 parent a2fe1de commit a0677cf

2 files changed

Lines changed: 48 additions & 0 deletions

File tree

GameData/SDHI/Service Module System/Parts/SDHI_2.5_ServiceModule/AvionicsRing.cfg

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,30 @@ PART
7878
{
7979
name = ModuleSAS
8080
}
81+
82+
MODULE
83+
{
84+
name = ModuleGenerator
85+
isAlwaysActive = false
86+
requiresAllInputs = true
87+
activateGUIName = Turn on Fuel Cell
88+
shutdownGUIName = Turn off Fuel Cell
89+
INPUT_RESOURCE
90+
{
91+
name = LiquidFuel
92+
rate = 0.009
93+
}
94+
INPUT_RESOURCE
95+
{
96+
name = Oxidizer
97+
rate = 0.011
98+
}
99+
OUTPUT_RESOURCE
100+
{
101+
name = ElectricCharge
102+
rate = 10
103+
}
104+
}
81105
82106
MODULE
83107
{

GameData/SDHI/Service Module System/Parts/SDHI_2.5_ServiceModule/ServiceModule.cfg

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,30 @@ PART
9999
{
100100
name = ModuleSAS
101101
}
102+
103+
MODULE
104+
{
105+
name = ModuleGenerator
106+
isAlwaysActive = false
107+
requiresAllInputs = true
108+
activateGUIName = Turn on Fuel Cell
109+
shutdownGUIName = Turn off Fuel Cell
110+
INPUT_RESOURCE
111+
{
112+
name = LiquidFuel
113+
rate = 0.009
114+
}
115+
INPUT_RESOURCE
116+
{
117+
name = Oxidizer
118+
rate = 0.011
119+
}
120+
OUTPUT_RESOURCE
121+
{
122+
name = ElectricCharge
123+
rate = 10
124+
}
125+
}
102126

103127
MODULE
104128
{

0 commit comments

Comments
 (0)