Bug: LF/O wedge has incorrect amounts

Issue #36 resolved
Jognt created an issue

The USAerozineWedge part has incorrect amounts set which results in LF running out before Ox does. I did the math for it, and here are the correct amounts (LF / O):

Single: 11.25 / 13.75
Double: 22.5 / 27.5
Triple: 33.75 / 41.25
Quad: 45 / 55

Or the same in the form of a ModuleManager patch:

@PART[USAerozineWedge]:AFTER[UniversalStorage2]
{
  @MODULE[USFuelSwitch]
  {
    @resourceAmounts = 11.25,13.75;22.5,27.5;33.75,41.25;45,55
    @initialResourceAmounts = 11.25,13.75;22.5,27.5;33.75,41.25;45,55
  }
}

The current values are 11/14 - 22/28 - 33/42 - 44/56.

Comments (2)

  1. Log in to comment