Skip to content

Commit d1b7eb7

Browse files
committed
add loss of access to the covern ice clip
1 parent d337aea commit d1b7eb7

1 file changed

Lines changed: 17 additions & 37 deletions

File tree

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

Lines changed: 17 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -446,37 +446,7 @@
446446
},
447447
{
448448
"link": [1, 1],
449-
"name": "G-Mode Covern Ice Clip, Door Lock Skip",
450-
"entranceCondition": {
451-
"comeInWithGMode": {
452-
"mode": "indirect",
453-
"morphed": false
454-
},
455-
"comesThroughToilet": "any"
456-
},
457-
"requires": [
458-
{"or":[
459-
"h_canPreciseIceClip",
460-
"h_canHighPixelIceClip"
461-
]}
462-
],
463-
"exitCondition": {
464-
"leaveWithGMode": {
465-
"morphed": false
466-
}
467-
},
468-
"bypassesDoorShell": true,
469-
"flashSuitChecked": true,
470-
"note": [
471-
"Freeze a Covern at a precise distance below the door in order to jump up and clip through the door shell.",
472-
"Stand on the stairs so that Samus is just a few pixels lower, then freeze the Covern low in its cycle.",
473-
"Alternatively, freeze it high then perform a tight down grab to get onto it for a pixel perfect clip."
474-
],
475-
"devNote": "This is only for indirect G-Mode, because it is trivial while in direct, and would use a different strat."
476-
},
477-
{
478-
"link": [1, 1],
479-
"name": "G-Mode Morph Atomic Ice Clip, Door Lock Skip",
449+
"name": "G-Mode Morph Atomic or Covern Ice Clip, Door Lock Skip",
480450
"entranceCondition": {
481451
"comeInWithGMode": {
482452
"mode": "indirect",
@@ -485,8 +455,13 @@
485455
"comesThroughToilet": "any"
486456
},
487457
"requires": [
488-
"f_DefeatedPhantoon",
489-
"h_canArtificialMorphPowerBomb",
458+
{"or":[
459+
"h_canArtificialMorphPowerBomb",
460+
{"and":[
461+
{"not": "f_DefeatedPhantoon"},
462+
"canRiskPermanentLossOfAccess"
463+
]}
464+
]},
490465
{"or":[
491466
"h_canPreciseIceClip",
492467
"h_canHighPixelIceClip"
@@ -500,11 +475,16 @@
500475
"bypassesDoorShell": true,
501476
"flashSuitChecked": true,
502477
"note": [
503-
"Lure the Atomic from below the shot blocks by placing a Power Bomb.",
504-
"Freeze the Atomic at a precise distance below the door in order to jump up and clip through the door shell.",
505-
"Freezing it while it is moving horizontally and Samus is standing works as a trivial setup."
478+
"Freeze an Atomic or Covern at a precise distance below the door in order to jump up and clip through the door shell.",
479+
"If Phantoon is defeated, it is possible to lure the Atomic from below the shot blocks by placing a Power Bomb.",
480+
"Freezing it while it is moving horizontally and Samus is standing works as a trivial setup.",
481+
"If Phantoon is not defeated, stand on the stairs so that Samus is just a few pixels lower, then freeze the Covern low in its cycle.",
482+
"Alternatively, freeze it high then perform a tight down grab to get onto it for a pixel perfect clip."
506483
],
507-
"devNote": "This is only for indirect G-Mode, because it is trivial while in direct, and would use a different strat."
484+
"devNote": [
485+
"This is only for indirect G-Mode, because it is trivial while in direct, and would use a different strat.",
486+
"FIXME: If Phantoon is not defeated, this does not require Morph or artificial morph."
487+
]
508488
},
509489
{
510490
"id": 8,

0 commit comments

Comments
 (0)