Room ID: 67
From: 2
Right Door
To: 3
Safe Block in the Middle of the Room
Crouch jump and Spring Ball near the peak of the jump to hit the side of the spikes and boost up onto them. This is also possible with a springwall, or from standing on the spikes to avoid the crouch jump. With a very precise spring ball jump, it can also be done without a crouch jump. Requires: {
"noBlueSuit": {}
}
{
"or": [
"h_trickySpringwall",
{
"and": [
"h_maxHeightSpringBallJump",
"canNeutralDamageBoost"
]
},
{
"and": [
"canInsaneJump",
"canTrickySpringBallJump",
"canNeutralDamageBoost"
]
},
{
"and": [
{
"spikeHits": 1
},
"canTrickySpringBallJump",
"canTrickyJump",
"canNeutralDamageBoost"
]
}
]
}
{
"spikeHits": 1
} |