Room ID: 29
From: 1
Top Left Door
To: 5
Bottom Junction (Right of Boyons)
Grapple part way across the room before falling into the spike pit. Alternatively, cross with Space Jump then quickly Grapple and release the Grapple blocks a few times until they stop working. Be careful not to fall into the spikes. Entrance condition: {
"comeInWithGMode": {
"mode": "any",
"morphed": false
}
}Requires: "Morph"
"Grapple"
{
"or": [
{
"and": [
"SpaceJump",
"canTrickyJump"
]
},
{
"spikeHits": 1
}
]
}Dev note: FIXME: Grapple will quickly overload PLMS. It is barely possible to cross the gap using short grapples, canResetFallSpeed, and ending with a swing. |