|
812 | 812 | "Samus will fall into the door transition, bypassing any lock that may be on the door." |
813 | 813 | ] |
814 | 814 | }, |
| 815 | + { |
| 816 | + "link": [1, 3], |
| 817 | + "name": "R-Mode Spark Interrupt", |
| 818 | + "requires": [ |
| 819 | + {"obstaclesCleared": ["R-Mode"]}, |
| 820 | + "Gravity", |
| 821 | + "Morph", |
| 822 | + "h_RModeCanRefillReserves", |
| 823 | + {"or": [ |
| 824 | + {"resourceMissingAtMost": [{"type": "Missile", "count": 2}]}, |
| 825 | + {"resourceMissingAtMost": [{"type": "Super", "count": 1}]} |
| 826 | + ]}, |
| 827 | + {"partialRefill": {"type": "ReserveEnergy", "limit": 20}}, |
| 828 | + "h_shinechargeMaxRunway", |
| 829 | + {"autoReserveTrigger": {"maxReserveEnergy": 95}}, |
| 830 | + "canRModeSparkInterrupt" |
| 831 | + ], |
| 832 | + "resetsObstacles": ["R-Mode"], |
| 833 | + "flashSuitChecked": true, |
| 834 | + "blueSuitChecked": true, |
| 835 | + "note": [ |
| 836 | + "Enter and farm all three Mochtroids, or Crystal Flash.", |
| 837 | + "Run right to left underneath the Ohms, then lead them to roll off the right side.", |
| 838 | + "Shinecharge and use the Ohm lick attack to interrupt." |
| 839 | + ] |
| 840 | + }, |
815 | 841 | { |
816 | 842 | "id": 16, |
817 | 843 | "link": [1, 4], |
|
2315 | 2341 | "flashSuitChecked": true, |
2316 | 2342 | "note": "Run away from the oums and reclimb after each if jumping over them is difficult." |
2317 | 2343 | }, |
| 2344 | + { |
| 2345 | + "link": [2, 3], |
| 2346 | + "name": "R-Mode Spark Interrupt", |
| 2347 | + "requires": [ |
| 2348 | + {"obstaclesCleared": ["R-Mode"]}, |
| 2349 | + "Gravity", |
| 2350 | + "Morph", |
| 2351 | + {"or": [ |
| 2352 | + "h_CrystalFlashForReserveEnergy", |
| 2353 | + {"and": [ |
| 2354 | + "h_RModeCanRefillReserves", |
| 2355 | + {"resourceMissingAtMost": [{"type": "Missile", "count": 0}]}, |
| 2356 | + {"resourceMissingAtMost": [{"type": "Super", "count": 0}]}, |
| 2357 | + {"partialRefill": {"type": "ReserveEnergy", "limit": 20}} |
| 2358 | + ]} |
| 2359 | + ]}, |
| 2360 | + "h_shinechargeMaxRunway", |
| 2361 | + {"autoReserveTrigger": {"maxReserveEnergy": 95}}, |
| 2362 | + "canRModeSparkInterrupt" |
| 2363 | + ], |
| 2364 | + "resetsObstacles": ["R-Mode"], |
| 2365 | + "flashSuitChecked": true, |
| 2366 | + "blueSuitChecked": true, |
| 2367 | + "note": [ |
| 2368 | + "Enter and farm all three Mochtroids, or Crystal Flash.", |
| 2369 | + "Run right to left underneath the Ohms, then lead them to roll off the right side.", |
| 2370 | + "Shinecharge and use the Ohm lick attack to interrupt." |
| 2371 | + ] |
| 2372 | + }, |
2318 | 2373 | { |
2319 | 2374 | "id": 62, |
2320 | 2375 | "link": [2, 4], |
|
0 commit comments