West Cactus Alley: Use Stored Spark

Room ID: 195

Wiki
From: 1
Bottom Left Door
To: 2
Top Right Door

Requires:

"h_storedSpark"
{
  "or": [
    {
      "shinespark": {
        "frames": 17,
        "excessFrames": 3
      }
    },
    {
      "and": [
        "HiJump",
        {
          "shinespark": {
            "frames": 7,
            "excessFrames": 5
          }
        }
      ]
    },
    {
      "and": [
        "Gravity",
        {
          "shinespark": {
            "frames": 6,
            "excessFrames": 5
          }
        }
      ]
    }
  ]
}
{
  "or": [
    "canTrickyCarryFlashSuit",
    {
      "enemyDamage": {
        "enemy": "Cacatac",
        "type": "spike",
        "hits": 1
      }
    }
  ]
}

Dev note: It is possible to kill the Cacatacs before sparking, but it's likely not worthwhile.