|
273 | 273 | "flashSuitChecked": true, |
274 | 274 | "note": "This takes 1 min 40 sec if Shaktool is done digging." |
275 | 275 | }, |
| 276 | + { |
| 277 | + "link": [1, 1], |
| 278 | + "name": "R-Mode Crystal Flash Interrupt", |
| 279 | + "entranceCondition": { |
| 280 | + "comeInWithRMode": {} |
| 281 | + }, |
| 282 | + "requires": [ |
| 283 | + "canRModeCrystalFlashInterrupt", |
| 284 | + {"or": [ |
| 285 | + {"and": [ |
| 286 | + {"ammo": {"type": "Missile", "count": 10}}, |
| 287 | + {"or": [ |
| 288 | + "h_partialEnemyDamageReduction", |
| 289 | + {"and": [ |
| 290 | + {"resourceCapacity": [{"type": "RegularEnergy", "count": 199}]}, |
| 291 | + {"resourceCapacity": [{"type": "ReserveEnergy", "count": 199}]} |
| 292 | + ]} |
| 293 | + ]} |
| 294 | + ]}, |
| 295 | + {"and": [ |
| 296 | + {"ammo": {"type": "Missile", "count": 2}}, |
| 297 | + "canTrickyRModeCrystalFlashInterrupt" |
| 298 | + ]} |
| 299 | + ]} |
| 300 | + ], |
| 301 | + "flashSuitChecked": true, |
| 302 | + "note": [ |
| 303 | + "This requires a precisely timed Crystal Flash, such that Shaktool hits Samus immediately after she gets Reserve Energy, to prevent getting double hit.", |
| 304 | + "With a second Reserve Tank and an Energy Tank, or the damage reduction from a suit, Samus is able to survive a second hit." |
| 305 | + ] |
| 306 | + }, |
| 307 | + { |
| 308 | + "link": [1, 1], |
| 309 | + "name": "Direct G-mode Morph, Crystal Flash Interrupt", |
| 310 | + "entranceCondition": { |
| 311 | + "comeInWithGMode": { |
| 312 | + "mode": "direct", |
| 313 | + "morphed": true |
| 314 | + } |
| 315 | + }, |
| 316 | + "requires": [ |
| 317 | + "h_artificialMorphRModeCrystalFlashInterrupt", |
| 318 | + {"or": [ |
| 319 | + {"and": [ |
| 320 | + {"ammo": {"type": "Missile", "count": 10}}, |
| 321 | + {"or": [ |
| 322 | + "h_partialEnemyDamageReduction", |
| 323 | + {"and": [ |
| 324 | + {"resourceCapacity": [{"type": "RegularEnergy", "count": 199}]}, |
| 325 | + {"resourceCapacity": [{"type": "ReserveEnergy", "count": 199}]} |
| 326 | + ]} |
| 327 | + ]} |
| 328 | + ]}, |
| 329 | + {"and": [ |
| 330 | + {"ammo": {"type": "Missile", "count": 2}}, |
| 331 | + "h_artificialMorphTrickyRModeCrystalFlashInterrupt" |
| 332 | + ]} |
| 333 | + ]}, |
| 334 | + {"or": [ |
| 335 | + "h_artificialMorphSpringBall", |
| 336 | + {"and": [ |
| 337 | + {"or": [ |
| 338 | + "canInsaneJump", |
| 339 | + "Gravity" |
| 340 | + ]}, |
| 341 | + {"or": [ |
| 342 | + "h_artificialMorphBombs", |
| 343 | + {"ammo": {"type": "PowerBomb", "count": 2}} |
| 344 | + ]} |
| 345 | + ]}, |
| 346 | + "canBePatient", |
| 347 | + {"and": [ |
| 348 | + "canRiskPermanentLossOfAccess", |
| 349 | + {"not": "f_ShaktoolDoneDigging"} |
| 350 | + ]} |
| 351 | + ]} |
| 352 | + ], |
| 353 | + "flashSuitChecked": true, |
| 354 | + "note": [ |
| 355 | + "This requires a precisely timed Crystal Flash, such that Shaktool hits Samus immediately after she gets Reserve Energy, to prevent getting double hit.", |
| 356 | + "With a second Reserve Tank and an Energy Tank, or the damage reduction from a suit, Samus is able to survive a second hit." |
| 357 | + ], |
| 358 | + "detailNote": [ |
| 359 | + "If the wall is already broken, either wait for Shaktool to cross the room or move in front of it.", |
| 360 | + "It is possible to enter the room and land on the doorsill, then bomb or Power Bomb boost across when the tide is high." |
| 361 | + ] |
| 362 | + }, |
276 | 363 | { |
277 | 364 | "id": 8, |
278 | 365 | "link": [1, 2], |
|
817 | 904 | "In the vanilla game, if the flag is not already set, entering from the right door immediately sets the flag, though the room must be reset for it to take effect.", |
818 | 905 | "Resetting the room also fixes the camera, which gets broken in this state." |
819 | 906 | ] |
| 907 | + }, |
| 908 | + { |
| 909 | + "link": [2, 2], |
| 910 | + "name": "R-Mode Crystal Flash Interrupt", |
| 911 | + "entranceCondition": { |
| 912 | + "comeInWithRMode": {} |
| 913 | + }, |
| 914 | + "requires": [ |
| 915 | + "f_ShaktoolDoneDigging", |
| 916 | + "canRModeCrystalFlashInterrupt", |
| 917 | + {"or": [ |
| 918 | + {"and": [ |
| 919 | + {"ammo": {"type": "Missile", "count": 10}}, |
| 920 | + {"or": [ |
| 921 | + "h_partialEnemyDamageReduction", |
| 922 | + {"and": [ |
| 923 | + {"resourceCapacity": [{"type": "RegularEnergy", "count": 199}]}, |
| 924 | + {"resourceCapacity": [{"type": "ReserveEnergy", "count": 199}]} |
| 925 | + ]} |
| 926 | + ]} |
| 927 | + ]}, |
| 928 | + {"and": [ |
| 929 | + {"ammo": {"type": "Missile", "count": 2}}, |
| 930 | + "canTrickyRModeCrystalFlashInterrupt" |
| 931 | + ]} |
| 932 | + ]} |
| 933 | + ], |
| 934 | + "flashSuitChecked": true, |
| 935 | + "note": [ |
| 936 | + "This requires a precisely timed Crystal Flash, such that Shaktool hits Samus immediately after she gets Reserve Energy, to prevent getting double hit.", |
| 937 | + "With a second Reserve Tank and an Energy Tank, or the damage reduction from a suit, Samus is able to survive a second hit." |
| 938 | + ] |
| 939 | + }, |
| 940 | + { |
| 941 | + "link": [2, 2], |
| 942 | + "name": "Direct G-mode Morph, Crystal Flash Interrupt", |
| 943 | + "entranceCondition": { |
| 944 | + "comeInWithGMode": { |
| 945 | + "mode": "direct", |
| 946 | + "morphed": true |
| 947 | + } |
| 948 | + }, |
| 949 | + "requires": [ |
| 950 | + "f_ShaktoolDoneDigging", |
| 951 | + "h_artificialMorphRModeCrystalFlashInterrupt", |
| 952 | + {"or": [ |
| 953 | + {"and": [ |
| 954 | + {"ammo": {"type": "Missile", "count": 10}}, |
| 955 | + {"or": [ |
| 956 | + "h_partialEnemyDamageReduction", |
| 957 | + {"and": [ |
| 958 | + {"resourceCapacity": [{"type": "RegularEnergy", "count": 199}]}, |
| 959 | + {"resourceCapacity": [{"type": "ReserveEnergy", "count": 199}]} |
| 960 | + ]} |
| 961 | + ]} |
| 962 | + ]}, |
| 963 | + {"and": [ |
| 964 | + {"ammo": {"type": "Missile", "count": 2}}, |
| 965 | + "h_artificialMorphTrickyRModeCrystalFlashInterrupt" |
| 966 | + ]} |
| 967 | + ]} |
| 968 | + ], |
| 969 | + "flashSuitChecked": true, |
| 970 | + "note": [ |
| 971 | + "This requires a precisely timed Crystal Flash, such that Shaktool hits Samus immediately after she gets Reserve Energy, to prevent getting double hit.", |
| 972 | + "With a second Reserve Tank and an Energy Tank, or the damage reduction from a suit, Samus is able to survive a second hit." |
| 973 | + ] |
820 | 974 | } |
821 | 975 | ], |
822 | 976 | "notables": [ |
|
0 commit comments