Room ID: 172
|
Run with 7 tiles (no openend) of speed to jump (after the transition) to reach the far left ledge. Either kill or Kago through the Fish enemy. Entrance condition: {
"comeInRunning": {
"speedBooster": true,
"minTiles": 6.4375
}
}Requires: "canCrossRoomJumpIntoWater"
"canTrickyDashJump"
"canDodgeWhileShooting"
{
"or": [
{
"and": [
{
"ammo": {
"type": "Super",
"count": 1
}
},
"canDownGrab"
]
},
{
"and": [
"Charge",
"Plasma",
"canDownGrab"
]
},
{
"and": [
"Plasma",
"canHitbox",
"canDownGrab"
]
},
"canTrickyDodgeEnemies"
]
} |