Freeze a Puyo at the correct height for clipping through the tile high ceiling, with Gravity Suit equipped. With Morph and X-Ray, freeze the Puyo at standing-shot height and then jump on top of it with a spinjump before morphing, unmorphing, and using X-Ray to standup and clip. Otherwise, freeze it on the first frame of it's jump animation for the right height.
From: 3
Junction Below Right Door
To: 2
Right Door
Freeze the Puyo at standing-shot height and then jump on top of it with a spinjump before morphing, unmorphing, and using X-Ray to standup and clip. Standing on a side of the room and shooting forward will freeze the Puyo at the correct height. Requires: {
"notable": "Puyo Clip"
}
"Gravity"
"h_XRayMorphIceClip"
{
"or": [
"canTrickyJump",
{
"enemyDamage": {
"enemy": "Puyo",
"type": "contact",
"hits": 2
}
}
]
}
{
"or": [
"canTrickyDodgeEnemies",
{
"enemyDamage": {
"enemy": "Puyo",
"type": "contact",
"hits": 1
}
},
"Wave",
"canPreciseGrapple"
]
} |
From: 3
Junction Below Right Door
To: 2
Right Door
Freeze the Puyo at standing-shot height and then jump on top of it with a spinjump before morphing, unmorphing, and using X-Ray to standup and clip. Standing on a side of the room and shooting forward will freeze the Puyo at the correct height. Requires: {
"notable": "Puyo Clip"
}
"h_XRayMorphIceClip"
"canTrickyJump"
{
"or": [
"canTrickyDodgeEnemies",
{
"enemyDamage": {
"enemy": "Puyo",
"type": "contact",
"hits": 2
}
}
]
}
{
"or": [
"canTrickyDodgeEnemies",
{
"enemyDamage": {
"enemy": "Puyo",
"type": "contact",
"hits": 1
}
},
"Wave",
"canPreciseGrapple"
]
} |