Cathedral: Tricky Platforming while Farming

Room ID: 91

Wiki
From: 2
Right Door
To: 4
Junction Above Item

Place a Power Bomb near below the Sova to kill both Gerutas, resulting in 4 drops.

Requires:

"canFarmWhileShooting"
"canTrickyJump"
"h_usePowerBomb"
{
  "resourceMissingAtMost": [
    {
      "type": "Missile",
      "count": 0
    },
    {
      "type": "Super",
      "count": 0
    }
  ]
}
{
  "heatFramesWithEnergyDrops": {
    "frames": 270,
    "drops": [
      {
        "enemy": "Geruta",
        "count": 4
      }
    ]
  }
}
{
  "or": [
    "canInsaneJump",
    {
      "heatFrames": 30
    }
  ]
}