Skip to content

Commit c663f40

Browse files
committed
feedback maybe
Does this do it?
1 parent ce28a6e commit c663f40

1 file changed

Lines changed: 15 additions & 9 deletions

File tree

region/norfair/crocomire/Indiana Jones Room.json

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,10 @@
370370
"canPreciseGrapple",
371371
"h_midAirShootUp",
372372
{"or": [
373-
"canInsaneJump",
373+
{"and": [
374+
"canInsaneJump",
375+
"h_trickyToCarryFlashSuit"
376+
]},
374377
{"enemyDamage": {"enemy": "Ripper 2 (green)", "type": "contact", "hits": 4}}
375378
]},
376379
{"or": [
@@ -384,8 +387,7 @@
384387
"canTrickyWalljump"
385388
]},
386389
"h_trickySpringwall"
387-
]},
388-
"h_trickyToCarryFlashSuit"
390+
]}
389391
],
390392
"flashSuitChecked": true,
391393
"note": "Carefully swing between the Rippers at the top of the room to the item. The last two swings are the hardest",
@@ -408,13 +410,15 @@
408410
"canPreciseGrapple",
409411
"h_midAirShootUp",
410412
{"or": [
411-
"canInsaneJump",
413+
{"and": [
414+
"canInsaneJump",
415+
"h_trickyToCarryFlashSuit"
416+
]},
412417
{"and": [
413418
"canResetFallSpeed",
414419
{"enemyDamage": {"enemy": "Ripper 2 (green)", "type": "contact", "hits": 2}}
415420
]}
416-
]},
417-
"h_trickyToCarryFlashSuit"
421+
]}
418422
],
419423
"flashSuitChecked": true,
420424
"note": "Carefully swing between the Rippers at the top of the room to the item. The last two swings are the hardest",
@@ -1752,13 +1756,15 @@
17521756
"canPreciseGrapple",
17531757
"h_midAirShootUp",
17541758
{"or": [
1755-
"canInsaneJump",
1759+
{"and": [
1760+
"canInsaneJump",
1761+
"h_trickyToCarryFlashSuit"
1762+
]},
17561763
{"and": [
17571764
"canResetFallSpeed",
17581765
{"enemyDamage": {"enemy": "Ripper 2 (green)", "type": "contact", "hits": 1}}
17591766
]}
1760-
]},
1761-
"h_trickyToCarryFlashSuit"
1767+
]}
17621768
],
17631769
"flashSuitChecked": true,
17641770
"note": [

0 commit comments

Comments
 (0)