Room ID: 29
From: 5
Bottom Junction (Right of Boyons)
To: 2
Bottom Left Door
Intentionally take damage before attempting to jump through to avoid falling in the acid. Requires: { "or": [ { "and": [ { "enemyDamage": { "enemy": "Boyon", "hits": 3, "type": "contact" } }, "Gravity", { "acidFrames": 30 } ] }, { "and": [ { "enemyDamage": { "enemy": "Boyon", "hits": 2, "type": "contact" } }, "canCarefulJump" ] }, { "and": [ { "enemyDamage": { "enemy": "Boyon", "hits": 1, "type": "contact" } }, "canTrickyJump" ] } ] } |