Main Street: Indirect G-Mode Morph Overload Speed Blocks (Bombs)

Room ID: 172

Wiki
From: 4
Top Right Door
To: 11
G-Mode Junction Below Speed Blocks (Overloaded PLMs)

Place bombs against the speed blocks until they are overloaded.

Entrance condition:

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

Requires:

{
  "notable": "G-Mode Overload Speed Blocks then use Global Crab"
}
"h_canNavigateUnderwater"
"h_canArtificialMorphBombs"
{
  "or": [
    {
      "and": [
        "h_canArtificialMorphSpringBall",
        {
          "or": [
            "Gravity",
            "HiJump"
          ]
        }
      ]
    },
    {
      "and": [
        "Morph",
        "canBeVeryPatient",
        {
          "or": [
            "Gravity",
            "HiJump",
            "canCrouchJump"
          ]
        }
      ]
    },
    {
      "and": [
        "Gravity",
        "h_canArtificialMorphCeilingBombJump"
      ]
    },
    {
      "and": [
        "Gravity",
        "h_canArtificialMorphIBJ",
        "canBeVeryPatient"
      ]
    }
  ]
}