Plasma Spark Room: Kill Choot and Reclimb

Room ID: 197

Wiki
From: 3
Middle Right Door
To: 5
Top Junction

To avoid damage, the Choot can be killed and then Samus can climb back up again.

Requires:

{
  "or": [
    "canConsecutiveWalljump",
    "h_canFly"
  ]
}
{
  "or": [
    {
      "enemyKill": {
        "enemies": [
          [
            "Choot"
          ]
        ],
        "explicitWeapons": [
          "Wave",
          "Spazer",
          "PowerBomb"
        ]
      }
    },
    {
      "and": [
        "canBeVeryPatient",
        {
          "enemyKill": {
            "enemies": [
              [
                "Choot"
              ]
            ]
          }
        }
      ]
    }
  ]
}