Double Chamber: Ripper I-Frames, Spike Jump

Room ID: 104

Wiki
From: 3
Right Door
To: 4
Item

Run off or perform a short hop off the ledge into the Ripper and damage boost to the left of the spikes. Using the i-frames from the Ripper, quickly jump from the spikes to the item. With HiJump, it is also possible to avoid the damage boost and land right of the crumble blocks and get a good jump to the left.

Requires:

"canPrepareForNextRoom"
"canUseIFrames"
{
  "enemyDamage": {
    "enemy": "Ripper 2 (green)",
    "type": "contact",
    "hits": 1
  }
}
{
  "or": [
    "canHorizontalDamageBoost",
    {
      "and": [
        "HiJump",
        "canTrickyJump"
      ]
    }
  ]
}
{
  "or": [
    {
      "and": [
        "HiJump",
        "canWalljump"
      ]
    },
    "canTrickySpringBallJump"
  ]
}
{
  "heatFrames": 300
}