Room ID: 121
|
Requires: {
"canShineCharge": {
"usedTiles": 15,
"openEnd": 2
}
}
{
"or": [
{
"and": [
"canHorizontalShinespark",
{
"shinespark": {
"frames": 54,
"excessFrames": 15
}
}
]
},
{
"and": [
"h_heatProof",
"canShinechargeMovementComplex",
{
"shinespark": {
"frames": 12,
"excessFrames": 2
}
}
]
},
{
"and": [
"h_heatProof",
"canShinechargeMovementComplex",
"h_speedJump",
{
"shinespark": {
"frames": 9,
"excessFrames": 3
}
}
]
}
]
}
{
"heatFrames": 600
} |