Skip to content

Commit 36cbb56

Browse files
committed
Indiana Jones Room R-Mode Spark Interrupt
1 parent db9c1a8 commit 36cbb56

File tree

1 file changed

+112
-0
lines changed

1 file changed

+112
-0
lines changed

region/norfair/crocomire/Indiana Jones Room.json

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,67 @@
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 dip in the acid 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+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
495+
"canRModeSparkInterrupt"
496+
],
497+
"clearsObstacles": ["A", "B"],
498+
"flashSuitChecked": true,
499+
"blueSuitChecked": true,
500+
"note": [
501+
"Crystal Flash, or farm Mellas and use a Power Bomb. Run through the speed blocks and dip into the acid to interrupt."
502+
]
503+
},
443504
{
444505
"id": 89,
445506
"link": [1, 6],
@@ -1522,6 +1583,57 @@
15221583
"flashSuitChecked": true,
15231584
"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."
15241585
},
1586+
{
1587+
"link": [2, 5],
1588+
"name": "No Power Bombs, R-Mode Spark Interrupt",
1589+
"entranceCondition": {
1590+
"comeInWithRMode": {},
1591+
"comesThroughToilet": "no"
1592+
},
1593+
"requires": [
1594+
"h_RModeCanRefillReserves",
1595+
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
1596+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}},
1597+
{"canShineCharge": {"usedTiles": 17, "openEnd": 0}},
1598+
{"autoReserveTrigger": {}},
1599+
"canRModeSparkInterrupt",
1600+
{"acidFrames": 30}
1601+
],
1602+
"clearsObstacles": ["B"],
1603+
"flashSuitChecked": true,
1604+
"blueSuitChecked": true,
1605+
"note": [
1606+
"Farm the Mellas for energy, then run through the speed blocks, shinecharge, and jump into the acid to interrupt."
1607+
]
1608+
},
1609+
{
1610+
"link": [2, 5],
1611+
"name": "Clear the Power Bomb Blocks, R-Mode Spark Interrupt",
1612+
"entranceCondition": {
1613+
"comeInWithRMode": {},
1614+
"comesThroughToilet": "no"
1615+
},
1616+
"requires": [
1617+
{"or": [
1618+
"h_CrystalFlashForReserveEnergy",
1619+
{"and": [
1620+
"h_RModeCanRefillReserves",
1621+
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
1622+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}},
1623+
"h_usePowerBomb"
1624+
]}
1625+
]},
1626+
"h_shinechargeMaxRunway",
1627+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
1628+
"canRModeSparkInterrupt"
1629+
],
1630+
"clearsObstacles": ["A", "B"],
1631+
"flashSuitChecked": true,
1632+
"blueSuitChecked": true,
1633+
"note": [
1634+
"Crystal Flash, or farm Mellas and use a Power Bomb. Run through the speed blocks and dip into the acid to interrupt."
1635+
]
1636+
},
15251637
{
15261638
"id": 44,
15271639
"link": [2, 6],

0 commit comments

Comments
 (0)