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",
        "h_additionalBomb",
        "h_additionalBomb"
      ]
    }
  ]
}