Skip to content

Commit 2926956

Browse files
authored
Merge pull request #2436 from aquanight/rsi-ln-main-hall
Main Hall R-Mode Spark Interrupt
2 parents 9f05c5b + 06f8951 commit 2926956

1 file changed

Lines changed: 101 additions & 0 deletions

File tree

region/lowernorfair/east/Main Hall.json

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,65 @@
132132
],
133133
"flashSuitChecked": true
134134
},
135+
{
136+
"link": [1, 4],
137+
"name": "R-Mode Spark Interrupt (Gain Blue Suit)",
138+
"entranceCondition": {
139+
"comeInWithRMode": {}
140+
},
141+
"requires": [
142+
{"or": [
143+
{"and": [
144+
"canTrickyJump",
145+
{"heatFrames": 570}
146+
]},
147+
{"and": [
148+
"SpaceJump",
149+
{"heatFrames": 510}
150+
]},
151+
{"and": [
152+
"h_heatProof",
153+
"Morph",
154+
{"enemyKill": {"enemies": [["Dragon"]], "explicitWeapons": ["PowerBombPeriphery"]}},
155+
{"enemyKill": {"enemies": [["Dragon", "Dragon"]], "explicitWeapons": ["PowerBomb"]}}
156+
]}
157+
]},
158+
{"or": [
159+
"h_heatedCrystalFlashForReserveEnergy",
160+
{"and": [
161+
{"or": [
162+
"Grapple",
163+
"SpaceJump"
164+
]},
165+
"canTrickyJump",
166+
"h_heatProof",
167+
"h_RModeCanRefillReserves",
168+
{"enemyKill": {"enemies": [["Dragon"]], "excludedWeapons": ["Missile", "PowerBomb"]}},
169+
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
170+
{"or": [
171+
{"partialRefill": {"type": "ReserveEnergy", "limit": 5}},
172+
{"and": [
173+
"canBePatient",
174+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
175+
]}
176+
]}
177+
]}
178+
]},
179+
{"heatFrames": 300},
180+
{"canShineCharge": {"usedTiles": 24, "openEnd": 1}},
181+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
182+
"canRModeSparkInterrupt",
183+
{"heatFrames": 80}
184+
],
185+
"flashSuitChecked": true,
186+
"blueSuitChecked": true,
187+
"note": [
188+
"Cross to the center platform to get to the shinecharge runway. Any Dragons you kill",
189+
"along the way, you can try to collect their drops with Grapple Beam instead of risking",
190+
"the acid. Keep one Dragon to the left of the elevator to use their fireball for interrupt.",
191+
"Or you can also use a heat interrupt."
192+
]
193+
},
135194
{
136195
"id": 3,
137196
"link": [1, 4],
@@ -390,6 +449,48 @@
390449
],
391450
"flashSuitChecked": true
392451
},
452+
{
453+
"link": [2, 4],
454+
"name": "R-Mode Spark Interrupt (Gain Blue Suit)",
455+
"entranceCondition": {
456+
"comeInWithRMode": {}
457+
},
458+
"requires": [
459+
{"heatFrames": 360},
460+
{"or": [
461+
"h_heatedCrystalFlashForReserveEnergy",
462+
{"and": [
463+
{"or": [
464+
"Grapple",
465+
"SpaceJump"
466+
]},
467+
"canTrickyJump",
468+
"h_heatProof",
469+
{"enemyKill": {"enemies": [["Dragon"]], "excludedWeapons": ["Missile", "PowerBomb"]}},
470+
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
471+
{"or": [
472+
{"partialRefill": {"type": "ReserveEnergy", "limit": 5}},
473+
{"and": [
474+
"canBePatient",
475+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
476+
]}
477+
]}
478+
]}
479+
]},
480+
{"heatFrames": 300},
481+
{"canShineCharge": {"usedTiles": 24, "openEnd": 1}},
482+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
483+
"canRModeSparkInterrupt",
484+
{"heatFrames": 80}
485+
],
486+
"flashSuitChecked": true,
487+
"blueSuitChecked": true,
488+
"note": [
489+
"Cross to the center platform to get to the shinecharge runway. Of the two Dragons left",
490+
"of the elevator, farm the left one and to use the right one's fireball to interrupt while",
491+
"at the leftmost side of the of the center runway. Or you can also use a heat interrupt."
492+
]
493+
},
393494
{
394495
"id": 13,
395496
"link": [2, 4],

0 commit comments

Comments
 (0)