East Cactus Alley: Cacatac Boost

Room ID: 196

Wiki
From: 5
Bottom Middle Junction
To: 6
Junction Right of Morph Tunnel

Jump into the ceiling Cacatac and damage boost onto the platform between spike pits. Use i-frames to cross the second set of spikes. With greater difficulty, a Cacatac spike projectile can be used instead.

Requires:

"Gravity"
"canHorizontalDamageBoost"
"canUseIFrames"
{
  "or": [
    {
      "enemyDamage": {
        "enemy": "Cacatac",
        "type": "contact",
        "hits": 1
      }
    },
    {
      "and": [
        "canTrickyDodgeEnemies",
        {
          "enemyDamage": {
            "enemy": "Cacatac",
            "type": "spike",
            "hits": 1
          }
        }
      ]
    }
  ]
}