Room ID: 180
|
Kill or tank the Menus or spin jump directly from the safety to the right up to the ledge. With a spin jump, Samus can make it to the ledge without a wall jump or other means. Requires: "HiJump"
{
"or": [
"h_usePowerBomb",
"ScrewAttack",
"Plasma",
{
"and": [
"Ice",
"Wave",
"Spazer"
]
},
{
"enemyDamage": {
"enemy": "Menu",
"type": "contact",
"hits": 2
}
}
]
}
{
"or": [
"canCarefulJump",
"canCrouchJump",
"canDownGrab",
"canWalljump"
]
}Dev note: The safe direct jump is not expected here and is included in another srat, but it is still worth mentioning here. |