Skip to content

Commit 0e1d14e

Browse files
committed
add more options
1 parent 92c7735 commit 0e1d14e

1 file changed

Lines changed: 126 additions & 18 deletions

File tree

region/maridia/outer/Main Street.json

Lines changed: 126 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,11 @@
224224
"id": "B",
225225
"name": "Morph Tunnel Remain in Artificial Morph",
226226
"obstacleType": "abstract"
227+
},
228+
{
229+
"id": "C",
230+
"name": "G-Mode On Frozen Crab In Speed Blocks",
231+
"obstacleType": "abstract"
227232
}
228233
],
229234
"enemies": [
@@ -1108,14 +1113,18 @@
11081113
"h_canMaxHeightSpringBallJump",
11091114
"canTrickyUseFrozenEnemies",
11101115
"canBeVeryPatient",
1111-
{"ammo": {"type": "Super", "count": 1}}
1116+
{"or": [
1117+
"canStationaryLateralMidAirMorph",
1118+
{"ammo": {"type": "Super", "count": 1}}
1119+
]}
11121120
]}
11131121
]}
11141122
],
11151123
"flashSuitChecked": true,
11161124
"note": [
11171125
"Climb to the ledge left of the morph tunnel item. Carefully and quickly freeze the last crab high enough to use as a platform.",
1118-
"With a slow ascent, such as with Spring Ball and Ice, the crab will need to circle the entire room."
1126+
"With a slow ascent, such as with Spring Ball and Ice, the crab will need to circle the entire room,",
1127+
"it is possible to use a Super when it passes the speed blocks to speed this up significantly."
11191128
]
11201129
},
11211130
{
@@ -1201,7 +1210,10 @@
12011210
"h_canMaxHeightSpringBallJump",
12021211
"canTrickyUseFrozenEnemies",
12031212
"canBeVeryPatient",
1204-
{"ammo": {"type": "Super", "count": 1}}
1213+
{"or": [
1214+
"canStationaryLateralMidAirMorph",
1215+
{"ammo": {"type": "Super", "count": 1}}
1216+
]}
12051217
]}
12061218
]},
12071219
{"or": [
@@ -1223,7 +1235,8 @@
12231235
"flashSuitChecked": true,
12241236
"note": [
12251237
"Place bombs against the speed blocks until they are overloaded.",
1226-
"With a slow ascent, such as with Spring Ball and Ice, the crab will need to circle the entire room."
1238+
"With a slow ascent, such as with Spring Ball and Ice, the crab will need to circle the entire room,",
1239+
"it is possible to use a Super when it passes the speed blocks to speed this up significantly."
12271240
]
12281241
},
12291242
{
@@ -1953,14 +1966,18 @@
19531966
"h_canMaxHeightSpringBallJump",
19541967
"canTrickyUseFrozenEnemies",
19551968
"canBeVeryPatient",
1956-
{"ammo": {"type": "Super", "count": 1}}
1969+
{"or": [
1970+
"canStationaryLateralMidAirMorph",
1971+
{"ammo": {"type": "Super", "count": 1}}
1972+
]}
19571973
]}
19581974
]}
19591975
],
19601976
"flashSuitChecked": true,
19611977
"note": [
19621978
"Climb to the ledge left of the morph tunnel item. Carefully and quickly freeze the last crab high enough to use as a platform.",
1963-
"With a slow ascent, such as with Spring Ball and Ice, the crab will need to circle the entire room."
1979+
"With a slow ascent, such as with Spring Ball and Ice, the crab will need to circle the entire room,",
1980+
"it is possible to use a Super when it passes the speed blocks to speed this up significantly."
19641981
]
19651982
},
19661983
{
@@ -2044,7 +2061,10 @@
20442061
"h_canMaxHeightSpringBallJump",
20452062
"canTrickyUseFrozenEnemies",
20462063
"canBeVeryPatient",
2047-
{"ammo": {"type": "Super", "count": 1}}
2064+
{"or": [
2065+
"canStationaryLateralMidAirMorph",
2066+
{"ammo": {"type": "Super", "count": 1}}
2067+
]}
20482068
]}
20492069
]},
20502070
{"or": [
@@ -2066,7 +2086,8 @@
20662086
"flashSuitChecked": true,
20672087
"note": [
20682088
"Place bombs against the speed blocks until they are overloaded.",
2069-
"With a slow ascent, such as with Spring Ball and Ice, the crab will need to circle the entire room."
2089+
"With a slow ascent, such as with Spring Ball and Ice, the crab will need to circle the entire room,",
2090+
"it is possible to use a Super when it passes the speed blocks to speed this up significantly."
20702091
]
20712092
},
20722093
{
@@ -2873,7 +2894,8 @@
28732894
"flashSuitChecked": true,
28742895
"note": [
28752896
"Climb to the ledge left of the morph tunnel item. With Ice, carefully and quickly freeze the last crab high enough to use as a platform.",
2876-
"With a slow ascent, such as with Spring Ball and Ice, the crab will need to circle the entire room."
2897+
"With a slow ascent, such as with Spring Ball and Ice, the crab will need to circle the entire room,",
2898+
"it is possible to use a Super when it passes the speed blocks to speed this up significantly."
28772899
]
28782900
},
28792901
{
@@ -2977,7 +2999,8 @@
29772999
"flashSuitChecked": true,
29783000
"note": [
29793001
"Place bombs against the speed blocks until they are overloaded.",
2980-
"With a slow ascent, such as with Spring Ball and Ice, the crab will need to circle the entire room."
3002+
"With a slow ascent, such as with Spring Ball and Ice, the crab will need to circle the entire room,",
3003+
"it is possible to use a Super when it passes the speed blocks to speed this up significantly."
29813004
]
29823005
},
29833006
{
@@ -3325,7 +3348,35 @@
33253348
"id": 120,
33263349
"link": [6, 9],
33273350
"name": "Base",
3328-
"requires": []
3351+
"requires": [
3352+
{"obstaclesNotCleared": ["C"]}
3353+
]
3354+
},
3355+
{
3356+
"link": [6, 9],
3357+
"name": "Kill Frozen Crab with Wave",
3358+
"requires": [
3359+
"canEnterGMode",
3360+
"Wave",
3361+
{"obstaclesCleared": ["C"]}
3362+
],
3363+
"note": "After grabbing the item, quickly shoot the crab with a diagonal Wave shot to kill it and escape.",
3364+
"devNote": "This strat is here instead of part of 11->6, because if the item is Wave, Samus can use it to escape."
3365+
},
3366+
{
3367+
"link": [6, 9],
3368+
"name": "Kago Frozen Crab",
3369+
"requires": [
3370+
"canEnterGMode",
3371+
"canKago",
3372+
{"or": [
3373+
{"enemyDamage": {"enemy": "Sciser", "type": "contact", "hits": 1}},
3374+
"h_pauseAbuseMinimalReserveRefill"
3375+
]},
3376+
{"obstaclesCleared": ["C"]}
3377+
],
3378+
"note": "After grabbing the item, turnaround as the crab thaws to Kago it and escape.",
3379+
"devNote": "This strat is here instead of part of 11->6, because if the item is an E-Tank, Samus can use it to escape."
33293380
},
33303381
{
33313382
"id": 121,
@@ -3464,7 +3515,7 @@
34643515
},
34653516
{
34663517
"link": [8, 3],
3467-
"name": "Suitless Frozen Fish with Spring Ball",
3518+
"name": "Suitless Frozen Fish with Spring Ball, Super",
34683519
"requires": [
34693520
"canSuitlessMaridia",
34703521
"canTrickySpringBallJump",
@@ -3851,17 +3902,47 @@
38513902
{"notable": "G-Mode Overload Speed Blocks then use Frozen Crab"},
38523903
"h_canNavigateUnderwater",
38533904
"h_canArtificialMorphPowerBomb",
3854-
"h_canArtificialMorphPowerBomb"
3905+
{"or": [
3906+
"h_canArtificialMorphPowerBomb",
3907+
{"and": [
3908+
{"itemNotCollectedAtNode": 7},
3909+
"canRiskPermanentLossOfAccess"
3910+
]}
3911+
]}
38553912
],
38563913
"flashSuitChecked": true,
38573914
"note": [
38583915
"Overloading the PLMs can be done with as few as 2 Power Bombs if they are placed precisely.",
38593916
"Place them two ledges above the item - to the left of the morph tunnel item. It is important that they are placed on either of the flat tiles, not the sloped tile on the right."
3917+
],
3918+
"devNote": "An item is expected at node 6, otherwise this strat isn't useful. It takes 2 PBs to overload PLMs, or only 1 if both items are uncollected."
3919+
},
3920+
{
3921+
"link": [11, 6],
3922+
"name": "G-Mode Overload Speed Blocks, Stuck on Frozen Crab",
3923+
"requires": [
3924+
"canEnterGMode",
3925+
{"notable": "G-Mode Overload Speed Blocks then use Frozen Crab"},
3926+
"h_canNavigateUnderwater",
3927+
"canTrickyUseFrozenEnemies",
3928+
{"or": [
3929+
"Gravity",
3930+
"HiJump",
3931+
"canCrouchJump",
3932+
"canSpringBallJumpMidAir"
3933+
]}
3934+
],
3935+
"clearsObstacles": ["C"],
3936+
"flashSuitChecked": true,
3937+
"note": [
3938+
"Freeze a crab on the edge of the speed blocks, such that Samus can jump inside and stand on the crab.",
3939+
"Exit G-Mode and rotate to obtain the item.",
3940+
"Samus will now be stuck on the crab, and if it thaws and hits her, she will be pushed up and stuck in the speed blocks."
38603941
]
38613942
},
38623943
{
38633944
"link": [11, 6],
3864-
"name": "G-Mode Overload Speed Blocks, Frozen Crab",
3945+
"name": "G-Mode Overload Speed Blocks, PB Frozen Crab",
38653946
"requires": [
38663947
"canEnterGMode",
38673948
{"notable": "G-Mode Overload Speed Blocks then use Frozen Crab"},
@@ -3870,16 +3951,43 @@
38703951
{"or": [
38713952
"Gravity",
38723953
"HiJump",
3873-
"canCrouchJump"
3954+
"canCrouchJump",
3955+
"canSpringBallJumpMidAir"
38743956
]},
3875-
"Wave"
3957+
{"disableEquipment": "Gravity"},
3958+
"h_canUsePowerBombs"
38763959
],
38773960
"flashSuitChecked": true,
38783961
"note": [
38793962
"Freeze a crab on the edge of the speed blocks, such that Samus can jump inside and stand on the crab.",
3880-
"Exit G-Mode and rotate to obtain the item, then kill the crab with Wave Beam to fall back down."
3963+
"Place a Power Bomb, then quickly stand and use X-Ray to exit G-Mode before it goes off. Rotate to touch the item before the crab dies.",
3964+
"It is important to turn Gravity off beforehand, or the Power Bomb will boost Samus and she will be stuck in the speed blocks."
3965+
]
3966+
},
3967+
{
3968+
"link": [11, 6],
3969+
"name": "G-Mode Overload Speed Blocks, Frozen Crab, Bomb Kago",
3970+
"requires": [
3971+
"canEnterGMode",
3972+
{"notable": "G-Mode Overload Speed Blocks then use Frozen Crab"},
3973+
"h_canNavigateUnderwater",
3974+
"canTrickyUseFrozenEnemies",
3975+
{"or": [
3976+
"Gravity",
3977+
"HiJump",
3978+
"canCrouchJump",
3979+
"canSpringBallJumpMidAir"
3980+
]},
3981+
"h_canUseMorphBombs",
3982+
"canKago"
38813983
],
3882-
"devNote": "FIXME works if the item is wave... Spring Ball would also work, but one of these three is always required to get here."
3984+
"flashSuitChecked": true,
3985+
"note": [
3986+
"Freeze a crab on the edge of the speed blocks, such that Samus can jump inside and stand on the crab.",
3987+
"It is important to freeze the crab with all other beams turned off, so that the crab has 30 remaining Energy or less.",
3988+
"Place a Bomb, then quickly stand and use X-Ray to exit G-Mode before it goes off. Rotate to touch the item before the crab dies and to Kago the bomb blast.",
3989+
"It is important to Kago the bomb blast, because even suitless, the Bomb blast will boost Samus and she will be stuck in the speed blocks (unlike a Power Bomb blast)."
3990+
]
38833991
}
38843992
],
38853993
"notables": [

0 commit comments

Comments
 (0)