Room ID: 322
Positioning the Puyo requires it to perform a big jump then start falling with a frame perfect freeze. One possible setup stands on the left tile of the right side and lets the puyo jump up taking a contact hit. Then so long as the puyo isn't on the very edge, it will do a big jump. Clip onto the puyo by doing an aim down jump and switching to a forward diagonal at the right time. Requires: { "notable": "Suitless Puyo Clip" } "canSuitlessMaridia" "h_canHighPixelIceClip" { "enemyDamage": { "enemy": "Puyo", "type": "contact", "hits": 2 } } { "or": [ { "enemyDamage": { "enemy": "Puyo", "type": "contact", "hits": 6 } }, { "resetRoom": { "nodes": [ 1 ], "mustStayPut": false } } ] } |