Climb Supers Room: Pause Abuse Spike Damage

Room ID: 29

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

Requires:

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