Skip to content

Commit 69132f9

Browse files
authored
Merge pull request #2389 from aquanight/rsi-ce-crab-maze
Crab Maze R-Mode Spark Interrupt
2 parents 35e9714 + 8d80dc8 commit 69132f9

1 file changed

Lines changed: 76 additions & 1 deletion

File tree

region/crateria/east/Crab Maze.json

Lines changed: 76 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"from": 1,
7777
"to": [
7878
{"id": 1},
79+
{"id": 2},
7980
{"id": 3}
8081
]
8182
},
@@ -326,6 +327,44 @@
326327
],
327328
"devNote": "This is only for indirect G-Mode, because it is trivial while in direct, and would use a different strat."
328329
},
330+
{
331+
"link": [1, 2],
332+
"name": "R-Mode Spark Interrupt (Gain Blue Suit)",
333+
"entranceCondition": {
334+
"comeInWithRMode": {},
335+
"comesThroughToilet": "no"
336+
},
337+
"requires": [
338+
"Morph",
339+
{"or": [
340+
"h_CrystalFlash",
341+
{"and": [
342+
"h_RModeCanRefillReserves",
343+
{"or": [
344+
{"and": [
345+
{"resourceMissingAtMost": [{"type": "PowerBomb", "count": 0}]},
346+
{"partialRefill": {"type": "ReserveEnergy", "limit": 100}}
347+
]},
348+
{"and": [
349+
{"resourceMissingAtMost": [{"type": "PowerBomb", "count": 6}]},
350+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
351+
]}
352+
]}
353+
]}
354+
]},
355+
"canWaterShineCharge",
356+
{"canShineCharge": {"usedTiles": 20, "openEnd": 0}},
357+
{"autoReserveTrigger": {}},
358+
"canRModeSparkInterrupt"
359+
],
360+
"flashSuitChecked": true,
361+
"blueSuitChecked": true,
362+
"note": [
363+
"Seven Scisers can be farmed. Use the 8th (a bottom left one) to interrupt spark.",
364+
"Leave the slower, local Sciser alive to use for the Shinespark interrupt.",
365+
"Position it in the ceiling cubby hole to safely perform the Shinecharge and jump into the Sciser as it walks back down."
366+
]
367+
},
329368
{
330369
"id": 10,
331370
"link": [1, 3],
@@ -531,6 +570,42 @@
531570
"flashSuitChecked": true,
532571
"blueSuitChecked": true
533572
},
573+
{
574+
"link": [2, 2],
575+
"name": "R-Mode Spark Interrupt (Gain Blue Suit)",
576+
"entranceCondition": {
577+
"comeInWithRMode": {}
578+
},
579+
"requires": [
580+
{"or": [
581+
"h_CrystalFlash",
582+
{"and": [
583+
"h_RModeCanRefillReserves",
584+
{"or": [
585+
{"and": [
586+
{"resourceMissingAtMost": [{"type": "PowerBomb", "count": 0}]},
587+
{"partialRefill": {"type": "ReserveEnergy", "limit": 100}}
588+
]},
589+
{"and": [
590+
{"resourceMissingAtMost": [{"type": "PowerBomb", "count": 6}]},
591+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
592+
]}
593+
]}
594+
]}
595+
]},
596+
"canWaterShineCharge",
597+
{"canShineCharge": {"usedTiles": 20, "openEnd": 0}},
598+
{"autoReserveTrigger": {}},
599+
"canRModeSparkInterrupt"
600+
],
601+
"flashSuitChecked": true,
602+
"blueSuitChecked": true,
603+
"note": [
604+
"Six Scisers can be farmed from the left side without needing Morph.",
605+
"Leave the slower, local Sciser alive to use for the Shinespark interrupt.",
606+
"Position it in the ceiling cubby hole to safely perform the Shinecharge and jump into the Sciser as it walks back down."
607+
]
608+
},
534609
{
535610
"id": 15,
536611
"link": [2, 2],
@@ -736,4 +811,4 @@
736811
"notables": [],
737812
"nextStratId": 30,
738813
"nextNotableId": 1
739-
}
814+
}

0 commit comments

Comments
 (0)