Skip to content

Commit d360490

Browse files
authored
Merge pull request #2608 from aquanight/gsi-ln-main-hall
Main Hall G-Mode Spark Interrupt
2 parents 43e719d + 78a6709 commit d360490

1 file changed

Lines changed: 72 additions & 0 deletions

File tree

region/lowernorfair/east/Main Hall.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,42 @@
175175
"Or you can also use a heat interrupt."
176176
]
177177
},
178+
{
179+
"link": [1, 4],
180+
"name": "Direct G-Mode Spark Interrupt",
181+
"entranceCondition": {
182+
"comeInWithGMode": {
183+
"mode": "direct",
184+
"morphed": false
185+
}
186+
},
187+
"requires": [
188+
"h_CrystalFlashForReserveEnergy",
189+
{"canShineCharge": {"usedTiles": 24, "openEnd": 1}},
190+
{"or": [
191+
{"and": [
192+
"canReserveTriggerBufferXRay",
193+
{"autoReserveTrigger": {"implicitHeatFrames": "no"}}
194+
]},
195+
{"autoReserveTrigger": {}}
196+
]},
197+
{"or": [
198+
"canRModePauseAbuseSparkInterrupt",
199+
{"and": [
200+
"canRModeSparkInterrupt",
201+
{"acidFrames": 30},
202+
{"heatFrames": 70}
203+
]}
204+
]},
205+
{"heatFrames": 90}
206+
],
207+
"flashSuitChecked": true,
208+
"blueSuitChecked": true,
209+
"note": [
210+
"Cross to the center platform to get to the shinecharge runway. Crystal Flash and then use the acid left of the elevator platform to interrupt.",
211+
"Time the entry so that the acid is low to ensure Samus can escape: if not using pause abuse, this must include the time taken for the reserve trigger."
212+
]
213+
},
178214
{
179215
"id": 3,
180216
"link": [1, 4],
@@ -479,6 +515,42 @@
479515
"at the leftmost side of the of the center runway. Or you can also use a heat interrupt."
480516
]
481517
},
518+
{
519+
"link": [2, 4],
520+
"name": "Direct G-Mode Spark Interrupt",
521+
"entranceCondition": {
522+
"comeInWithGMode": {
523+
"mode": "direct",
524+
"morphed": false
525+
}
526+
},
527+
"requires": [
528+
"h_CrystalFlashForReserveEnergy",
529+
{"canShineCharge": {"usedTiles": 24, "openEnd": 1}},
530+
{"or": [
531+
{"and": [
532+
"canReserveTriggerBufferXRay",
533+
{"autoReserveTrigger": {"implicitHeatFrames": "no"}}
534+
]},
535+
{"autoReserveTrigger": {}}
536+
]},
537+
{"or": [
538+
"canRModePauseAbuseSparkInterrupt",
539+
{"and": [
540+
"canRModeSparkInterrupt",
541+
{"acidFrames": 30},
542+
{"heatFrames": 70}
543+
]}
544+
]},
545+
{"heatFrames": 90}
546+
],
547+
"flashSuitChecked": true,
548+
"blueSuitChecked": true,
549+
"note": [
550+
"Cross to the center platform to get to the shinecharge runway. Crystal Flash and then use the acid left of the elevator platform to interrupt.",
551+
"Time the entry so that the acid is low to ensure Samus can escape: if not using pause abuse, this must include the time taken for the reserve trigger."
552+
]
553+
},
482554
{
483555
"id": 13,
484556
"link": [2, 4],

0 commit comments

Comments
 (0)