canUsePowerBombLag (Expert)

The ability to take advantage of the lag during a Power Bomb explosion in order to execute precise movement more easily.

Difficulty filter

Strats ()

Requires:

{
  "notable": "Power Bomb with Damage Boost"
}
{
  "enemyKill": {
    "enemies": [
      [
        "Dragon"
      ],
      [
        "Dragon",
        "Dragon"
      ]
    ],
    "explicitWeapons": [
      "PowerBomb"
    ]
  }
}
"canHorizontalDamageBoost"
{
  "enemyDamage": {
    "enemy": "Dragon",
    "type": "fireball",
    "hits": 2
  }
}
"canFlatleyJump"
"canTrickyJump"
{
  "or": [
    {
      "tech": "canUsePowerBombLag"
    },
    "canInsaneJump"
  ]
}
{
  "heatFrames": 400
}
From: 1
Top Right Door
To: 2
Middle Right Door

Entrance condition:

{
  "comeInShinecharging": {
    "length": 0,
    "openEnd": 1
  }
}

Requires:

"canShinechargeMovementTricky"
"canTrivialMidAirMorph"
{
  "or": [
    "canUsePowerBombLag",
    {
      "and": [
        "canInsaneJump",
        "canOffScreenMovement"
      ]
    }
  ]
}
{
  "heatFrames": 200
}
{
  "shinespark": {
    "frames": 17,
    "excessFrames": 0
  }
}

Exit condition:

{
  "leaveWithSpark": {}
}

Unlocks doors:

{"types":["super"],"requires":[]}
{"types":["missiles","powerbomb"],"requires":["never"]}