Room ID: 77
Come in with stored fall speed and get past or kill the Sidehoppers without getting hit. It is possible to open the door to back up and quickly kill the hoppers, or to run under them and clip without getting hit. Entrance condition: { "comeInWithStoredFallSpeed": { "fallSpeedInTiles": 1 } } Requires: { "or": [ { "and": [ "Plasma", "Wave" ] }, { "and": [ "canInsaneJump", { "or": [ "Plasma", { "ammo": { "type": "Super", "count": 6 } } ] } ] } ] } Clears obstacles: A Dev note: Coming in with blue speed would be an alternative way to get past the hoppers, but this may be tricky to model. FIXME: It is possible to get past the sidehoppers without killing them and moonfall without getting hit. This could then allow Samus to kill them safely with Wave, Morph, etc. |