East Sand Hall: Fight Evirs with Gravity

Room ID: 210

Wiki
From: 4
Junction Below Sand Entrance
To: 1
Left Door

Requires:

"Gravity"
{
  "or": [
    "canPlayInSand",
    "canWalljump",
    "h_canUseSpringBall"
  ]
}
{
  "or": [
    "canTrickyJump",
    {
      "enemyDamage": {
        "enemy": "Evir",
        "type": "particle",
        "hits": 1
      }
    },
    {
      "and": [
        "canDodgeWhileShooting",
        {
          "or": [
            "ScrewAttack",
            {
              "enemyKill": {
                "enemies": [
                  [
                    "Evir"
                  ],
                  [
                    "Evir"
                  ]
                ],
                "explicitWeapons": [
                  "Super",
                  "Plasma",
                  "PowerBombPeriphery"
                ]
              }
            }
          ]
        }
      ]
    }
  ]
}