Crateria Super Room: G-Mode Morph Overload PLMs by Power Bombing Item

Room ID: 29

Wiki
From: 1
Top Left Door
To: 5
Bottom Junction (Right of Boyons)

Place the PBs exactly two tiles left of the Morph tunnel. Be sure not to touch the item if this strat will be needed again in the future. It is possible to cross the spike pit with spring flings and two spike hits. Pause then jump just before the fade out ends and turn Spring Ball off in order to get more horizontal distance at the start and avoid one spike hit. Turn Spring Ball off and on again while jumping on the spikes to get across to avoid another.

Entrance condition:

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

Requires:

{
  "itemNotCollectedAtNode": 3
}
"canRiskPermanentLossOfAccess"
"h_artificialMorphPowerBomb"
"h_artificialMorphPowerBomb"
{
  "or": [
    {
      "and": [
        "h_artificialMorphSpringBall",
        {
          "spikeHits": 4
        }
      ]
    },
    {
      "and": [
        "h_artificialMorphSpringBall",
        "h_artificialMorphBombHorizontally",
        {
          "spikeHits": 3
        }
      ]
    },
    {
      "and": [
        "h_artificialMorphSpringFling",
        "canTrickyJump",
        {
          "spikeHits": 2
        }
      ]
    },
    {
      "and": [
        "Morph",
        {
          "or": [
            "SpaceJump",
            {
              "and": [
                {
                  "spikeHits": 1
                },
                {
                  "or": [
                    "canUseIFrames",
                    {
                      "spikeHits": 1
                    }
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}