|
488 | 488 | "This assumes that Samus comes from the left with Speed, a mockball, or a crouch gate clip.", |
489 | 489 | "After the crumbles are broken, shoot the ceiling block and wait by the door for the Waver to come.", |
490 | 490 | "Note that if Samus takes more than 35 seconds after entering the room, before shooting the ceiling, the Waver will not come down." |
491 | | - ], |
492 | | - "devNote": [ |
493 | | - "FIXME: It is possible to come in from the right and get under the gate to break the crumbles." |
494 | 491 | ] |
495 | 492 | }, |
496 | 493 | { |
|
849 | 846 | ], |
850 | 847 | "flashSuitChecked": true |
851 | 848 | }, |
| 849 | + { |
| 850 | + "link": [2, 2], |
| 851 | + "name": "G-Mode Setup - Get Hit By Waver (Come in Jumping)", |
| 852 | + "entranceCondition": { |
| 853 | + "comeInJumping": { |
| 854 | + "speedBooster": false, |
| 855 | + "minTiles": 4 |
| 856 | + } |
| 857 | + }, |
| 858 | + "requires": [ |
| 859 | + "canCrouchGateClip", |
| 860 | + "canComplexGMode" |
| 861 | + ], |
| 862 | + "exitCondition": { |
| 863 | + "leaveWithGModeSetup": {} |
| 864 | + }, |
| 865 | + "unlocksDoors": [{"types": ["ammo"], "requires": []}], |
| 866 | + "flashSuitChecked": true, |
| 867 | + "note": [ |
| 868 | + "Jump into the room and aim down to get under the first shutter, then break the crumble blocks to the left.", |
| 869 | + "This is the only way for the Wavers to reach the door.", |
| 870 | + "After the crumbles are broken, shoot the ceiling block and wait by the door for the Waver to come." |
| 871 | + ] |
| 872 | + }, |
| 873 | + { |
| 874 | + "link": [2, 2], |
| 875 | + "name": "G-Mode Setup - Get Hit By Waver (Come in With Side Platform)", |
| 876 | + "entranceCondition": { |
| 877 | + "comeInWithSidePlatform": { |
| 878 | + "platforms": [ |
| 879 | + { |
| 880 | + "minHeight": 1, |
| 881 | + "maxHeight": 2, |
| 882 | + "minTiles": 4, |
| 883 | + "speedBooster": false, |
| 884 | + "obstructions": [[1, 0]], |
| 885 | + "note": ["Skree Boost Room and Butterfly Room are minimal-runway examples that this applies to."] |
| 886 | + }, |
| 887 | + { |
| 888 | + "minHeight": 3, |
| 889 | + "maxHeight": 3, |
| 890 | + "minTiles": 5, |
| 891 | + "speedBooster": false, |
| 892 | + "obstructions": [[1, 0]], |
| 893 | + "note": ["Bomb Torizo Room is a minimal-runway example that this applies to."] |
| 894 | + } |
| 895 | + ] |
| 896 | + } |
| 897 | + }, |
| 898 | + "requires": [ |
| 899 | + "canCrouchGateClip", |
| 900 | + "canComplexGMode" |
| 901 | + ], |
| 902 | + "exitCondition": { |
| 903 | + "leaveWithGModeSetup": {} |
| 904 | + }, |
| 905 | + "unlocksDoors": [{"types": ["ammo"], "requires": []}], |
| 906 | + "flashSuitChecked": true, |
| 907 | + "note": [ |
| 908 | + "Jump into the room and aim down to get under the first shutter, then break the crumble blocks to the left.", |
| 909 | + "This is the only way for the Wavers to reach the door.", |
| 910 | + "After the crumbles are broken, shoot the ceiling block and wait by the door for the Waver to come." |
| 911 | + ] |
| 912 | + }, |
852 | 913 | { |
853 | 914 | "id": 31, |
854 | 915 | "link": [2, 4], |
|
0 commit comments