Skip to content

Commit 097fbf2

Browse files
authored
Merge pull request #2192 from blkerby/supersink
Super sinks
2 parents 4925711 + 1f762c9 commit 097fbf2

18 files changed

Lines changed: 352 additions & 3 deletions

region/brinstar/green/Green Brinstar Main Shaft.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3571,6 +3571,17 @@
35713571
],
35723572
"note": ["Land in the right side of the third Samus Eater on the floor of Hellway."]
35733573
},
3574+
{
3575+
"link": [6, 13],
3576+
"name": "Super Sink",
3577+
"entranceCondition": {
3578+
"comeInWithSuperSink": {}
3579+
},
3580+
"requires": [],
3581+
"note": [
3582+
"Enter the room with a super sink, and hold left, to clip down past the Power Bomb blocks."
3583+
]
3584+
},
35743585
{
35753586
"id": 258,
35763587
"link": [6, 16],

region/brinstar/green/Spore Spawn Room.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,17 @@
161161
"FIXME: A different exact fall speed value changes the movements needed for the clip."
162162
]
163163
},
164+
{
165+
"link": [1, 2],
166+
"name": "Super Sink",
167+
"entranceCondition": {
168+
"comeInWithSuperSink": {}
169+
},
170+
"requires": [],
171+
"note": [
172+
"Enter the room with a super sink, in order to clip down into the fight arena."
173+
]
174+
},
164175
{
165176
"id": 9,
166177
"link": [2, 1],

region/brinstar/pink/Mission Impossible Room.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
"from": 1,
105105
"to": [
106106
{"id": 1},
107+
{"id": 2},
107108
{"id": 4}
108109
]
109110
},
@@ -422,6 +423,17 @@
422423
"bypassesDoorShell": "free",
423424
"flashSuitChecked": true
424425
},
426+
{
427+
"link": [1, 2],
428+
"name": "Super Sink",
429+
"entranceCondition": {
430+
"comeInWithSuperSink": {}
431+
},
432+
"requires": [],
433+
"note": [
434+
"Enter the room with a super sink, in order to clip down to the door below."
435+
]
436+
},
425437
{
426438
"id": 13,
427439
"link": [1, 4],

region/brinstar/red/Below Spazer.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -900,6 +900,17 @@
900900
"requires": [],
901901
"note": "Moondance clip near the door to fall two tiles into the ground, then Moonfall again to continue clipping all the way to the area below."
902902
},
903+
{
904+
"link": [3, 2],
905+
"name": "Super Sink",
906+
"entranceCondition": {
907+
"comeInWithSuperSink": {}
908+
},
909+
"requires": [],
910+
"note": [
911+
"Enter the room with a super sink, in order to clip down through the floor."
912+
]
913+
},
903914
{
904915
"id": 38,
905916
"link": [3, 3],

region/brinstar/red/Beta Power Bomb Room.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,22 @@
522522
"It can be helpful to use a Super to kill the first Yapping Maw."
523523
]
524524
},
525+
{
526+
"link": [1, 2],
527+
"name": "Super Sink",
528+
"entranceCondition": {
529+
"comeInWithSuperSink": {}
530+
},
531+
"requires": [
532+
"h_useSpringBall",
533+
{"thornHits": 3},
534+
{"samusEaterFrames": 160}
535+
],
536+
"note": [
537+
"Enter the room with a super sink, and hold left, in order to clip down through the Power Bomb blocks.",
538+
"Use Spring Ball to navigate the thorns and Samus Eaters with limited damage."
539+
]
540+
},
525541
{
526542
"id": 19,
527543
"link": [2, 1],

region/crateria/central/Climb.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,6 +1139,17 @@
11391139
],
11401140
"devNote": "PBs cannot be used, as they will solidify the bomb blocks."
11411141
},
1142+
{
1143+
"link": [3, 4],
1144+
"name": "Super Sink",
1145+
"entranceCondition": {
1146+
"comeInWithSuperSink": {}
1147+
},
1148+
"requires": [],
1149+
"note": [
1150+
"Enter the room with a super sink, in order to clip down through several screens and reach the door below."
1151+
]
1152+
},
11421153
{
11431154
"id": 46,
11441155
"link": [3, 6],

region/crateria/east/West Ocean.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -937,6 +937,17 @@
937937
"Pose changing can send Samus inside of the walkway, where the right door connects to the WS main entrance door, and the left door connects to the Moat door."
938938
]
939939
},
940+
{
941+
"link": [3, 5],
942+
"name": "Super Sink",
943+
"entranceCondition": {
944+
"comeInWithSuperSink": {}
945+
},
946+
"requires": [],
947+
"note": [
948+
"Enter the room with a super sink, in order to clip down several screens to the bottom part of the room."
949+
]
950+
},
940951
{
941952
"id": 26,
942953
"link": [3, 8],

region/lowernorfair/west/Acid Statue Room.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
"from": 1,
108108
"to": [
109109
{"id": 1},
110+
{"id": 2},
110111
{"id": 3},
111112
{"id": 4},
112113
{"id": 5}
@@ -172,6 +173,58 @@
172173
],
173174
"flashSuitChecked": true
174175
},
176+
{
177+
"link": [1, 2],
178+
"name": "Super Sink",
179+
"entranceCondition": {
180+
"comeInWithSuperSink": {}
181+
},
182+
"requires": [
183+
"canOffScreenMovement",
184+
{"heatFrames": 360},
185+
{"acidFrames": 345},
186+
{"enemyDamage": {"enemy": "Magdollite", "type": "contact", "hits": 1}}
187+
],
188+
"exitCondition": {
189+
"leaveNormally": {}
190+
},
191+
"unlocksDoors": [
192+
{
193+
"types": ["missiles"],
194+
"requires": [
195+
{"acidFrames": 75},
196+
{"heatFrames": 75}
197+
]
198+
},
199+
{
200+
"types": ["super"],
201+
"requires": [
202+
{"acidFrames": 25},
203+
{"heatFrames": 25}
204+
]
205+
},
206+
{
207+
"types": ["powerbomb"],
208+
"requires": [
209+
{"acidFrames": 90},
210+
{"heatFrames": 90}
211+
]
212+
}
213+
],
214+
"note": [
215+
"Enter the room with a super sink, in order to clip down to the bottom part of the room.",
216+
"Blindly traverse to the right door.",
217+
"It is recommended to open the door using Grapple if possible,",
218+
"since it can reach the door from a distance even while off-camera whereas beams cannot."
219+
],
220+
"devNote": [
221+
"FIXME: With better off-camera movement, this can be done with significantly less damage",
222+
"(and with Gravity the Magdollite hit can also be avoided);",
223+
"but after the supersink setup it's not clear if it's reasonable to assume any more than this.",
224+
"FIXME: If the acid is already drained, then the requirements here could be reduced",
225+
"(though in that case there's not as much reason to do this strat)."
226+
]
227+
},
175228
{
176229
"id": 3,
177230
"link": [1, 3],

region/lowernorfair/west/Screw Attack Room.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2400,6 +2400,19 @@
24002400
{"types": ["missiles", "powerbomb"], "requires": ["never"]}
24012401
]
24022402
},
2403+
{
2404+
"link": [3, 2],
2405+
"name": "Super Sink",
2406+
"entranceCondition": {
2407+
"comeInWithSuperSink": {}
2408+
},
2409+
"requires": [
2410+
{"heatFrames": 115}
2411+
],
2412+
"note": [
2413+
"Enter the room with a super sink, in order to clip down to the door below."
2414+
]
2415+
},
24032416
{
24042417
"id": 40,
24052418
"link": [3, 3],

region/maridia/inner-pink/Colosseum.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2422,7 +2422,22 @@
24222422
"bypassesDoorShell": true,
24232423
"note": [
24242424
"Land in the right side of the third Samus Eater on the floor of Hellway.",
2425-
"This allows Samus to get inside the air pocket below door.",
2425+
"This allows Samus to get inside the air pocket below the door.",
2426+
"From there use Grapple to clip inside the wall and down into the transition, bypassing the door lock below."
2427+
]
2428+
},
2429+
{
2430+
"link": [3, 2],
2431+
"name": "Super Sink",
2432+
"entranceCondition": {
2433+
"comeInWithSuperSink": {}
2434+
},
2435+
"requires": [
2436+
"canGrappleClip"
2437+
],
2438+
"bypassesDoorShell": true,
2439+
"note": [
2440+
"Enter the room with a super sink, and hold right, to clip down into the air pocket below the door.",
24262441
"From there use Grapple to clip inside the wall and down into the transition, bypassing the door lock below."
24272442
]
24282443
},

0 commit comments

Comments
 (0)