Skip to content

Commit 8c73c47

Browse files
authored
Merge pull request #2512 from aquanight/rsi-cl-indiana-jones
Indiana Jones Room R-Mode Spark Interrupt
2 parents c22432e + 85d9e82 commit 8c73c47

File tree

1 file changed

+123
-0
lines changed

1 file changed

+123
-0
lines changed

region/norfair/crocomire/Indiana Jones Room.json

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,73 @@
440440
"requires": [],
441441
"flashSuitChecked": true
442442
},
443+
{
444+
"link": [1, 5],
445+
"name": "No Power Bombs, R-Mode Spark Interrupt",
446+
"entranceCondition": {
447+
"comeInWithRMode": {}
448+
},
449+
"requires": [
450+
{"or": [
451+
"Morph",
452+
{"getBlueSpeed": {"usedTiles": 12, "gentleDownTiles": 6, "openEnd": 1}},
453+
{"and": [
454+
{"notable": "Acid Shinespark"},
455+
"Gravity",
456+
"canSuitlessLavaDive",
457+
"h_shinechargeMaxRunway",
458+
{"acidFrames": 140},
459+
{"shinespark": {"frames": 35}}
460+
]}
461+
]},
462+
"h_RModeCanRefillReserves",
463+
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
464+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}},
465+
{"canShineCharge": {"usedTiles": 17, "openEnd": 0}},
466+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
467+
"canRModeSparkInterrupt"
468+
],
469+
"clearsObstacles": ["B"],
470+
"flashSuitChecked": true,
471+
"blueSuitChecked": true,
472+
"note": [
473+
"Get past the speed blocks and farm the Mellas. Shinecharge while running back and use a Mella to interrupt.",
474+
"Getting past the blocks without Morph requires either an Insane Short Charge or an Acid Shinespark."
475+
]
476+
},
477+
{
478+
"link": [1, 5],
479+
"name": "Clear the Power Bomb Blocks, R-Mode Spark Interrupt",
480+
"entranceCondition": {
481+
"comeInWithRMode": {}
482+
},
483+
"requires": [
484+
{"or": [
485+
"h_CrystalFlashForReserveEnergy",
486+
{"and": [
487+
"h_RModeCanRefillReserves",
488+
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
489+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}},
490+
"h_usePowerBomb"
491+
]}
492+
]},
493+
"h_shinechargeMaxRunway",
494+
{"or": [
495+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
496+
{"and": [
497+
{"autoReserveTrigger": {}},
498+
{"acidFrames": 20}
499+
]}
500+
]},
501+
"canRModeSparkInterrupt"
502+
],
503+
"clearsObstacles": ["A", "B"],
504+
"flashSuitChecked": true,
505+
"blueSuitChecked": true,
506+
"note": [
507+
"Crystal Flash, or farm Mellas and use a Power Bomb. Run through the speed blocks and use a Mella or the acid to interrupt."
508+
]
509+
},
443510
{
444511
"id": 89,
445512
"link": [1, 6],
@@ -1522,6 +1589,62 @@
15221589
"flashSuitChecked": true,
15231590
"note": "Use a flash suit to spark horizontally through the speed blocks. Samus may stop above the acid, but it should always be possible to land on one of the platforms."
15241591
},
1592+
{
1593+
"link": [2, 5],
1594+
"name": "No Power Bombs, R-Mode Spark Interrupt",
1595+
"entranceCondition": {
1596+
"comeInWithRMode": {},
1597+
"comesThroughToilet": "no"
1598+
},
1599+
"requires": [
1600+
"h_RModeCanRefillReserves",
1601+
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
1602+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}},
1603+
{"canShineCharge": {"usedTiles": 17, "openEnd": 0}},
1604+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
1605+
"canRModeSparkInterrupt"
1606+
],
1607+
"clearsObstacles": ["B"],
1608+
"flashSuitChecked": true,
1609+
"blueSuitChecked": true,
1610+
"note": [
1611+
"Farm the Mellas for energy, then run through the speed blocks, shinecharge, and use a Mella to interrupt."
1612+
]
1613+
},
1614+
{
1615+
"link": [2, 5],
1616+
"name": "Clear the Power Bomb Blocks, R-Mode Spark Interrupt",
1617+
"entranceCondition": {
1618+
"comeInWithRMode": {},
1619+
"comesThroughToilet": "no"
1620+
},
1621+
"requires": [
1622+
{"or": [
1623+
"h_CrystalFlashForReserveEnergy",
1624+
{"and": [
1625+
"h_RModeCanRefillReserves",
1626+
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
1627+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}},
1628+
"h_usePowerBomb"
1629+
]}
1630+
]},
1631+
"h_shinechargeMaxRunway",
1632+
{"or": [
1633+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
1634+
{"and": [
1635+
{"autoReserveTrigger": {}},
1636+
{"acidFrames": 20}
1637+
]}
1638+
]},
1639+
"canRModeSparkInterrupt"
1640+
],
1641+
"clearsObstacles": ["A", "B"],
1642+
"flashSuitChecked": true,
1643+
"blueSuitChecked": true,
1644+
"note": [
1645+
"Crystal Flash, or farm Mellas and use a Power Bomb. Run through the speed blocks and use a Mella or the acid to interrupt."
1646+
]
1647+
},
15251648
{
15261649
"id": 44,
15271650
"link": [2, 6],

0 commit comments

Comments
 (0)