Crocomire Escape: Short Short Charge

Room ID: 121

Wiki
From: 2
Right Door
To: 3
Item

Requires:

{
  "canShineCharge": {
    "usedTiles": 15,
    "openEnd": 2
  }
}
{
  "or": [
    {
      "and": [
        "canHorizontalShinespark",
        {
          "shinespark": {
            "frames": 54,
            "excessFrames": 15
          }
        }
      ]
    },
    {
      "and": [
        "h_heatProof",
        "canShinechargeMovementComplex",
        {
          "shinespark": {
            "frames": 12,
            "excessFrames": 2
          }
        }
      ]
    },
    {
      "and": [
        "h_heatProof",
        "canShinechargeMovementComplex",
        "h_speedJump",
        {
          "shinespark": {
            "frames": 9,
            "excessFrames": 3
          }
        }
      ]
    }
  ]
}
{
  "heatFrames": 600
}