Pants Room: Diagonal Shinespark (From the Right)

Room ID: 220

Wiki
From: 3
West Leg Right Door
To: 2
East Leg Right Door

Preselect Grapple and be ready to use it when entering the room. Release up or angle up before releasing Grapple so the shinespark does not activate instantly. Fall into the sand below the Grapple block with Gravity disabled. Sink into the sand slightly before shinesparking diagonally. Use the windup frames for a shinespark to extend the duration timer.

Entrance condition:

{
  "comeInShinecharged": {}
}

Requires:

{
  "shineChargeFrames": 100
}
{
  "notable": "Shinespark"
}
"h_navigateUnderwater"
"canShinechargeMovementTricky"
"canPlayInSand"
"Grapple"
{
  "or": [
    {
      "shinespark": {
        "frames": 63,
        "excessFrames": 0
      }
    },
    {
      "and": [
        {
          "shinespark": {
            "frames": 63,
            "excessFrames": 9
          }
        },
        {
          "enemyDamage": {
            "enemy": "Menu",
            "type": "contact",
            "hits": 1
          }
        }
      ]
    }
  ]
}