Crocomire's Room: Use Flash Suit

Room ID: 122

Wiki
From: 4
Central Junction
To: 3
Item

Jump and spark horizontally, or with a big speedy jump, spark diagonally to the item.

Requires:

{
  "useFlashSuit": {}
}
{
  "or": [
    {
      "and": [
        "canDash",
        {
          "shinespark": {
            "frames": 31,
            "excessFrames": 7
          }
        }
      ]
    },
    {
      "and": [
        "h_speedDash",
        {
          "shinespark": {
            "frames": 6,
            "excessFrames": 4
          }
        }
      ]
    }
  ]
}