Skip to content

Commit 916ddee

Browse files
authored
Merge pull request #2509 from aquanight/rsi-cl-crocomire
Crocomire R-Mode Spark Interrupt
2 parents ec28acf + 2040fa2 commit 916ddee

1 file changed

Lines changed: 90 additions & 0 deletions

File tree

region/norfair/crocomire/Crocomire's Room.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,26 @@
412412
],
413413
"flashSuitChecked": true
414414
},
415+
{
416+
"link": [1, 4],
417+
"name": "Crocmire Defeated, R-Mode Spark Interrupt",
418+
"entranceCondition": {
419+
"comeInWithRMode": {}
420+
},
421+
"requires": [
422+
"f_DefeatedCrocomire",
423+
"h_CrystalFlashForReserveEnergy",
424+
"h_shinechargeMaxRunway",
425+
{"autoReserveTrigger": {}},
426+
"canRModeSparkInterrupt",
427+
{"acidFrames": 30}
428+
],
429+
"flashSuitChecked": true,
430+
"blueSuitChecked": true,
431+
"note": [
432+
"Crystal Flash, shinecharge, then use the acid to interrupt."
433+
]
434+
},
415435
{
416436
"id": 7,
417437
"link": [2, 2],
@@ -541,6 +561,76 @@
541561
"requires": [],
542562
"flashSuitChecked": true
543563
},
564+
{
565+
"link": [2, 4],
566+
"name": "Crystal Flash, R-Mode Spark Interrupt",
567+
"entranceCondition": {
568+
"comeInWithRMode": {},
569+
"comesThroughToilet": "no"
570+
},
571+
"requires": [
572+
"h_CrystalFlashForReserveEnergy",
573+
{"or": [
574+
{"canShineCharge": {"usedTiles": 31, "openEnd": 0}},
575+
{"and": [
576+
"f_DefeatedCrocomire",
577+
"h_shinechargeMaxRunway"
578+
]}
579+
]},
580+
{"or": [
581+
{"autoReserveTrigger": {"maxReserveEnergy": 65}},
582+
{"and": [
583+
"f_DefeatedCrocomire",
584+
{"autoReserveTrigger": {}},
585+
{"acidFrames": 30}
586+
]}
587+
]},
588+
"canRModeSparkInterrupt"
589+
],
590+
"flashSuitChecked": true,
591+
"blueSuitChecked": true,
592+
"note": [
593+
"Crystal Flash after entering. If Crocomire is alive, run to the left to avoid hitting him with the Power Bomb.",
594+
"Use the acid or Crocmomire's swipe to interrupt.",
595+
"Crocomire will always swipe the first time it is brought on camera."
596+
]
597+
},
598+
{
599+
"link": [2, 4],
600+
"name": "Farm Crocomire, R-Mode Spark Interrupt",
601+
"entranceCondition": {
602+
"comeInWithRMode": {},
603+
"comesThroughToilet": "no"
604+
},
605+
"requires": [
606+
{"not": "f_DefeatedCrocomire"},
607+
"canRiskPermanentLossOfAccess",
608+
"canDodgeWhileShooting",
609+
"canBePatient",
610+
{"or": [
611+
{"ammo": {"type": "Missile", "count": 30}},
612+
{"and": [
613+
"canFarmWhileShooting",
614+
{"ammo": {"type": "Missile", "count": 2}},
615+
{"resourceCapacity": [{"type": "Missile", "count": 10}]}
616+
]},
617+
{"and": [
618+
"Charge",
619+
{"disableEquipment": "Plasma"}
620+
]}
621+
]},
622+
{"refill": ["Energy"]},
623+
"h_shinechargeMaxRunway",
624+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
625+
"canRModeSparkInterrupt"
626+
],
627+
"setsFlags": ["f_DefeatedCrocomire"],
628+
"flashSuitChecked": true,
629+
"blueSuitChecked": true,
630+
"note": [
631+
"Farm for reserves and to clear enough runway to shinecharge. Interrupt from Crocomire's swipe or fireballs, or kill Crocomire and use the acid."
632+
]
633+
},
544634
{
545635
"id": 14,
546636
"link": [3, 3],

0 commit comments

Comments
 (0)