Plasma Spark Room: G-Mode Morph

Room ID: 197

Wiki
From: 2
Bottom Right Door
To: 5
Top Junction

Entrance condition:

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

Requires:

{
  "or": [
    "Gravity",
    {
      "and": [
        "canSuitlessMaridia",
        "HiJump",
        "h_artificialMorphSpringBall"
      ]
    }
  ]
}
{
  "or": [
    "h_artificialMorphLongIBJ",
    {
      "and": [
        "Gravity",
        "h_artificialMorphIBJ",
        "h_artificialMorphBombHorizontally"
      ]
    },
    {
      "and": [
        "canGravityJump",
        "h_artificialMorphSpringBallBombJump",
        {
          "or": [
            "h_additionalBomb",
            {
              "tech": "canDoubleSpringBallJumpMidAir"
            }
          ]
        },
        {
          "or": [
            {
              "and": [
                "h_additionalBomb",
                "h_additionalBomb"
              ]
            },
            {
              "notable": "Left Shaft Precise Crouch Jump Down Grab"
            }
          ]
        }
      ]
    }
  ]
}