Room ID: 81
From: 1
Left Vertical Door
To: 1
Left Vertical Door
Freeze two Kihunters above the door to be able to moonfall between them. After gaining enough speed, hold backward to move forward and buffer a turnaround to clip through the door. Plasma or Charge are needed in order to be able to freeze the Kihunters mid-air; otherwise they would lose their wings and fall to the ground. Requires: "canTrickyUseFrozenEnemies"
{
"or": [
"Charge",
"Plasma"
]
}
{
"enemyDamage": {
"enemy": "Kihunter (green)",
"type": "contact",
"hits": 2
}
}
"canEnemyStuckMoonfall"
"canFreeFallClip"Bypasses door shell: true Dev note: Manipulating the Kihunters is difficult. It might be possible to avoid enemy damage but this would be even more difficult. |