Colosseum: Colosseum Spike Platforming with SpringBall (Left to Right)

Room ID: 189

Wiki
From: 1
Left Door
To: 3
Top Right Door

Notable: true

Use the spikes, which are not in the water, to jump from platform to platform as a way to cross the Colosseum. Requires knowing the position of every spike in the room, and hitting the spikes while morphed can help. The first jump is particularly tough. A springball rolling jump can be used to get past it.

Entrance condition:

{
  "comeInRunning": {
    "minTiles": 2,
    "speedBooster": "any"
  }
}

Requires:

"canWalljump"
"Morph"
"canCarefulJump"
"canIframeSpikeJump"
"h_canUseSpringBall"
"canMockball"
{
  "spikeHits": 3
}
{
  "or": [
    {
      "spikeHits": 1
    },
    "canHorizontalDamageBoost"
  ]
}