Skip to content

Commit 6d9e9d5

Browse files
committed
Wrecked Ship Main Shaft R-Mode Spark Interrupt
1 parent 43e70fb commit 6d9e9d5

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
@@ -1684,6 +1684,45 @@
16841684
"clearsObstacles": ["A", "B", "C"],
16851685
"flashSuitChecked": true
16861686
},
1687+
{
1688+
"link": [4, 4],
1689+
"name": "R-Mode Spark Interrupt",
1690+
"requires": [
1691+
{"obstaclesCleared": ["R-Mode"]},
1692+
{"or": [
1693+
"h_CrystalFlashForReserveEnergy",
1694+
{"and": [
1695+
"h_RModeCanRefillReserves",
1696+
{"partialRefill": {"type": "ReserveEnergy", "limit": 40}}
1697+
]}
1698+
]},
1699+
{"or": [
1700+
{"canShineCharge": {"usedTiles": 12, "steepUpTiles": 7, "openEnd": 1}},
1701+
{"and": [
1702+
{"obstaclesCleared": ["C"]},
1703+
"Morph",
1704+
{"or": [
1705+
{"canShineCharge": {"usedTiles": 16, "steepUpTiles": 6, "openEnd": 0}},
1706+
{"and": [
1707+
"f_DefeatedPhantoon",
1708+
{"canShineCharge": {"usedTiles": 19, "steepDownTiles": 6, "openEnd": 1}}
1709+
]}
1710+
]}
1711+
]}
1712+
]},
1713+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
1714+
"canRModeSparkInterrupt"
1715+
],
1716+
"resetsObstacles": ["R-Mode"],
1717+
"flashSuitChecked": true,
1718+
"blueSuitChecked": true,
1719+
"note": [
1720+
"Power Off: Farm Coverns and use either the ramp to the upper right door or the ramp by the inactive treadmills to shinecharge.",
1721+
"Interrupt using the next Covern spawn.",
1722+
"Power On: Farm Atomics and shinecharge using the ramp to the upper right door, using an Atomic to interrupt. Or open the path",
1723+
"to the treadmills, shinecharge there, and jump under a Kzan to interrupt."
1724+
]
1725+
},
16871726
{
16881727
"id": 55,
16891728
"link": [4, 4],
@@ -2451,16 +2490,19 @@
24512490
"canBePatient",
24522491
"Plasma"
24532492
]},
2493+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}},
24542494
{"or": [
24552495
{"and": [
24562496
"canCarefulJump",
24572497
"canMidAirMorph",
24582498
"canDisableEquipment"
24592499
]},
24602500
"h_useSpringBall"
2461-
]}
2501+
]},
2502+
{"autoReserveTrigger": {}}
24622503
],
24632504
"clearsObstacles": ["B"],
2505+
"resetsObstacles": ["R-Mode"],
24642506
"flashSuitChecked": true,
24652507
"note": [
24662508
"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)