Climb Supers Room: Pause Abuse Spike Damage

Room ID: 29

Wiki
From: 4
Top Junction (Right of Spikes)
To: 1
Top Left Door

Requires:

"canUseIFrames"
"h_pauseAbuseMinimalReserveRefill"
{
  "or": [
    "canDash",
    {
      "and": [
        "h_pauseAbuseMinimalReserveRefill",
        {
          "or": [
            {
              "and": [
                {
                  "tech": "canHorizontalDamageBoost"
                },
                "h_complexToCarryBlueSuit"
              ]
            },
            "h_pauseAbuseMinimalReserveRefill"
          ]
        }
      ]
    }
  ]
}