Room ID: 148
|
Requires: "h_navigateHeatRooms"
"ScrewAttack"
{
"or": [
"canWalljump",
{
"and": [
"h_crouchJumpDownGrab",
{
"heatFrames": 120
},
{
"or": [
"canCarefulJump",
{
"enemyDamage": {
"enemy": "Kihunter (red)",
"type": "contact",
"hits": 1
}
}
]
}
]
},
"HiJump",
{
"and": [
"canSpringBallJumpMidAir",
{
"heatFrames": 120
},
{
"enemyDamage": {
"enemy": "Kihunter (red)",
"type": "contact",
"hits": 2
}
}
]
},
"SpaceJump",
{
"and": [
"canIBJ",
"h_heatProof",
{
"enemyDamage": {
"enemy": "Kihunter (red)",
"type": "contact",
"hits": 2
}
}
]
}
]
}
{
"heatFrames": 500
}Clears obstacles: A |