Room ID: 187
Only requires a runway of approximately 1 tile in the adjacent room. Take two Mochtroid hits or kill it using a Power Bomb or 5 Bombs. Entrance condition: { "comeInJumping": { "minTiles": 1, "speedBooster": "any" } } Requires: "canJumpIntoIBJ" { "or": [ { "ammo": { "type": "PowerBomb", "count": 1 } }, { "and": [ "canCeilingBombJump", { "enemyDamage": { "enemy": "Mochtroid", "type": "contact", "hits": 1 } } ] }, { "and": [ "canDoubleBombJump", { "enemyDamage": { "enemy": "Mochtroid", "type": "contact", "hits": 2 } } ] } ] } "canCrossRoomJumpIntoWater" "canMomentumConservingTurnaround" "canTrickyJump" |