Room ID: 38
|
Kill the first two hoppers with blue speed. Entrance condition: {
"comeInBlueSpinning": {
"unusableTiles": 0
}
}Requires: "canPrepareForNextRoom"
{
"or": [
"canBlueSpaceJump",
{
"and": [
"canDodgeWhileShooting",
{
"enemyKill": {
"enemies": [
[
"Sidehopper"
]
],
"explicitWeapons": [
"Missile",
"Super",
"PowerBomb",
"Plasma",
"Spazer",
"Wave",
"ScrewAttack"
]
}
}
]
},
{
"and": [
"canDodgeWhileShooting",
{
"enemyDamage": {
"enemy": "Sidehopper",
"type": "contact",
"hits": 1
}
}
]
},
{
"enemyDamage": {
"enemy": "Sidehopper",
"type": "contact",
"hits": 2
}
},
"h_pauseAbuseMinimalReserveRefill"
]
}Clears obstacles: C |