Skip to content

Commit aa2efbc

Browse files
committed
Simplifiy [2, 3]
1 parent a7f1ded commit aa2efbc

1 file changed

Lines changed: 6 additions & 62 deletions

File tree

region/lowernorfair/east/Lower Norfair Fireflea Room.json

Lines changed: 6 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@
783783
},
784784
{
785785
"link": [2, 3],
786-
"name": "R-Mode Pause Abuse Spark Interrupt (Gain Blue Suit)",
786+
"name": "R-Mode Spark Interrupt (Gain Blue Suit)",
787787
"entranceCondition": {
788788
"comeInWithRMode": {}
789789
},
@@ -794,7 +794,10 @@
794794
{"and": [
795795
"h_RModeCanRefillReserves",
796796
{"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+
]}
798801
]}
799802
]},
800803
{"canShineCharge": {"usedTiles": 20, "gentleDownTiles": 2, "openEnd": 1}},
@@ -807,70 +810,11 @@
807810
"blueSuitChecked": true,
808811
"note": [
809812
"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.",
811814
"Note: farming more than the top fireflea while still in R-Mode will cause Samus to",
812815
"become difficult to see."
813816
]
814817
},
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-
},
874818
{
875819
"id": 10,
876820
"link": [2, 3],

0 commit comments

Comments
 (0)