|
433 | 433 | "It might technically be possible to get through the 3-tile-high part without Spring Ball, but this probably isn't really viable?" |
434 | 434 | ] |
435 | 435 | }, |
| 436 | + { |
| 437 | + "link": [1, 2], |
| 438 | + "name": "R-Mode Spark Interrupt", |
| 439 | + "entranceCondition": { |
| 440 | + "comeInWithRMode": {} |
| 441 | + }, |
| 442 | + "requires": [ |
| 443 | + "Ice", |
| 444 | + {"or": [ |
| 445 | + {"and": [ |
| 446 | + "h_CrystalFlashForReserveEnergy", |
| 447 | + "f_KilledMetroidRoom4" |
| 448 | + ]}, |
| 449 | + {"and": [ |
| 450 | + {"not": "f_KilledMetroidRoom4"}, |
| 451 | + "canRiskPermanentLossOfAccess", |
| 452 | + "h_RModeCanRefillReserves", |
| 453 | + {"enemyKill": {"enemies": [["Metroid"], ["Metroid"]], "explicitWeapons": ["Missile", "Super"]}}, |
| 454 | + {"partialRefill": {"type": "ReserveEnergy", "limit": 20}}, |
| 455 | + {"or": [ |
| 456 | + "Morph", |
| 457 | + "canMetroidAvoid" |
| 458 | + ]} |
| 459 | + ]} |
| 460 | + ]}, |
| 461 | + {"canShineCharge": {"usedTiles": 12, "openEnd": 0}}, |
| 462 | + {"autoReserveTrigger": {"maxReserveEnergy": 95}}, |
| 463 | + "canRModeSparkInterrupt" |
| 464 | + ], |
| 465 | + "flashSuitChecked": true, |
| 466 | + "blueSuitChecked": true, |
| 467 | + "note": [ |
| 468 | + "Do not kill all three Metroids, or else they cannot be farmed again, leaving only Crystal Flash as an option.", |
| 469 | + "Kill two and lure the remaining Metroid to the top of the room. Shinecharge in the narrow space at the bottom door", |
| 470 | + "and use a Rinka to interrupt." |
| 471 | + ] |
| 472 | + }, |
436 | 473 | { |
437 | 474 | "id": 17, |
438 | 475 | "link": [2, 1], |
|
640 | 677 | "Freeze the lower Rinka where it is slightly inside the door shell for the moonfall to fall all the way through without any additional input." |
641 | 678 | ] |
642 | 679 | }, |
| 680 | + { |
| 681 | + "link": [2, 2], |
| 682 | + "name": "R-Mode Spark Interrupt", |
| 683 | + "entranceCondition": { |
| 684 | + "comeInWithRMode": {}, |
| 685 | + "comesThroughToilet": "no" |
| 686 | + }, |
| 687 | + "requires": [ |
| 688 | + "Ice", |
| 689 | + {"or": [ |
| 690 | + {"and": [ |
| 691 | + "f_KilledMetroidRoom4", |
| 692 | + "h_CrystalFlashForReserveEnergy" |
| 693 | + ]}, |
| 694 | + {"and": [ |
| 695 | + {"not": "f_KilledMetroidRoom4"}, |
| 696 | + "canRiskPermanentLossOfAccess", |
| 697 | + "h_RModeCanRefillReserves", |
| 698 | + {"enemyKill": {"enemies": [["Metroid"], ["Metroid"]], "explicitWeapons": ["Missile", "Super"]}}, |
| 699 | + {"partialRefill": {"type": "ReserveEnergy", "limit": 20}}, |
| 700 | + "canCarefulJump" |
| 701 | + ]} |
| 702 | + ]}, |
| 703 | + {"canShineCharge": {"usedTiles": 12, "openEnd": 0}}, |
| 704 | + {"autoReserveTrigger": {"maxReserveEnergy": 95}}, |
| 705 | + "canRModeSparkInterrupt" |
| 706 | + ], |
| 707 | + "flashSuitChecked": true, |
| 708 | + "blueSuitChecked": true, |
| 709 | + "note": [ |
| 710 | + "Do not kill all three Metroids, or else they cannot be farmed again, leaving only Crystal Flash as an option.", |
| 711 | + "Kill two and lure the remaining Metroid to the top of the room. Shinecharge in the narrow space at the bottom door", |
| 712 | + "and use a Rinka to interrupt." |
| 713 | + ] |
| 714 | + }, |
643 | 715 | { |
644 | 716 | "id": 28, |
645 | 717 | "link": [2, 2], |
|
0 commit comments