Room ID: 132
|
Requires: "SpaceJump"
"canDash"
{
"or": [
{
"and": [
"ScrewAttack",
{
"heatFrames": 350
}
]
},
{
"and": [
"ScrewAttack",
"h_speedDash",
{
"heatFrames": 305
}
]
},
{
"and": [
{
"getBlueSpeed": {
"usedTiles": 23,
"openEnd": 2
}
},
"canBlueSpaceJump",
{
"heatFrames": 350
}
]
}
]
} |