Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
112 changes: 112 additions & 0 deletions region/norfair/crocomire/Indiana Jones Room.json
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,67 @@
"requires": [],
"flashSuitChecked": true
},
{
"link": [1, 5],
"name": "No Power Bombs, R-Mode Spark Interrupt",
"entranceCondition": {
"comeInWithRMode": {}
},
"requires": [
{"or": [
"Morph",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

morph + 17 tile blue speed, then the blue speed one below would be a larger shinecharge.

Mostly matters for if we separate out blue vs shinecharge, this runway would probably be in VH for blue to break the blocks but not for shinecharging before the blocks

{"getBlueSpeed": {"usedTiles": 12, "gentleDownTiles": 6, "openEnd": 1}},
{"and": [
{"notable": "Acid Shinespark"},
"Gravity",
"canSuitlessLavaDive",
"h_shinechargeMaxRunway",
{"acidFrames": 140},
{"shinespark": {"frames": 35}}
]}
]},
"h_RModeCanRefillReserves",
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}},
{"canShineCharge": {"usedTiles": 17, "openEnd": 0}},
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
"canRModeSparkInterrupt"
],
"clearsObstacles": ["B"],
"flashSuitChecked": true,
"blueSuitChecked": true,
"note": [
"Get past the speed blocks and farm the Mellas. Shinecharge while running back and dip in the acid to interrupt.",
"Getting past the blocks without Morph requires either an Insane Short Charge or an Acid Shinespark."
]
},
{
"link": [1, 5],
"name": "Clear the Power Bomb Blocks, R-Mode Spark Interrupt",
"entranceCondition": {
"comeInWithRMode": {}
},
"requires": [
{"or": [
"h_CrystalFlashForReserveEnergy",
{"and": [
"h_RModeCanRefillReserves",
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}},
"h_usePowerBomb"
]}
]},
"h_shinechargeMaxRunway",
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
"canRModeSparkInterrupt"
],
"clearsObstacles": ["A", "B"],
"flashSuitChecked": true,
"blueSuitChecked": true,
"note": [
"Crystal Flash, or farm Mellas and use a Power Bomb. Run through the speed blocks and dip into the acid to interrupt."
]
},
{
"id": 89,
"link": [1, 6],
Expand Down Expand Up @@ -1522,6 +1583,57 @@
"flashSuitChecked": true,
"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."
},
{
"link": [2, 5],
"name": "No Power Bombs, R-Mode Spark Interrupt",
"entranceCondition": {
"comeInWithRMode": {},
"comesThroughToilet": "no"
},
"requires": [
"h_RModeCanRefillReserves",
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}},
{"canShineCharge": {"usedTiles": 17, "openEnd": 0}},
{"autoReserveTrigger": {}},
"canRModeSparkInterrupt",
{"acidFrames": 30}
],
"clearsObstacles": ["B"],
"flashSuitChecked": true,
"blueSuitChecked": true,
"note": [
"Farm the Mellas for energy, then run through the speed blocks, shinecharge, and jump into the acid to interrupt."
]
},
{
"link": [2, 5],
"name": "Clear the Power Bomb Blocks, R-Mode Spark Interrupt",
"entranceCondition": {
"comeInWithRMode": {},
"comesThroughToilet": "no"
},
"requires": [
{"or": [
"h_CrystalFlashForReserveEnergy",
{"and": [
"h_RModeCanRefillReserves",
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}},
"h_usePowerBomb"
]}
]},
"h_shinechargeMaxRunway",
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
"canRModeSparkInterrupt"
],
"clearsObstacles": ["A", "B"],
"flashSuitChecked": true,
"blueSuitChecked": true,
"note": [
"Crystal Flash, or farm Mellas and use a Power Bomb. Run through the speed blocks and dip into the acid to interrupt."
]
},
{
"id": 44,
"link": [2, 6],
Expand Down