|
674 | 674 | "name": "R-Mode Spark Interrupt (Gain Blue Suit)", |
675 | 675 | "requires": [ |
676 | 676 | {"obstaclesCleared": ["R-Mode"]}, |
677 | | - {"obstaclesNotCleared": ["C"]}, |
678 | | - "h_heatProof", |
| 677 | + {"obstaclesCleared": ["C", "D"]}, |
679 | 678 | {"or": [ |
| 679 | + "h_heatedCrystalFlashForReserveEnergy", |
680 | 680 | {"and": [ |
681 | | - "h_heatedCrystalFlash", |
682 | | - {"obstaclesCleared": ["D"]} |
683 | | - ]}, |
684 | | - {"and": [ |
685 | | - {"obstaclesNotCleared": ["D"]}, |
686 | 681 | "h_RModeCanRefillReserves", |
687 | 682 | {"or": [ |
| 683 | + {"partialRefill": {"type": "ReserveEnergy", "limit": 5}}, |
688 | 684 | {"and": [ |
689 | | - "canBePatient", |
690 | | - {"partialRefill": {"type": "ReserveEnergy", "limit": 20}}, |
691 | | - {"enemyKill": {"enemies": [["Dessgeega"], ["Dessgeega", "Dessgeega", "Dessgeega"]], "excludedWeapons": ["Missile", "PseudoScrew"]}} |
692 | | - ]}, |
693 | | - {"and": [ |
694 | | - {"or": [ |
695 | | - {"partialRefill": {"type": "ReserveEnergy", "limit": 5}}, |
696 | | - {"and": [ |
697 | | - "canBeVeryPatient", |
698 | | - {"partialRefill": {"type": "ReserveEnergy", "limit": 20}} |
699 | | - ]} |
700 | | - ]}, |
701 | | - {"enemyKill": {"enemies": [["Dessgeega"], ["Dessgeega", "Dessgeega", "Dessgeega"]], "excludedWeapons": ["Charge", "Bombs", "PseudoScrew"]}} |
| 685 | + "canBeVeryPatient", |
| 686 | + {"partialRefill": {"type": "ReserveEnergy", "limit": 20}} |
702 | 687 | ]} |
703 | 688 | ]} |
704 | 689 | ]} |
705 | 690 | ]}, |
| 691 | + {"heatFrames": 90}, |
706 | 692 | {"canShineCharge": {"usedTiles": 30, "openEnd": 0}}, |
707 | 693 | {"autoReserveTrigger": {"maxReserveEnergy": 95}}, |
708 | 694 | "canRModeSparkInterrupt" |
709 | 695 | ], |
710 | | - "clearsObstacles": ["C", "D"], |
711 | 696 | "resetsObstacles": ["R-Mode"], |
712 | 697 | "flashSuitChecked": true, |
713 | 698 | "blueSuitChecked": true, |
714 | 699 | "note": [ |
715 | | - "Farm the three left Desgeegas, their energy rate is poor. Keep the one above the power bomb", |
716 | | - "blocks alive to use for interrupt. Or kill all four and use heat with pause abuse to interrupt." |
| 700 | + "Farm the Dessgeegas, their energy rate is poor. Keep one Dessgeega alive to use for interrupt.", |
| 701 | + "Or kill all four and use heat with pause abuse to interrupt." |
717 | 702 | ], |
718 | 703 | "devNote": [ |
719 | 704 | "FIXME: Evaluate unprotected heat option with disable E-Tank + CF for full reserves, once heated", |
|
0 commit comments