Room ID: 172
From: 4
Top Right Door
To: 4
Top Right Door
With only 1 tile of runway, this requires a single-frame stutter (release forward then repress on the next frame), on the last possible frame. Entrance condition: {
"comeInStutterShinecharging": {
"minTiles": 1
}
}Requires: "canShinechargeMovementComplex"
"canPreciseStutterWaterShineCharge"
"canInsaneJump"
"h_shinechargeMaxRunway"
{
"or": [
{
"shinespark": {
"frames": 12,
"excessFrames": 0
}
},
{
"and": [
"canShinechargeMovementTricky",
{
"shinespark": {
"frames": 3,
"excessFrames": 0
}
}
]
}
]
}Exit condition: {
"leaveWithSpark": {}
}Unlocks doors: {"types":["super"],"requires":[]}
{"types":["missiles","powerbomb"],"requires":["never"]} |