File tree Expand file tree Collapse file tree 5 files changed +69
-4
lines changed
GameData/ROCapsules/PartConfigs Expand file tree Collapse file tree 5 files changed +69
-4
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,13 @@ PART
132
132
ratio = 0.501
133
133
}
134
134
135
+ PROPELLANT
136
+ {
137
+ name = Helium
138
+ ratio = 10.0
139
+ ignoreForIsp = true
140
+ }
141
+
135
142
atmosphereCurve
136
143
{
137
144
key = 0 320
154
161
{
155
162
name = ModuleFuelTanks
156
163
type = ServiceModule
157
- volume = 2000
164
+ volume = 2400
158
165
basemass = -1
159
166
160
167
// Batteries 3.5 kWh
@@ -192,5 +199,12 @@ PART
192
199
amount = 875
193
200
maxAmount = 875
194
201
}
202
+
203
+ TANK
204
+ {
205
+ name = Helium
206
+ amount = 78570
207
+ maxAmount = 78570
208
+ }
195
209
}
196
210
}
Original file line number Diff line number Diff line change @@ -117,6 +117,12 @@ PART
117
117
name = HTP
118
118
ratio = 1.0
119
119
}
120
+ PROPELLANT
121
+ {
122
+ name = Helium
123
+ ratio = 10
124
+ ignoreForIsp = true
125
+ }
120
126
atmosphereCurve
121
127
{
122
128
key = 0 137
@@ -235,6 +241,13 @@ PART
235
241
amount = 18
236
242
maxAmount = 18
237
243
}
244
+
245
+ TANK
246
+ {
247
+ name = Helium
248
+ amount = 190
249
+ maxAmount = 190
250
+ }
238
251
}
239
252
240
253
// ============================================================================
Original file line number Diff line number Diff line change @@ -197,6 +197,12 @@ PART
197
197
name = HTP
198
198
ratio = 1.0
199
199
}
200
+ PROPELLANT
201
+ {
202
+ name = Helium
203
+ ratio = 10.0
204
+ ignoreForIsp = true
205
+ }
200
206
atmosphereCurve
201
207
{
202
208
key = 0 137
Original file line number Diff line number Diff line change @@ -142,11 +142,23 @@ PART
142
142
143
143
MODULE
144
144
{
145
- name = ModuleRCS
145
+ name = ModuleRCSFX
146
146
thrusterTransformName = RCSthruster
147
+ runningEffectName = running
148
+ resourceFlowMode = STAGE_PRIORITY_FLOW
147
149
//MR-104G - 712 newtons
148
150
thrusterPower = 0.712
149
- resourceName = Hydrazine
151
+ PROPELLANT
152
+ {
153
+ name = Hydrazine
154
+ ratio = 1.0
155
+ }
156
+ PROPELLANT
157
+ {
158
+ name = Helium
159
+ ratio = 30.0 //about 30 bar pressure
160
+ ignoreForIsp = true
161
+ }
150
162
atmosphereCurve
151
163
{
152
164
key = 0 239
@@ -211,6 +223,12 @@ PART
211
223
amount = 168
212
224
maxAmount = 168
213
225
}
226
+ TANK
227
+ {
228
+ name = Helium
229
+ amount = 5040
230
+ maxAmount = 5040
231
+ }
214
232
}
215
233
216
234
EFFECTS
Original file line number Diff line number Diff line change @@ -186,6 +186,14 @@ PART
186
186
DrawGauge = False
187
187
}
188
188
189
+ PROPELLANT
190
+ {
191
+ name = Helium
192
+ ratio = 10.4
193
+ DrawGauge = False
194
+ ignoreForIsp = true
195
+ }
196
+
189
197
atmosphereCurve
190
198
{
191
199
key = 0 311
218
226
{
219
227
name = ModuleFuelTanks
220
228
type = ServiceModule
221
- volume = 9840
229
+ volume = 10488
222
230
basemass = -1
223
231
224
232
TANK
@@ -234,6 +242,12 @@ PART
234
242
maxAmount = 23980
235
243
}
236
244
TANK
245
+ {
246
+ name = Helium
247
+ amount = 129589
248
+ maxAmount = 129589
249
+ }
250
+ TANK
237
251
{
238
252
name = Water
239
253
amount = 470
You can’t perform that action at this time.
0 commit comments