Skip to content

Commit 64dc35b

Browse files
committed
Metroid Room 4 R-Mode Spark Interrupt
1 parent a6ec4b7 commit 64dc35b

1 file changed

Lines changed: 76 additions & 0 deletions

File tree

region/tourian/main/Metroid Room 4.json

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,44 @@
433433
"It might technically be possible to get through the 3-tile-high part without Spring Ball, but this probably isn't really viable?"
434434
]
435435
},
436+
{
437+
"link": [1, 2],
438+
"name": "R-Mode Spark Interrupt",
439+
"entranceCondition": {
440+
"comeInWithRMode": {}
441+
},
442+
"requires": [
443+
{"or": [
444+
"h_CrystalFlashForReserveEnergy",
445+
{"and": [
446+
{"not": "f_KilledMetroidRoom4"},
447+
"canRiskPermanentLossOfAccess",
448+
"h_RModeCanRefillReserves",
449+
"Ice",
450+
{"enemyKill": {"enemies": [["Metroid"], ["Metroid"]], "explicitWeapons": ["Missile", "Super"]}},
451+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
452+
]}
453+
]},
454+
{"or": [
455+
"f_KilledMetroidRoom4",
456+
{"and": [
457+
"Ice",
458+
"Morph"
459+
]},
460+
"canMetroidAvoid"
461+
]},
462+
{"canShineCharge": {"usedTiles": 12, "openEnd": 0}},
463+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
464+
"canRModeSparkInterrupt"
465+
],
466+
"flashSuitChecked": true,
467+
"blueSuitChecked": true,
468+
"note": [
469+
"Do not kill all three Metroids, or else they cannot be farmed again, leaving only Crystal Flash as an option.",
470+
"Kill two and lure the remaining Metroid to the top of the room. Shinecharge in the narrow space at the bottom door",
471+
"and use a Rinka to interrupt."
472+
]
473+
},
436474
{
437475
"id": 17,
438476
"link": [2, 1],
@@ -640,6 +678,44 @@
640678
"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."
641679
]
642680
},
681+
{
682+
"link": [2, 2],
683+
"name": "R-Mode Spark Interrupt",
684+
"entranceCondition": {
685+
"comeInWithRMode": {}
686+
},
687+
"requires": [
688+
{"or": [
689+
"h_CrystalFlashForReserveEnergy",
690+
{"and": [
691+
{"not": "f_KilledMetroidRoom4"},
692+
"canRiskPermanentLossOfAccess",
693+
"h_RModeCanRefillReserves",
694+
"Ice",
695+
{"enemyKill": {"enemies": [["Metroid"], ["Metroid"]], "explicitWeapons": ["Missile", "Super"]}},
696+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
697+
]}
698+
]},
699+
{"or": [
700+
"f_KilledMetroidRoom4",
701+
{"and": [
702+
"Ice",
703+
"Morph"
704+
]},
705+
"canMetroidAvoid"
706+
]},
707+
{"canShineCharge": {"usedTiles": 12, "openEnd": 0}},
708+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
709+
"canRModeSparkInterrupt"
710+
],
711+
"flashSuitChecked": true,
712+
"blueSuitChecked": true,
713+
"note": [
714+
"Do not kill all three Metroids, or else they cannot be farmed again, leaving only Crystal Flash as an option.",
715+
"Kill two and lure the remaining Metroid to the top of the room. Shinecharge in the narrow space at the bottom door",
716+
"and use a Rinka to interrupt."
717+
]
718+
},
643719
{
644720
"id": 28,
645721
"link": [2, 2],

0 commit comments

Comments
 (0)