Room ID: 145
        | 
 
 Requires: "ScrewAttack"
{
  "or": [
    "canCarefulJump",
    "h_usePowerBomb",
    {
      "ammo": {
        "type": "Super",
        "count": 1
      }
    },
    {
      "and": [
        "canDisableEquipment",
        "canPseudoScrew"
      ]
    },
    {
      "enemyDamage": {
        "enemy": "Fune",
        "type": "fireball",
        "hits": 1
      }
    }
  ]
} |