Plasma Spark Room: Left Shaft Precise Crouch Jump Down Grab (Expert)

Starting from the edge of the platforms that stick out, crouch jump and down grab to get to the next one. Going up from the left runway does not work, as that starts one tile further to the left.

Difficulty filter

Strats ()

From: 1
Left Vertical Door
To: 5
Top Junction

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "any",
    "morphed": true
  },
  "comesThroughToilet": "any"
}

Requires:

{
  "or": [
    {
      "and": [
        "h_artificialMorphIBJ",
        "h_artificialMorphBombHorizontally"
      ]
    },
    {
      "and": [
        "h_artificialMorphLongIBJ",
        "Gravity"
      ]
    },
    {
      "and": [
        "h_artificialMorphSpringBallBombJump",
        "h_additionalBomb",
        "h_additionalBomb",
        "h_additionalBomb"
      ]
    },
    {
      "and": [
        "h_artificialMorphSpringBallBombJump",
        {
          "notable": "Left Shaft Precise Crouch Jump Down Grab"
        }
      ]
    }
  ]
}
From: 2
Bottom Right Door
To: 5
Top Junction

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "any",
    "morphed": true
  }
}

Requires:

{
  "or": [
    "Gravity",
    {
      "and": [
        "canSuitlessMaridia",
        "HiJump",
        "h_artificialMorphSpringBall"
      ]
    }
  ]
}
{
  "or": [
    "h_artificialMorphLongIBJ",
    {
      "and": [
        "Gravity",
        "h_artificialMorphIBJ",
        "h_artificialMorphBombHorizontally"
      ]
    },
    {
      "and": [
        "canGravityJump",
        "h_artificialMorphSpringBallBombJump",
        {
          "or": [
            "h_additionalBomb",
            {
              "tech": "canDoubleSpringBallJumpMidAir"
            }
          ]
        },
        {
          "or": [
            {
              "and": [
                "h_additionalBomb",
                "h_additionalBomb"
              ]
            },
            {
              "notable": "Left Shaft Precise Crouch Jump Down Grab"
            }
          ]
        }
      ]
    }
  ]
}
From: 3
Middle Right Door
To: 5
Top Junction

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "any",
    "morphed": true
  }
}

Requires:

{
  "or": [
    "h_artificialMorphLongIBJ",
    {
      "and": [
        "Gravity",
        "h_artificialMorphIBJ",
        "h_artificialMorphBombHorizontally"
      ]
    },
    {
      "and": [
        "canGravityJump",
        "h_artificialMorphSpringBallBombJump",
        {
          "or": [
            "h_additionalBomb",
            {
              "tech": "canDoubleSpringBallJumpMidAir"
            }
          ]
        },
        {
          "or": [
            {
              "and": [
                "h_additionalBomb",
                "h_additionalBomb"
              ]
            },
            {
              "notable": "Left Shaft Precise Crouch Jump Down Grab"
            }
          ]
        }
      ]
    }
  ]
}