Skip to content

Commit a74bf1f

Browse files
authored
Merge pull request #2485 from aquanight/rsi-mp-halfie-climb
Halfie Climb Room R-Mode Spark Interrupt
2 parents 1af6742 + 6f6d788 commit a74bf1f

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

region/maridia/inner-pink/Halfie Climb Room.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,6 +812,32 @@
812812
"Samus will fall into the door transition, bypassing any lock that may be on the door."
813813
]
814814
},
815+
{
816+
"link": [1, 3],
817+
"name": "R-Mode Spark Interrupt",
818+
"requires": [
819+
{"obstaclesCleared": ["R-Mode"]},
820+
"Gravity",
821+
"Morph",
822+
"h_RModeCanRefillReserves",
823+
{"or": [
824+
{"resourceMissingAtMost": [{"type": "Missile", "count": 2}]},
825+
{"resourceMissingAtMost": [{"type": "Super", "count": 1}]}
826+
]},
827+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}},
828+
"h_shinechargeMaxRunway",
829+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
830+
"canRModeSparkInterrupt"
831+
],
832+
"resetsObstacles": ["R-Mode"],
833+
"flashSuitChecked": true,
834+
"blueSuitChecked": true,
835+
"note": [
836+
"Enter and farm all three Mochtroids, or Crystal Flash.",
837+
"Run right to left underneath the Ohms, then lead them to roll off the right side.",
838+
"Shinecharge and use the Ohm lick attack to interrupt."
839+
]
840+
},
815841
{
816842
"id": 16,
817843
"link": [1, 4],
@@ -2315,6 +2341,35 @@
23152341
"flashSuitChecked": true,
23162342
"note": "Run away from the oums and reclimb after each if jumping over them is difficult."
23172343
},
2344+
{
2345+
"link": [2, 3],
2346+
"name": "R-Mode Spark Interrupt",
2347+
"requires": [
2348+
{"obstaclesCleared": ["R-Mode"]},
2349+
"Gravity",
2350+
"Morph",
2351+
{"or": [
2352+
"h_CrystalFlashForReserveEnergy",
2353+
{"and": [
2354+
"h_RModeCanRefillReserves",
2355+
{"resourceMissingAtMost": [{"type": "Missile", "count": 0}]},
2356+
{"resourceMissingAtMost": [{"type": "Super", "count": 0}]},
2357+
{"partialRefill": {"type": "ReserveEnergy", "limit": 20}}
2358+
]}
2359+
]},
2360+
"h_shinechargeMaxRunway",
2361+
{"autoReserveTrigger": {"maxReserveEnergy": 95}},
2362+
"canRModeSparkInterrupt"
2363+
],
2364+
"resetsObstacles": ["R-Mode"],
2365+
"flashSuitChecked": true,
2366+
"blueSuitChecked": true,
2367+
"note": [
2368+
"Enter and farm all three Mochtroids, or Crystal Flash.",
2369+
"Run right to left underneath the Ohms, then lead them to roll off the right side.",
2370+
"Shinecharge and use the Ohm lick attack to interrupt."
2371+
]
2372+
},
23182373
{
23192374
"id": 62,
23202375
"link": [2, 4],

0 commit comments

Comments
 (0)