Plasma Spark Room: Screw Kill

Room ID: 197

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

Requires:

{
  "or": [
    "canConsecutiveWalljump",
    "SpaceJump"
  ]
}
{
  "or": [
    {
      "enemyKill": {
        "enemies": [
          [
            "Choot"
          ]
        ],
        "explicitWeapons": [
          "ScrewAttack"
        ]
      }
    },
    {
      "and": [
        {
          "or": [
            "SpaceJump",
            {
              "and": [
                "canConsecutiveWalljump",
                "canWalljumpWithCharge"
              ]
            }
          ]
        },
        {
          "enemyKill": {
            "enemies": [
              [
                "Choot"
              ]
            ],
            "explicitWeapons": [
              "PseudoScrew"
            ]
          }
        }
      ]
    }
  ]
}