Room ID: 174
|
Shinespark up right through the rightmost gap to land directly by the door. Requires: "Gravity"
"h_shinechargeMaxRunway"
{
"or": [
{
"shinespark": {
"frames": 59,
"excessFrames": 5
}
},
{
"and": [
"canMidairShinespark",
{
"shinespark": {
"frames": 53,
"excessFrames": 6
}
}
]
},
{
"and": [
"HiJump",
"canMidairShinespark",
{
"shinespark": {
"frames": 50,
"excessFrames": 6
}
}
]
},
{
"and": [
"canShinechargeMovementComplex",
"HiJump",
{
"shinespark": {
"frames": 36,
"excessFrames": 5
}
}
]
},
{
"and": [
"canShinechargeMovementComplex",
"HiJump",
"canSpeedyJump",
{
"shinespark": {
"frames": 31,
"excessFrames": 4
}
}
]
}
]
} |