|
713 | 713 | "h_artificialMorphBombHorizontally", |
714 | 714 | {"or": [ |
715 | 715 | "h_additionalBomb", |
716 | | - {"enemyDamage": {"enemy": "Sciser", "type": "contact", "hits": 1}} |
| 716 | + "canTrickyGMode", |
| 717 | + {"and": [ |
| 718 | + "canTrickyDodgeEnemies", |
| 719 | + "canGravityJump" |
| 720 | + ]} |
717 | 721 | ]} |
718 | 722 | ]} |
719 | 723 | ]} |
|
724 | 728 | } |
725 | 729 | }, |
726 | 730 | "flashSuitChecked": true, |
727 | | - "note": [ |
728 | | - "To save a bomb, it is possible but difficult to roll from the doorway onto the platform with Gravity turned off.", |
729 | | - "This requires backing up slightly after entering the room then quickly rolling before the crabs. It is a bit tighter in direct G-Mode." |
730 | | - ], |
731 | | - "devNote": "It is possible to cross with a single Power Bomb, but it requires a last pixel jump with a frame perfect forward press." |
| 731 | + "note": "To save a bomb, it is possible to roll from the doorway onto the platform with movement similar to a Gravity jump - hold forward just before the pause to disable gravity.", |
| 732 | + "devNote": [ |
| 733 | + "It is possible to cross with a single Power Bomb, but it requires a last pixel jump with a frame perfect forward press.", |
| 734 | + "A crab hit could bounce Samus onto the middle platform, but the gravity jump is better. If Samus has a blue suit and cant pause, then she also cant boost from the crab." |
| 735 | + ] |
732 | 736 | }, |
733 | 737 | { |
734 | 738 | "id": 17, |
|
3527 | 3531 | "h_artificialMorphBombHorizontally", |
3528 | 3532 | {"or": [ |
3529 | 3533 | "h_additionalBomb", |
| 3534 | + "canTrickyGMode", |
3530 | 3535 | {"and": [ |
3531 | | - "canInsaneJump", |
3532 | | - {"disableEquipment": "Gravity"} |
3533 | | - ]}, |
3534 | | - {"enemyDamage": {"enemy": "Sciser", "type": "contact", "hits": 1}} |
| 3536 | + "canTrickyJump", |
| 3537 | + "canGravityJump" |
| 3538 | + ]} |
3535 | 3539 | ]} |
3536 | 3540 | ]} |
3537 | 3541 | ]} |
|
3542 | 3546 | } |
3543 | 3547 | }, |
3544 | 3548 | "flashSuitChecked": true, |
3545 | | - "note": "To save a bomb, it is possible to roll from the doorway onto the platform with Gravity turned off.", |
3546 | | - "devNote": "It is possible to cross with a single Power Bomb, but it requires a last pixel jump with a frame perfect forward press." |
| 3549 | + "note": "To save a bomb, it is possible to roll from the doorway onto the platform with similar to a Gravity jump - hold forward just before the pause to disable gravity.", |
| 3550 | + "devNote": [ |
| 3551 | + "It is possible to cross with a single Power Bomb, but it requires a last pixel jump with a frame perfect forward press.", |
| 3552 | + "A crab hit could bounce Samus onto the middle platform, but the gravity jump is better. If Samus has a blue suit and cant pause, then she also cant boost from the crab." |
| 3553 | + ] |
3547 | 3554 | }, |
3548 | 3555 | { |
3549 | 3556 | "id": 100, |
|
0 commit comments