Room ID: 29
From: 1
Top Left Door
To: 5
Bottom Junction (Right of Boyons)
Quickly grapple to then release grapple on 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": [
"canTrickyJump",
{
"spikeHits": 1
}
]
}
{
"or": [
"SpaceJump",
{
"and": [
{
"spikeHits": 1
},
{
"or": [
"canUseIFrames",
{
"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. |