Skip to content

Commit 2ab8eb0

Browse files
authored
Merge pull request #2557 from aquanight/rsi-ws-electric-death
Electric Death R-Mode Spark Interrupt
2 parents 64219f8 + 2703012 commit 2ab8eb0

1 file changed

Lines changed: 84 additions & 0 deletions

File tree

region/wreckedship/main/Electric Death Room.json

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,34 @@
145145
"unlocksDoors": [{"types": ["ammo"], "requires": []}],
146146
"flashSuitChecked": true
147147
},
148+
{
149+
"link": [1, 2],
150+
"name": "R-Mode Pause Abuse Spark Interrupt",
151+
"entranceCondition": {
152+
"comeInWithRMode": {}
153+
},
154+
"requires": [
155+
"f_DefeatedPhantoon",
156+
"h_CrystalFlashForReserveEnergy",
157+
{"or": [
158+
{"canShineCharge": {"usedTiles": 12, "steepUpTiles": 3, "openEnd": 0}},
159+
{"and": [
160+
{"doorUnlockedAtNode": 2},
161+
{"canShineCharge": {"usedTiles": 13, "steepUpTiles": 3, "openEnd": 0}}
162+
]}
163+
]},
164+
{"autoReserveTrigger": {}},
165+
"canRModePauseAbuseSparkInterrupt"
166+
],
167+
"unlocksDoors": [
168+
{"nodeId": 2, "types": ["ammo"], "requires": []}
169+
],
170+
"flashSuitChecked": true,
171+
"blueSuitChecked": true,
172+
"note": [
173+
"Crystal Flash, wait for the shot blocks to respawn, shinecharge, and jump into the exposed sparks to pause abuse and interrupt."
174+
]
175+
},
148176
{
149177
"id": 4,
150178
"link": [1, 3],
@@ -243,6 +271,34 @@
243271
],
244272
"flashSuitChecked": true
245273
},
274+
{
275+
"link": [2, 2],
276+
"name": "R-Mode Pause Abuse Spark Interrupt",
277+
"entranceCondition": {
278+
"comeInWithRMode": {}
279+
},
280+
"requires": [
281+
"f_DefeatedPhantoon",
282+
"h_CrystalFlashForReserveEnergy",
283+
{"or": [
284+
{"canShineCharge": {"usedTiles": 12, "steepUpTiles": 3, "openEnd": 0}},
285+
{"and": [
286+
{"doorUnlockedAtNode": 2},
287+
{"canShineCharge": {"usedTiles": 13, "steepUpTiles": 3, "openEnd": 0}}
288+
]}
289+
]},
290+
{"autoReserveTrigger": {}},
291+
"canRModePauseAbuseSparkInterrupt"
292+
],
293+
"unlocksDoors": [
294+
{"nodeId": 2, "types": ["ammo"], "requires": []}
295+
],
296+
"flashSuitChecked": true,
297+
"blueSuitChecked": true,
298+
"note": [
299+
"Crystal Flash, wait for the shot blocks to respawn, shinecharge, and jump into the exposed sparks to pause abuse and interrupt."
300+
]
301+
},
246302
{
247303
"id": 10,
248304
"link": [2, 3],
@@ -354,6 +410,34 @@
354410
"requires": [],
355411
"flashSuitChecked": true
356412
},
413+
{
414+
"link": [3, 2],
415+
"name": "R-Mode Pause Abuse Spark Interrupt",
416+
"entranceCondition": {
417+
"comeInWithRMode": {}
418+
},
419+
"requires": [
420+
"f_DefeatedPhantoon",
421+
"h_CrystalFlashForReserveEnergy",
422+
{"or": [
423+
{"canShineCharge": {"usedTiles": 12, "steepUpTiles": 3, "openEnd": 0}},
424+
{"and": [
425+
{"doorUnlockedAtNode": 2},
426+
{"canShineCharge": {"usedTiles": 13, "steepUpTiles": 3, "openEnd": 0}}
427+
]}
428+
]},
429+
{"autoReserveTrigger": {}},
430+
"canRModePauseAbuseSparkInterrupt"
431+
],
432+
"unlocksDoors": [
433+
{"nodeId": 2, "types": ["ammo"], "requires": []}
434+
],
435+
"flashSuitChecked": true,
436+
"blueSuitChecked": true,
437+
"note": [
438+
"Crystal Flash, wait for the shot blocks to respawn, shinecharge, and jump into the exposed sparks to pause abuse and interrupt."
439+
]
440+
},
357441
{
358442
"id": 16,
359443
"link": [3, 3],

0 commit comments

Comments
 (0)