|
446 | 446 | }, |
447 | 447 | { |
448 | 448 | "link": [1, 1], |
449 | | - "name": "G-Mode Covern Ice Clip, Door Lock Skip", |
450 | | - "entranceCondition": { |
451 | | - "comeInWithGMode": { |
452 | | - "mode": "indirect", |
453 | | - "morphed": false |
454 | | - }, |
455 | | - "comesThroughToilet": "any" |
456 | | - }, |
457 | | - "requires": [ |
458 | | - {"or":[ |
459 | | - "h_canPreciseIceClip", |
460 | | - "h_canHighPixelIceClip" |
461 | | - ]} |
462 | | - ], |
463 | | - "exitCondition": { |
464 | | - "leaveWithGMode": { |
465 | | - "morphed": false |
466 | | - } |
467 | | - }, |
468 | | - "bypassesDoorShell": true, |
469 | | - "flashSuitChecked": true, |
470 | | - "note": [ |
471 | | - "Freeze a Covern at a precise distance below the door in order to jump up and clip through the door shell.", |
472 | | - "Stand on the stairs so that Samus is just a few pixels lower, then freeze the Covern low in its cycle.", |
473 | | - "Alternatively, freeze it high then perform a tight down grab to get onto it for a pixel perfect clip." |
474 | | - ], |
475 | | - "devNote": "This is only for indirect G-Mode, because it is trivial while in direct, and would use a different strat." |
476 | | - }, |
477 | | - { |
478 | | - "link": [1, 1], |
479 | | - "name": "G-Mode Morph Atomic Ice Clip, Door Lock Skip", |
| 449 | + "name": "G-Mode Morph Atomic or Covern Ice Clip, Door Lock Skip", |
480 | 450 | "entranceCondition": { |
481 | 451 | "comeInWithGMode": { |
482 | 452 | "mode": "indirect", |
|
485 | 455 | "comesThroughToilet": "any" |
486 | 456 | }, |
487 | 457 | "requires": [ |
488 | | - "f_DefeatedPhantoon", |
489 | | - "h_canArtificialMorphPowerBomb", |
| 458 | + {"or":[ |
| 459 | + "h_canArtificialMorphPowerBomb", |
| 460 | + {"and":[ |
| 461 | + {"not": "f_DefeatedPhantoon"}, |
| 462 | + "canRiskPermanentLossOfAccess" |
| 463 | + ]} |
| 464 | + ]}, |
490 | 465 | {"or":[ |
491 | 466 | "h_canPreciseIceClip", |
492 | 467 | "h_canHighPixelIceClip" |
|
500 | 475 | "bypassesDoorShell": true, |
501 | 476 | "flashSuitChecked": true, |
502 | 477 | "note": [ |
503 | | - "Lure the Atomic from below the shot blocks by placing a Power Bomb.", |
504 | | - "Freeze the Atomic at a precise distance below the door in order to jump up and clip through the door shell.", |
505 | | - "Freezing it while it is moving horizontally and Samus is standing works as a trivial setup." |
| 478 | + "Freeze an Atomic or Covern at a precise distance below the door in order to jump up and clip through the door shell.", |
| 479 | + "If Phantoon is defeated, it is possible to lure the Atomic from below the shot blocks by placing a Power Bomb.", |
| 480 | + "Freezing it while it is moving horizontally and Samus is standing works as a trivial setup.", |
| 481 | + "If Phantoon is not defeated, stand on the stairs so that Samus is just a few pixels lower, then freeze the Covern low in its cycle.", |
| 482 | + "Alternatively, freeze it high then perform a tight down grab to get onto it for a pixel perfect clip." |
506 | 483 | ], |
507 | | - "devNote": "This is only for indirect G-Mode, because it is trivial while in direct, and would use a different strat." |
| 484 | + "devNote": [ |
| 485 | + "This is only for indirect G-Mode, because it is trivial while in direct, and would use a different strat.", |
| 486 | + "FIXME: If Phantoon is not defeated, this does not require Morph or artificial morph." |
| 487 | + ] |
508 | 488 | }, |
509 | 489 | { |
510 | 490 | "id": 8, |
|
0 commit comments