Colosseum: Base

Room ID: 189

Wiki
Base (Basic)
Colosseum
From: 1
Left Door
To: 3
Top Right Door

While that one walljump near the end is a bit precise, it does not require a delayed walljump.

Requires:

"Gravity"
{
  "or": [
    {
      "and": [
        "HiJump",
        "canWalljump"
      ]
    },
    {
      "and": [
        "canPreciseWalljump",
        "canConsecutiveWalljump"
      ]
    },
    {
      "and": [
        "Grapple",
        "canCarefulJump"
      ]
    }
  ]
}