Skip to content

Commit

Permalink
Add helium
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 committed Jul 6, 2021
1 parent 6c719cf commit b3772bd
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 4 deletions.
16 changes: 15 additions & 1 deletion GameData/ROCapsules/PartConfigs/CST/CSTSM.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,13 @@ PART
ratio = 0.501
}

PROPELLANT
{
name = Helium
ratio = 10.0
ignoreForIsp = true
}

atmosphereCurve
{
key = 0 320
Expand All @@ -154,7 +161,7 @@ PART
{
name = ModuleFuelTanks
type = ServiceModule
volume = 2000
volume = 2400
basemass = -1

// Batteries 3.5 kWh
Expand Down Expand Up @@ -192,5 +199,12 @@ PART
amount = 875
maxAmount = 875
}

TANK
{
name = Helium
amount = 78570
maxAmount = 78570
}
}
}
13 changes: 13 additions & 0 deletions GameData/ROCapsules/PartConfigs/MercuryBDB/MercuryCM.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ PART
name = HTP
ratio = 1.0
}
PROPELLANT
{
name = Helium
ratio = 10
ignoreForIsp = true
}
atmosphereCurve
{
key = 0 137
Expand Down Expand Up @@ -235,6 +241,13 @@ PART
amount = 18
maxAmount = 18
}

TANK
{
name = Helium
amount = 190
maxAmount = 190
}
}

// ============================================================================
Expand Down
6 changes: 6 additions & 0 deletions GameData/ROCapsules/PartConfigs/MercuryBDB/MercuryRCS.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,12 @@ PART
name = HTP
ratio = 1.0
}
PROPELLANT
{
name = Helium
ratio = 10.0
ignoreForIsp = true
}
atmosphereCurve
{
key = 0 137
Expand Down
22 changes: 20 additions & 2 deletions GameData/ROCapsules/PartConfigs/Orion/OrionCM.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,23 @@ PART

MODULE
{
name = ModuleRCS
name = ModuleRCSFX
thrusterTransformName = RCSthruster
runningEffectName = running
resourceFlowMode = STAGE_PRIORITY_FLOW
//MR-104G - 712 newtons
thrusterPower = 0.712
resourceName = Hydrazine
PROPELLANT
{
name = Hydrazine
ratio = 1.0
}
PROPELLANT
{
name = Helium
ratio = 30.0 //about 30 bar pressure
ignoreForIsp = true
}
atmosphereCurve
{
key = 0 239
Expand Down Expand Up @@ -211,6 +223,12 @@ PART
amount = 168
maxAmount = 168
}
TANK
{
name = Helium
amount = 5040
maxAmount = 5040
}
}

EFFECTS
Expand Down
16 changes: 15 additions & 1 deletion GameData/ROCapsules/PartConfigs/Orion/OrionESM.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,14 @@ PART
DrawGauge = False
}

PROPELLANT
{
name = Helium
ratio = 10.4
DrawGauge = False
ignoreForIsp = true
}

atmosphereCurve
{
key = 0 311
Expand Down Expand Up @@ -218,7 +226,7 @@ PART
{
name = ModuleFuelTanks
type = ServiceModule
volume = 9840
volume = 10488
basemass = -1

TANK
Expand All @@ -234,6 +242,12 @@ PART
maxAmount = 23980
}
TANK
{
name = Helium
amount = 129589
maxAmount = 129589
}
TANK
{
name = Water
amount = 470
Expand Down

0 comments on commit b3772bd

Please sign in to comment.