Room ID: 153
Despawn the gate in indirect G-mode then cross the room while killing, freezing, dodging, or tanking the Rippers. Dodging the Rippers without Morph, requires crouching under the first two then jumping and aiming down over the next two; it also requires jumping over all three lower Rippers when most of the way across the room. It is possible to kill a Ripper near the right door and pause abuse to collect its drop on G-mode exit. Entrance condition: { "comeInWithGMode": { "mode": "indirect", "morphed": false } } Requires: { "or": [ "canInsaneJump", "ScrewAttack", "canUseFrozenEnemies", { "and": [ "canTrickyDodgeEnemies", "Morph" ] }, { "ammo": { "type": "Super", "count": 2 } }, { "enemyDamage": { "enemy": "Ripper 2 (red)", "type": "contact", "hits": 2 } } ] } { "or": [ "h_HeatedGModeOpenDifferentDoor", { "and": [ "h_heatedGModePauseAbuse", "ScrewAttack" ] }, { "and": [ "h_heatedGModePauseAbuse", { "ammo": { "type": "Super", "count": 1 } } ] } ] } |