Room ID: 120
From: 6
Bottom Right Junction
To: 5
Top Right Door
Try to jump over the Cacatacs without taking damage. With unlucky RNG, a spike hit may be unavoidable. Requires: {
"or": [
"canInsaneJump",
{
"and": [
"canTrickyJump",
{
"enemyDamage": {
"enemy": "Cacatac",
"type": "spike",
"hits": 1
}
},
{
"heatFrames": 20
}
]
},
{
"and": [
{
"enemyDamage": {
"enemy": "Cacatac",
"type": "contact",
"hits": 1
}
},
{
"heatFrames": 20
}
]
}
]
}
{
"heatFrames": 170
} |