Room ID: 59
From: 1
Left Side - Top Door
To: 16
Direct G-Mode Morph (Top Item, Above Hopper Pit)
Roll directly through the bomb block on entry without rolling much in the morph tunnel to overload PLMs as little as possible. Entrance condition: {
"comeInWithGMode": {
"mode": "direct",
"morphed": false
}
}Requires: "h_blueSuitGMode"
"Morph"
{
"or": [
"SpaceJump",
"canWalljump",
{
"and": [
"HiJump",
"canSpeedyJump"
]
},
{
"and": [
"HiJump",
"canSpringBallJumpMidAir"
]
},
"canTrickyUseFrozenEnemies",
{
"and": [
"canDash",
"canTrickyJump",
"canHorizontalDamageBoost",
{
"enemyDamage": {
"enemy": "Zeb",
"type": "contact",
"hits": 1
}
}
]
},
{
"and": [
{
"or": [
{
"canShineCharge": {
"usedTiles": 24,
"openEnd": 1
}
},
{
"blueSuitShinecharge": {}
}
]
},
{
"shinespark": {
"frames": 9,
"excessFrames": 3
}
}
]
}
]
} |