Skip to content

Commit edb30ab

Browse files
authored
Merge pull request #2654 from kjbranch/indiana-jones
Lenient Indiana Jones Grapple
2 parents d471521 + c663f40 commit edb30ab

1 file changed

Lines changed: 102 additions & 10 deletions

File tree

region/norfair/crocomire/Indiana Jones Room.json

Lines changed: 102 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -361,18 +361,74 @@
361361
"Once near the acid platforms, Shinespark diagonally to reach the item location."
362362
]
363363
},
364+
{
365+
"link": [1, 3],
366+
"name": "Indiana Jones Grapple (With Retries)",
367+
"requires": [
368+
{"notable": "Indiana Jones Grapple (With Retries)"},
369+
"canUseEnemies",
370+
"canPreciseGrapple",
371+
"h_midAirShootUp",
372+
{"or": [
373+
{"and": [
374+
"canInsaneJump",
375+
"h_trickyToCarryFlashSuit"
376+
]},
377+
{"enemyDamage": {"enemy": "Ripper 2 (green)", "type": "contact", "hits": 4}}
378+
]},
379+
{"or": [
380+
{"and": [
381+
"HiJump",
382+
"canSpringBallJumpMidAir"
383+
]},
384+
{"and": [
385+
"canSpeedyJump",
386+
"HiJump",
387+
"canTrickyWalljump"
388+
]},
389+
"h_trickySpringwall"
390+
]}
391+
],
392+
"flashSuitChecked": true,
393+
"note": "Carefully swing between the Rippers at the top of the room to the item. The last two swings are the hardest",
394+
"detailNote": [
395+
"Morphing and unmorphing to reset Samus's fall speed can help give a bit more time to position the Rippers.",
396+
"It can help to Grapple the same Ripper again to get it in a better position.",
397+
"Position the third Ripper far to the right then fling to the fourth, which is far to the right and very close to the ceiling.",
398+
"Moving the fourth Ripper to the right a bit can also help in order to make the last fling less precise.",
399+
"Be careful not to fling directly into the ceiling, as it is easy to hit the uneven surface and fall.",
400+
"If Samus falls, it may be helpful to reset the room."
401+
]
402+
},
364403
{
365404
"id": 11,
366405
"link": [1, 3],
367-
"name": "Indiana Jones Grapple",
406+
"name": "Indiana Jones Grapple (First Try)",
368407
"requires": [
369-
{"notable": "Indiana Jones Grapple"},
408+
{"notable": "Indiana Jones Grapple (First Try)"},
370409
"canUseEnemies",
371410
"canPreciseGrapple",
372-
"h_midAirShootUp"
411+
"h_midAirShootUp",
412+
{"or": [
413+
{"and": [
414+
"canInsaneJump",
415+
"h_trickyToCarryFlashSuit"
416+
]},
417+
{"and": [
418+
"canResetFallSpeed",
419+
{"enemyDamage": {"enemy": "Ripper 2 (green)", "type": "contact", "hits": 2}}
420+
]}
421+
]}
373422
],
374423
"flashSuitChecked": true,
375-
"note": "Grapple off several Ripper 2."
424+
"note": "Carefully swing between the Rippers at the top of the room to the item. The last two swings are the hardest",
425+
"detailNote": [
426+
"Morphing and unmorphing to reset Samus's fall speed can help give a bit more time to position the Rippers.",
427+
"It can help to Grapple the same Ripper again to get it in a better position.",
428+
"Position the third Ripper far to the right then fling to the fourth, which is far to the right and very close to the ceiling.",
429+
"Moving the fourth Ripper to the right a bit can also help in order to make the last fling less precise.",
430+
"Be careful not to fling directly into the ceiling, as it is easy to hit the uneven surface and fall."
431+
]
376432
},
377433
{
378434
"id": 12,
@@ -1695,13 +1751,29 @@
16951751
"link": [3, 1],
16961752
"name": "Indiana Jones Grapple in Reverse",
16971753
"requires": [
1698-
{"notable": "Indiana Jones Grapple"},
1754+
{"notable": "Indiana Jones Grapple (First Try)"},
16991755
"canUseEnemies",
17001756
"canPreciseGrapple",
1701-
"h_midAirShootUp"
1757+
"h_midAirShootUp",
1758+
{"or": [
1759+
{"and": [
1760+
"canInsaneJump",
1761+
"h_trickyToCarryFlashSuit"
1762+
]},
1763+
{"and": [
1764+
"canResetFallSpeed",
1765+
{"enemyDamage": {"enemy": "Ripper 2 (green)", "type": "contact", "hits": 1}}
1766+
]}
1767+
]}
17021768
],
17031769
"flashSuitChecked": true,
1704-
"note": "Involves grappling off several Ripper 2."
1770+
"note": [
1771+
"Involves Grappling off several Rippers, where falling may lead to a soft lock.",
1772+
"Morphing and unmorphing to reset Samus's fall speed can help give a bit more time to position the Rippers.",
1773+
"It can help to Grapple the same Ripper again to get it in a better position.",
1774+
"Positioning the first Ripper far to the left until the second is visible can help make this much easier."
1775+
],
1776+
"devNote": "In general, the return route is easier, but is only useful after doing the left to right strat first."
17051777
},
17061778
{
17071779
"id": 49,
@@ -2246,8 +2318,16 @@
22462318
"notables": [
22472319
{
22482320
"id": 1,
2249-
"name": "Indiana Jones Grapple",
2250-
"note": "Involves grappling off several Rippers, where falling may lead to a soft lock."
2321+
"name": "Indiana Jones Grapple (First Try)",
2322+
"note": [
2323+
"Involves Grappling off several Rippers, where falling may lead to a soft lock.",
2324+
"Morphing and unmorphing to reset Samus's fall speed can help give a bit more time to position the Rippers.",
2325+
"It can help to Grapple the same Ripper again to get it in a better position.",
2326+
"Position the third Ripper far to the right then fling to the fourth, which is far to the right and very close to the ceiling.",
2327+
"Moving the fourth Ripper to the right a bit can also help in order to make the last fling less precise.",
2328+
"Be careful not to fling directly into the ceiling, as it is easy to hit the uneven surface and fall.",
2329+
"On the return route, positioning the first Ripper far to the left until the second is visible can help make this much easier."
2330+
]
22512331
},
22522332
{
22532333
"id": 2,
@@ -2302,8 +2382,20 @@
23022382
"A spring fling can help add some lenience to the bomb placement and unmorph timing;",
23032383
"it requires pausing early before jumping, in order to be able to initiate another pause immediately before placing a Power Bomb."
23042384
]
2385+
},
2386+
{
2387+
"id": 10,
2388+
"name": "Indiana Jones Grapple (With Retries)",
2389+
"note": [
2390+
"Involves Grappling off several Rippers, but Samus will have enough movement items to get back up and try again after a fall.",
2391+
"Morphing and unmorphing to reset Samus's fall speed can help give a bit more time to position the Rippers.",
2392+
"It can help to Grapple the same Ripper again to get it in a better position.",
2393+
"Position the third Ripper far to the right then fling to the fourth, which is far to the right and very close to the ceiling.",
2394+
"Moving the fourth Ripper to the right a bit can also help in order to make the last fling less precise.",
2395+
"Be careful not to fling directly into the ceiling, as it is easy to hit the uneven surface and fall."
2396+
]
23052397
}
23062398
],
23072399
"nextStratId": 137,
2308-
"nextNotableId": 10
2400+
"nextNotableId": 11
23092401
}

0 commit comments

Comments
 (0)