Room ID: 215
|
Entrance condition: {
"comeInShinecharging": {
"length": 2,
"openEnd": 1
}
}Requires: {
"or": [
{
"shinespark": {
"frames": 31,
"excessFrames": 1
}
},
{
"and": [
"canMidairShinespark",
{
"shinespark": {
"frames": 24,
"excessFrames": 2
}
}
]
},
{
"and": [
"HiJump",
"canMidairShinespark",
{
"shinespark": {
"frames": 20,
"excessFrames": 2
}
}
]
},
{
"and": [
"HiJump",
"canShinechargeMovementComplex",
"canSpeedyJump",
{
"shinespark": {
"frames": 17,
"excessFrames": 2
}
}
]
}
]
} |