Room ID: 93
From: 2
Right Door
To: 2
Right Door
This room has many offscreen shot blocks. Shooting enough of them with wave + spazer or wave + plasma allows Samus to pass through the speed blocks. Quickly grab a Beetom and take it to the right door to use for a G-Mode setup. Requires: {
"notable": "Shot Block Overload (Speedless Speedway)"
}
"canComplexGMode"
"Wave"
{
"or": [
"Spazer",
"Plasma"
]
}
{
"enemyDamage": {
"enemy": "Beetom",
"type": "contact",
"hits": 1
}
}
{
"or": [
"Ice",
{
"enemyDamage": {
"enemy": "Beetom",
"type": "contact",
"hits": 3
}
}
]
}Exit condition: {
"leaveWithGModeSetup": {
"knockback": false
}
} |