Skip to content

Commit 8918ee6

Browse files
committed
Wrecked Ship Main Shaft break bomb block with Ice and Screw
1 parent d6d6c3f commit 8918ee6

1 file changed

Lines changed: 76 additions & 1 deletion

File tree

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

Lines changed: 76 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -861,12 +861,69 @@
861861
{"obstaclesNotCleared": ["B"]},
862862
{"canShineCharge": {"usedTiles": 13, "openEnd": 1}}
863863
],
864+
"clearsObstacles": ["C"],
864865
"unlocksDoors": [
865866
{"nodeId": 3, "types": ["missiles", "super"], "requires": []},
866867
{"nodeId": 3, "types": ["powerbomb"], "requires": ["never"]}
867868
],
868869
"flashSuitChecked": true
869870
},
871+
{
872+
"link": [3, 8],
873+
"name": "Atomic Ice Moonfall Screw Clip",
874+
"requires": [
875+
{"notable": "Atomic Ice Moonfall Screw Clip"},
876+
"f_DefeatedPhantoon",
877+
{"enemyDamage": {"enemy": "Atomic", "type": "contact", "hits": 1}},
878+
"canUseIFrames",
879+
"canTrickyUseFrozenEnemies",
880+
"canEnemyStuckMoonfall",
881+
"ScrewAttack",
882+
"Morph"
883+
],
884+
"clearsObstacles": ["C"],
885+
"note": [
886+
"Freeze an Atomic near the bottom of the stairs above the bomb block, so that it is barely off-camera when Samus drops down.",
887+
"Below, prepare a second Atomic to be frozen.",
888+
"As it approaches, jump up to cause the upper Atomic to come on-camera and descend.",
889+
"Take a hit from the lower Atomic, and freeze it about 1.5 tiles above the floor;",
890+
"use the i-frames to jump on top of the lower Atomic and freeze the upper Atomic while it is inside Samus' head.",
891+
"Immediately moonfall to the left.",
892+
"If successful, Samus will clip two tiles into the floor.",
893+
"Turn to the right, and perform a turnaround spin jump to the left to break the bomb block using Screw Attack.",
894+
"If Samus clips through the Atomics but does not clip into the floor, it means the bottom Atomic was frozen too low.",
895+
"If Samus clips only one tile into the floor, it means the bottom Atomic was frozen too high."
896+
]
897+
},
898+
{
899+
"link": [3, 8],
900+
"name": "Covern Wall Ice Screw Clip",
901+
"requires": [
902+
{"notable": "Covern Wall Ice Screw Clip"},
903+
{"not": "f_DefeatedPhantoon"},
904+
{"or": [
905+
"canRiskPermanentLossOfAccess",
906+
{"and": [
907+
{"notable": "Atomic Ice Moonfall Screw Clip"},
908+
{"enemyDamage": {"enemy": "Atomic", "type": "contact", "hits": 1}}
909+
]}
910+
]},
911+
"canWallIceClip",
912+
"ScrewAttack",
913+
"Morph"
914+
],
915+
"clearsObstacles": ["C"],
916+
"note": [
917+
"Damage a Covern to prepare it to be frozen.",
918+
"Stand a few tiles away from the bomb block, and walk toward it as the Covern is about to reappear.",
919+
"If successful, the Covern will spawn inside the wall but close enough that Samus can clip into it.",
920+
"Freeze the Covern by pressing against the wall, then jumping and shooting down.",
921+
"Run into the wall with as much speed as possible to clip into it.",
922+
"Once Samus is clipped into the wall, perform a low turnaround spin jump to the right and immediately turn back to the left while still spinning,",
923+
"using Screw Attack to break the bomb block.",
924+
"If Phantoon is already dead, a moonfall with two frozen Atomics can instead be used to clip into the floor to be able to break the bomb block."
925+
]
926+
},
870927
{
871928
"id": 43,
872929
"link": [3, 8],
@@ -1898,7 +1955,25 @@
18981955
"Use the Covern to partial ceiling clip so your beam can reach the shot block of the ceiling at the end of the Morph tunnel to the left.",
18991956
"It is possible to mid-air morph to get into the morph tunnel with nothing, from the Covern, the ground, or the stairs below."
19001957
]
1958+
},
1959+
{
1960+
"id": 2,
1961+
"name": "Atomic Ice Moonfall Screw Clip",
1962+
"note": [
1963+
"Use a stuck moonfall inside two frozen Atomics to clip two tiles into the floor.",
1964+
"Face right, then do a turn-around spin jump to the left to break the bomb block using Screw Attack."
1965+
]
1966+
},
1967+
{
1968+
"id": 3,
1969+
"name": "Covern Wall Ice Screw Clip",
1970+
"note": [
1971+
"Walk toward the wall to cause a Covern to spawn inside it.",
1972+
"Jump and shoot down to freeze it.",
1973+
"Run against the wall to clip inside it.",
1974+
"Perform a turnaround spin jump to the right, then immediately turn back to the left, to break the bomb block with Screw Attack."
1975+
]
19011976
}
19021977
],
1903-
"nextNotableId": 2
1978+
"nextNotableId": 4
19041979
}

0 commit comments

Comments
 (0)