Farm before, during, and after the gate glitch in order to open the gate without wasting ammo or Energy.
        From: 5 
    Bottom Floating Platform Junction 
        To: 5 
Bottom Floating Platform Junction 
 Farm before, during, and after the gate glitch in order to open the gate without wasting ammo or Energy. Requires: {
  "notable": "Gate Glitch With Farming"
}
{
  "heatFrames": 300
}
"canGateGlitch"
{
  "or": [
    {
      "ammo": {
        "type": "Missile",
        "count": 1
      }
    },
    {
      "ammo": {
        "type": "Super",
        "count": 1
      }
    }
  ]
}Clears obstacles: A Dev note: There is still some leniency built in, so that perfect execution is not required, but Samus ends without losing resources. Without leniency, this can be done with about 235 heatFrames.  |