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