|
1688 | 1688 | "clearsObstacles": ["A", "B", "C"], |
1689 | 1689 | "flashSuitChecked": true |
1690 | 1690 | }, |
| 1691 | + { |
| 1692 | + "link": [4, 4], |
| 1693 | + "name": "R-Mode Spark Interrupt", |
| 1694 | + "requires": [ |
| 1695 | + {"obstaclesCleared": ["R-Mode"]}, |
| 1696 | + {"or": [ |
| 1697 | + "h_CrystalFlashForReserveEnergy", |
| 1698 | + {"and": [ |
| 1699 | + "h_RModeCanRefillReserves", |
| 1700 | + {"partialRefill": {"type": "ReserveEnergy", "limit": 40}} |
| 1701 | + ]} |
| 1702 | + ]}, |
| 1703 | + {"or": [ |
| 1704 | + {"canShineCharge": {"usedTiles": 12, "steepUpTiles": 7, "openEnd": 1}}, |
| 1705 | + {"and": [ |
| 1706 | + {"obstaclesCleared": ["C"]}, |
| 1707 | + "Morph", |
| 1708 | + {"or": [ |
| 1709 | + {"canShineCharge": {"usedTiles": 16, "steepUpTiles": 6, "openEnd": 0}}, |
| 1710 | + {"and": [ |
| 1711 | + "f_DefeatedPhantoon", |
| 1712 | + {"canShineCharge": {"usedTiles": 19, "steepDownTiles": 6, "openEnd": 1}} |
| 1713 | + ]} |
| 1714 | + ]} |
| 1715 | + ]} |
| 1716 | + ]}, |
| 1717 | + {"autoReserveTrigger": {"maxReserveEnergy": 95}}, |
| 1718 | + "canRModeSparkInterrupt" |
| 1719 | + ], |
| 1720 | + "resetsObstacles": ["R-Mode"], |
| 1721 | + "flashSuitChecked": true, |
| 1722 | + "blueSuitChecked": true, |
| 1723 | + "note": [ |
| 1724 | + "Power Off: Farm Coverns and use either the ramp to the upper right door or the ramp by the inactive treadmills to shinecharge.", |
| 1725 | + "Interrupt using the next Covern spawn.", |
| 1726 | + "Power On: Farm Atomics and shinecharge using the ramp to the upper right door, using an Atomic to interrupt. Or open the path", |
| 1727 | + "to the treadmills, shinecharge there, and jump under a Kzan to interrupt." |
| 1728 | + ] |
| 1729 | + }, |
1691 | 1730 | { |
1692 | 1731 | "id": 55, |
1693 | 1732 | "link": [4, 4], |
|
2458 | 2497 | "canBePatient", |
2459 | 2498 | "Plasma" |
2460 | 2499 | ]}, |
| 2500 | + {"partialRefill": {"type": "ReserveEnergy", "limit": 20}}, |
2461 | 2501 | {"or": [ |
2462 | 2502 | {"and": [ |
2463 | 2503 | "canCarefulJump", |
2464 | 2504 | "canMidAirMorph", |
2465 | 2505 | "canDisableEquipment" |
2466 | 2506 | ]}, |
2467 | 2507 | "h_useSpringBall" |
2468 | | - ]} |
| 2508 | + ]}, |
| 2509 | + {"autoReserveTrigger": {}} |
2469 | 2510 | ], |
2470 | 2511 | "clearsObstacles": ["B"], |
| 2512 | + "resetsObstacles": ["R-Mode"], |
2471 | 2513 | "flashSuitChecked": true, |
2472 | 2514 | "note": [ |
2473 | 2515 | "In R-Mode, kill the Coverns until there is Energy in Samus's Reserves. Get into the Morph tunnel and go to the far left.", |
|
0 commit comments