Red Brinstar Fireflea Room: Blue Suit Tricky Spring Ball Jump

Room ID: 67

Wiki
From: 2
Right Door
To: 3
Safe Block in the Middle of the Room

Crouch jump and Spring Ball near the peak of the jump to hit the side of the spikes and boost up onto them. This is also possible from standing on the spikes to avoid the crouch jump. With a very precise spring ball jump, it can also be done without a crouch jump. After getting up onto the spikes, take a second hit from the spikes, hold left, then face right, unmorph, and use either a horizontal damage boost or a couple of blue suit spike jumps to reach the safe platform.

Requires:

{
  "or": [
    {
      "and": [
        "h_maxHeightSpringBallJump",
        "canNeutralDamageBoost"
      ]
    },
    {
      "and": [
        "canInsaneJump",
        "canTrickySpringBallJump",
        "canNeutralDamageBoost"
      ]
    },
    {
      "and": [
        {
          "spikeHits": 1
        },
        "canTrickySpringBallJump",
        "canTrickyJump",
        "canNeutralDamageBoost"
      ]
    }
  ]
}
{
  "or": [
    {
      "and": [
        {
          "tech": "canHorizontalDamageBoost"
        },
        {
          "noFlashSuit": {}
        },
        {
          "spikeHits": 3
        }
      ]
    },
    {
      "and": [
        "canBlueSuitSpikeJump",
        {
          "spikeHits": 4
        }
      ]
    }
  ]
}