|
410 | 410 | {"or": [ |
411 | 411 | "canTrickyJump", |
412 | 412 | {"enemyDamage": {"enemy": "Puyo", "type": "contact", "hits": 2}} |
| 413 | + ]}, |
| 414 | + {"or": [ |
| 415 | + "canTrickyDodgeEnemies", |
| 416 | + {"enemyDamage": {"enemy": "Puyo", "type": "contact", "hits": 1}}, |
| 417 | + "Wave", |
| 418 | + "canPreciseGrapple" |
| 419 | + ]} |
| 420 | + ], |
| 421 | + "flashSuitChecked": true, |
| 422 | + "note": [ |
| 423 | + "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.", |
| 424 | + "Standing on a side of the room and shooting forward will freeze the Puyo at the correct height." |
| 425 | + ] |
| 426 | + }, |
| 427 | + { |
| 428 | + "link": [3, 2], |
| 429 | + "name": "Suitless Puyo Clip with Morph and X-Ray", |
| 430 | + "requires": [ |
| 431 | + {"notable": "Puyo Clip"}, |
| 432 | + "h_canXRayMorphIceClip", |
| 433 | + "canTrickyJump", |
| 434 | + {"or": [ |
| 435 | + "canTrickyDodgeEnemies", |
| 436 | + {"enemyDamage": {"enemy": "Puyo", "type": "contact", "hits": 2}} |
| 437 | + ]}, |
| 438 | + {"or": [ |
| 439 | + "canTrickyDodgeEnemies", |
| 440 | + {"enemyDamage": {"enemy": "Puyo", "type": "contact", "hits": 1}}, |
| 441 | + "Wave", |
| 442 | + "canPreciseGrapple" |
413 | 443 | ]} |
414 | 444 | ], |
415 | 445 | "flashSuitChecked": true, |
|
427 | 457 | "Gravity", |
428 | 458 | "h_canPreciseIceClip", |
429 | 459 | {"or": [ |
430 | | - "canTrickyJump", |
431 | | - {"enemyDamage": {"enemy": "Puyo", "type": "contact", "hits": 2}} |
| 460 | + "canTrickyDodgeEnemies", |
| 461 | + {"enemyDamage": {"enemy": "Puyo", "type": "contact", "hits": 1}}, |
| 462 | + "Wave", |
| 463 | + "canPreciseGrapple" |
432 | 464 | ]} |
433 | 465 | ], |
434 | 466 | "flashSuitChecked": true, |
|
445 | 477 | {"enemyDamage": {"enemy": "Puyo", "type": "contact", "hits": 2}}, |
446 | 478 | {"or": [ |
447 | 479 | {"enemyDamage": {"enemy": "Puyo", "type": "contact", "hits": 6}}, |
448 | | - {"resetRoom": { |
449 | | - "nodes": [1] |
450 | | - }} |
| 480 | + {"and": [ |
| 481 | + "canBePatient", |
| 482 | + {"resetRoom": { |
| 483 | + "nodes": [1] |
| 484 | + }} |
| 485 | + ]} |
| 486 | + ]}, |
| 487 | + {"or": [ |
| 488 | + {"enemyDamage": {"enemy": "Puyo", "type": "contact", "hits": 1}}, |
| 489 | + "Wave", |
| 490 | + "canPreciseGrapple" |
451 | 491 | ]} |
452 | 492 | ], |
453 | 493 | "flashSuitChecked": true, |
|
0 commit comments