Room ID: 174
|
Requires: "Gravity"
"h_shinechargeMaxRunway"
"canShinechargeMovement"
{
"or": [
{
"shinespark": {
"frames": 61,
"excessFrames": 8
}
},
{
"and": [
"canMidairShinespark",
{
"shinespark": {
"frames": 54,
"excessFrames": 8
}
}
]
},
{
"and": [
"HiJump",
"canMidairShinespark",
{
"shinespark": {
"frames": 50,
"excessFrames": 8
}
}
]
},
{
"and": [
"canShinechargeMovementComplex",
"HiJump",
{
"shinespark": {
"frames": 36,
"excessFrames": 8
}
}
]
},
{
"and": [
"canShinechargeMovementComplex",
"HiJump",
"canSpeedyJump",
{
"shinespark": {
"frames": 30,
"excessFrames": 5
}
}
]
}
]
} |