Red Pirate Shaft: Tank the Damage

Room ID: 118

Wiki
From: 1
Bottom Door
To: 2
Top Right Door

Note that the Geemers do much less damage than the Pirates

Requires:

{
  "or": [
    {
      "enemyDamage": {
        "enemy": "Red Space Pirate (standing)",
        "type": "contact",
        "hits": 3
      }
    },
    {
      "and": [
        {
          "enemyDamage": {
            "enemy": "Geemer (grey)",
            "type": "contact",
            "hits": 3
          }
        },
        {
          "or": [
            {
              "and": [
                "canCarefulJump",
                "HiJump"
              ]
            },
            "canPreciseWallJump",
            {
              "and": [
                "canDodgeWhileShooting",
                "SpaceJump"
              ]
            },
            "canTrickySpringBallJump",
            "canUseIFrames"
          ]
        }
      ]
    }
  ]
}