Skip to content

Commit 9395a7f

Browse files
committed
Adjust acid interrupt and add mella option
1 parent 36cbb56 commit 9395a7f

File tree

1 file changed

+33
-10
lines changed

1 file changed

+33
-10
lines changed

region/norfair/crocomire/Indiana Jones Room.json

Lines changed: 33 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -463,14 +463,20 @@
463463
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
464464
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}},
465465
{"canShineCharge": {"usedTiles": 17, "openEnd": 0}},
466-
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
466+
{"or": [
467+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
468+
{"and": [
469+
{"autoReserveTrigger": {}},
470+
{"acidFrames": 20}
471+
]}
472+
]},
467473
"canRModeSparkInterrupt"
468474
],
469475
"clearsObstacles": ["B"],
470476
"flashSuitChecked": true,
471477
"blueSuitChecked": true,
472478
"note": [
473-
"Get past the speed blocks and farm the Mellas. Shinecharge while running back and dip in the acid to interrupt.",
479+
"Get past the speed blocks and farm the Mellas. Shinecharge while running back and use a Mella or the acid to interrupt.",
474480
"Getting past the blocks without Morph requires either an Insane Short Charge or an Acid Shinespark."
475481
]
476482
},
@@ -491,14 +497,20 @@
491497
]}
492498
]},
493499
"h_shinechargeMaxRunway",
494-
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
500+
{"or": [
501+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
502+
{"and": [
503+
{"autoReserveTrigger": {}},
504+
{"acidFrames": 20}
505+
]}
506+
]},
495507
"canRModeSparkInterrupt"
496508
],
497509
"clearsObstacles": ["A", "B"],
498510
"flashSuitChecked": true,
499511
"blueSuitChecked": true,
500512
"note": [
501-
"Crystal Flash, or farm Mellas and use a Power Bomb. Run through the speed blocks and dip into the acid to interrupt."
513+
"Crystal Flash, or farm Mellas and use a Power Bomb. Run through the speed blocks and use a Mella or the acid to interrupt."
502514
]
503515
},
504516
{
@@ -1595,15 +1607,20 @@
15951607
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
15961608
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}},
15971609
{"canShineCharge": {"usedTiles": 17, "openEnd": 0}},
1598-
{"autoReserveTrigger": {}},
1599-
"canRModeSparkInterrupt",
1600-
{"acidFrames": 30}
1610+
{"or": [
1611+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
1612+
{"and": [
1613+
{"autoReserveTrigger": {}},
1614+
{"acidFrames": 20}
1615+
]}
1616+
]},
1617+
"canRModeSparkInterrupt"
16011618
],
16021619
"clearsObstacles": ["B"],
16031620
"flashSuitChecked": true,
16041621
"blueSuitChecked": true,
16051622
"note": [
1606-
"Farm the Mellas for energy, then run through the speed blocks, shinecharge, and jump into the acid to interrupt."
1623+
"Farm the Mellas for energy, then run through the speed blocks, shinecharge, and use a Mella or the acid to interrupt."
16071624
]
16081625
},
16091626
{
@@ -1624,14 +1641,20 @@
16241641
]}
16251642
]},
16261643
"h_shinechargeMaxRunway",
1627-
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
1644+
{"or": [
1645+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
1646+
{"and": [
1647+
{"autoReserveTrigger": {}},
1648+
{"acidFrames": 20}
1649+
]}
1650+
]},
16281651
"canRModeSparkInterrupt"
16291652
],
16301653
"clearsObstacles": ["A", "B"],
16311654
"flashSuitChecked": true,
16321655
"blueSuitChecked": true,
16331656
"note": [
1634-
"Crystal Flash, or farm Mellas and use a Power Bomb. Run through the speed blocks and dip into the acid to interrupt."
1657+
"Crystal Flash, or farm Mellas and use a Power Bomb. Run through the speed blocks and use a Mella or the acid to interrupt."
16351658
]
16361659
},
16371660
{

0 commit comments

Comments
 (0)