Room ID: 121
From: 2
Right Door
To: 2
Right Door
Touch the item as little as possible in order to prevent PLMs from being overloaded, so the platforms below remain solid. Entrance condition: {
"comeInWithGMode": {
"mode": "direct",
"morphed": false
}
}Requires: "canRemoteAcquire"
{
"or": [
"SpaceJump",
{
"and": [
"HiJump",
"canSpeedyJump",
"canWallJump"
]
},
{
"and": [
"HiJump",
"canSpringBallJumpMidAir",
{
"or": [
{
"noBlueSuit": {}
},
{
"and": [
"Gravity",
{
"lavaFrames": 25
}
]
}
]
}
]
},
{
"and": [
{
"notable": "Spring Ball Bomb Boost"
},
{
"noBlueSuit": {}
},
"canSpringBallJumpMidAir",
"canUnmorphBombBoost",
"h_crouchJumpDownGrab",
"canInsaneJump"
]
},
{
"and": [
{
"or": [
{
"canShineCharge": {
"usedTiles": 15,
"openEnd": 2
}
},
"h_storedSpark"
]
},
"canShinechargeMovementComplex",
{
"or": [
{
"shinespark": {
"frames": 12,
"excessFrames": 2
}
},
{
"and": [
"h_speedJump",
{
"shinespark": {
"frames": 9,
"excessFrames": 3
}
}
]
}
]
}
]
},
{
"and": [
{
"notable": "Ceiling Mockball Spring Fling"
},
"h_speedJump",
"canInsaneJump",
"canMomentumConservingMorph",
"canSpringFling"
]
}
]
}
"h_heatedDirectGModeLeaveSameDoor"Collects items: 3 Dev note: There is no leniency option for using an extra Power Bomb, because it will contribute to PLM overload. (2 PBs is technically barely possible) |