Amphitheatre: Base

Room ID: 136

Wiki
From: 3
Bottom Platform Junction
To: 4
Center Floating Platforms Junction

Requires:

"canDash",
{"obstaclesCleared": ["A"]},
{"or": [
  "canDodgeWhileShooting",
  "ScrewAttack",
  {"enemyDamage": {
    "enemy": "Yellow Space Pirate (standing)",
    "type": "laser",
    "hits": 1
  }}
]},
{"or": [
  {"and": [
    "canWallJump",
    {"heatFrames": 345}
  ]},
  {"and": [
    "HiJump",
    {"heatFrames": 345}
  ]},
  {"and": [
    "canWallJump",
    "HiJump",
    {"heatFrames": 300}
  ]},
  {"and": [
    "canTrickySpringBallJump",
    {"heatFrames": 345}
  ]},
  {"and": [
    "canJumpIntoIBJ",
    "canTrickyJump",
    {"heatFrames": 500}
  ]}
]}