Room ID: 136
|
Requires: {
"obstaclesCleared": [
"A"
]
}
{
"or": [
"canCarefulJump",
"ScrewAttack",
{
"enemyDamage": {
"enemy": "Yellow Space Pirate (standing)",
"type": "laser",
"hits": 1
}
}
]
}
{
"or": [
{
"and": [
"canWalljump",
{
"heatFrames": 420
}
]
},
{
"and": [
"HiJump",
{
"heatFrames": 360
}
]
},
{
"and": [
"canTrickySpringBallJump",
{
"heatFrames": 520
}
]
}
]
} |