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_navigateUnderwater"
"h_artificialMorphBombs"
{
  "or": [
    {
      "and": [
        "h_artificialMorphSpringBall",
        {
          "or": [
            "Gravity",
            "HiJump"
          ]
        }
      ]
    },
    {
      "and": [
        "Morph",
        {
          "or": [
            "Gravity",
            "HiJump",
            "canCrouchJump"
          ]
        }
      ]
    },
    {
      "and": [
        "Gravity",
        "h_artificialMorphCeilingBombJump"
      ]
    },
    {
      "and": [
        "Gravity",
        "h_artificialMorphIBJ",
        "canBeVeryPatient"
      ]
    }
  ]
}