Skip to content

Commit 4f1b0a6

Browse files
authored
Plowerhouse G-Mode Spark Interrupt (#2620)
1 parent 050426d commit 4f1b0a6

1 file changed

Lines changed: 57 additions & 1 deletion

File tree

region/lowernorfair/east/Plowerhouse Room.json

Lines changed: 57 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,37 @@
420420
"farm up at a Zebbo pipe. Run across the acid then jump up to a Zebbo pipe for the interrupt."
421421
]
422422
},
423+
{
424+
"link": [1, 2],
425+
"name": "Direct G-Mode Spark Interrupt",
426+
"entranceCondition": {
427+
"comeInWithGMode": {
428+
"mode": "direct",
429+
"morphed": false
430+
}
431+
},
432+
"requires": [
433+
"Gravity",
434+
{"or": [
435+
"canTrickyDodgeEnemies",
436+
{"enemyKill": {
437+
"enemies": [["Holtz", "Holtz"]],
438+
"explicitWeapons": ["ScrewAttack", "Plasma", "Super", "Ice+Wave+Spazer"]
439+
}}
440+
]},
441+
"h_CrystalFlashForReserveEnergy",
442+
{"canShineCharge": {"usedTiles": 38, "openEnd": 0}},
443+
{"acidFrames": 115},
444+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
445+
"canRModeSparkInterrupt",
446+
{"heatFrames": 80}
447+
],
448+
"flashSuitChecked": true,
449+
"blueSuitChecked": true,
450+
"note": [
451+
"Clear the two Holtzes at the door, then Crystal Flash. Avoid killilng all the Zebbos as they don't respawn during G-Mode."
452+
]
453+
},
423454
{
424455
"id": 5,
425456
"link": [1, 3],
@@ -605,6 +636,31 @@
605636
"farm up at a Zebbo pipe. Run across the acid then jump up to a Zebbo pipe for the interrupt."
606637
]
607638
},
639+
{
640+
"link": [2, 1],
641+
"name": "Direct G-Mode Spark Interrupt",
642+
"entranceCondition": {
643+
"comeInWithGMode": {
644+
"mode": "direct",
645+
"morphed": false
646+
}
647+
},
648+
"requires": [
649+
{"disableEquipment": "ETank"},
650+
"Gravity",
651+
"h_CrystalFlashForReserveEnergy",
652+
{"canShineCharge": {"usedTiles": 38, "openEnd": 0}},
653+
{"acidFrames": 115},
654+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
655+
"canRModeSparkInterrupt",
656+
{"heatFrames": 80}
657+
],
658+
"flashSuitChecked": true,
659+
"blueSuitChecked": true,
660+
"note": [
661+
"Clear the two Holtzes at the door and Crystal Flash. Avoid killing all the Zebbos as they do not respawn in G-Mode. Run across the acid then jump up to a Zebbo pipe for the interrupt."
662+
]
663+
},
608664
{
609665
"id": 11,
610666
"link": [2, 1],
@@ -1250,4 +1306,4 @@
12501306
"notables": [],
12511307
"nextStratId": 57,
12521308
"nextNotableId": 1
1253-
}
1309+
}

0 commit comments

Comments
 (0)