Fish Tank: Suitless Jump Assist

Room ID: 173

Wiki
From: 7
Platform Below Top Right Door
To: 6
Middle Junction Near Top Left Pirate

It is possible to land on the platform with the pirate when it is facing away and shaking its head. Then quickly jump away or continuously shoot the pirate to prevent it from shooting.

Requires:

"canSuitlessMaridia"
{
  "or": [
    {
      "and": [
        "HiJump",
        {
          "or": [
            "h_canCrouchJumpDownGrab",
            "canSpringBallJumpMidAir",
            "canDodgeWhileShooting"
          ]
        }
      ]
    },
    {
      "and": [
        "canTrickyJump",
        "h_canCrouchJumpDownGrab"
      ]
    }
  ]
}