Skip to content

Commit 8ca66d9

Browse files
authored
Merge pull request #2487 from aquanight/rsi-my-plasma
Plasma Room R-Mode Spark Interrupt
2 parents 2f28039 + 629cfbe commit 8ca66d9

1 file changed

Lines changed: 48 additions & 0 deletions

File tree

region/maridia/inner-yellow/Plasma Room.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,54 @@
388388
"requires": [],
389389
"flashSuitChecked": true
390390
},
391+
{
392+
"link": [1, 2],
393+
"name": "R-Mode Spark Interrupt",
394+
"entranceCondition": {
395+
"comeInWithRMode": {}
396+
},
397+
"requires": [
398+
{"or": [
399+
{"and": [
400+
"h_CrystalFlashForReserveEnergy",
401+
{"or": [
402+
{"and": [
403+
"canUseIFrames",
404+
{"or": [
405+
{"enemyDamage": {"enemy": "Pink Space Pirate (standing)", "type": "laser", "hits": 1}},
406+
"h_pauseAbuseMinimalReserveRefill"
407+
]}
408+
]},
409+
"ScrewAttack",
410+
"Plasma",
411+
{"getBlueSpeed": {"usedTiles": 19, "openEnd": 0}}
412+
]}
413+
]},
414+
{"and": [
415+
{"or": [
416+
"ScrewAttack",
417+
"Plasma",
418+
{"and": [
419+
"canUseSpeedEchoes",
420+
{"getBlueSpeed": {"usedTiles": 19, "openEnd": 0}}
421+
]}
422+
]},
423+
"h_RModeCanRefillReserves",
424+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
425+
]}
426+
]},
427+
{"canShineCharge": {"usedTiles": 21, "openEnd": 0}},
428+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
429+
"canRModeSparkInterrupt"
430+
],
431+
"clearsObstacles": ["A"],
432+
"flashSuitChecked": true,
433+
"blueSuitChecked": true,
434+
"note": [
435+
"Kill most of the pirates: leave the standing pirate on the ledge above the runway. Shinecharge and",
436+
"jump into its beam path to interrupt."
437+
]
438+
},
391439
{
392440
"id": 10,
393441
"link": [2, 1],

0 commit comments

Comments
 (0)