Room ID: 120
From: 5
Top Right Door
To: 6
Bottom Right Junction
Kill a Cacatac and collect its drop along the way. There will be a risk of a spike hit unless the 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", { "heatFramesWithEnergyDrops": { "frames": 85, "drops": [ { "enemy": "Cacatac", "count": 1 } ] } } ] }, { "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": [ "Spazer", { "heatFramesWithEnergyDrops": { "frames": 95, "drops": [ { "enemy": "Cacatac", "count": 1 } ] } } ] }, { "and": [ "Grapple", { "heatFramesWithEnergyDrops": { "frames": 100, "drops": [ { "enemy": "Cacatac", "count": 1 } ] } } ] }, { "and": [ "ScrewAttack", { "heatFramesWithEnergyDrops": { "frames": 100, "drops": [ { "enemy": "Cacatac", "count": 1 } ] } } ] }, { "heatFramesWithEnergyDrops": { "frames": 135, "drops": [ { "enemy": "Cacatac", "count": 1 } ] } } ] } { "heatFrames": 95 } |