Blue Brinstar Energy Tank Room: Ceiling Damage Boost with Blue Suit

Room ID: 41

Wiki
From: 1
Bottom Left Door
To: 3
Hidden Ceiling Item

While carrying a blue suit, take damage from the Reo after mid-air morphing, to get a boost from it. It helps to crouch jump, using X-Ray to cancel the shinecharge if needed. A standing jump can also work, but with more precision. It is best to unmorph as soon as possible after taking damage, while Samus still has knockback.

A slightly later unmorph, after knockback expires, can also work but depends on collision oscillation.

Requires:

{
  "haveBlueSuit": {}
}
{
  "notable": "Ceiling Damage Boost"
}
"h_ZebesIsAwake"
{
  "tech": "canNeutralDamageBoost"
}
"canMidAirMorph"
"canTrickyDodgeEnemies"
{
  "or": [
    {
      "and": [
        "h_blueSuitXRayCancelShinecharge",
        "canCrouchJump"
      ]
    },
    "canInsaneJump"
  ]
}
{
  "enemyDamage": {
    "enemy": "Reo",
    "type": "contact",
    "hits": 1
  }
}

Dev note: Technically a blue suit would not be required for this strat, so the `haveBlueSuit` requirement could be dropped, but without a blue suit there would be no reason to do it this way, and the name would be misleading.