Room ID: 98
|
Fire a shot on the way up to clear the shot block. Perform a mockball but unmorph after exiting the Morph hole and Kill the Geruta while falling, if possible. Fire a shot to open the door, then jump forward and Shinespark out. Entrance condition: {
"comeInShinecharging": {
"length": 3,
"openEnd": 0
}
}Requires: "canShinechargeMovementTricky"
"canMidairShinespark"
"canMockball"
{
"or": [
{
"enemyKill": {
"enemies": [
[
"Geruta"
]
],
"explicitWeapons": [
"Missile",
"Super",
"Wave",
"Spazer",
"Plasma"
]
}
},
{
"enemyDamage": {
"enemy": "Geruta",
"type": "contact",
"hits": 1
}
}
]
}
{
"heatFrames": 200
}
{
"shinespark": {
"frames": 16,
"excessFrames": 0
}
}Exit condition: {
"leaveWithSpark": {}
}Unlocks doors: {"types":["super"],"requires":[]}
{"types":["missiles","powerbomb"],"requires":["never"]} |