Room ID: 120
From: 5
Top Right Door
To: 6
Bottom Right Junction
Kill both Cacatacs and collect their drops along the way. There will be a risk of a spike hit unless the first Cacatac is safely killed from above. Requires: {
"or": [
"canInsaneJump",
{
"and": [
{
"enemyDamage": {
"enemy": "Cacatac",
"type": "spike",
"hits": 1
}
},
{
"heatFrames": 20
}
]
},
{
"and": [
"canDodgeWhileShooting",
{
"heatFrames": 40
}
]
}
]
}
{
"or": [
{
"and": [
"Wave",
{
"or": [
"Spazer",
"Plasma"
]
},
{
"heatFramesWithEnergyDrops": {
"frames": 105,
"drops": [
{
"enemy": "Cacatac",
"count": 2
}
]
}
}
]
},
{
"and": [
"Plasma",
{
"heatFramesWithEnergyDrops": {
"frames": 115,
"drops": [
{
"enemy": "Cacatac",
"count": 2
}
]
}
}
]
},
{
"and": [
"canUseGrapple",
{
"heatFramesWithEnergyDrops": {
"frames": 125,
"drops": [
{
"enemy": "Cacatac",
"count": 2
}
]
}
}
]
},
{
"and": [
"Wave",
{
"heatFramesWithEnergyDrops": {
"frames": 135,
"drops": [
{
"enemy": "Cacatac",
"count": 2
}
]
}
}
]
},
{
"and": [
{
"ammo": {
"type": "Missile",
"count": 2
}
},
{
"heatFramesWithEnergyDrops": {
"frames": 135,
"drops": [
{
"enemy": "Cacatac",
"count": 2
}
]
}
}
]
},
{
"and": [
"Spazer",
{
"heatFramesWithEnergyDrops": {
"frames": 145,
"drops": [
{
"enemy": "Cacatac",
"count": 2
}
]
}
}
]
},
{
"and": [
"ScrewAttack",
{
"heatFramesWithEnergyDrops": {
"frames": 175,
"drops": [
{
"enemy": "Cacatac",
"count": 2
}
]
}
}
]
},
{
"heatFramesWithEnergyDrops": {
"frames": 205,
"drops": [
{
"enemy": "Cacatac",
"count": 2
}
]
}
}
]
}
{
"heatFrames": 95
} |