Room ID: 153
|
Despawn the gate in indirect G-mode then Power Bomb the Rippers and cross the room. It is possible to kill a Ripper near the right door and pause abuse to collect its drop on G-mode exit. Timing the Power Bomb to kill some but not all of the lower three Rippers is necessary if farming on the right side of the room. Entrance condition: {
"comeInWithGMode": {
"mode": "indirect",
"morphed": true
}
}Requires: {
"or": [
"h_artificialMorphPowerBomb",
{
"enemyDamage": {
"enemy": "Ripper 2 (red)",
"type": "contact",
"hits": 1
}
}
]
}
{
"or": [
"h_heatedGModeOpenDifferentDoor",
{
"and": [
"canTrickyJump",
"h_heatedGModePauseAbuse",
{
"ammo": {
"type": "Super",
"count": 1
}
}
]
}
]
} |