Skip to content

Commit bdb0e77

Browse files
committed
Downward G-mode setup, wall ice clip method
1 parent 224b1b6 commit bdb0e77

4 files changed

Lines changed: 61 additions & 2 deletions

File tree

region/crateria/east/Crateria Kihunter Room.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,8 +492,9 @@
492492
},
493493
"flashSuitChecked": true,
494494
"note": [
495-
"Run from the ledge into the open doorway while hitting the frozen Crab as it thaws and the door transition simultaneously.",
496-
"Note that this requires a pixel perfect freeze, a small pixel starting window, and has tight timing. It then has a 50% success rate due to collision oscillation."
495+
"Run from the ledge into the open doorway while hitting the frozen crab and the door transition simultaneously, just as the crab thaws and touches Samus during the transition.",
496+
"Note that this requires a precise freeze (2 pixel window), a small pixel starting window (approximately 2 pixel window), precise thaw timing, and a 50% success rate due to collision oscillation.",
497+
"The positioning of the crab is where its hitbox is one or two pixels away from the edge of the door frame, so that Samus can clip into the wall and stand as she touches the transition."
497498
]
498499
},
499500
{

region/norfair/crocomire/Post Crocomire Shaft.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,24 @@
297297
"flashSuitChecked": true,
298298
"note": "Use a Super to knock off the Viola to regain mobility."
299299
},
300+
{
301+
"link": [2, 2],
302+
"name": "G-Mode Setup - Get Hit by Thawing Viola",
303+
"requires": [
304+
"canWallIceClip",
305+
"canDownwardGModeSetup",
306+
{"ammo": {"type": "Super", "count": 1}}
307+
],
308+
"exitCondition": {
309+
"leaveWithGModeSetup": {}
310+
},
311+
"flashSuitChecked": true,
312+
"note": [
313+
"Run from the ledge into the open doorway while hitting the frozen Viola and the door transition simultaneously, just as the Viola thaws and touches Samus during the transition.",
314+
"Note that this requires a precise freeze (2 pixel window), a small pixel starting window (approximately 1 pixel window), precise thaw timing, and a 50% success rate due to collision oscillation.",
315+
"The positioning of the Viola is where its hitbox is one or two pixels away from the edge of the door frame, so that Samus can clip into the wall and stand as she touches the transition."
316+
]
317+
},
300318
{
301319
"id": 9,
302320
"link": [2, 3],

region/wreckedship/main/Attic.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -855,6 +855,25 @@
855855
"note": "Use a Covern or Kihunter. A flying Kihunter takes about 25 seconds to get to the door.",
856856
"devNote": "The Kihunter will do more damage than the Covern, so whether Phantoon is dead or not, that strat will be accurate or conservative."
857857
},
858+
{
859+
"link": [2, 2],
860+
"name": "G-Mode Setup - Get Hit by Thawing Atomic",
861+
"requires": [
862+
"f_DefeatedPhantoon",
863+
"canWallIceClip",
864+
"canDownwardGModeSetup"
865+
],
866+
"exitCondition": {
867+
"leaveWithGModeSetup": {}
868+
},
869+
"flashSuitChecked": true,
870+
"note": [
871+
"Run from the ledge into the open doorway while hitting the frozen Atomic and the door transition simultaneously, just as the Atomic thaws and touches Samus during the transition.",
872+
"Note that this requires a precise freeze (3 pixel window), precise thaw timing, and a 50% success rate due to collision oscillation.",
873+
"The starting position of Samus is a bit more lenient than other downward G-mode setups, as Samus can have higher run speed when hitting the Atomic than in most other rooms."
874+
],
875+
"devNote": "This can not work with a Covern, as it only moves vertically and can't hit Samus in the transition."
876+
},
858877
{
859878
"id": 41,
860879
"link": [2, 3],

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -929,6 +929,27 @@
929929
"Falling with too much speed can cause Samus to go out of bounds."
930930
]
931931
},
932+
{
933+
"link": [3, 7],
934+
"name": "G-Mode Setup - Get Hit by Thawing Atomic",
935+
"requires": [
936+
"f_DefeatedPhantoon",
937+
"canWallIceClip",
938+
"canDownwardGModeSetup",
939+
"Morph"
940+
],
941+
"exitCondition": {
942+
"leaveWithGModeSetup": {}
943+
},
944+
"unlocksDoors": [{"types": ["ammo"], "requires": []}],
945+
"flashSuitChecked": true,
946+
"note": [
947+
"Run from the ledge into the open doorway while hitting the frozen Atomic and the door transition simultaneously, just as the Atomic thaws and touches Samus during the transition.",
948+
"Note that this requires a precise freeze (2 pixel window), a small pixel starting window (approximately 3 pixel window), precise thaw timing, and a 50% success rate due to collision oscillation.",
949+
"The positioning of the Atomic is where its hitbox is one or two pixels away from the edge of the door frame, so that Samus can clip into the wall and stand as she touches the transition."
950+
],
951+
"devNote": "This can not work with a Covern, as it only moves vertically and can't hit Samus in the transition."
952+
},
932953
{
933954
"id": 38,
934955
"link": [3, 8],

0 commit comments

Comments
 (0)