West Ocean: G-Mode Deep Stuck X-Ray Climb

Room ID: 32

Wiki
From: 4
Lower Section - Top Right Door
To: 12
Top Junction

Climb up 2 screens.

Entrance condition:

{
  "comeInWithGMode": {
    "mode": "direct",
    "morphed": false
  }
}

Requires:

{
  "or": [
    "canArtificialMorph",
    "canWalljump",
    "SpaceJump",
    {
      "and": [
        "canLongIBJ",
        "Gravity"
      ]
    },
    {
      "and": [
        "HiJump",
        "canJumpIntoIBJ"
      ]
    },
    {
      "and": [
        "canLongIBJ",
        "canBombHorizontally",
        "canResetFallSpeed"
      ]
    },
    {
      "and": [
        "canJumpIntoIBJ",
        "canLongIBJ",
        "canTrickyJump"
      ]
    },
    {
      "and": [
        "HiJump",
        {
          "or": [
            "SpeedBooster",
            "canSpringBallJumpMidAir"
          ]
        }
      ]
    },
    {
      "and": [
        "canTrickyJump",
        "canPreciseGrapple"
      ]
    },
    {
      "and": [
        "Gravity",
        "canShinechargeMovement",
        "canMidairShinespark",
        "h_canShineChargeMaxRunway",
        {
          "shinespark": {
            "frames": 35,
            "excessFrames": 10
          }
        }
      ]
    }
  ]
}
"canXRayClimb"