Skip to content

Commit

Permalink
Update Agena SPS fuel loads (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 authored Apr 29, 2023
1 parent 686d36d commit 7c9b4a7
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions GameData/ROEngines/PartConfigs/Agena_SPS_BDB.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -99,20 +99,26 @@ PART
MODULE
{
name = ModuleFuelTanks
volume = 68.35 // 177.4 lbs of propellant
volume = 71.53 // 177.4 lbs of propellant
basemass = -1
type = Fuselage
TANK
{
name = UDMH
amount = 26.5882
maxAmount = 26.5882
name = UDMH
amount = 26.5317
maxAmount = 26.5317
}
TANK
{
name = MON3
amount = 41.7619
maxAmount = 41.7619
name = MON3
amount = 41.6732
maxAmount = 41.6732
}
TANK
{
name = Helium
amount = 664.9988
maxAmount = 664.9988
}
}

Expand Down

0 comments on commit 7c9b4a7

Please sign in to comment.