Room ID: 137
From: 6
Inside Morph Tunnel (Right of Left Bomb Blocks)
To: 7
Middle Right Door With Bottom Kihunter Cleared
Use X-Ray to stand up. Jump to clip into the floor. Then another jump to clip through the ceiling block. Watch for the Kihunter to move right before jumping up to get a safe predictable swoop. Requires: "h_usePowerBomb"
"canXRayStandUp"
"canPartialFloorClip"
"canCeilingClip"
"canDash"
{
"or": [
"ScrewAttack",
{
"and": [
"canTrickyJump",
{
"heatFrames": 90
}
]
},
"canInsaneJump",
{
"enemyDamage": {
"enemy": "Kihunter (red)",
"type": "contact",
"hits": 1
}
}
]
}
{
"heatFrames": 380
}Dev note: This requires Power Bombs because it saves neither energy nor ammo using Bombs. It's slower than Spring Ball mainly because X-Ray scope won't activate during the Power Bomb explosion. |