Room ID: 112
|
Entrance condition: {
"comeInShinecharging": {
"length": 3,
"openEnd": 0
}
}Requires: {
"or": [
{
"and": [
"canHorizontalShinespark",
{
"shinespark": {
"frames": 76,
"excessFrames": 4
}
},
{
"heatFrames": 210
}
]
},
{
"and": [
"canShinechargeMovement",
"canMidairShinespark",
{
"shinespark": {
"frames": 67,
"excessFrames": 4
}
},
{
"heatFrames": 300
}
]
}
]
} |