Room ID: 70
|
Requires: "h_bombThings"
{
"blueSuitShinecharge": {}
}
{
"or": [
{
"shinespark": {
"frames": 24,
"excessFrames": 1
}
},
{
"and": [
"HiJump",
{
"shinespark": {
"frames": 24,
"excessFrames": 12
}
}
]
},
{
"and": [
"Gravity",
{
"shinespark": {
"frames": 20,
"excessFrames": 2
}
}
]
},
{
"and": [
"HiJump",
"Gravity",
{
"shinespark": {
"frames": 17,
"excessFrames": 13
}
}
]
}
]
} |