canWalljumpWithCharge (Very Hard)

The ability to store charge beam and continue wall jumping. This is done by releasing the shoot button when trying to walljump, otherwise Samus will stop spinning. This can be used to store a charge shot or to pseudo screw through enemy projectiles.

Dependencies: canPseudoScrew

Difficulty filter

Strats ()

From: 2
Bottom Left Door
To: 4
Junction Above Bomb Blocks

Notable: true

Deal an exact amount of damage to a wall pirate to freeze it while breaking the bomb blocks with a power bomb without taking damage. Quickly move to the right side and walljump up to the right height to power bomb out the bomb blocks, double hitting the top wall pirate. Wait for the full power bomb effect to end and wall jump once on the right wall and hit top pirate with 1 missile and 1 super. Jump and shoot the top pirate with a charge+ice shot. Hold a charge and walljump up the left wall and freeze the top pirate when it jumps across. Use the pirate to jump to the higher area.

Requires:

"h_canNavigateHeatRooms"
"canTrickyUseFrozenEnemies"
"Charge"
"canPreciseWalljump"
"canWalljumpWithCharge"
"Morph"
{
  "ammo": {
    "type": "Missile",
    "count": 1
  }
}
{
  "ammo": {
    "type": "Super",
    "count": 1
  }
}
{
  "ammo": {
    "type": "PowerBomb",
    "count": 1
  }
}
{
  "heatFrames": 870
}
{
  "or": [
    "h_heatResistant",
    {
      "and": [
        "canInsaneJump",
        "canPauseAbuse"
      ]
    },
    {
      "resourceCapacity": [
        {
          "type": "RegularEnergy",
          "count": 149
        }
      ]
    }
  ]
}

Clears obstacles: A

From: 2
Bottom Left Door
To: 4
Junction Above Bomb Blocks

Notable: true

Deal an exact amount of damage to a wall pirate to freeze it while breaking the bomb blocks with a power bomb without taking damage. Wait briefly on the left side of the center platform, then jump and shoot 4 missiles at the top pirate. Walljump up the left wall such that the lower pirates are on screen long enough to jump accross to the left. Place a Bomb on the left wall to hit the top pirate when it jumps over, followed by a power bomb. Unmorph precisely below the middle pirate so both top pirates will jump back to the right, and begin charging Ice. Walljump up the left wall with charge held and freeze the top pirate when it jumps over and use it to reach the upper region.

Requires:

"h_canNavigateHeatRooms"
"canTrickyUseFrozenEnemies"
"Charge"
"canPreciseWalljump"
"canResetFallSpeed"
"canWalljumpWithCharge"
"h_canUseMorphBombs"
{
  "ammo": {
    "type": "Missile",
    "count": 4
  }
}
{
  "ammo": {
    "type": "PowerBomb",
    "count": 1
  }
}
{
  "heatFrames": 900
}
{
  "or": [
    "h_heatResistant",
    {
      "and": [
        "canInsaneJump",
        "canPauseAbuse"
      ]
    },
    {
      "resourceCapacity": [
        {
          "type": "RegularEnergy",
          "count": 149
        }
      ]
    }
  ]
}

Clears obstacles: A

From: 3
Middle Right Door
To: 5
Top Junction

Requires:

{
  "or": [
    "canConsecutiveWalljump",
    "SpaceJump"
  ]
}
{
  "or": [
    {
      "enemyKill": {
        "enemies": [
          [
            "Choot"
          ]
        ],
        "explicitWeapons": [
          "ScrewAttack"
        ]
      }
    },
    {
      "and": [
        {
          "or": [
            "SpaceJump",
            {
              "and": [
                "canConsecutiveWalljump",
                "canWalljumpWithCharge"
              ]
            }
          ]
        },
        {
          "enemyKill": {
            "enemies": [
              [
                "Choot"
              ]
            ],
            "explicitWeapons": [
              "PseudoScrew"
            ]
          }
        }
      ]
    }
  ]
}
From: 5
Junction Above Grapple Block
To: 2
East Leg Right Door

The swarm of Menus will attack Samus at the top of the room. Tank them, carefully dodge them, or kill them with Screw or Pseudo Screw.

Requires:

"Gravity"
"canConsecutiveWalljump"
{
  "or": [
    "ScrewAttack",
    "canStaggeredWalljump",
    "canWalljumpWithCharge",
    {
      "enemyDamage": {
        "enemy": "Menu",
        "type": "contact",
        "hits": 1
      }
    }
  ]
}
From: 3
Bottom of Shaft
To: 1
Left Door

Use Pseudo Screw to avoid Space Pirate attacks while climbing the central shaft. The Screw Attack effect is not active when Samus is preparing to Walljump.

Requires:

{
  "or": [
    {
      "and": [
        "canConsecutiveWalljump",
        "canWalljumpWithCharge"
      ]
    },
    {
      "and": [
        "SpaceJump",
        "HiJump",
        "canPseudoScrew"
      ]
    }
  ]
}