Skip to content

Commit 95441eb

Browse files
authored
Merge pull request #2545 from aquanight/rsi-to-metroid-room-4
Metroid Room 4 R-Mode Spark Interrupt
2 parents 3972fc6 + 5aee9df commit 95441eb

1 file changed

Lines changed: 72 additions & 0 deletions

File tree

region/tourian/main/Metroid Room 4.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,43 @@
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+
"Ice",
444+
{"or": [
445+
{"and": [
446+
"h_CrystalFlashForReserveEnergy",
447+
"f_KilledMetroidRoom4"
448+
]},
449+
{"and": [
450+
{"not": "f_KilledMetroidRoom4"},
451+
"canRiskPermanentLossOfAccess",
452+
"h_RModeCanRefillReserves",
453+
{"enemyKill": {"enemies": [["Metroid"], ["Metroid"]], "explicitWeapons": ["Missile", "Super"]}},
454+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}},
455+
{"or": [
456+
"Morph",
457+
"canMetroidAvoid"
458+
]}
459+
]}
460+
]},
461+
{"canShineCharge": {"usedTiles": 12, "openEnd": 0}},
462+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
463+
"canRModeSparkInterrupt"
464+
],
465+
"flashSuitChecked": true,
466+
"blueSuitChecked": true,
467+
"note": [
468+
"Do not kill all three Metroids, or else they cannot be farmed again, leaving only Crystal Flash as an option.",
469+
"Kill two and lure the remaining Metroid to the top of the room. Shinecharge in the narrow space at the bottom door",
470+
"and use a Rinka to interrupt."
471+
]
472+
},
436473
{
437474
"id": 17,
438475
"link": [2, 1],
@@ -640,6 +677,41 @@
640677
"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."
641678
]
642679
},
680+
{
681+
"link": [2, 2],
682+
"name": "R-Mode Spark Interrupt",
683+
"entranceCondition": {
684+
"comeInWithRMode": {},
685+
"comesThroughToilet": "no"
686+
},
687+
"requires": [
688+
"Ice",
689+
{"or": [
690+
{"and": [
691+
"f_KilledMetroidRoom4",
692+
"h_CrystalFlashForReserveEnergy"
693+
]},
694+
{"and": [
695+
{"not": "f_KilledMetroidRoom4"},
696+
"canRiskPermanentLossOfAccess",
697+
"h_RModeCanRefillReserves",
698+
{"enemyKill": {"enemies": [["Metroid"], ["Metroid"]], "explicitWeapons": ["Missile", "Super"]}},
699+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}},
700+
"canCarefulJump"
701+
]}
702+
]},
703+
{"canShineCharge": {"usedTiles": 12, "openEnd": 0}},
704+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
705+
"canRModeSparkInterrupt"
706+
],
707+
"flashSuitChecked": true,
708+
"blueSuitChecked": true,
709+
"note": [
710+
"Do not kill all three Metroids, or else they cannot be farmed again, leaving only Crystal Flash as an option.",
711+
"Kill two and lure the remaining Metroid to the top of the room. Shinecharge in the narrow space at the bottom door",
712+
"and use a Rinka to interrupt."
713+
]
714+
},
643715
{
644716
"id": 28,
645717
"link": [2, 2],

0 commit comments

Comments
 (0)