Main Street: Sciser Double Damage Boost

Room ID: 172

Wiki
From: 9
Junction Below Speed Blocks
To: 4
Top Right Door

Jump with either Springball or HiJump onto the global Sciser while it is climbing the section above the Speed locked item. Have Reserves set to manual and return them to auto after taking a deadly crab hit in order to gain two damage boosts. If the Speed blocks are broken, the global crab will not be able to reach this part of the room. If Morph is unavailable, then a down-grab must be done blind: buffer the down input through the reserve refill, then press forward immediately after taking damage.

Requires:

"canSuitlessMaridia"
{
  "obstaclesNotCleared": [
    "A"
  ]
}
"canCrouchJump"
"canInsaneJump"
"canReserveDoubleDamageBoost"
{
  "or": [
    "h_canMaxHeightSpringBallJump",
    "HiJump"
  ]
}
{
  "or": [
    "Morph",
    "canOffScreenMovement"
  ]
}
{
  "autoReserveTrigger": {
    "minReserveEnergy": 85
  }
}
{
  "enemyDamage": {
    "enemy": "Sciser",
    "type": "contact",
    "hits": 1
  }
}