Pseudo Plasma Spark Room: G-Mode Morph

Room ID: 179

Wiki
From: 1
Left Door
To: 3
Hidden Item

Avoid moving too much between the right of the Owtch and the item to avoid overloading PLMs until after touching the item.

Entrance condition:

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

Requires:

{
  "or": [
    {
      "and": [
        "Gravity",
        "h_artificialMorphIBJ"
      ]
    },
    {
      "and": [
        "Gravity",
        "h_artificialMorphSpringBallBombJump"
      ]
    },
    "h_artificialMorphDoubleSpringBallJump"
  ]
}

Clears obstacles: A

Dev note: This link doesn't accomplish anything, other than enabling Samus to return with Artificial Morph. Samus does not obtain the item until returning and exiting G-Mode, so all the requirements must be here.