Red Tower: IBJ

Room ID: 66

Wiki
IBJ (Medium)
Red Tower
From: 7
Junction (Bottom Rippers)
To: 6
Junction (Above Bottom Rippers)

Requires:

"h_canIBJ"
{
  "or": [
    {
      "and": [
        "canWalljump",
        "ScrewAttack"
      ]
    },
    {
      "and": [
        {
          "or": [
            "canWalljump",
            "canSpringBallJumpMidAir"
          ]
        },
        {
          "ammo": {
            "type": "PowerBomb",
            "count": 1
          }
        }
      ]
    },
    {
      "enemyKill": {
        "enemies": [
          [
            "Ripper",
            "Ripper",
            "Ripper"
          ],
          [
            "Ripper"
          ]
        ],
        "explicitWeapons": [
          "Super",
          "PowerBomb"
        ]
      }
    }
  ]
}