Room ID: 136
|
Requires: "canDash"
{
"obstaclesCleared": [
"A"
]
}
{
"or": [
"canCarefulJump",
"ScrewAttack",
{
"enemyDamage": {
"enemy": "Yellow Space Pirate (standing)",
"type": "laser",
"hits": 1
}
}
]
}
{
"or": [
{
"and": [
"canWalljump",
{
"heatFrames": 345
}
]
},
{
"and": [
"HiJump",
{
"heatFrames": 345
}
]
},
{
"and": [
"canWalljump",
"HiJump",
{
"heatFrames": 300
}
]
},
{
"and": [
"canTrickySpringBallJump",
{
"heatFrames": 345
}
]
},
{
"and": [
"canJumpIntoIBJ",
"canTrickyJump",
{
"heatFrames": 500
}
]
}
]
} |