Room ID: 120
From: 6
Bottom Right Junction
To: 5
Top Right Door
Kill a Cacatac and collect its drop along the way. There will be a risk of a spike hit unless the first Cacatac is safely killed from below. Requires: {
"or": [
"canInsaneJump",
{
"and": [
{
"enemyDamage": {
"enemy": "Cacatac",
"type": "spike",
"hits": 1
}
},
{
"heatFrames": 20
}
]
},
{
"and": [
"canDodgeWhileShooting",
{
"heatFrames": 40
}
]
}
]
}
{
"or": [
{
"and": [
{
"ammo": {
"type": "Missile",
"count": 1
}
},
{
"heatFramesWithEnergyDrops": {
"frames": 90,
"drops": [
{
"enemy": "Cacatac",
"count": 1
}
]
}
}
]
},
{
"and": [
{
"resourceAvailable": [
{
"type": "Super",
"count": 1
}
]
},
{
"heatFrames": 90
}
]
},
{
"and": [
"Plasma",
{
"heatFramesWithEnergyDrops": {
"frames": 90,
"drops": [
{
"enemy": "Cacatac",
"count": 1
}
]
}
}
]
},
{
"and": [
"Grapple",
{
"heatFramesWithEnergyDrops": {
"frames": 105,
"drops": [
{
"enemy": "Cacatac",
"count": 1
}
]
}
}
]
},
{
"and": [
"ScrewAttack",
{
"heatFramesWithEnergyDrops": {
"frames": 105,
"drops": [
{
"enemy": "Cacatac",
"count": 1
}
]
}
}
]
},
{
"and": [
"Wave",
{
"heatFramesWithEnergyDrops": {
"frames": 105,
"drops": [
{
"enemy": "Cacatac",
"count": 1
}
]
}
}
]
},
{
"and": [
"Spazer",
{
"heatFramesWithEnergyDrops": {
"frames": 105,
"drops": [
{
"enemy": "Cacatac",
"count": 1
}
]
}
}
]
},
{
"heatFramesWithEnergyDrops": {
"frames": 120,
"drops": [
{
"enemy": "Cacatac",
"count": 1
}
]
}
}
]
}
{
"heatFrames": 60
} |