Room ID: 196
From: 5
Bottom Middle Junction
To: 6
Junction Right of Morph Tunnel
Requires: "canSuitlessMaridia"
"HiJump"
{
"spikeHits": 1
}
{
"or": [
"Gravity",
"canWalljump",
"canSpaceJumpWaterEscape",
"canSpringBallJumpMidAir",
{
"and": [
"canJumpIntoIBJ",
"h_useSpringBall"
]
},
{
"spikeHits": 1
}
]
}Dev note: The first spike pit on the right is considered unavoidable, as if the player has Gravity and HiJump, the jump is quite tricky. In that scenario, the player will hit the spikes or need the strat with canDisableEquipment. |