Room ID: 79
From: 1
Top Left Door
To: 2
Bottom Left Door
Gain a shinecharging while entering the room, and angle diagonally down to shoot the block. While falling, kill the Zeela or perform a Kago through it. Quickly reach the door below and spark out. Entrance condition: {
"comeInShinecharging": {
"length": 5,
"openEnd": 0
}
}Requires: {
"or": [
{
"enemyKill": {
"enemies": [
[
"Zeela"
]
],
"explicitWeapons": [
"Wave",
"Spazer",
"Plasma",
"Missile",
"Super"
]
}
},
{
"and": [
"canKago",
{
"enemyDamage": {
"enemy": "Zeela",
"type": "contact",
"hits": 1
}
}
]
}
]
}
"canShinechargeMovementTricky"
{
"shinespark": {
"frames": 5
}
}Exit condition: {
"leaveWithSpark": {}
}Unlocks doors: {"types":["super"],"requires":[]}
{"types":["missiles","powerbomb"],"requires":["never"]} |