Room ID: 103
|
Kill the enemies, then IBJ. Requires: "canIBJ"
{
"or": [
{
"heatFrames": 735
},
{
"and": [
"canJumpIntoIBJ",
{
"heatFrames": 285
}
]
},
{
"and": [
"canDoubleBombJump",
{
"heatFrames": 240
}
]
}
]
}
{
"or": [
"canTrickyDodgeEnemies",
{
"heatFrames": 100
}
]
}
{
"or": [
"canDash",
{
"and": [
{
"haveBlueSuit": {}
},
{
"heatFrames": 40
}
]
}
]
} |