Early Supers Room: Speedball, Leave With Temporary Blue

Room ID: 45

Wiki
From: 2
Right Door
To: 1
Left Door

Gain blue speed in the other room, jump through the transition, then speedball under the shutters.

Entrance condition:

{
  "comeInGettingBlueSpeed": {
    "length": 0,
    "openEnd": 1,
    "minExtraRunSpeed": "$0.E",
    "maxExtraRunSpeed": "$1.D"
  }
}

Requires:

"canSpeedball"
"canChainTemporaryBlue"
"canInsaneJump"

Exit condition:

{
  "leaveWithTemporaryBlue": {}
}

Unlocks doors:

{"types":["ammo"],"requires":[]}

Dev note: Slightly higher run speeds can work but with greater difficulty. FIXME: comeInGettingBlueSpeed is not technically the right entrance condition, since the jump needs to happen in the other room; we ignore this for now since it makes less than a tile of difference to the runway in the other room. At some point we should support entrance conditions for entering spinning with upward momentum (possibly from disconnected runways like in Dust Torizo Room); coming in with a blue Space Jump could also work.