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", "type": "contact", "hits": 3 } }, "Gravity", { "acidFrames": 30 } ] }, { "and": [ { "enemyDamage": { "enemy": "Boyon", "type": "contact", "hits": 2 } }, "canCarefulJump" ] }, { "and": [ { "enemyDamage": { "enemy": "Boyon", "type": "contact", "hits": 1 } }, "canTrickyJump" ] } ] } |