|
783 | 783 | }, |
784 | 784 | { |
785 | 785 | "link": [2, 3], |
786 | | - "name": "R-Mode Pause Abuse Spark Interrupt (Gain Blue Suit)", |
| 786 | + "name": "R-Mode Spark Interrupt (Gain Blue Suit)", |
787 | 787 | "entranceCondition": { |
788 | 788 | "comeInWithRMode": {} |
789 | 789 | }, |
|
794 | 794 | {"and": [ |
795 | 795 | "h_RModeCanRefillReserves", |
796 | 796 | {"partialRefill": {"type": "ReserveEnergy", "limit": 20}}, |
797 | | - {"resourceMissingAtMost": [{"type": "PowerBomb", "count": 0}]} |
| 797 | + {"or": [ |
| 798 | + {"resourceMissingAtMost": [{"type": "PowerBomb", "count": 0}]}, |
| 799 | + {"resourceMissingAtMost": [{"type": "Missile", "count": 0}]} |
| 800 | + ]} |
798 | 801 | ]} |
799 | 802 | ]}, |
800 | 803 | {"canShineCharge": {"usedTiles": 20, "gentleDownTiles": 2, "openEnd": 1}}, |
|
807 | 810 | "blueSuitChecked": true, |
808 | 811 | "note": [ |
809 | 812 | "Kill the Fune. Crystal Flash or farm the top fireflea. After the shine charge,", |
810 | | - "use the spike pit for a pause abuse interrupt.", |
| 813 | + "jump up to the first fune and take a fireball to interrupt.", |
811 | 814 | "Note: farming more than the top fireflea while still in R-Mode will cause Samus to", |
812 | 815 | "become difficult to see." |
813 | 816 | ] |
814 | 817 | }, |
815 | | - { |
816 | | - "link": [2, 3], |
817 | | - "name": "R-Mode Spark Interrupt (Gain Blue Suit)", |
818 | | - "entranceCondition": { |
819 | | - "comeInWithRMode": {} |
820 | | - }, |
821 | | - "requires": [ |
822 | | - {"or": [ |
823 | | - "canTrickyJump", |
824 | | - {"and": [ |
825 | | - {"enemyKill": {"enemies": [["Fune"]]}}, |
826 | | - "canCarefulJump" |
827 | | - ]}, |
828 | | - {"enemyKill": {"enemies": [["Fune"], ["Boulder"], ["Fune"]]}}, |
829 | | - "Ice", |
830 | | - {"and": [ |
831 | | - "ScrewAttack", |
832 | | - {"or": [ |
833 | | - "canCarefulJump", |
834 | | - "HiJump", |
835 | | - "SpaceJump", |
836 | | - {"enemyKill": {"enemies": [["Fune"]]}} |
837 | | - ]} |
838 | | - ]} |
839 | | - ]}, |
840 | | - {"or": [ |
841 | | - "h_CrystalFlashForReserveEnergy", |
842 | | - {"enemyKill": {"enemies": [["Fune"]]}}, |
843 | | - "h_useSpringBall", |
844 | | - {"and": [ |
845 | | - "h_useMorphBombs", |
846 | | - "canBombHorizontally", |
847 | | - {"or": ["Ice", "canCarefulJump"]} |
848 | | - ]} |
849 | | - ]}, |
850 | | - {"or": [ |
851 | | - {"resourceAvailable": [{"type": "ReserveEnergy", "count": 1}]}, |
852 | | - {"and": [ |
853 | | - "h_RModeCanRefillReserves", |
854 | | - {"partialRefill": {"type": "ReserveEnergy", "limit": 20}}, |
855 | | - {"resourceMissingAtMost": [{"type": "PowerBomb", "count": 0}]} |
856 | | - ]} |
857 | | - ]}, |
858 | | - {"canShineCharge": {"usedTiles": 21, "gentleDownTiles": 3, "gentleUpTiles": 3, "openEnd": 1}}, |
859 | | - {"autoReserveTrigger": {"maxReserveEnergy": 95}}, |
860 | | - "canRModeSparkInterrupt" |
861 | | - ], |
862 | | - "flashSuitChecked": true, |
863 | | - "blueSuitChecked": true, |
864 | | - "note": [ |
865 | | - "Farm firefleas before heading up, or you can Crystal Flash at any time. Unlike most rooms,", |
866 | | - "you can still use Power Bombs normally after Crystal Flash.", |
867 | | - "Leave the top Fune alive when you get to the top. Use the runway there to shinecharge,", |
868 | | - "then jump into the top Fune's fireball to interrupt." |
869 | | - ], |
870 | | - "devNote": [ |
871 | | - "FIXME: Notable strat 'Morph Over The Fune' for getting over the secret fune (and then R-Jump to get out) isn't included." |
872 | | - ] |
873 | | - }, |
874 | 818 | { |
875 | 819 | "id": 10, |
876 | 820 | "link": [2, 3], |
|
0 commit comments