Crocomire's Room: Crocomire Fight (Supers)

Room ID: 122

Wiki
From: 4
Central Junction
To: 4
Central Junction

The hitbox on Croc's mouth may cause direct hits to miss, so jumping and shooting Supers horizontally is recommended. While Crocomire's farmables may drop Supers, the rate is too low to rely on. If you run out, Croc will most likely push you into the spikes. It takes 8 Supers to kill croc if you don't let it move forward.

Requires:

{
  "ammo": {
    "type": "Super",
    "count": 8
  }
}
{
  "or": [
    "canDodgeWhileShooting",
    {
      "ammo": {
        "type": "Super",
        "count": 4
      }
    }
  ]
}
{
  "or": [
    "canFarmWhileShooting",
    {
      "ammo": {
        "type": "Super",
        "count": 4
      }
    }
  ]
}

Clears obstacles: f_DefeatedCrocomire

Sets flags: f_DefeatedCrocomire

Dev note: canFarmWhileShooting represents accurate shooting, not the ability to farm drops.