Room ID: 122
|
Jump and spark horizontally, or with a big speed jump, spark diagonally to the item. Requires: "h_storedSpark"
{
"or": [
{
"and": [
"canDash",
{
"shinespark": {
"frames": 27,
"excessFrames": 7
}
}
]
},
{
"and": [
"h_speedJump",
{
"shinespark": {
"frames": 6,
"excessFrames": 4
}
}
]
}
]
} |