Skip to content

Commit 5b2de4a

Browse files
authored
Merge pull request #2567 from aquanight/rsi-ws-main-shaft
Wrecked Ship Main Shaft R-Mode Spark Interrupt
2 parents 2ab8eb0 + 6d9e9d5 commit 5b2de4a

1 file changed

Lines changed: 43 additions & 1 deletion

File tree

region/wreckedship/main/Wrecked Ship Main Shaft.json

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1688,6 +1688,45 @@
16881688
"clearsObstacles": ["A", "B", "C"],
16891689
"flashSuitChecked": true
16901690
},
1691+
{
1692+
"link": [4, 4],
1693+
"name": "R-Mode Spark Interrupt",
1694+
"requires": [
1695+
{"obstaclesCleared": ["R-Mode"]},
1696+
{"or": [
1697+
"h_CrystalFlashForReserveEnergy",
1698+
{"and": [
1699+
"h_RModeCanRefillReserves",
1700+
{"partialRefill": {"type": "ReserveEnergy", "limit": 40}}
1701+
]}
1702+
]},
1703+
{"or": [
1704+
{"canShineCharge": {"usedTiles": 12, "steepUpTiles": 7, "openEnd": 1}},
1705+
{"and": [
1706+
{"obstaclesCleared": ["C"]},
1707+
"Morph",
1708+
{"or": [
1709+
{"canShineCharge": {"usedTiles": 16, "steepUpTiles": 6, "openEnd": 0}},
1710+
{"and": [
1711+
"f_DefeatedPhantoon",
1712+
{"canShineCharge": {"usedTiles": 19, "steepDownTiles": 6, "openEnd": 1}}
1713+
]}
1714+
]}
1715+
]}
1716+
]},
1717+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
1718+
"canRModeSparkInterrupt"
1719+
],
1720+
"resetsObstacles": ["R-Mode"],
1721+
"flashSuitChecked": true,
1722+
"blueSuitChecked": true,
1723+
"note": [
1724+
"Power Off: Farm Coverns and use either the ramp to the upper right door or the ramp by the inactive treadmills to shinecharge.",
1725+
"Interrupt using the next Covern spawn.",
1726+
"Power On: Farm Atomics and shinecharge using the ramp to the upper right door, using an Atomic to interrupt. Or open the path",
1727+
"to the treadmills, shinecharge there, and jump under a Kzan to interrupt."
1728+
]
1729+
},
16911730
{
16921731
"id": 55,
16931732
"link": [4, 4],
@@ -2458,16 +2497,19 @@
24582497
"canBePatient",
24592498
"Plasma"
24602499
]},
2500+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}},
24612501
{"or": [
24622502
{"and": [
24632503
"canCarefulJump",
24642504
"canMidAirMorph",
24652505
"canDisableEquipment"
24662506
]},
24672507
"h_useSpringBall"
2468-
]}
2508+
]},
2509+
{"autoReserveTrigger": {}}
24692510
],
24702511
"clearsObstacles": ["B"],
2512+
"resetsObstacles": ["R-Mode"],
24712513
"flashSuitChecked": true,
24722514
"note": [
24732515
"In R-Mode, kill the Coverns until there is Energy in Samus's Reserves. Get into the Morph tunnel and go to the far left.",

0 commit comments

Comments
 (0)