Room ID: 220
From: 5
Junction Above Grapple Block
To: 2
East Leg Right Door
Shinespark up right in order to avoid the Menus. Requires: "Grapple"
"h_storedSpark"
"canDodgeWhileShooting"
{
"or": [
{
"shinespark": {
"frames": 46,
"excessFrames": 5
}
},
{
"and": [
"HiJump",
{
"shinespark": {
"frames": 42,
"excessFrames": 4
}
}
]
},
{
"and": [
"canGravityJump",
{
"shinespark": {
"frames": 35,
"excessFrames": 4
}
}
]
},
{
"and": [
"canGravityJump",
"HiJump",
{
"shinespark": {
"frames": 31,
"excessFrames": 4
}
}
]
}
]
} |