Crateria Super Room: In-Room SpeedKeep for Temporary Blue

Room ID: 29

Wiki
From: 1
Top Left Door
To: 6
Top Junction with Temporary Blue (Right of Morph Tunnel)

Using only the short runway and spike pit, use one or more SpeedKeeps to Speedball towards the Super Missile item location. This requires either a very short shortcharge, or a second SpeedKeep in the spikes which also resets Samus' run speed with a crouch jump before spike I-Frames expire.

Requires:

{
  "notable": "In-Room SpeedKeep for Temporary Blue"
}
"canSpeedKeep"
"canSlowShortCharge"
{
  "doorUnlockedAtNode": 1
}
{
  "or": [
    {
      "and": [
        "canChainTemporaryBlue",
        {
          "canShineCharge": {
            "usedTiles": 13,
            "openEnd": 1
          }
        },
        {
          "spikeHits": 1
        }
      ]
    },
    {
      "and": [
        {
          "canShineCharge": {
            "usedTiles": 14,
            "openEnd": 1
          }
        },
        {
          "spikeHits": 2
        }
      ]
    },
    {
      "and": [
        "canChainTemporaryBlue",
        {
          "spikeHits": 3
        }
      ]
    }
  ]
}
"canSpeedball"