Plasma Spark Room: G-Mode Morph

Room ID: 197

Wiki
From: 2
Bottom Right Door
To: 1
Left Vertical Door

Entrance condition:

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

Requires:

{
  "or": [
    {
      "and": [
        "Gravity",
        {
          "or": [
            "h_canArtificialMorphLongIBJ",
            {
              "and": [
                "h_canArtificialMorphIBJ",
                "h_canArtificialMorphBombHorizontally"
              ]
            }
          ]
        }
      ]
    },
    {
      "and": [
        "h_canArtificialMorphDoubleSpringBallJump",
        "h_canCrouchJumpDownGrab"
      ]
    }
  ]
}